Skip to content

Commit a023759

Browse files
committed
New about page content and layout (#965)
1 parent 16dc52a commit a023759

File tree

4 files changed

+28
-49
lines changed

4 files changed

+28
-49
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ relativeURLs = false
181181

182182
[params]
183183
description = "Developing the Theory and Practice of Epidemiological Forecasting"
184-
mission = "Develop the theory and practice of epidemiological tracking and forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
184+
mission = "To develop the theory and practice of epidemic detection, tracking and forecasting, and their use in decision making, both public and private. Our vision is to make this technology as useful as weather forecasting is today."
185185
apiUrl = "https://cmu-delphi.github.io/delphi-epidata"
186186
twitter = "CmuDelphi"
187187
contactForm = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"

content/about/_index.md

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
---
2-
title: Delphi Research Group
2+
title: About The Delphi Group
33
linkTitle: About Delphi
44
layout: about
5-
6-
collaborators:
7-
- name: Amazon
8-
group: collaborator
9-
- name: Centers for Disease Control and Prevention
10-
group: collaborator
11-
- name: Change Healthcare
12-
group: collaborator
13-
- name: Defense Threat Reduction Agency
14-
group: collaborator
15-
- name: Facebook
16-
group: collaborator
17-
- name: Google
18-
group: collaborator
19-
- name: Google.org
20-
group: collaborator
21-
- name: Optum
22-
group: collaborator
23-
- name: Quidel Inc.
24-
group: collaborator
25-
- name: Uptake
26-
group: collaborator
27-
285
---
296

30-
### Who are we?
7+
**Our mission:** To develop the theory and practice of epidemic detection, tracking and forecasting, and their use in decision making, both public and private.
8+
9+
**Our vision:** To make this technology as useful as weather forecasting is today.
3110

32-
We're a research group based out of Carnegie Mellon University dedicated to developing the theory and practice of epidemic tracking and forecasting. Pre-pandemic we worked mostly on influenza, dengue and norovirus; we've now picked up a focus on COVID. We procure unique data streams that reflect epidemic (or pandemic) activity, extract relevant indicators, and make these publicly and continuously available. We and others then use these indicators for nowcasting (situational awareness) and short-term forecasting.
11+
- Founded in 2012 at Carnegie Mellon University, now spanning 3 universities
12+
- Perennial winners of CDC’s [“predict the flu” challenge](https://www.cdc.gov/flu/weekly/flusight/index.html) since 2014
13+
- 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)
14+
- 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 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.
16+
- Data partners and collaborators include CDC, UnitedHealth/Optum, Change Healthcare, Google, Meta, Amazon, QuidelOrtho, and others
17+
- Funders include CDC, DTRA, Google, Meta, Optum, McCune Foundation, Uptake and others
3318

34-
### Who is our audience?
19+
**Our strategy:**
20+
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 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
22+
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/)
24+
1. Work closely with public health agencies to understand and support their needs
25+
1. Make it all real-time, operational, maximally accessible, and open-source
3526

36-
Public health authorities (federal, state, local), the healthcare industry, the public and private sectors, fellow researchers working on epidemic tracking and forecasting, data journalists, and the general public.
27+
**Our target users:**
28+
- CDC, state and local public health agencies (STLTs)
29+
- Although our long term goal is global, our near-term focus is the U.S.)
30+
- The epi-forecasting research community
31+
- The healthcare industry
32+
- Other public, private and government organizations
33+
- Data journalists
34+
- The general public

themes/delphi/layouts/_default/about.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
{{ partial "about/banner.html" }}
33
<div class="uk-container content-grid">
44
<div class="grid-3-11 about-description">
5-
<h2 class="mission-header">Delphi Research Group</h2>
6-
<h4 class="mission-text">Mission: {{ .Site.Params.mission }}</h4>
5+
<h2 class="mission-header">About The Delphi Group</h2>
76
{{ .Content }}
87
</div>
98
</div>
10-
{{ partial "about/collaborators.html" . }}
119
{{ end }}

themes/delphi/layouts/partials/about/collaborators.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)