Skip to content

Release v3.2.4 #820

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 19 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ updates:
target-branch: dev
schedule:
interval: "monthly"
reviewers: "cmu-delphi/code-reviewers"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: dev
schedule:
interval: "monthly"
reviewers: "cmu-delphi/code-reviewers"
56 changes: 9 additions & 47 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: blog

on:
push:
paths: # run only when an Rmd file changes
Expand All @@ -8,48 +7,30 @@ on:
- "dependencies.R"
- ".github/workflows/blog.yaml"
workflow_dispatch:

jobs:
blog:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
env:
RETICULATE_PYTHON: /usr/share/miniconda3/envs/www-main/bin/python
steps:
- uses: actions/checkout@v3
with:
# submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 3
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/provision-with-micromamba@v15
with:
python-version: 3.9
activate-environment: www-main
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
environment-file: environment.yml
micromamba-version: latest
- name: Get Date
id: get-date
run: echo "name=today::$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
shell: bash
- name: Cache Conda env
uses: actions/cache@v3
with:
path: ${{ env.CONDA }}/envs
key: conda-${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('environment.yml') }}-${{ env.CACHE_NUMBER }}
env:
# Increase this value to reset cache if etc/example-environment.yml has not changed
CACHE_NUMBER: 0
id: cache
- name: Update environment
run: mamba env update -n www-main -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'
- name: Conda info
- name: Create environment
run: micromamba env create -n www-main-micromamba -f environment.yml
- name: micromamba info
run: |
conda info
conda list
micromamba info
micromamba list
- name: Install R dependencies
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -72,23 +53,4 @@ jobs:
name: blog
path: |
./content/blog
./static/blog

- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: website
path: ./public
./static/blog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: 2023-06-14
title: Software Engineering Manager
---

We seek a talented manager and engineer that is capable of translating organizational goals between the executive and the engineering teams, support and mentor technical staff, and provide strong, lightly-held opinions for technical guidance.

[Apply to the Software Engineering Manager position at CMU Careers](https://cmu.wd5.myworkdayjobs.com/en-US/CMU/job/Software-Engineering-Manager---School-of-Computer-Science---MLD_2020065-1).
4 changes: 4 additions & 0 deletions content/blog/2020-08-26-fb-survey.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ output:
toc: true
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
```

Since April 2020, in collaboration with Facebook,
partner universities, and public health officials,
we've been conducting a massive daily survey to monitor
Expand Down
4 changes: 3 additions & 1 deletion content/blog/2020-10-06-survey-wave-4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ output:
blogdown::html_page:
toc: true
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
```
Beginning in early April 2020, the `r blogdown::shortcode_html("reflink", "/", "Delphi group")` has
conducted a major survey to track COVID-19 across the United States. With the
support of Facebook Data for Good, we have been able to recruit tens of
Expand Down
1 change: 1 addition & 0 deletions content/blog/2020-10-14-dv-signal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ library(covidcast)
library(dplyr)
library(ggplot2)
library(gridExtra)
options(covidcast.auth = "9328d11cfe46d") # Minh's key

# Fetch DV % CLI signal and USAFacts confirmed case incidence proportion at
# the state level
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2020-12-10-masks-public.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ output:
toc: true
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
```

As COVID cases and deaths continue to rise in the United States, we are
repeatedly reminded that unless we take the appropriate precautions---by wearing
masks when around other people, working from home whenever possible, and
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2021-01-15-causal-effect-mobility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ output:
toc: true
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
```

```{r setup, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE)
```
Expand Down
4 changes: 3 additions & 1 deletion content/blog/2021-01-22-holiday-surveys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ output:
blogdown::html_page:
toc: true
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
```
With pandemic fatigue setting in across the United States after a long year
filled with uncertainty, many felt the temptation to celebrate a “normal”
Thanksgiving and Christmas. However, with cases steeply rising across the US,
Expand Down
3 changes: 3 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ people:
affiliation: CMU/MLD and OVPR
team:
- leadership
leaderOrder: 3
- firstName: Jaemin
lastName: Jo
image: jaemin-jo-500x500-min.jpg
Expand Down Expand Up @@ -677,6 +678,7 @@ people:
- blog
- center-of-excellence
description: is a Principal Investigator in the Delphi group and a Professor and Head of the Machine Learning Department at CMU. He is also a Google Fellow.
leaderOrder: 2
- firstName: Patti
lastName: Rote
image: patti-rote.jpg
Expand Down Expand Up @@ -843,6 +845,7 @@ people:
- blog
- 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: Will
lastName: Townes
image: will-townes.jpg
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-main",
"version": "3.2.3",
"version": "3.2.4",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/partials/get-persons.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
{{- $fullPerson := (merge (dict "name" (printf "%s %s" .firstName .lastName) "img" $img "key" (.firstName | lower)) . ) -}}
{{- $full = $full | append $fullPerson -}}
{{- end -}}
{{- return (sort $full "lastName" "asc" "firstName" "asc") -}}
{{- return (sort $full "leaderOrder" "asc" "lastName" "asc" "firstName" "asc") -}}