Skip to content

Commit 71d7791

Browse files
authored
Merge pull request #397 from cmu-delphi/sgratzl/survey_rename
rename to CTIS
2 parents c1df711 + e326ff7 commit 71d7791

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ relativeURLs = false
9393
weight = 50
9494
[[menu.main]]
9595
parent = "covidcast"
96-
name = "Survey Results"
96+
name = "CTIS Results Dashboard"
9797
url = "/covidcast/survey-results"
9898
weight = 51
9999
[[menu.main]]

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ carousel:
2020
alt: Explore the new COVID-19 forecast evaluation dashboard
2121
image: forecast_evaluation_dashboard.jpg
2222
- pre: Our Tools
23-
title: National COVID Survey Dashboard
23+
title: CTIS Results Dashboard
2424
ref: covidcast/survey-results
25-
alt: Explore the Survey Results
25+
alt: Explore the COVID-19 Trends and Impact Survey Results
2626
image: covidcast_survey.jpg
2727
- pre: Our Blog Post
2828
title: New and improved COVID Symptom Survey Tracks Testing and Mask-Wearing

content/covidcast/surveys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Delphi's COVID-19 Surveys
2+
title: Delphi's COVID-19 Trends and Impact Surveys (CTIS)
33
---
44

55
{{< alert category="primary">}}
66
Summary results for the survey are now available. [Click here to explore]({{< relref "covidcast/survey-results" >}})
77
{{< /alert >}}
88

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" >}}).
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 the COVID-19 Trends and Impact Survey 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 [CTIS Results Dashboard]({{< relref "covidcast/survey-results" >}}), [COVIDcast Map]({{< relref "covidcast" >}}), [COVIDcast Exporter]({{< relref "covidcast/export" >}}), and in our [COVIDcast API]({{< apiref "api/covidcast.html" >}}).
1010

1111
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.
1212

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

3939
## Where can I see the results?
4040

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 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.
41+
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.
4242

4343
### Blog posts and reports
4444

themes/delphi/layouts/partials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ <h5 class="uk-text-bold">COVIDcast</h5>
1111
<li><a class="uk-link-text uk-text-small" href="/forecast-eval/">Forecast Evaluation</a></li>
1212
<li><a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/surveys" }}">Surveys</a></li>
1313
<li>
14-
<a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/survey-results" }}">Survey Results</a>
14+
<a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/survey-results" }}"
15+
>CTIS Results Dashboard</a
16+
>
1517
</li>
1618
</ul>
1719
</div>

0 commit comments

Comments
 (0)