Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e78181c
chore(deps-dev): bump hugo-bin from 0.83.1 to 0.84.0
dependabot[bot] Apr 1, 2022
bf76e3f
chore(deps-dev): bump prettier-plugin-go-template from 0.0.11 to 0.0.12
dependabot[bot] Apr 1, 2022
86cbe9a
chore(deps): bump uikit from 3.11.1 to 3.13.7
dependabot[bot] Apr 1, 2022
3944926
chore(deps): bump actions/cache from 2.1.7 to 3.0.1
dependabot[bot] Apr 1, 2022
2810afa
Add photo of Duane Mengo
christymelucci Apr 5, 2022
ec784de
Add Duane Mengo
christymelucci Apr 5, 2022
61f1584
Delete duane-mengo.png
christymelucci Apr 5, 2022
1f44c6f
Add jpg photo of Duane Mengo
christymelucci Apr 5, 2022
04aa1c0
Merge pull request #603 from cmu-delphi/cmelucci/team-page-update
christymelucci Apr 5, 2022
5c285ce
feat: add simple contact us link
sgratzl Apr 7, 2022
9d887dc
Merge pull request #605 from cmu-delphi/sgratzl/contact
sgratzl Apr 8, 2022
b9334e7
Add "Collaborative Hubs: Making..." paper
christymelucci Apr 15, 2022
a3128ec
Add image for "Collaborative Hubs...." publication
christymelucci Apr 16, 2022
152a033
Update image for "Collaborative Hubs...." publication
christymelucci Apr 16, 2022
43dbe18
Add image for "Collaborative Hub...." publication
christymelucci Apr 16, 2022
842b370
Add "Collaborative Hubs...." publication
christymelucci Apr 16, 2022
347ed72
Remove "Collaborative Hubs...." publication
christymelucci Apr 16, 2022
bb51bef
Add "Collaborative Hubs...." paper
christymelucci Apr 16, 2022
36da642
Remove "Collaborative Hubs...." paper from home page
christymelucci Apr 16, 2022
de73147
Add "Collaborative Hubs...." publication
christymelucci Apr 16, 2022
605195b
Fix text error
christymelucci Apr 16, 2022
2b1dd1f
Update _index.md
christymelucci Apr 16, 2022
0b9c65d
Add files via upload
christymelucci Apr 16, 2022
1c6270f
Update _index.md
christymelucci Apr 16, 2022
831f33b
Update _index.md
christymelucci Apr 16, 2022
fabe1a1
Delete 2021_12_project_manager.md
christymelucci Apr 17, 2022
7dab044
Merge pull request #608 from cmu-delphi/cmelucci/careers-page-update
krivard Apr 18, 2022
6992b12
Merge pull request #607 from cmu-delphi/cmelucci/update-hero-carousel
krivard Apr 18, 2022
01b6476
Merge pull request #606 from cmu-delphi/cmelucci/research-page-update
krivard Apr 18, 2022
537947d
Merge pull request #595 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
krivard Apr 18, 2022
e9b5dcb
Merge pull request #596 from cmu-delphi/dependabot/npm_and_yarn/dev/p…
krivard Apr 18, 2022
7dd47e6
chore(deps-dev): bump prettier from 2.5.1 to 2.6.2
dependabot[bot] Apr 18, 2022
a5a5e6f
Merge pull request #597 from cmu-delphi/dependabot/npm_and_yarn/dev/u…
krivard Apr 18, 2022
703fbe3
chore(deps): bump katex from 0.15.2 to 0.15.3
dependabot[bot] Apr 18, 2022
0f5ab1e
Merge pull request #600 from cmu-delphi/dependabot/github_actions/dev…
krivard Apr 18, 2022
d7e1d3b
Merge pull request #602 from cmu-delphi/dependabot/npm_and_yarn/dev/p…
krivard Apr 18, 2022
cef1ffa
chore(deps-dev): bump hugo-bin from 0.84.0 to 0.85.2
dependabot[bot] Apr 18, 2022
39f7832
Merge pull request #609 from cmu-delphi/dependabot/npm_and_yarn/dev/k…
krivard Apr 18, 2022
d3e519f
chore(deps): bump highlight.js from 11.4.0 to 11.5.1
dependabot[bot] Apr 18, 2022
127b9f1
Merge pull request #610 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
krivard Apr 18, 2022
f610b5c
Merge pull request #611 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
krivard Apr 18, 2022
6e1acea
chore(deps-dev): bump lint-staged from 12.3.4 to 12.3.8
dependabot[bot] Apr 18, 2022
368fa18
Merge pull request #612 from cmu-delphi/dependabot/npm_and_yarn/dev/l…
krivard Apr 18, 2022
a290a41
chore: release v3.0.8
krivard Apr 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3
- name: Cache Conda
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
Rscript ./dependencies.R
- name: Restore Blogdown Cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: |
./blogdown
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
with:
path: ~/.npm
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: 16
- name: Cache Node.js modules
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ relativeURLs = false
name = "Careers"
url = "/about/careers"
weight = 7
[[menu.main]]
parent = "about"
name = "Contact Us"
url = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"
weight = 8

# covid19
[[menu.main]]
Expand Down
5 changes: 5 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ carousel:
ref: 2021-09-30-ensemble-analysis
alt: View Post
image: ensemble-hero.jpg
- pre: Research
title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling"
link: https://doi.org/10.2105/AJPH.2022.306831
alt: View Paper
image: research-hero-collaborative-hubs.jpg
- pre: Research
title: An Open Repository of Real-Time COVID-19 Indicators
link: https://www.medrxiv.org/content/10.1101/2021.07.12.21259660v1
Expand Down
8 changes: 0 additions & 8 deletions content/about/careers/headless/2021_12_project_manager.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions content/about/publications/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: Research
papers:
- title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling"
image: research-teaser-collaborative-hubs.jpg
authors: Reich, Lessler, Funk, Viboud, Vespignani, Tibshirani, Shea, Schienle, Runge, Rosenfeld, Ray, Niehus, Johnson, Johansson, Hochheiser, Gardner, Bracher, Borchering, Biggerstaff
link: https://doi.org/10.2105/AJPH.2022.306831
journal: American Journal of Public Health
year: 2022
- title: "Smooth Multi-Period Forecasting with Application to Prediction of COVID-19 Cases"
image: smoothing-paper-teaser.jpg
authors: Tuzhilina, Hastie, McDonald, Tay, Tibshirani
Expand Down
Binary file added content/people/headshots/duane-mengo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ people:
affiliation: CMU/MLD
team:
- core
- firstName: Duane
lastName: Mengo
image: duane-mengo.jpg
affiliation: CMU/MLD
team:
- core
- key: lmorinishi
firstName: Leanna
lastName: Morinishi
Expand Down
127 changes: 75 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading