Skip to content

Commit a27cb5c

Browse files
authored
Merge pull request #326 from cmu-delphi/release/v2.4.0
Release v2.4.0
2 parents d83accb + 7b35e81 commit a27cb5c

37 files changed

+2498
-153
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
target-branch: dev
7+
schedule:
8+
interval: "weekly"
9+
# Maintain dependencies for npm
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
target-branch: dev
13+
schedule:
14+
interval: "weekly"

.github/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ categories:
1919
labels:
2020
- "chore"
2121
- "documentation"
22+
- "dependencies"
2223
change-template: "- #$NUMBER $TITLE"
2324
change-title-escapes: '\<*_&`#@'
2425
template: |

.github/workflows/blog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# submodules: true # Fetch Hugo themes (true OR recursive)
1717
fetch-depth: 3
1818
- name: Cache Conda
19-
uses: actions/cache@v1
19+
uses: actions/cache@v2.1.5
2020
with:
2121
path: ~/conda_pkgs_dir
2222
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
Rscript ./dependencies.R
4444
- name: Restore Blogdown Cache
45-
uses: actions/cache@v2
45+
uses: actions/cache@v2.1.5
4646
with:
4747
path: |
4848
./blogdown
@@ -62,10 +62,10 @@ jobs:
6262
./content/blog
6363
./static/blog
6464
65-
- uses: actions/setup-node@v1
65+
- uses: actions/setup-node@v2.1.5
6666
with:
6767
node-version: "12"
68-
- uses: actions/cache@v2
68+
- uses: actions/cache@v2.1.5
6969
with:
7070
path: ~/.npm
7171
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
with:
1616
node-version: "14"
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v2.1.5
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Check out code
2020
uses: actions/checkout@v2
21-
- uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v2.1.5
2222
with:
2323
node-version: "14"
2424
- name: Extract version
@@ -43,11 +43,11 @@ jobs:
4343
steps:
4444
- name: Check out code
4545
uses: actions/checkout@v2
46-
- uses: actions/setup-node@v2
46+
- uses: actions/setup-node@v2.1.5
4747
with:
4848
node-version: "14"
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v2
50+
uses: actions/cache@v2.1.5
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*.Rmd
2929
*.md
3030
*.jpeg
31+
*.csv
3132
*.ico
3233
*.bib
3334
*.xcf

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ relativeURLs = false
2525
name = "Team"
2626
url = "/about/team"
2727
weight = 2
28+
[[menu.main]]
29+
parent = "about"
30+
name = "Center of Excellence"
31+
url = "/about/center-of-excellence"
32+
weight = 3
2833
[[menu.main]]
2934
parent = "about"
3035
name = "Publications"

content/about/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Public health authorities (federal, state, local), the healthcare industry, the
3232

3333
### Delphi's milestones
3434

35-
- Since 2013, we've supported U.S. CDC's Influenza Division in advancing and growing a [scientific community around flu forecasting](https://www.cdc.gov/flu/weekly/flusight/index.html). We've been perennial leaders in forecasting accuracy.
35+
- Since 2013, we've supported U.S. CDC's Influenza Division in advancing and growing a [scientific community around flu forecasting](https://www.cdc.gov/flu/weekly/flusight/index.html). We've been [perennial leaders in forecasting accuracy](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202014-2018%20Results.pdf).
3636

3737
- Since 2016, we've developed the [Delphi Epidata API]({{< apiref "/" >}}), which provides real-time access to epidemiological surveillance data.
3838

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Delphi National Center of Excellence for Epidemic Forecasting
3+
layout: coe
4+
members:
5+
- name: Carnegie Mellon University
6+
group: DELPHI Research Group
7+
link: /
8+
location: Pittsburgh, Pennsylvania, United States
9+
pi:
10+
- ryan # people keys
11+
- roni
12+
- name: Carnegie Mellon University
13+
group: EPP
14+
link: https://www.cmu.edu/epp
15+
location: Pittsburgh, Pennsylvania, United States
16+
pi:
17+
- fischhoff
18+
- name: University of Pittsburgh
19+
group: GSPH
20+
link: https://publichealth.pitt.edu/
21+
location: Pittsburgh, Pennsylvania, United States
22+
pi:
23+
- burke
24+
- panhuis
25+
- name: Harvard University
26+
group: CCDD
27+
link: https://www.hsph.harvard.edu/
28+
location: Cambridge, Massachusetts, United States
29+
pi:
30+
- lipsitch
31+
32+
sisters:
33+
- name: CDC's Influence Division
34+
description: Our funders and collaborators at the [CDC's Influenza Division](https://www.cdc.gov/ncird/flu.html), specially the Influenza Applied Research & Modeling team at the [Epidemiology and Prevention branch](https://www.cdc.gov/hiv/dhap/eb/index.html).
35+
link: https://www.cdc.gov/ncird/flu.html
36+
img: logos/cdc.png
37+
- name: University of Massachusetts Amherst
38+
description: Our sister organization, the [Influenza Forecasting Center of Excellence at UMass Amherst](https://reichlab.io/).
39+
link: https://reichlab.io/
40+
img: logos/reichlab.png
41+
42+
supporters:
43+
- Allegheny County Dept of Health
44+
- Change Healthcare
45+
- DTRA
46+
- Facebook
47+
- Kaiser Permanente Washington Health Research Institute
48+
- Massachusetts Dept of Public Health
49+
- Microsoft Azure
50+
- Pennsylvania Dept. of Health
51+
- Quidel Inc.
52+
- UnitedHealth / Optum
53+
- UPMC
54+
---
55+
56+
The Delphi National Center of Excellence for Influenza Forecasting was established in 2019. It is a CDC funded and CDC-designated center working on advancing influenza forecasting, and enabling and improving the usefulness of forecasts of both seasonal and pandemic influenza. During the 2020 pandemic, the center expanded to include real-time tracking ("nowcasting") and forecasting of COVID-19, giving rise to the COVIDcast project. Our goal is to inform public health responses and policy development at the national, state and local levels. Another goal is to inform and empower the general public, providing trustworthy information and reliable short term forecasts that increase the credibility of and trust in public health authorities.
38.8 KB
Loading

0 commit comments

Comments
 (0)