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
9 changes: 7 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ relativeURLs = false
weight = 1
[[menu.main]]
parent = "covidcast"
name = "Region Summary"
name = "Explore a Location"
url = "/covidcast/summary"
weight = 2
[[menu.main]]
parent = "covidcast"
name = "Explore an Indicator"
url = "/covidcast/indicator"
weight = 3
[[menu.main]]
parent = "covidcast"
name = "Classic Map"
Expand Down Expand Up @@ -122,4 +127,4 @@ relativeURLs = false
feedbackDelayMin = 45 # in sec
feedbackDelayMax = 180 # in sec
feedbackDuration = 60 # show it for 60sec
highlightLinks = "/covidcast/,/covidcast/summary,/signals-dashboard/,/forecast-eval/"
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/signals-dashboard/,/forecast-eval/"
4 changes: 2 additions & 2 deletions content/covidcast/classic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Classic COVIDcast
linkTitle: Classic COVIDcast
title: COVIDcast | Classic Map
linkTitle: Classic Map
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: classic
Expand Down
4 changes: 2 additions & 2 deletions content/covidcast/indicator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: COVIDcast Indicator Detail
linkTitle: Indicator Detail
title: COVIDcast | Explore an Indicator
linkTitle: Explore an Indicator
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: indicator
Expand Down
4 changes: 2 additions & 2 deletions content/covidcast/summary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Location Summary
linkTitle: Location Summary
title: COVIDcast | Explore a Location
linkTitle: Explore a Location
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: summary
Expand Down
2 changes: 1 addition & 1 deletion content/covidcast/survey-results.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: COVIDcast Survey Results
title: COVIDcast | Survey Results
linkTitle: Survey Results
description: |
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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"highlight.js": "^10.6.0",
"katex": "^0.12.0",
"uikit": "^3.6.17",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#d47dfb763206b5019310dc4f1b96ec233cb222f7"
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#aa2251480a008cc47db281e0ec17c5b7454ec66a"
},
"devDependencies": {
"bestzip": "^2.1.7",
Expand Down