diff --git a/content/about/_index.md b/content/about/_index.md index b0734d4a..5cf80dab 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 4b75b818..98264a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "www-main", - "version": "3.3.7", + "version": "3.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "www-main", - "version": "3.3.7", + "version": "3.3.8", "hasInstallScript": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", @@ -15,7 +15,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", @@ -2652,9 +2652,9 @@ } }, "node_modules/www-epivis": { - "version": "2.1.9", - "resolved": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz", - "integrity": "sha512-Wm6bvnTgMFljEY5eeOb6IVHIi/6tVHh2hpOvmCNXMqFwpb7a+avU4nypvu4muG4exBtQjGgu/ACzZ9t0Ir2f8Q==", + "version": "2.1.10", + "resolved": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.10/www-epivis-2.1.10.tgz", + "integrity": "sha512-wrW3Xx0C5ker5jHbJhLZEepYN263OfTb2XXCoSJWhuaTepa6EcGVrs6q0PLranf5cnD4cEV2K8Zt++64pb96sg==", "license": "MIT", "dependencies": { "uikit": "^3.15.5" @@ -4480,8 +4480,8 @@ } }, "www-epivis": { - "version": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz", - "integrity": "sha512-Wm6bvnTgMFljEY5eeOb6IVHIi/6tVHh2hpOvmCNXMqFwpb7a+avU4nypvu4muG4exBtQjGgu/ACzZ9t0Ir2f8Q==", + "version": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.10/www-epivis-2.1.10.tgz", + "integrity": "sha512-wrW3Xx0C5ker5jHbJhLZEepYN263OfTb2XXCoSJWhuaTepa6EcGVrs6q0PLranf5cnD4cEV2K8Zt++64pb96sg==", "requires": { "uikit": "^3.15.5" } diff --git a/package.json b/package.json index 802dea84..fd0b27cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "3.3.7", + "version": "3.3.8", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", @@ -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",