Skip to content

Commit

Permalink
Merge pull request #639 from cmu-delphi/release/v3.0.10
Browse files Browse the repository at this point in the history
Release v3.0.10
  • Loading branch information
krivard authored May 23, 2022
2 parents 5483c53 + 255f6a0 commit 3ba1e0c
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 42 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3
- name: Cache Conda
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
Rscript ./dependencies.R
- name: Restore Blogdown Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
./blogdown
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
npm run build:blog
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: blog
path: |
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Build
run: npm run build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: website
path: ./public
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build
run: npm run build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: website
path: ./public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: 16
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Expand Down
8 changes: 8 additions & 0 deletions content/about/news/headless/2022_04_20_aapor_award.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: 2022-04-20
title: Delphi Group, University of Maryland, and Meta Honored for COVID-19 Survey
category: update
image: 2022-04-20-aapor-thumb.jpg
---

[Carnegie Mellon University's Delphi Group, the University of Maryland Social Data Science Center, and Meta receive two awards](https://www.cs.cmu.edu/news/2022/delphi-aapor-awards) from the [American Association of Public Opinion Research](https://www.aapor.org/Conference-Events/Awards/2022-Award-Winners.aspx) (AAPOR) for their work on the COVID-19 Trends and Impact Survey.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 research publications using the survey data include:

- K. E. Wiens, C. P. Smith, E. Badillo-Goicoechea, K. H. Grantz, M. K. Grabowski, A. S. Azman, E. A. Stuart, and J. Lessler (2022). [In-person schooling and associated COVID-19 risk in the United States over spring semester 2021](https://doi.org/10.1126/sciadv.abm9128). *Science Advances* 8, eabm9128.
- F. Petersen, A. Errore, and P. Karaca-Mandic (2022). [Lifting statewide mask mandates and COVID-19 cases: A synthetic control study](https://doi.org/10.1097/MLR.0000000000001725). *Medical Care*.
- F. Pierri, B. L. Perry, M. R. DeVerna, et al. (2022). [Online misinformation is linked to early COVID-19 vaccination hesitancy and refusal](https://doi.org/10.1038/s41598-022-10070-w). *Scientific Reports* 12, 5966.
- 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.
Expand Down
5 changes: 3 additions & 2 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ people:
affiliation: CMU/MLD
team:
- past
note: Core Member, September 2021-May 2022
note: Core member, September 2021-May 2022
- firstName: Shantanu
lastName: Gupta
image: shantanu-gupta.jpg
Expand Down Expand Up @@ -713,7 +713,8 @@ people:
image: qi-xuan-teo.jpg
affiliation: CMU/MLD
team:
- core
- past
note: Core member, June 2021-May 2022
- firstName: Robert
lastName: Tibshirani
image: robert-tibshirani-500x500-min.jpg
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "www-main",
"version": "3.0.9",
"version": "3.0.10",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"highlight.js": "^11.5.1",
"katex": "^0.15.3",
"uikit": "^3.13.7",
"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",
"uikit": "^3.14.1",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.1/www-covidcast-3.2.1.tgz",
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.2/www-covidcast-classic-2.6.2.tgz",
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
},
"devDependencies": {
"hugo-bin": "^0.85.2",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"prettier-plugin-go-template": "^0.0.12",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 3ba1e0c

Please sign in to comment.