Skip to content

Commit d79c236

Browse files
authored
Merge pull request #191 from cmu-delphi/sgratzl/survey-results
integrate survey-results page
2 parents 4424aae + 4d4dc32 commit d79c236

File tree

12 files changed

+1717
-19
lines changed

12 files changed

+1717
-19
lines changed

config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,21 @@ relativeURLs = false
4646
name = "Surveys"
4747
url = "/covidcast/surveys"
4848
weight = 2
49+
[[menu.main]]
50+
parent = "covidcast"
51+
name = "Survey Results"
52+
url = "/covidcast/survey-results"
53+
weight = 3
4954
[[menu.main]]
5055
parent = "covidcast"
5156
name = "Release Log"
5257
url = "/covidcast/release-log"
53-
weight = 3
58+
weight = 4
5459
[[menu.main]]
5560
parent = "covidcast"
5661
name = "Terms Of Use"
5762
url = "/covidcast/terms-of-use"
58-
weight = 4
63+
weight = 5
5964
[[menu.main]]
6065
identifier = "flu"
6166
name = "Flu and Other Diseases"

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: Developing the Theory and Practice of Epidemiological Forecasting
44
layout: landing
55

66
carousel:
7+
- pre: Our Tools
8+
title: National COVID Survey Dashboard
9+
ref: covidcast/survey-results
10+
alt: Explore the Survey Results
11+
image: covidcast_survey.jpg
712
- pre: Our Tools
813
title: Real-time Indicators of COVID-19 Activity
914
ref: covidcast

content/covidcast/survey-results.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: COVIDCast Survey Results
3+
linkTitle: Survey Results
4+
description: |
5+
In collaboration with Facebook Data for Good, along with a consortium of universities and public health officials, the Delphi Group at Carnegie Mellon University conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020.
6+
layout: covidcast_app
7+
---

content/covidcast/surveys.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
title: Delphi's COVID-19 Surveys
33
---
44

5-
In collaboration with Facebook, along with a consortium of universities and public health officials, the [Delphi group]({{< relref "/" >}}) at [Carnegie Mellon University](https://www.cmu.edu/) conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020, and about 50,000 people in the United States participate **every day**. Survey results are publicly available on our [COVIDcast map]({{< relref "covidcast" >}}) and in our [COVIDcast API]({{< apiref "api/covidcast.html" >}}).
5+
{{< alert category="primary">}}
6+
Summary results for the survey are now available. [Click here to explore]({{< relref "covidcast/survey-results" >}})
7+
{{< /alert >}}
8+
9+
In collaboration with Facebook, along with a consortium of universities and public health officials, the [Delphi group]({{< relref "/" >}}) at [Carnegie Mellon University](https://www.cmu.edu/) conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020, and about 50,000 people in the United States participate **every day**. Survey results are publicly available on our [National COVID Survey Dashboard]({{< relref "covidcast/survey-results" >}}), [COVIDcast Map]({{< relref "covidcast" >}}), [COVIDcast Exporter]({{< relref "covidcast/export" >}}), and in our [COVIDcast API]({{< apiref "api/covidcast.html" >}}).
610

711
Such detailed data has never before been available during a public health emergency, and it will help public health officials understand how to save lives and how to safely reopen public life. The data will also help researchers understand the social, economic, and health effects of the COVID-19 pandemic.
812

@@ -14,7 +18,7 @@ The [Symptom Data Challenge](https://www.symptomchallenge.org/) challenged parti
1418

1519
The survey asks respondents whether they are experiencing any symptoms, then asks a series of questions designed to help researchers understand the spread of COVID-19 and its effect on people in the United States. These include questions about COVID-19 testing, prior medical conditions, social distancing measures, mental health, demographics, and the economic effects of the pandemic.
1620

17-
Delphi uses information from the survey as part of its public [COVIDcast map]({{< relref "covidcast" >}}), to inform its forecasts (currently in development) of the pandemic’s spread, and to assist public health agency partners. By providing daily data from all parts of the United States, the survey allows comparisons between regions and allows careful tracking of changes over time. Other researchers use the survey to study factors related to the pandemic's spread, its effects on mental health, how different demographic groups are affected by the pandemic, and numerous other important questions.
21+
Delphi uses information from the survey as part of its public [COVIDcast Map]({{< relref "covidcast" >}}), to inform its forecasts (currently in development) of the pandemic’s spread, and to assist public health agency partners. By providing daily data from all parts of the United States, the survey allows comparisons between regions and allows careful tracking of changes over time. Other researchers use the survey to study factors related to the pandemic's spread, its effects on mental health, how different demographic groups are affected by the pandemic, and numerous other important questions.
1822

1923
Because the survey can reach thousands of respondents every day, its questions focus on what the respondents are experiencing right now. This allows us to track how conditions change across the country every day.
2024

@@ -34,7 +38,7 @@ To account for the differences between Facebook users and the United States popu
3438

3539
## Where can I see the results?
3640

37-
Our [COVIDcast map]({{< relref "covidcast" >}}) shows basic aggregate survey results, revealing the rates of mask usage and COVID-like symptoms across the United States, and this data is also freely available for download through the [COVIDcast API]({{< apiref "api/covidcast.html">}}). Facebook also publishes [a map](https://covid-survey.dataforgood.fb.com/) based on the United States and international aggregate data.
41+
Our [National COVID Survey Dashboard]({{< relref "covidcast/survey-results" >}}) shows aggregate survey results, ranging from rates of COVID-like symptoms over mask usage to mental health. In addition, our [COVIDcast map]({{< relref "covidcast" >}}) shows basic aggregate survey results, revealing the rates of mask usage and COVID-like symptoms across the United States. The data used by both tools is also freely available for download through the [COVIDcast API]({{< apiref "api/covidcast.html">}}) and our [COVIDcast Exporter]({{< relref "covidcast/export" >}}). Facebook also publishes [a map](https://covid-survey.dataforgood.fb.com/) based on the United States and international aggregate data.
3842

3943
### Blog posts and presentations
4044

0 commit comments

Comments
 (0)