Skip to content

Commit 1c06f89

Browse files
authored
Merge pull request #592 from cmu-delphi/release/v3.0.6
Release v3.0.6
2 parents 16ac82f + 05b5891 commit 1c06f89

File tree

13 files changed

+67
-55
lines changed

13 files changed

+67
-55
lines changed

.github/workflows/blog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
blog:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
# submodules: true # Fetch Hugo themes (true OR recursive)
1818
fetch-depth: 3
@@ -65,7 +65,7 @@ jobs:
6565
./content/blog
6666
./static/blog
6767
68-
- uses: actions/setup-node@v2
68+
- uses: actions/setup-node@v3
6969
with:
7070
node-version: 16
7171
- uses: actions/[email protected]

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
# submodules: true # Fetch Hugo themes (true OR recursive)
1212
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod
1313

14-
- uses: actions/setup-node@v2
14+
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 16
1717
- uses: actions/cache@v2
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out code
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242
- name: Login to GitHub Container Registry
4343
uses: docker/login-action@v1
4444
with:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
ref: main
1717
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}

.github/workflows/release_main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v2
21-
- uses: actions/setup-node@v2
20+
uses: actions/checkout@v3
21+
- uses: actions/setup-node@v3
2222
with:
2323
node-version: 16
2424
- name: Extract version
@@ -42,8 +42,8 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@v2
46-
- uses: actions/setup-node@v2
45+
uses: actions/checkout@v3
46+
- uses: actions/setup-node@v3
4747
with:
4848
node-version: 16
4949
- name: Cache Node.js modules
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out code
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v3
7272
with:
7373
ref: dev
7474
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
414 KB
Loading

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relativeURLs = false
1212
[[menu.main]]
1313
identifier = "about"
1414
name = "About"
15-
pre = "solid/info-circle"
15+
pre = "solid/circle-info"
1616
url = "/about"
1717
weight = 1
1818

@@ -104,7 +104,7 @@ relativeURLs = false
104104
[[menu.main]]
105105
identifier = "tools"
106106
name = "Tools"
107-
pre = "solid/tools"
107+
pre = "solid/screwdriver-wrench"
108108
url = "/tools/"
109109
weight = 5
110110
[[menu.main]]
57.6 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: "Smooth Multi-Period Forecasting with Application to Prediction of COVID-19 Cases"
5+
image: smoothing-paper-teaser.jpg
6+
authors: Tuzhilina, Hastie, McDonald, Tay, Tibshirani
7+
link: https://arxiv.org/pdf/2202.09723.pdf
8+
journal: Preprint
9+
year: 2022
410
- title: "Real-Time Estimation of COVID-19 Infections via Deconvolution and Sensor Fusion"
511
image: nowcasting-thumb.jpg
612
authors: Jahja, Chin, Tibshirani
46.7 KB
Loading

content/people/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ people:
113113
team:
114114
- contributors
115115
note: Core member, October 2020-August 2021
116+
- firstName: Aditya
117+
lastName: Chindhade
118+
image: aditya-chindhade.jpg
119+
affiliation: CMU/Tepper
120+
team:
121+
- contributors
116122
- firstName: Eu Jing
117123
lastName: Chua
118124
image: eu-jing-chua-500x500-min.jpg

0 commit comments

Comments
 (0)