Skip to content

Commit e0eda3f

Browse files
authored
Merge pull request #305 from cmu-delphi/sgratzl/correlationpage
prepare for correlation page
2 parents ad2d934 + 02421ae commit e0eda3f

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,16 @@ relativeURLs = false
5656
name = "Explore an Indicator"
5757
url = "/covidcast/indicator"
5858
weight = 3
59+
[[menu.main]]
60+
parent = "covidcast"
61+
name = "Explore Correlations"
62+
url = "/covidcast/correlation"
63+
weight = 4
5964
[[menu.main]]
6065
parent = "covidcast"
6166
name = "Classic Map"
6267
url = "/covidcast/classic"
63-
weight = 4
68+
weight = 30
6469
[[menu.main]]
6570
parent = "covidcast"
6671
name = "Forecast Evaluation"
@@ -137,4 +142,4 @@ relativeURLs = false
137142
feedbackDelayMin = 45 # in sec
138143
feedbackDelayMax = 180 # in sec
139144
feedbackDuration = 60 # show it for 60sec
140-
highlightLinks = "/covidcast/data-anomalies"
145+
highlightLinks = "/covidcast/correlation,/covidcast/data-anomalies"

content/covidcast/correlation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: COVIDcast | Indicator Correlation
3+
linkTitle: Indicator Correlation
4+
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
5+
layout: covidcast_app
6+
app_mode: correlation
7+
order: 4
8+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
9+
feedback: true
10+
---

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"highlight.js": "^10.6.0",
88
"katex": "^0.13.0",
99
"uikit": "^3.6.18",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.2.0/www-covidcast-2.2.0.tgz"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.3.0/www-covidcast-2.3.0.tgz"
1111
},
1212
"devDependencies": {
1313
"hugo-bin": "^0.69.0",

0 commit comments

Comments
 (0)