Skip to content

Release v3.2.8 #892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
25f3871
chore(deps): bump actions/setup-node from 3 to 4
dependabot[bot] Nov 1, 2023
0693517
chore(deps): bump uikit from 3.17.0 to 3.17.8
dependabot[bot] Nov 3, 2023
87540db
chore(deps-dev): bump rimraf from 5.0.1 to 5.0.5
dependabot[bot] Nov 3, 2023
e96481c
Update _index.md: remove milestones
carlynvandyke Nov 6, 2023
72a7b34
Merge pull request #879 from cmu-delphi/dependabot/npm_and_yarn/dev/r…
melange396 Nov 7, 2023
74bbe81
Merge pull request #882 from cmu-delphi/dependabot/npm_and_yarn/dev/u…
melange396 Nov 7, 2023
7aa73d2
chore(deps): bump katex from 0.16.8 to 0.16.9
dependabot[bot] Nov 7, 2023
54918f5
Merge pull request #880 from cmu-delphi/dependabot/github_actions/dev…
melange396 Nov 7, 2023
e9857a6
Merge pull request #878 from cmu-delphi/dependabot/npm_and_yarn/dev/k…
melange396 Nov 7, 2023
b0a1dc7
chore(deps): bump highlight.js from 11.8.0 to 11.9.0
dependabot[bot] Nov 7, 2023
440d6a9
chore(deps): bump actions/cache from 3.3.1 to 3.3.2
dependabot[bot] Nov 7, 2023
06484c1
Merge pull request #877 from cmu-delphi/dependabot/npm_and_yarn/dev/h…
melange396 Nov 7, 2023
cd1f052
chore(deps-dev): bump prettier and prettier-plugin-go-template
dependabot[bot] Nov 7, 2023
866fdc8
changes from prettier
melange396 Nov 7, 2023
fea3cb8
adding config for prettier-plugin-go-template
melange396 Nov 7, 2023
b2d1629
Merge pull request #856 from cmu-delphi/dependabot/npm_and_yarn/dev/p…
melange396 Nov 7, 2023
9610807
chore(deps): bump actions/checkout from 3 to 4
dependabot[bot] Nov 7, 2023
5b60826
Merge pull request #871 from cmu-delphi/dependabot/github_actions/dev…
melange396 Nov 8, 2023
12b498a
Merge pull request #872 from cmu-delphi/dependabot/github_actions/dev…
melange396 Nov 8, 2023
c83126c
adding Richa and Tina (#886)
Ananya-Joshi Nov 9, 2023
25dac9c
Merge pull request #885 from cmu-delphi/carlynvandyke-remove-milestones
melange396 Nov 9, 2023
e094d12
Add George, Carlyn, and Ron as defaults for PR reviews.
rlunde Nov 9, 2023
273d830
Merge pull request #890 from cmu-delphi/add_codeowners
melange396 Nov 9, 2023
a006bd8
chore: release v3.2.8
dshemetov Nov 15, 2023
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
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# default owners for anything not listed below
* @rlunde @melange396 @carlynvandyke
6 changes: 3 additions & 3 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 3
- uses: mamba-org/provision-with-micromamba@v16
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
Rscript ./dependencies.R
- name: Restore Blogdown Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
./blogdown
Expand All @@ -55,4 +55,4 @@ jobs:
name: blog
path: |
./content/blog
./static/blog
./static/blog
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .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@v3
uses: actions/checkout@v4
with:
ref: main
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
Expand All @@ -32,7 +32,7 @@ jobs:
base: main
title: Release ${{ steps.version.outputs.next_tag }}
labels: chore
# reviewers:
# reviewers:
assignees: melange396
body: |
Releasing ${{ steps.version.outputs.next_tag }}.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-assignments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Assign team to PR
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{github.event.pull_request.html_url}}
12 changes: 6 additions & 6 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@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Extract version
Expand All @@ -42,12 +42,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: dev
ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
printWidth: 120,
semi: true,
trailingComma: "es5",

plugins: ["prettier-plugin-go-template"],
overrides: [
{
files: ["*.html"],
Expand Down
32 changes: 0 additions & 32 deletions content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,3 @@ We're a research group based out of Carnegie Mellon University dedicated to deve
### Who is our audience?

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.

### Delphi's milestones

In reverse chronological order.

- **April 2020.** We began supporting and advising the U.S. CDC's
community-driven COVID-19 forecasting effort, including creating and
maintaining an ensemble forecast from the models submitted to the
[COVID-19 Forecast Hub](https://covid19forecasthub.org), and a [forecast
evaluation dashboard](https://delphi.cmu.edu/forecast-eval/).

- **March 2020.** We launched [COVIDcast]({{< relref "covidcast" >}}), the
nation's largest public repository of diverse, real-time indicators of
COVID-19 activity, freely accessible through the [Epidata API]({{< apiref
"api/covidcast.html" >}}), which is updated daily with the latest data.

- **2019.** We became a CDC National Center of Excellence for Influenza
Forecasting, one of two nationally (and a 5-year designation).

- **2016.** We developed and deployed
[influenza nowcasts](https://delphi.cmu.edu/nowcast/) for the CDC, state
departments of public health, and the public.

- **2016.** We developed and deployed the [Epidata API]({{< apiref "/" >}}),
which provides real-time access to epidemiological surveillance data.

- **2013.** We began supporting the U.S. CDC's Influenza Division in advancing
and growing a [scientific community around influenza
forecasting](https://www.cdc.gov/flu/weekly/flusight/index.html). We've been
[perennial leaders in forecasting
accuracy](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202014-2018%20Results.pdf)
ever since.
Binary file added content/people/headshots/richa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/people/headshots/tina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ people:
affiliation: Girls of Steel Robotics
team:
- contributors
- firstName: Richa
lastName: Gadgil
image: richa.png
affiliation: CMU/MLD
team:
- core
- key: agarcia
firstName: Andy
lastName: Garcia
Expand Down Expand Up @@ -865,6 +871,12 @@ people:
- center-of-excellence
description: is a Principal Investigator in the Delphi group, and a Professor in the Department of Statistics & Data Science and the Machine Learning Department at CMU. He is also an Amazon Scholar.
leaderOrder: 1
- firstName: Tina
lastName: Townes
image: tina.png
affiliation: CMU
team:
- core
- firstName: Will
lastName: Townes
image: will-townes.jpg
Expand Down
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading