Skip to content

Commit

Permalink
Merge pull request #592 from cmu-delphi/release/v3.0.6
Browse files Browse the repository at this point in the history
Release v3.0.6
  • Loading branch information
krivard authored Mar 28, 2022
2 parents 16ac82f + 05b5891 commit 1c06f89
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
blog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
./content/blog
./static/blog
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v2
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Extract version
Expand All @@ -42,8 +42,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache Node.js modules
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: dev
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ relativeURLs = false
[[menu.main]]
identifier = "about"
name = "About"
pre = "solid/info-circle"
pre = "solid/circle-info"
url = "/about"
weight = 1

Expand Down Expand Up @@ -104,7 +104,7 @@ relativeURLs = false
[[menu.main]]
identifier = "tools"
name = "Tools"
pre = "solid/tools"
pre = "solid/screwdriver-wrench"
url = "/tools/"
weight = 5
[[menu.main]]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions content/about/publications/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: Research
papers:
- title: "Smooth Multi-Period Forecasting with Application to Prediction of COVID-19 Cases"
image: smoothing-paper-teaser.jpg
authors: Tuzhilina, Hastie, McDonald, Tay, Tibshirani
link: https://arxiv.org/pdf/2202.09723.pdf
journal: Preprint
year: 2022
- title: "Real-Time Estimation of COVID-19 Infections via Deconvolution and Sensor Fusion"
image: nowcasting-thumb.jpg
authors: Jahja, Chin, Tibshirani
Expand Down
Binary file added content/people/headshots/aditya-chindhade.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ people:
team:
- contributors
note: Core member, October 2020-August 2021
- firstName: Aditya
lastName: Chindhade
image: aditya-chindhade.jpg
affiliation: CMU/Tepper
team:
- contributors
- firstName: Eu Jing
lastName: Chua
image: eu-jing-chua-500x500-min.jpg
Expand Down
72 changes: 36 additions & 36 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.5",
"version": "3.0.6",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"highlight.js": "^11.4.0",
"katex": "^0.15.2",
"uikit": "^3.10.1",
"uikit": "^3.11.1",
"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"
},
"devDependencies": {
"hugo-bin": "^0.80.2",
"hugo-bin": "^0.83.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"prettier-plugin-go-template": "^0.0.11",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h5 class="uk-text-bold">Contact</h5>
data-duration="{{ .Site.Params.feedbackDuration }}"
>
<div>
{{ partial "font-awesome.html" "solid/question-circle" }}
{{ partial "font-awesome.html" "solid/circle-question" }}
<span class="feedback-text">We'd love to hear from you</span>
</div>
<button class="uk-button uk-button-primary feedback-button">Feedback survey</button>
Expand Down

0 comments on commit 1c06f89

Please sign in to comment.