Skip to content

Commit 9b47c2e

Browse files
authored
Merge pull request #570 from cmu-delphi/release/v3.0.3
Release v3.0.3
2 parents ffcfde5 + 320f356 commit 9b47c2e

File tree

10 files changed

+65
-39
lines changed

10 files changed

+65
-39
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: 16
17-
- uses: actions/cache@v2.1.7
17+
- uses: actions/cache@v2
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 16
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v2.1.7
50+
uses: actions/cache@v2
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
@@ -75,16 +75,5 @@ jobs:
7575
- name: Reset dev branch
7676
run: |
7777
git fetch origin main:main
78-
git reset --hard main
79-
- name: Create pull request into dev
80-
uses: peter-evans/create-pull-request@v3
81-
with:
82-
branch: bot/sync-main-dev
83-
commit-message: "chore: sync main-dev"
84-
base: dev
85-
title: "chore: sync main->dev"
86-
labels: chore
87-
reviewers: krivard
88-
# assignees:
89-
body: |
90-
Syncing Main->Dev.
78+
git merge main
79+
git push

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ People on this website are centrally managed in the `/content/people/index.md` f
157157

158158
* `key` ... short key to identify this person when referencing them in the blog section
159159
* `firstName`, `lastName`, `affiliation`
160-
* `image` ... name of the head shot image (preferred 500x500px in JPG format) stored in `/content/people/headshots`
160+
* `image` ... name of the head shot image (preferred 250x250px in JPG format) stored in `/content/people/headshots`
161161
* `description` ... used within the blog footer as an about the author text
162162
* `note` ...optional note about past contributors
163163
* `link` ... optional used for linking to a personal website
@@ -176,6 +176,26 @@ People on this website are centrally managed in the `/content/people/index.md` f
176176

177177
News items are short announcements that should be persistent. The are centrally managed in the `/content/news/headless` directory. Each news item is its own file with content, title, and publication date.
178178

179+
## Image Sizes and Aspect Ratios
180+
181+
The website is configured to automatically resize images for optimized page load times. However, starting with a proper aspect ratio is essential.
182+
183+
"Artifacts" are undesirable blurry or blocky areas of an image created during resizing or compression. The presence and impact of artifacts can be affected by multiple factors, including the original size (greater size difference to target -> more artifacts), but also the actual content of the image (slow gradients next to areas of high contrast are particularly bad). You can reduce or avoid artifacts by choosing an image which is closer to its target size, or swapping in an image with more background texture.
184+
185+
Following images size and aspect ratios are used:
186+
187+
| Image Type | Preferred Size | Aspect Ratio | Target Width |
188+
| --- | --- | --- | --- |
189+
| Landing Page Banner | 1440x500 | 2.88:1 | 1440px |
190+
| Team Member | 250x250 | 1:1 | 250px |
191+
| Blog Banner | 1120x440 | 2.5:1 | 1120px |
192+
| Blog Teaser | 300x300 | 1:1 | 300px |
193+
| Research Paper Teaser | 300x300 | 1:1 | 300px |
194+
| Latest Card Teaser | 300x300 | 1:1 | 300px |
195+
| News Item Teaser | 300x300 | 1:1 | 300px |
196+
197+
198+
179199
## Release Process
180200

181201
The release consists of multiple steps which can be all done via the GitHub website:
@@ -185,7 +205,6 @@ The release consists of multiple steps which can be all done via the GitHub webs
185205
1. Let the code owner review the PR and its changes and let the CI check whether everything builds successfully
186206
1. Once approved and merged, another GitHub action job starts which automatically will
187207
1. create a git tag
188-
1. create another [Pull Request](https://github.com/cmu-delphi/www-main/pulls) to merge the changes back to the `dev` branch
189208
1. create a [GitHub release](https://github.com/cmu-delphi/www-main/releases) with automatically derived release notes
190209
1. create docker image and the production system will be notified to pull this update
191210
1. Once the jobs are completed the new release should be available at https://delphi.cmu.edu within minutes.

content/covid19/ctis.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,21 @@ Our [CTIS Results Dashboard]({{< relref "covidcast/survey-results" >}}) shows ag
4545

4646
The [Symptom Data Challenge](https://www.symptomchallenge.org/) challenged participants to enable earlier detection and improved situational awareness of the COVID-19 outbreak by using data from these symptom surveys. Check out the [the challenge website](https://www.symptomchallenge.org/) for more details about the Challenge and the finalists.
4747

48-
### Blog posts and reports
49-
50-
- Surgo Ventures, Resolve to Save Lives (2021). [COVID-19 Vaccine Precision Response Toolkit: An End-to-End Vaccination Improvement Framework to Improve COVID-19 Vaccine Uptake](https://surgoventures.org/resource-library/increasing-covid-19vaccine-uptake-a-four-step-framework-to-promote-access-acceptance-and-equity).
51-
- Alejandra Arrieta, Emmanuela Gakidou, Heidi Larson, Erin Mullany, and Christopher Troeger, April 1, 2021. [Through Understanding and Empathy, We Can Convince Women to Get the COVID-19 Vaccine](https://www.thinkglobalhealth.org/article/through-understanding-and-empathy-we-can-convince-women-get-covid-19-vaccine). Think Global Health.
52-
- 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.
53-
- 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.
54-
- 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.
55-
- 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.
56-
- Ryan Tibshirani, September 21, 2020. [Can Symptom Surveys Improve COVID-19 Forecasts?]({{< relref "2020-09-21-forecast-demo" >}}) Delphi blog.
57-
- Alex Reinhart and Ryan Tibshirani, August 26, 2020. [COVID-19 Symptom Surveys through Facebook]({{< relref "2020-08-26-fb-survey" >}}). Delphi blog.
58-
5948
### Publications
6049

50+
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*:
51+
6152
- J. Salomon, A. Reinhart, A. Bilinski, E. J. Chua, W. La Motte-Kerr, M. M.
6253
Rönn, M. B. Reitsma, K. A. Morris, S. LaRocca, T. H. Farag, F. Kreuter, R.
6354
Rosenfeld, and R. J. Tibshirani (2021). [The US COVID-19 Trends and Impact
6455
Survey: Continuous real-time measurement of COVID-19 symptoms, risks,
6556
protective behaviors, testing, and
6657
vaccination](https://doi.org/10.1073/pnas.2111454118). *Proceedings of the
6758
National Academy of Sciences* 118 (51) e2111454118.
59+
60+
Other peer-reviewed publications using the survey data include:
61+
62+
- 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.
6863
- C. Lupton-Smith, E. Badillo-Goicochea, T.-H. Chang, H. Maniates, K. E. Riehm, I. Schmid, and E. A. Stuart (2021). [Factors associated with county-level mental health during the COVID-19 pandemic](https://doi.org/10.1002/jcop.22785). *Journal of Community Psychology*.
6964
- D. P. Do and R. Frank (2021). [U.S. frontline workers and COVID-19 inequities](https://doi.org/10.1016/j.ypmed.2021.106833). *Preventive Medicine* 153, 106833.
7065
- W. C. King, M. Rubinstein, A. Reinhart, and R. J. Mejia (2021). [COVID-19 vaccine hesitancy January-May 2021 among 18–64 year old US adults by employment and occupation](https://doi.org/10.1016/j.pmedr.2021.101569). *Preventive Medicine Reports* 24, 101569.
@@ -79,11 +74,22 @@ The [Symptom Data Challenge](https://www.symptomchallenge.org/) challenged parti
7974
- Molteni, E., Astley, C.M., Ma, W. et al. (2021). [Symptoms and syndromes associated with SARS-CoV-2 infection and severity in pregnant women from two community cohorts](https://doi.org/10.1038/s41598-021-86452-3). *Scientific Reports* 11, 6928.
8075
- Rebeiro, P., Aronoff, D, and Smith, M.K. (2021). [The Impact of State Mask-Wearing Requirements on the Growth of COVID-19 Cases, Hospitalizations, and Deaths in the United States](https://doi.org/10.1093/cid/ciab101). *Clinical Infectious Diseases*, ciab101.
8176
- Rader, White, Burns, Chen, Brilliant, Cohen, Shaman, Brilliant, Kraemer, Moritz, Hawkins, Scarpino, Astley, and Brownstein (2021). [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* 3 (3), e148-e157.
82-
- Flaxman AD, Henning DJ and Duber HC (2020). [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.2). *Gates Open Research*, 4:174.
77+
- Flaxman AD, Henning DJ and Duber HC (2020). [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.2). *Gates Open Research*, 4:174.
8378
- 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.
8479

8580
If you have used the survey data, or the aggregate data available in the COVIDcast API, to publish research results, please [contact us](#who-can-i-contact) so we can include your work here.
8681

82+
### Blog posts and reports
83+
84+
- Surgo Ventures, Resolve to Save Lives (2021). [COVID-19 Vaccine Precision Response Toolkit: An End-to-End Vaccination Improvement Framework to Improve COVID-19 Vaccine Uptake](https://surgoventures.org/resource-library/increasing-covid-19vaccine-uptake-a-four-step-framework-to-promote-access-acceptance-and-equity).
85+
- Alejandra Arrieta, Emmanuela Gakidou, Heidi Larson, Erin Mullany, and Christopher Troeger, April 1, 2021. [Through Understanding and Empathy, We Can Convince Women to Get the COVID-19 Vaccine](https://www.thinkglobalhealth.org/article/through-understanding-and-empathy-we-can-convince-women-get-covid-19-vaccine). Think Global Health.
86+
- 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.
87+
- 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.
88+
- 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.
89+
- 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.
90+
- Ryan Tibshirani, September 21, 2020. [Can Symptom Surveys Improve COVID-19 Forecasts?]({{< relref "2020-09-21-forecast-demo" >}}) Delphi blog.
91+
- Alex Reinhart and Ryan Tibshirani, August 26, 2020. [COVID-19 Symptom Surveys through Facebook]({{< relref "2020-08-26-fb-survey" >}}). Delphi blog.
92+
8793
## Can I use the surveys in my research?
8894

8995
Yes! Aggregate data is available for download through the [COVIDcast API]({{< apiref "api/covidcast.html">}}), updated daily. [R and Python clients are available]({{< apiref "api/covidcast_clients.html">}}) for the API. Aggregate data does not include any individual survey responses, only averages over counties and other geographic areas, and does not include all survey questions. See the [API documentation]({{< apiref "api/covidcast-signals/fb-survey.html">}}) for details on how to access the data, what survey questions are available, and how our aggregate values are calculated. Contingency tables giving demographic breakdowns of key survey signals are [also publicly available for download]({{< apiref "symptom-survey/contingency-tables.html">}}).
50.9 KB
Loading
-507 KB
Loading
51.2 KB
Loading

content/people/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ people:
372372
team:
373373
- past
374374
note: Contributor, August 2020-February 2021
375+
- firstName: Woochan
376+
lastName: Lee
377+
image: woochan-lee.jpg
378+
affiliation: CMU/Stat
379+
team:
380+
- contributors
375381
- key: lipsitch
376382
firstName: Marc
377383
lastName: Lipsitch
@@ -465,6 +471,12 @@ people:
465471
affiliation: Stanford University
466472
team:
467473
- core
474+
- firstName: Quang
475+
lastName: Nguyen
476+
image: quang-nguyen.jpg
477+
affiliation: Dartmouth/Epidemiology
478+
team:
479+
- contributors
468480
- firstName: Mike
469481
lastName: O'Brien
470482
image: mike-o'brien_head-shot.jpg

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "www-main",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.4",
77
"highlight.js": "^11.4.0",
88
"katex": "^0.15.1",
99
"uikit": "^3.9.4",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.0.1/www-covidcast-3.0.1.tgz",
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.0.2/www-covidcast-3.0.2.tgz",
1111
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.0/www-covidcast-classic-2.6.0.tgz",
1212
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
1313
},

0 commit comments

Comments
 (0)