Skip to content

Commit f8e3950

Browse files
authored
Merge pull request #203 from cmu-delphi/sgratzl/typo
style: rename COVIDCast to COVIDcast
2 parents 37995aa + d88468b commit f8e3950

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ carousel:
1212
- pre: Our Tools
1313
title: Real-time Indicators of COVID-19 Activity
1414
ref: covidcast
15-
alt: Explore COVIDCast
15+
alt: Explore COVIDcast
1616
image: covidcast_withfill.jpg
1717
- pre: Our Blog Post
1818
title: New and improved COVID Symptom Survey Tracks Testing and Mask-Wearing

content/covidcast/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDCast Export Data
2+
title: COVIDcast Export Data
33
linkTitle: Export Data
44
description: Use COVIDcast data in your own analysis
55
layout: covidcast_app

content/covidcast/release-log/headless/v1.12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: v1.12.0
33
date: 2020-12-23
44
---
55

6-
This release introduces the new National COVID Survey Dashboard showing aggregated survey results. In addition, the overall style of COVIDCast has been adapted to the new website.
6+
This release introduces the new National COVID Survey Dashboard showing aggregated survey results. In addition, the overall style of COVIDcast has been adapted to the new website.
77

88
#### New Features
99

content/covidcast/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDCast Region Details
2+
title: COVIDcast Region Details
33
linkTitle: Region Details
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app

content/covidcast/survey-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDCast Survey Results
2+
title: COVIDcast Survey Results
33
linkTitle: Survey Results
44
description: |
55
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.

content/covidcast/timelapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDCast Timelapse
2+
title: COVIDcast Timelapse
33
linkTitle: Timelapse
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app

content/covidcast/top10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDCast Top 10
2+
title: COVIDcast Top 10
33
linkTitle: Top 10
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app

content/news/2020_04_covidcast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2020-04-01
3-
title: COVIDCast
3+
title: COVIDcast
44
category: update
55
---
66

themes/delphi/assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import UIkit from "uikit/dist/js/uikit.js";
22
import plugin from "uikit/dist/js/uikit-icons.js";
33
UIkit.use(plugin);
44

5-
// re export for COVIDCast
5+
// re export for COVIDcast
66
window.UIkit = UIkit;
77
// define for covidcast at which base url it is embedded
88
window.DELPHI_COVIDCAST_PAGE = "/covidcast/";

0 commit comments

Comments
 (0)