Skip to content

Commit dc63a37

Browse files
authored
Merge pull request #892 from cmu-delphi/release/v3.2.8
Release v3.2.8
2 parents 86d4554 + a006bd8 commit dc63a37

File tree

14 files changed

+87
-105
lines changed

14 files changed

+87
-105
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# default owners for anything not listed below
2+
* @rlunde @melange396 @carlynvandyke

.github/workflows/blog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
shell: bash -l {0}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 3
2020
- uses: mamba-org/provision-with-micromamba@v16
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
Rscript ./dependencies.R
3939
- name: Restore Blogdown Cache
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141
with:
4242
path: |
4343
./blogdown
@@ -55,4 +55,4 @@ jobs:
5555
name: blog
5656
path: |
5757
./content/blog
58-
./static/blog
58+
./static/blog

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
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@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 16
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
- name: Login to GitHub Container Registry
4343
uses: docker/login-action@v3
4444
with:

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
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@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: main
1717
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
@@ -32,7 +32,7 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
# reviewers:
35+
# reviewers:
3636
assignees: melange396
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.

.github/workflows/dependabot-assignments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ permissions:
77
jobs:
88
dependabot:
99
runs-on: ubuntu-latest
10-
env:
11-
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
10+
env:
11+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
1414
- name: Assign team to PR
1515
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
1616
env:
17-
PR_URL: ${{github.event.pull_request.html_url}}
17+
PR_URL: ${{github.event.pull_request.html_url}}

.github/workflows/release_main.yml

Lines changed: 6 additions & 6 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@v3
21-
- uses: actions/setup-node@v3
20+
uses: actions/checkout@v4
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 16
2424
- name: Extract version
@@ -42,12 +42,12 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@v3
46-
- uses: actions/setup-node@v3
45+
uses: actions/checkout@v4
46+
- uses: actions/setup-node@v4
4747
with:
4848
node-version: 16
4949
- name: Cache Node.js modules
50-
uses: actions/[email protected].1
50+
uses: actions/[email protected].2
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out code
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
ref: dev
7474
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
printWidth: 120,
33
semi: true,
44
trailingComma: "es5",
5-
5+
plugins: ["prettier-plugin-go-template"],
66
overrides: [
77
{
88
files: ["*.html"],

content/about/_index.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,3 @@ We're a research group based out of Carnegie Mellon University dedicated to deve
3434
### Who is our audience?
3535

3636
Public health authorities (federal, state, local), the healthcare industry, the public and private sectors, fellow researchers working on epidemic tracking and forecasting, data journalists, and the general public.
37-
38-
### Delphi's milestones
39-
40-
In reverse chronological order.
41-
42-
- **April 2020.** We began supporting and advising the U.S. CDC's
43-
community-driven COVID-19 forecasting effort, including creating and
44-
maintaining an ensemble forecast from the models submitted to the
45-
[COVID-19 Forecast Hub](https://covid19forecasthub.org), and a [forecast
46-
evaluation dashboard](https://delphi.cmu.edu/forecast-eval/).
47-
48-
- **March 2020.** We launched [COVIDcast]({{< relref "covidcast" >}}), the
49-
nation's largest public repository of diverse, real-time indicators of
50-
COVID-19 activity, freely accessible through the [Epidata API]({{< apiref
51-
"api/covidcast.html" >}}), which is updated daily with the latest data.
52-
53-
- **2019.** We became a CDC National Center of Excellence for Influenza
54-
Forecasting, one of two nationally (and a 5-year designation).
55-
56-
- **2016.** We developed and deployed
57-
[influenza nowcasts](https://delphi.cmu.edu/nowcast/) for the CDC, state
58-
departments of public health, and the public.
59-
60-
- **2016.** We developed and deployed the [Epidata API]({{< apiref "/" >}}),
61-
which provides real-time access to epidemiological surveillance data.
62-
63-
- **2013.** We began supporting the U.S. CDC's Influenza Division in advancing
64-
and growing a [scientific community around influenza
65-
forecasting](https://www.cdc.gov/flu/weekly/flusight/index.html). We've been
66-
[perennial leaders in forecasting
67-
accuracy](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202014-2018%20Results.pdf)
68-
ever since.

content/people/headshots/richa.png

3.34 MB
Loading

content/people/headshots/tina.png

2.94 MB
Loading

0 commit comments

Comments
 (0)