From 051a44f2329dc54e1a39e14b1cd2b149be1920b7 Mon Sep 17 00:00:00 2001 From: Alex Reinhart Date: Fri, 1 Apr 2022 15:00:19 -0400 Subject: [PATCH 1/2] Fix broken link and include new survey publication PNAS helpfully broke the link to the special feature when they redesigned their site, so instead we can point to the article describing the special feature. --- content/covid19/ctis.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/covid19/ctis.md b/content/covid19/ctis.md index 46d079cb..b9d289a6 100644 --- a/content/covid19/ctis.md +++ b/content/covid19/ctis.md @@ -47,7 +47,7 @@ The [Symptom Data Challenge](https://www.symptomchallenge.org/) challenged parti ### Publications -Our primary description of the survey and its results over the first year of operation was published as part of the [special feature "Beyond Cases and Deaths: The Benefits of Auxiliary Data Streams in Tracking the COVID-19 Pandemic"](https://www.pnas.org/cc/beyond-cases-and-deaths) in *PNAS*: +Our primary description of the survey and its results over the first year of operation was published as part of the [special feature "Beyond Cases and Deaths: The Benefits of Auxiliary Data Streams in Tracking the COVID-19 Pandemic"](https://www.pnas.org/doi/full/10.1073/pnas.2111456118) in *PNAS*: - J. Salomon, A. Reinhart, A. Bilinski, E. J. Chua, W. La Motte-Kerr, M. M. Rönn, M. B. Reitsma, K. A. Morris, S. LaRocca, T. H. Farag, F. Kreuter, R. @@ -57,8 +57,9 @@ Our primary description of the survey and its results over the first year of ope vaccination](https://doi.org/10.1073/pnas.2111454118). *Proceedings of the National Academy of Sciences* 118 (51) e2111454118. -Other peer-reviewed publications using the survey data include: +Other research publications using the survey data include: +- A. Pilehvari, J. Ton, M. R. Mohan, A. Marathe, and A. Vullikanti (2022). [Drivers and Predictors of COVID-19 Vaccine Hesitancy in Virginia](https://doi.org/10.1007/978-3-030-96188-6_8). In: Yang, Z., von Briesen, E. (eds), *Proceedings of the 2021 Conference of The Computational Social Science Society of the Americas*. CSSSA 2021. - L. S. Flor, J. Friedman, C. N. Spencer, et al. (2022). [Quantifying the effects of the COVID-19 pandemic on gender equality on health, social, and economic indicators: a comprehensive review of data from March, 2020, to September, 2021](https://doi.org/10.1016/S0140-6736(22)00008-3). *The Lancet*. - D. P. Do and R. Frank (2022). [Prior COVID-19 infection: an underappreciated factor in vaccine hesitancy in the USA](https://doi.org/10.1093/pubmed/fdab404). *Journal of Public Health*, fdab404. - W. C. King, M. Rubinstein, A. Reinhart, and R. J. Mejia (2021). [Time trends, factors associated with, and reasons for COVID-19 vaccine hesitancy: A massive online survey of US adults from January-May 2021](https://doi.org/10.1371/journal.pone.0260731). *PLoS ONE* 16 (12), e0260731. From 98ce723485bdbe8c4dd1cb6fe7b180f86f0330a6 Mon Sep 17 00:00:00 2001 From: krivard Date: Mon, 4 Apr 2022 15:14:27 +0000 Subject: [PATCH 2/2] chore: release v3.0.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14b6bd8b..13389481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "www-main", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "www-main", - "version": "3.0.6", + "version": "3.0.7", "hasInstallScript": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.1", diff --git a/package.json b/package.json index f539cb99..6204e0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "3.0.6", + "version": "3.0.7", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.1",