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
1 change: 1 addition & 0 deletions content/covid19/ctis.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Our primary description of the survey and its results over the first year of ope

Other peer-reviewed publications using the survey data include:

- 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.
- 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*.
Expand Down
Binary file added content/people/headshots/bo-xia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/people/headshots/kyungmin-kim.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/people/headshots/robin-mejia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,13 @@ people:
note: Core member, March-April 2020
team:
- contributors
- firstName: Kyungmin
lastName: Kim
image: kyungmin-kim.jpg
affiliation: CMU/CSD
team:
- past
note: Intern, Fall 2021
- firstName: Andrew
lastName: Kuznetsov
image: andrew-kuznetsov-500x500-min.jpg
Expand All @@ -335,8 +342,9 @@ people:
lastName: Lakdawala
image: tarannum-lakdawala.jpeg
affiliation: CMU/CSD
note: Contributor, June-December 2021
team:
- core
- past
- firstName: Daniel
lastName: LaLiberte
image: daniel-laliberte_head-shot.jpg
Expand Down Expand Up @@ -445,6 +453,12 @@ people:
team:
- past
note: Google Fellow, October 2020-March 2021
- firstName: Robin
lastName: Mejia
image: robin-mejia.jpg
affiliation: CMU/Stat
team:
- contributors
- firstName: Christy
lastName: Melucci
image: christy-melucci.jpg
Expand Down Expand Up @@ -774,6 +788,12 @@ people:
team:
- past
note: Core member, March-April 2020; Contributor, Summer 2020
- firstName: Bo (Xavier)
lastName: Xia
image: bo-xia.jpg
affiliation: CMU/Stat
team:
- contributors
- key: hzhou
firstName: Helen
lastName: Zhou
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "www-main",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"highlight.js": "^11.4.0",
"katex": "^0.15.2",
"uikit": "^3.10.1",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.0.3/www-covidcast-3.0.3.tgz",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.0/www-covidcast-3.2.0.tgz",
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.1/www-covidcast-classic-2.6.1.tgz",
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
},
Expand Down