Skip to content

Commit 65e65a3

Browse files
authored
Merge pull request #621 from cmu-delphi/release/v3.0.8
Release v3.0.8
2 parents d582b9e + cbd79a0 commit 65e65a3

File tree

17 files changed

+125
-76
lines changed

17 files changed

+125
-76
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# submodules: true # Fetch Hugo themes (true OR recursive)
1818
fetch-depth: 3
1919
- name: Cache Conda
20-
uses: actions/cache@v2.1.7
20+
uses: actions/cache@v3.0.1
2121
with:
2222
path: ~/conda_pkgs_dir
2323
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
Rscript ./dependencies.R
4747
- name: Restore Blogdown Cache
48-
uses: actions/cache@v2.1.7
48+
uses: actions/cache@v3.0.1
4949
with:
5050
path: |
5151
./blogdown
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-node@v3
6969
with:
7070
node-version: 16
71-
- uses: actions/cache@v2.1.7
71+
- uses: actions/cache@v3.0.1
7272
with:
7373
path: ~/.npm
7474
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.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@v3
1515
with:
1616
node-version: 16
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v3.0.1
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo -n "::set-output name=next_tag::"
2626
npm version --no-git-tag-version ${{ github.event.inputs.versionName }}
2727
- name: Create pull request into main
28-
uses: peter-evans/create-pull-request@v3
28+
uses: peter-evans/create-pull-request@v4
2929
with:
3030
branch: release/${{ steps.version.outputs.next_tag }}
3131
commit-message: "chore: release ${{ steps.version.outputs.next_tag }}"

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
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
50+
uses: actions/cache@v3.0.1
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
320 KB
Loading

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ relativeURLs = false
5252
name = "Careers"
5353
url = "/about/careers"
5454
weight = 7
55+
[[menu.main]]
56+
parent = "about"
57+
name = "Contact Us"
58+
url = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"
59+
weight = 8
5560

5661
# covid19
5762
[[menu.main]]

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ carousel:
2929
ref: 2021-09-30-ensemble-analysis
3030
alt: View Post
3131
image: ensemble-hero.jpg
32+
- pre: Research
33+
title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling"
34+
link: https://doi.org/10.2105/AJPH.2022.306831
35+
alt: View Paper
36+
image: research-hero-collaborative-hubs.jpg
3237
- pre: Research
3338
title: An Open Repository of Real-Time COVID-19 Indicators
3439
link: https://www.medrxiv.org/content/10.1101/2021.07.12.21259660v1

content/about/careers/headless/2021_12_project_manager.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
50.7 KB
Loading

content/about/publications/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: Research
33
papers:
4+
- title: "Collaborative Hubs: Making the Most of Predictive Epidemic Modeling"
5+
image: research-teaser-collaborative-hubs.jpg
6+
authors: Reich, Lessler, Funk, Viboud, Vespignani, Tibshirani, Shea, Schienle, Runge, Rosenfeld, Ray, Niehus, Johnson, Johansson, Hochheiser, Gardner, Bracher, Borchering, Biggerstaff
7+
link: https://doi.org/10.2105/AJPH.2022.306831
8+
journal: American Journal of Public Health
9+
year: 2022
410
- title: "Smooth Multi-Period Forecasting with Application to Prediction of COVID-19 Cases"
511
image: smoothing-paper-teaser.jpg
612
authors: Tuzhilina, Hastie, McDonald, Tay, Tibshirani

0 commit comments

Comments
 (0)