Skip to content

Commit def4366

Browse files
authored
Merge pull request #276 from cmu-delphi/release-v2.0.1
Release v2.0.1
2 parents e0f296e + fe9e349 commit def4366

File tree

18 files changed

+311
-319
lines changed

18 files changed

+311
-319
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged

config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ relativeURLs = false
5656
name = "Classic Map"
5757
url = "/covidcast/classic"
5858
weight = 4
59+
[[menu.main]]
60+
parent = "covidcast"
61+
name = "Forecast Evaluation"
62+
url = "/forecast-eval/"
63+
weight = 40
5964
[[menu.main]]
6065
parent = "covidcast"
6166
name = "Surveys"
@@ -83,15 +88,10 @@ relativeURLs = false
8388
weight = 90
8489
[[menu.main]]
8590
identifier = "flu"
86-
name = "Tools and Resources"
91+
name = "Flu and Other Diseases"
8792
pre = "solid/virus"
8893
url = "/flu"
8994
weight = 3
90-
[[menu.main]]
91-
parent = "flu"
92-
name = "Forecast Evaluator"
93-
url = "/forecast-eval/"
94-
weight = 20
9595
[[menu.main]]
9696
identifier = "blog"
9797
name = "Blog"

content/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ layout: landing
55

66
carousel:
77
- pre: Our Tools
8-
title: National COVID Survey Dashboard
9-
ref: covidcast/survey-results
10-
alt: Explore the Survey Results
11-
image: covidcast_survey.jpg
8+
title: Real-time Indicators of COVID-19 Activity
9+
ref: covidcast
10+
alt: Explore COVIDcast
11+
image: covidcast_v2.jpg
1212
- pre: Our Tools
1313
title: Forecast Evaluation Dashboard
1414
link: /forecast-eval
1515
alt: Explore the new COVID-19 forecast evaluation dashboard
1616
image: forecast_evaluation_dashboard.jpg
1717
- pre: Our Tools
18-
title: Real-time Indicators of COVID-19 Activity
19-
ref: covidcast
20-
alt: Explore COVIDcast
21-
image: covidcast_withfill.jpg
18+
title: National COVID Survey Dashboard
19+
ref: covidcast/survey-results
20+
alt: Explore the Survey Results
21+
image: covidcast_survey.jpg
2222
- pre: Our Blog Post
2323
title: New and improved COVID Symptom Survey Tracks Testing and Mask-Wearing
2424
ref: 2020-10-06-survey-wave-4

content/covidcast/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie
44
layout: covidcast_app
55
app_mode: landing
66
order: 1
7-
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
7+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
88
feedback: true
99
---

content/covidcast/classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie
55
layout: covidcast_app
66
app_mode: classic
77
order: 3
8-
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
8+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
99
feedback: true
1010
footer: false
1111
---

content/covidcast/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ layout: covidcast_app
66
app_mode: export
77
order: 6
88
icon: solid/download
9-
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
9+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
1010
feedback: true
1111
---

content/covidcast/indicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie
55
layout: covidcast_app
66
app_mode: indicator
77
order: 3
8-
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
8+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
99
feedback: true
1010
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: v2.0.1
3+
date: 2021-03-22
4+
---
5+
6+
Bug-fix release
7+
8+
### Bug-fixes
9+
10+
- [#848](https://github.com/cmu-delphi/www-covidcast/pull/848) (re: [#845](https://github.com/cmu-delphi/www-covidcast/issues/845), [#846](https://github.com/cmu-delphi/www-covidcast/issues/846), [#847](https://github.com/cmu-delphi/www-covidcast/issues/847)) Reset highlight region in line chart

content/covidcast/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie
55
layout: covidcast_app
66
app_mode: summary
77
order: 3
8-
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
8+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
99
feedback: true
1010
---

0 commit comments

Comments
 (0)