Skip to content

Commit e0f296e

Browse files
authored
Merge pull request #269 from cmu-delphi/release
Release v2.0.0
2 parents c4e25c2 + f3da318 commit e0f296e

File tree

23 files changed

+5179
-4940
lines changed

23 files changed

+5179
-4940
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
# submodules: true # Fetch Hugo themes (true OR recursive)
1717
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod
1818

19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v2.1.5
2020
with:
21-
node-version: "12"
21+
node-version: "14"
2222
- uses: actions/cache@v2
2323
with:
2424
path: ~/.npm
25-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25+
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
2626
restore-keys: |
27-
${{ runner.os }}-node-
27+
${{ runner.os }}-node3-
2828
- run: npm ci
2929
- name: Lint
3030
run: npm run lint
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: website
3737
path: ./public
38-
38+
3939
- name: Login to GitHub Container Registry
4040
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
4141
uses: docker/login-action@v1

config.toml

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,59 +34,64 @@ relativeURLs = false
3434
identifier = "covidcast"
3535
name = "COVIDcast"
3636
pre = "solid/map"
37-
url = "/covidcast"
37+
url = "/covidcast/"
3838
weight = 2
3939
[[menu.main]]
4040
parent = "covidcast"
41-
name = "Map Overview"
42-
url = "/covidcast"
41+
name = "COVIDcast Overview"
42+
url = "/covidcast/"
4343
weight = 1
4444
[[menu.main]]
4545
parent = "covidcast"
46-
name = "Timelapse"
47-
url = "/covidcast/timelapse"
46+
name = "Explore a Location"
47+
url = "/covidcast/summary"
4848
weight = 2
4949
[[menu.main]]
5050
parent = "covidcast"
51-
name = "Top 10"
52-
url = "/covidcast/top10"
51+
name = "Explore an Indicator"
52+
url = "/covidcast/indicator"
5353
weight = 3
5454
[[menu.main]]
5555
parent = "covidcast"
56-
name = "Single Region"
57-
url = "/covidcast/single"
56+
name = "Classic Map"
57+
url = "/covidcast/classic"
5858
weight = 4
5959
[[menu.main]]
6060
parent = "covidcast"
6161
name = "Surveys"
6262
url = "/covidcast/surveys"
63-
weight = 5
63+
weight = 50
6464
[[menu.main]]
6565
parent = "covidcast"
6666
name = "Survey Results"
6767
url = "/covidcast/survey-results"
68-
weight = 6
68+
weight = 51
6969
[[menu.main]]
7070
parent = "covidcast"
7171
name = "Export Data"
7272
url = "/covidcast/export"
73-
weight = 7
73+
weight = 70
7474
[[menu.main]]
7575
parent = "covidcast"
7676
name = "Release Log"
7777
url = "/covidcast/release-log"
78-
weight = 8
78+
weight = 80
7979
[[menu.main]]
8080
parent = "covidcast"
8181
name = "Terms Of Use"
8282
url = "/covidcast/terms-of-use"
83-
weight = 9
83+
weight = 90
8484
[[menu.main]]
8585
identifier = "flu"
86-
name = "Flu and Other Diseases"
86+
name = "Tools and Resources"
8787
pre = "solid/virus"
8888
url = "/flu"
8989
weight = 3
90+
[[menu.main]]
91+
parent = "flu"
92+
name = "Forecast Evaluator"
93+
url = "/forecast-eval/"
94+
weight = 20
9095
[[menu.main]]
9196
identifier = "blog"
9297
name = "Blog"
@@ -116,4 +121,5 @@ relativeURLs = false
116121
feedbackLikelihoodDesktop = 1
117122
feedbackDelayMin = 45 # in sec
118123
feedbackDelayMax = 180 # in sec
119-
feedbackDuration = 60 # show it for 60sec
124+
feedbackDuration = 60 # show it for 60sec
125+
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/signals-dashboard/,/forecast-eval/"

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ carousel:
99
ref: covidcast/survey-results
1010
alt: Explore the Survey Results
1111
image: covidcast_survey.jpg
12+
- pre: Our Tools
13+
title: Forecast Evaluation Dashboard
14+
link: /forecast-eval
15+
alt: Explore the new COVID-19 forecast evaluation dashboard
16+
image: forecast_evaluation_dashboard.jpg
1217
- pre: Our Tools
1318
title: Real-time Indicators of COVID-19 Activity
1419
ref: covidcast

content/covidcast/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: COVIDcast
33
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
44
layout: covidcast_app
5-
app_mode: overview
5+
app_mode: landing
66
order: 1
7-
modeTitle: Map Overview
8-
icon: solid/map
97
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
108
feedback: true
119
---
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: COVIDcast Top 10
3-
linkTitle: Top 10
2+
title: COVIDcast | Classic Map
3+
linkTitle: Classic Map
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: top10
6+
app_mode: classic
77
order: 3
8-
icon: solid/list
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
10+
footer: false
1111
---
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: COVIDcast Region Details
3-
linkTitle: Region Details
2+
title: COVIDcast | Explore an Indicator
3+
linkTitle: Explore an Indicator
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: single
7-
order: 4
8-
icon: location-solid
6+
app_mode: indicator
7+
order: 3
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
1110
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v2.0.0
3+
date: 2021-03-19
4+
---
5+
6+
### Signal Changes
7+
8+
- Replace "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
9+
- Change "People Wearing Masks" signal to its latest revision
10+
- Add "COVID Symptom Searches on Google" signal to map and COVIDcast 2.0
11+
- Change survey result signals to their latest revisions with the option to explore old revisions
12+
13+
### New Features
14+
15+
This release introduces the new mobile-first based COVIDcast website with a fresh new design.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: COVIDcast Timelapse
3-
linkTitle: Timelapse
2+
title: COVIDcast | Explore a Location
3+
linkTitle: Explore a Location
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: timelapse
7-
order: 2
8-
icon: solid/clock
6+
app_mode: summary
7+
order: 3
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
1110
---

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/surveys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Our [National COVID Survey Dashboard]({{< relref "covidcast/survey-results" >}})
4242

4343
### Blog posts and presentations
4444

45+
- Joseph Friedman, Silvia Montoya and Emmanuela Gakidou, March 8, 2021. [Gender Equality in the Global Return to School](https://www.thinkglobalhealth.org/article/gender-equality-global-return-school). Think Global Health.
46+
- Leanna Morinishi, Kris Barkume, Esther Kim, and Alex Reinhart, February 2, 2021. [Home for the Holidays? The Impact of US Holidays on Social Behaviors and Preventative Measures]({{< relref "2021-01-22-holiday-surveys" >}}). Delphi blog.
47+
- Alex Reinhart, Esther Kim, Andy Garcia, and Sarah LaRocca, January 28, 2021. [Using the COVID-19 Symptom Survey to Track Vaccination Uptake and Sentiment in the United States]({{< relref "2021-01-28-survey-vaccines" >}}). Delphi blog.
4548
- Alex Reinhart, October 12, 2020. [New and Improved COVID Symptom Survey Tracks Testing and Mask-Wearing]({{< relref "2020-10-06-survey-wave-4" >}}). Delphi blog.
4649
- Ryan Tibshirani, September 21, 2020. [Can Symptom Surveys Improve COVID-19 Forecasts?]({{< relref "2020-09-21-forecast-demo" >}}) Delphi blog.
4750
- Alex Reinhart and Ryan Tibshirani, August 26, 2020. [COVID-19 Symptom Surveys through Facebook]({{< relref "2020-08-26-fb-survey" >}}). Delphi blog.
@@ -50,6 +53,7 @@ Our [National COVID Survey Dashboard]({{< relref "covidcast/survey-results" >}})
5053

5154
Research results from universities studying the survey data will be listed here as soon as they are available.
5255

56+
- Rader, White, Burns, Chen, Brilliant, Cohen, Shaman, Brilliant, Kraemer, Moritz, Hawkins, Scarpino, Astley, and Brownstein. [Mask-wearing and control of SARS-CoV-2 transmission in the USA: a cross-sectional study](https://doi.org/10.1016/S2589-7500(20)30293-4). *Lancet Digital Health* 2021, volume 3, issue 3, e148-e157.
5357
- Flaxman AD, Henning DJ and Duber HC. [The relative incidence of COVID-19 in healthcare workers versus non-healthcare workers: evidence from a web-based survey of Facebook users in the United States](https://doi.org/10.12688/gatesopenres.13202.1). *Gates Open Research* 2020, 4:174.
5458
- Kreuter, F., Barkay, N., Bilinski, A., Bradford, A., Chiu, S., Eliat, R., Fan, J., Galili, T., Haimovich, D., Kim, B., LaRocca, S., Li, Y., Morris, K., Presser, S., Sarig, T., Salomon, J. A., Stewart, K., Stuart, E. A., & Tibshirani, R. J. (2020). [Partnering with a global platform to inform research and public policy making](https://doi.org/10.18148/srm/2020.v14i2.7761). *Survey Research Methods*, 14(2), 159-163.
5559

0 commit comments

Comments
 (0)