Skip to content

Release v3.3.8 #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ layout: about
- Perennial winners of CDC’s [“predict the flu” challenge](https://www.cdc.gov/flu/weekly/flusight/index.html) since 2014
- 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)
- 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)
- Our [Epidata repository](https://cmu-delphi.github.io/delphi-epidata/) of real-time, geographically-detailed epidemic signals contains more than 500 signals totalling over 4 billion records, with 3 million records being added daily. It receives on average 100,000 queries/day, from more than 50,000 unique IP addresses in a 3 month period.
- Our [Epidata repository](https://cmu-delphi.github.io/delphi-epidata/) of real-time, geographically-detailed epidemic indicators contains more than 500 indicators totalling over 4 billion records, with 3 million records being added daily. It receives on average 100,000 queries/day, from more than 50,000 unique IP addresses in a 3 month period.
- Data partners and collaborators include CDC, UnitedHealth/Optum, Change Healthcare, Google, Meta, Amazon, QuidelOrtho, and others
- Funders include CDC, DTRA, Google, Meta, Optum, McCune Foundation, Uptake and others

**Our strategy:**
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
1. Extract signals—many at daily and county-level resolution—from these streams and make them widely available via the [Delphi Epidata platform](https://delphi.cmu.edu/covidcast/) and [API](https://cmu-delphi.github.io/delphi-epidata/); enhance their value with automated revision tracking, revision projection, anomaly detection, trend detection, access control, smoothing, and geographic, temporal and demographic disaggregation
1. Extract indicators— many at daily and county-level resolution— from these streams and make them widely available via the [Delphi EpiPortal](https://delphi.cmu.edu/epiportal/) and [API](https://cmu-delphi.github.io/delphi-epidata/); enhance their value with automated revision tracking, revision projection, anomaly detection, trend detection, access control, smoothing, and geographic, temporal and demographic disaggregation
1. Develop and deploy algorithms for epidemic detection, tracking (nowcasting), and forecasting
1. Develop and share tools for [signal access](https://cmu-delphi.github.io/epidatr/), [processing](https://cmu-delphi.github.io/epiprocess/), and [forecasting](https://cmu-delphi.github.io/epipredict/)
1. Work closely with public health agencies to understand and support their needs
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-main",
"version": "3.3.7",
"version": "3.3.8",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
Expand All @@ -9,7 +9,7 @@
"uikit": "^3.21.13",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz",
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.7/www-covidcast-classic-2.6.7.tgz",
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz"
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.10/www-epivis-2.1.10.tgz"
},
"devDependencies": {
"hugo-bin": "^0.127.0",
Expand Down