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
2 changes: 1 addition & 1 deletion .github/workflows/ci_fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
name: website
path: ./public

- name: Login to GitHub Container Registry
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'
uses: docker/login-action@v1
Expand Down
24 changes: 12 additions & 12 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,49 +38,49 @@ relativeURLs = false
weight = 2
[[menu.main]]
parent = "covidcast"
name = "Map Overview"
name = "About"
url = "/covidcast"
weight = 1
[[menu.main]]
parent = "covidcast"
name = "Timelapse"
url = "/covidcast/timelapse"
name = "Indicator Overview"
url = "/covidcast/overview"
weight = 2
[[menu.main]]
parent = "covidcast"
name = "Top 10"
url = "/covidcast/top10"
name = "Indicator Details"
url = "/covidcast/indicator"
weight = 3
[[menu.main]]
parent = "covidcast"
name = "Single Region"
url = "/covidcast/single"
name = "Old Map Overview"
url = "/covidcast/old"
weight = 4
[[menu.main]]
parent = "covidcast"
name = "Surveys"
url = "/covidcast/surveys"
weight = 5
weight = 50
[[menu.main]]
parent = "covidcast"
name = "Survey Results"
url = "/covidcast/survey-results"
weight = 6
weight = 51
[[menu.main]]
parent = "covidcast"
name = "Export Data"
url = "/covidcast/export"
weight = 7
weight = 70
[[menu.main]]
parent = "covidcast"
name = "Release Log"
url = "/covidcast/release-log"
weight = 8
weight = 80
[[menu.main]]
parent = "covidcast"
name = "Terms Of Use"
url = "/covidcast/terms-of-use"
weight = 9
weight = 90
[[menu.main]]
identifier = "flu"
name = "Flu and Other Diseases"
Expand Down
4 changes: 1 addition & 3 deletions content/covidcast/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
title: COVIDcast
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: overview
app_mode: landing
order: 1
modeTitle: Map Overview
icon: solid/map
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
feedback: true
---
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
title: COVIDcast Timelapse
linkTitle: Timelapse
title: COVIDcast Indicator Detail
linkTitle: Indicator Detail
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: timelapse
order: 2
icon: solid/clock
app_mode: indicator
order: 3
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
feedback: true
---
10 changes: 5 additions & 5 deletions content/covidcast/single.md → content/covidcast/old.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: COVIDcast Region Details
linkTitle: Region Details
title: COVIDcast Map Overview
linkTitle: Old Map Overview
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: single
order: 4
icon: location-solid
app_mode: old
order: 3
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
feedback: true
footer: false
---
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
title: COVIDcast Top 10
linkTitle: Top 10
title: COVIDcast
linkTitle: About COVIDcast
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: top10
app_mode: overview
order: 3
icon: solid/list
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
feedback: true
---
15 changes: 15 additions & 0 deletions content/covidcast/release-log/headless/v1.12.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: v1.12.9
date: 2021-03-01
---

This release changes two signals with their improved version.

### Signal Changes

- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
- Replaced "COVID-Related Doctor Visits" with new signal from Change Healthcare. For more details see: [`smoothed_outpatient_cli`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this still accurate?


### New Features

- [#730](https://github.com/cmu-delphi/www-covidcast/pull/730) (re: [#729](https://github.com/cmu-delphi/www-covidcast/issues/729)) Mobile survey toc on medium devices
13 changes: 13 additions & 0 deletions content/covidcast/release-log/headless/v2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: v2.0.0
date: 2021-03-05
---

### Signal Changes

- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.


### New Features

This release introduces the new mobile-first based COVIDcast website with a fresh new design.
Loading