Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
47e4c98
chore(deps-dev): bump lint-staged from 12.3.3 to 12.3.4
dependabot[bot] Mar 1, 2022
aef4b1f
chore(deps): bump actions/checkout from 2 to 3
dependabot[bot] Mar 1, 2022
af39711
chore(deps): bump uikit from 3.10.1 to 3.11.1
dependabot[bot] Mar 7, 2022
81fde73
Image for Elena Tuzhilina's paper
christymelucci Mar 7, 2022
08ef0b2
Add Elena Tuzhilina's paper
christymelucci Mar 7, 2022
9b5aa45
Add images for Elena Tuzhilina's paper
christymelucci Mar 10, 2022
649a6ab
Delete temp image for Elena Tuzhilina's paper
christymelucci Mar 10, 2022
0b60c2c
Add image for Elena Tuzhilina's paper
christymelucci Mar 10, 2022
993f1e9
Add image for Elena Tuzhilina's paper
christymelucci Mar 11, 2022
b7c8d82
Delete smoothing-paper-banner.jpg
christymelucci Mar 11, 2022
26818d1
Merge pull request #586 from cmu-delphi/cmelucci/research-page-update
christymelucci Mar 17, 2022
060c252
Add photo of Aditya Chindhade
christymelucci Mar 21, 2022
964c3e7
Add photo of Aditya Chindhade
christymelucci Mar 21, 2022
24fc6f5
Add Aditya Chindhade
christymelucci Mar 21, 2022
c3e234f
Add new photo of Aditya Chindhade
christymelucci Mar 21, 2022
3d4d2c3
Delete photo of Aditya Chindhade
christymelucci Mar 21, 2022
224f3b6
Merge pull request #588 from cmu-delphi/cmelucci/update-team-page
christymelucci Mar 21, 2022
9872966
Merge pull request #583 from cmu-delphi/dependabot/github_actions/dev…
krivard Mar 21, 2022
c53e3ba
chore(deps): bump actions/setup-node from 2 to 3
dependabot[bot] Mar 21, 2022
b7b1926
Merge pull request #582 from cmu-delphi/dependabot/github_actions/dev…
krivard Mar 25, 2022
c79f00c
chore(deps): bump minimist from 1.2.5 to 1.2.6
dependabot[bot] Mar 25, 2022
f718655
Merge pull request #589 from cmu-delphi/dependabot/npm_and_yarn/minim…
krivard Mar 25, 2022
f9a5a5f
Merge pull request #581 from cmu-delphi/dependabot/npm_and_yarn/dev/l…
krivard Mar 25, 2022
ab07726
chore(deps-dev): bump hugo-bin from 0.80.2 to 0.83.1
dependabot[bot] Mar 25, 2022
366650a
Merge pull request #590 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
krivard Mar 25, 2022
6f6169d
Merge pull request #579 from cmu-delphi/dependabot/npm_and_yarn/dev/u…
krivard Mar 28, 2022
39703d7
chore(deps): bump @fortawesome/fontawesome-free from 5.15.4 to 6.1.1
dependabot[bot] Mar 28, 2022
9d75515
Update fontawesome icon names for v6
krivard Mar 28, 2022
618e2c8
Merge pull request #591 from cmu-delphi/dependabot/npm_and_yarn/dev/f…
krivard Mar 28, 2022
05b5891
chore: release v3.0.6
krivard Mar 28, 2022
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
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