From 4058075ddb64a45a33f1cabc422c14b3d808939d Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Wed, 23 Dec 2020 08:33:11 -0500 Subject: [PATCH 1/3] feat: add release notes of covidcast --- .../covidcast/release-log/headless/v1.12.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/covidcast/release-log/headless/v1.12.0.md diff --git a/content/covidcast/release-log/headless/v1.12.0.md b/content/covidcast/release-log/headless/v1.12.0.md new file mode 100644 index 000000000..40ac350de --- /dev/null +++ b/content/covidcast/release-log/headless/v1.12.0.md @@ -0,0 +1,27 @@ +--- +title: v1.12.0 +date: 2020-12-23 +--- + +This release introduces the new National COVID Survey Dashboard showing aggregated survey results. In addition, the overall style of COVIDCast has been adapted to the new website. + +#### New Features + +- [#600](https://github.com/cmu-delphi/www-covidcast/pull/600) National COVID Survey Dashboard +- [#688](https://github.com/cmu-delphi/www-covidcast/pull/688) (re: [#536](https://github.com/cmu-delphi/www-covidcast/issues/536)) Default ratio cases/deaths +- [#616](https://github.com/cmu-delphi/www-covidcast/pull/616), [#678](https://github.com/cmu-delphi/www-covidcast/pull/678) UIKit Adaptations +- [#692](https://github.com/cmu-delphi/www-covidcast/pull/692), [#671](https://github.com/cmu-delphi/www-covidcast/pull/671) (re: [#651](https://github.com/cmu-delphi/www-covidcast/issues/651)) Simplify URL parameters +- [#677](https://github.com/cmu-delphi/www-covidcast/pull/677) (re: [#632](https://github.com/cmu-delphi/www-covidcast/issues/632)) Compute mega counties (`Rest of ...`) population on the fly +- [#658](https://github.com/cmu-delphi/www-covidcast/pull/658) (re: [#485](https://github.com/cmu-delphi/www-covidcast/issues/485), [#639](https://github.com/cmu-delphi/www-covidcast/issues/639)) Additional export options + +#### Improvements + +- [#689](https://github.com/cmu-delphi/www-covidcast/pull/689) (re: [#687](https://github.com/cmu-delphi/www-covidcast/issues/687)) Change date shortcuts +- [#676](https://github.com/cmu-delphi/www-covidcast/pull/676) Improve Map Selection UX +- [#659](https://github.com/cmu-delphi/www-covidcast/pull/659) (re: [#656](https://github.com/cmu-delphi/www-covidcast/issues/656)) Shrink card header font size, adjust spacing. + +#### Bug-fixes + +- [#690](https://github.com/cmu-delphi/www-covidcast/pull/690) (re: [#686](https://github.com/cmu-delphi/www-covidcast/issues/686)) Add special case for old safari +- [#674](https://github.com/cmu-delphi/www-covidcast/pull/674) Refactor: use vega resize method +- [#666](https://github.com/cmu-delphi/www-covidcast/pull/666) (re: [#664](https://github.com/cmu-delphi/www-covidcast/issues/664), [#665](https://github.com/cmu-delphi/www-covidcast/issues/665)) Add HRR Population data and fix Orlando bug \ No newline at end of file From 7d2a701427a87fcb67fd804f719285e176b8b6f7 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Wed, 23 Dec 2020 08:38:08 -0500 Subject: [PATCH 2/3] feat: use covidcast v1.12.0 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0c12d7f6..952dc3d5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "0.1.0", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4267,8 +4267,8 @@ "dev": true }, "www-covidcast": { - "version": "github:cmu-delphi/www-covidcast#40034c7e0f4996fdabbc15692148571aed41e3dc", - "from": "github:cmu-delphi/www-covidcast#40034c7e0f4996fdabbc15692148571aed41e3dc", + "version": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.0/www-covidcast-1.12.0.tgz", + "integrity": "sha512-kqfEGujNz+lMat4GKSVBB015GiKWrEnqx1qVu1PxMWnSTaJo3vox+KX9fFP00wnTpSM/uCF2/f7AzRxGtBtdog==", "requires": { "uikit": "^3.5.10" }, diff --git a/package.json b/package.json index a1b8e55b0..291ba6877 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "www-main", - "version": "0.1.0", + "version": "1.12.0", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.1", "highlight.js": "^10.4.1", "katex": "^0.12.0", "uikit": "^3.5.9", - "www-covidcast": "github:cmu-delphi/www-covidcast#40034c7e0f4996fdabbc15692148571aed41e3dc" + "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.0/www-covidcast-1.12.0.tgz" }, "devDependencies": { "cpx": "^1.5.0", From cf68c810bbc61bea2a0bbda5f8ca37a44ff0a947 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Wed, 23 Dec 2020 09:23:56 -0500 Subject: [PATCH 3/3] feat: add hero images from landing to social preview of covidcast --- content/covidcast/_index.md | 1 + content/covidcast/export.md | 1 + content/covidcast/single.md | 1 + content/covidcast/survey-results.md | 1 + content/covidcast/timelapse.md | 2 ++ content/covidcast/top10.md | 2 ++ 6 files changed, 8 insertions(+) diff --git a/content/covidcast/_index.md b/content/covidcast/_index.md index b3dffc6cc..c3c2d7e58 100644 --- a/content/covidcast/_index.md +++ b/content/covidcast/_index.md @@ -2,4 +2,5 @@ title: COVIDcast layout: covidcast_app description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group. +heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg --- diff --git a/content/covidcast/export.md b/content/covidcast/export.md index c46ba78d1..db607385d 100644 --- a/content/covidcast/export.md +++ b/content/covidcast/export.md @@ -3,4 +3,5 @@ title: COVIDCast Export Data linkTitle: Export Data description: Use COVIDcast data in your own analysis layout: covidcast_app +heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg --- diff --git a/content/covidcast/single.md b/content/covidcast/single.md index bd92dbcfb..23ad81bb1 100644 --- a/content/covidcast/single.md +++ b/content/covidcast/single.md @@ -3,4 +3,5 @@ title: COVIDCast Region Details linkTitle: Region Details description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group. layout: covidcast_app +heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg --- diff --git a/content/covidcast/survey-results.md b/content/covidcast/survey-results.md index 84c2c1840..b0f78bc9c 100644 --- a/content/covidcast/survey-results.md +++ b/content/covidcast/survey-results.md @@ -4,4 +4,5 @@ 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. layout: covidcast_app +heroImage: /images/landing-page/hero-images/covidcast_survey.jpg --- diff --git a/content/covidcast/timelapse.md b/content/covidcast/timelapse.md index e63535034..8710382d4 100644 --- a/content/covidcast/timelapse.md +++ b/content/covidcast/timelapse.md @@ -1,5 +1,7 @@ --- title: COVIDCast Timelapse linkTitle: Timelapse +description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group. layout: covidcast_app +heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg --- diff --git a/content/covidcast/top10.md b/content/covidcast/top10.md index e94682409..881909044 100644 --- a/content/covidcast/top10.md +++ b/content/covidcast/top10.md @@ -1,5 +1,7 @@ --- title: COVIDCast Top 10 linkTitle: Top 10 +description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group. layout: covidcast_app +heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg ---