Skip to content

Commit 2c8d937

Browse files
authored
Merge pull request #1103 from cmu-delphi/release/v3.3.11
Release v3.3.11
2 parents e2c52dc + 94c47ed commit 2c8d937

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

config.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ relativeURLs = false
2626
name = "Our Team"
2727
url = "/about/team"
2828
weight = 2
29-
[[menu.main]]
30-
parent = "about"
31-
name = "Milestones"
32-
url = "/about/milestones"
33-
weight = 3
3429
[[menu.main]]
3530
parent = "about"
3631
name = "Research"
@@ -41,11 +36,6 @@ relativeURLs = false
4136
name = "Blog"
4237
url = "/blog"
4338
weight = 5
44-
[[menu.main]]
45-
parent = "about"
46-
name = "News"
47-
url = "/about/news"
48-
weight = 6
4939
[[menu.main]]
5040
parent = "about"
5141
name = "Join Us"

content/about/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ 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 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.
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.
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
1818

1919
**Our strategy:**
2020
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
21-
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
21+
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 stratification
2222
1. Develop and deploy algorithms for epidemic detection, tracking (nowcasting), and forecasting
23-
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/)
23+
1. Develop and share tools for [indicator access](https://cmu-delphi.github.io/epidatr/), [processing](https://cmu-delphi.github.io/epiprocess/), and [forecasting](https://cmu-delphi.github.io/epipredict/)
2424
1. Work closely with public health agencies to understand and support their needs
2525
1. Make it all real-time, operational, maximally accessible, and open-source
2626

25.3 KB
Loading

content/people/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ people:
1717
image: amesh-adalja.jpeg
1818
affiliation: Johns Hopkins University and UPMC
1919
team:
20-
- contributors
20+
- advisors
2121
- firstName: Sumit
2222
lastName: Agrawal
2323
image: sumit-agrawal_head-shot.png
@@ -630,6 +630,13 @@ people:
630630
affiliation: Dartmouth/Epidemiology
631631
team:
632632
- past
633+
- firstName: Jignesh
634+
lastName: Patel
635+
image: Patel_Jignesh.jpg
636+
link: https://csd.cmu.edu/people/faculty/jignesh-patel
637+
affiliation: CMU/CSD
638+
team:
639+
- advisors
633640
- firstName: Mike
634641
lastName: O'Brien
635642
image: mike-o'brien_head-shot.jpg

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "3.3.10",
3+
"version": "3.3.11",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^6.7.2",

0 commit comments

Comments
 (0)