Skip to content
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 config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ relativeURLs = false
[[menu.main]]
identifier = "covid19-covidcast"
parent = "covid19"
name = "COVIDcast Dashboard"
name = "Delphi Epidata Dashboard"
url = "/covidcast/"
weight = 20
[[menu.main]]
Expand Down Expand Up @@ -119,7 +119,7 @@ relativeURLs = false
weight = 1
[[menu.main]]
parent = "tools"
name = "COVIDcast Dashboard"
name = "Delphi Epidata Dashboard"
url = "/covidcast/"
weight = 10
[[menu.main]]
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ carousel:
- pre: Tools
title: Real-time Indicators of Infectious Disease Activity
ref: covidcast
alt: Explore the COVIDcast Dashboard
alt: Explore the Delphi Epidata Dashboard
image: covidcast_v2.jpg
- pre: News
title: CDC Selects Delphi Research Group at CMU as Center of Innovation in Outbreak Analytics and Disease Modeling
Expand Down
2 changes: 1 addition & 1 deletion content/covid19/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in the United States. It has several parts.

## See Also

- [COVIDcast dashboard]({{< relref "covidcast" >}})
- [Delphi Epidata dashboard]({{< relref "covidcast" >}})
- [CTIS dashboard]({{< relref "covidcast/survey-results" >}})
- [Export data tool]({{< relref "covidcast/export" >}})
- [API documentation](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html)
Expand Down
2 changes: 1 addition & 1 deletion content/covid19/ctis.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To account for the differences between Facebook users and the United States popu

## Where can I see the results?

Our [CTIS Results 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 dashboard]({{< 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.
Our [CTIS Results 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 [Delphi Epidata dashboard]({{< 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.

The [Symptom Data Challenge](https://www.symptomchallenge.org/) challenged participants to enable earlier detection and improved situational awareness of the COVID-19 outbreak by using data from these symptom surveys. Check out the [the challenge website](https://www.symptomchallenge.org/) for more details about the Challenge and the finalists.

Expand Down
4 changes: 2 additions & 2 deletions content/covidcast/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: COVIDcast Dashboard
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
title: Delphi Epidata Dashboard
description: Delphi Epidata tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: landing
order: 1
Expand Down