Skip to content

Commit 0eed133

Browse files
authored
Merge pull request #1117 from cmu-delphi/release/v3.3.13
Release v3.3.13
2 parents e1c9563 + 023233e commit 0eed133

File tree

8 files changed

+806
-726
lines changed

8 files changed

+806
-726
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
shell: bash -l {0}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 3
2020
- uses: mamba-org/setup-micromamba@v2

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
# submodules: true # Fetch Hugo themes (true OR recursive)
1212
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod
1313

14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: 18
1717
- uses: actions/cache@v4
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: Login to GitHub Container Registry
4343
uses: docker/login-action@v3
4444
with:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
ref: main
1717
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}

.github/workflows/release_main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v4
21-
- uses: actions/setup-node@v4
20+
uses: actions/checkout@v5
21+
- uses: actions/setup-node@v5
2222
with:
2323
node-version: 18
2424
- name: Extract version
@@ -42,8 +42,8 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@v4
46-
- uses: actions/setup-node@v4
45+
uses: actions/checkout@v5
46+
- uses: actions/setup-node@v5
4747
with:
4848
node-version: 18
4949
- name: Cache Node.js modules
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out code
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272
with:
7373
ref: dev
7474
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}

content/about/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ layout: about
1212
- Perennial winners of CDC’s [“predict the flu” challenge](https://www.cdc.gov/flu/weekly/flusight/index.html) since 2014
1313
- Designated a 6-year [National Center of Excellence for Flu Forecasting](https://delphi.cmu.edu/about/center-of-excellence/) by [CDC’s Influenza Division](https://www.cdc.gov/ncird/flu.html) (2019-2025)
1414
- Designated a 5-year [National Center for Innovation](https://www.cs.cmu.edu/news/2023/delphi-cdc-center) by [CDC’s Center for Forecasting and Outbreak Analytics](https://www.cdc.gov/forecast-outbreak-analytics/index.html) (2023-2028)
15-
- Our [Epidata repository](https://cmu-delphi.github.io/delphi-epidata/) of real-time, geographically-detailed epidemic indicators contains more than 750 indicators totaling over 5 billion records, with 3 million records being added daily. It receives on average 100,000 queries/day, bursting to 3 million during the pandemic.
15+
- Our [Epidata repository](https://cmu-delphi.github.io/delphi-epidata/) of real-time, geographically-detailed epidemic indicators contains more than 750 indicators totaling over 5 billion records, with 3 million records being added daily. During the pandemic, it recieved on average 100,000 queries/day, from more than 50,000 unique IP addresses in a 3 month period.
1616
- Data partners and collaborators include CDC, UnitedHealth/Optum, Change Healthcare, Google, Meta, Amazon, QuidelOrtho, and others
1717
- Funders include CDC, DTRA, Google, Meta, Optum, McCune Foundation, Uptake and others
18+
- Winner of the [Newell Research Excellence Award (2021)](https://www.cs.cmu.edu/events/newell-award-winners), [SPAIG award for Academe-Industry-Government partnership (2021)](https://www.amstat.org/your-career/awards/statistical-partnerships-among-academe-industry-and-government-(spaig)-award), [AAPOR Policy Impact Award (2022)](https://aapor.org/past-policy/), and [AAPOR Innovation Award (2022)](https://aapor.org/past-mitofsky/).
1819

1920
**Our strategy:**
2021
1. Procure [real-time, aggregated data streams](https://cmu-delphi.github.io/delphi-epidata/) informative of varied infectious diseases and syndromes, in collaboration with industry partners and public health agencies

content/people/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ people:
362362
link: https://csd.cmu.edu/people/graduate-student/ananya-joshi
363363
description: is a Ph.D. student in the Computer Science Department and is a member of Delphi supported by the NSF GRFP.
364364
team:
365-
- core
365+
- past
366366
- blog
367367
- firstName: Janise
368368
lastName: K.

0 commit comments

Comments
 (0)