Skip to content

Commit fd6030c

Browse files
authored
Merge pull request #820 from cmu-delphi/release/v3.2.4
Release v3.2.4
2 parents afd7cf2 + 40a4122 commit fd6030c

13 files changed

+45
-53
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ updates:
66
target-branch: dev
77
schedule:
88
interval: "monthly"
9+
reviewers: "cmu-delphi/code-reviewers"
910
# Maintain dependencies for npm
1011
- package-ecosystem: "npm"
1112
directory: "/"
1213
target-branch: dev
1314
schedule:
1415
interval: "monthly"
16+
reviewers: "cmu-delphi/code-reviewers"

.github/workflows/blog.yaml

Lines changed: 9 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: blog
2-
32
on:
43
push:
54
paths: # run only when an Rmd file changes
@@ -8,48 +7,30 @@ on:
87
- "dependencies.R"
98
- ".github/workflows/blog.yaml"
109
workflow_dispatch:
11-
1210
jobs:
1311
blog:
1412
runs-on: ubuntu-latest
1513
defaults:
1614
run:
1715
shell: bash -l {0}
18-
env:
19-
RETICULATE_PYTHON: /usr/share/miniconda3/envs/www-main/bin/python
2016
steps:
2117
- uses: actions/checkout@v3
2218
with:
23-
# submodules: true # Fetch Hugo themes (true OR recursive)
2419
fetch-depth: 3
25-
- uses: conda-incubator/setup-miniconda@v2
20+
- uses: mamba-org/provision-with-micromamba@v15
2621
with:
27-
python-version: 3.9
28-
activate-environment: www-main
29-
miniforge-variant: Mambaforge
30-
miniforge-version: latest
31-
use-mamba: true
32-
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
22+
environment-file: environment.yml
23+
micromamba-version: latest
3324
- name: Get Date
3425
id: get-date
3526
run: echo "name=today::$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
3627
shell: bash
37-
- name: Cache Conda env
38-
uses: actions/cache@v3
39-
with:
40-
path: ${{ env.CONDA }}/envs
41-
key: conda-${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('environment.yml') }}-${{ env.CACHE_NUMBER }}
42-
env:
43-
# Increase this value to reset cache if etc/example-environment.yml has not changed
44-
CACHE_NUMBER: 0
45-
id: cache
46-
- name: Update environment
47-
run: mamba env update -n www-main -f environment.yml
48-
if: steps.cache.outputs.cache-hit != 'true'
49-
- name: Conda info
28+
- name: Create environment
29+
run: micromamba env create -n www-main-micromamba -f environment.yml
30+
- name: micromamba info
5031
run: |
51-
conda info
52-
conda list
32+
micromamba info
33+
micromamba list
5334
- name: Install R dependencies
5435
env:
5536
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -72,23 +53,4 @@ jobs:
7253
name: blog
7354
path: |
7455
./content/blog
75-
./static/blog
76-
77-
- uses: actions/setup-node@v3
78-
with:
79-
node-version: 16
80-
- uses: actions/[email protected]
81-
with:
82-
path: ~/.npm
83-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
84-
restore-keys: |
85-
${{ runner.os }}-node-
86-
- run: npm ci
87-
- name: Lint
88-
run: npm run lint
89-
- name: Build
90-
run: npm run build
91-
- uses: actions/upload-artifact@v3
92-
with:
93-
name: website
94-
path: ./public
56+
./static/blog
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
date: 2023-06-14
3+
title: Software Engineering Manager
4+
---
5+
6+
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.
7+
8+
[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).

content/blog/2020-08-26-fb-survey.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ output:
4747
toc: true
4848
---
4949

50+
```{r, echo=FALSE}
51+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
52+
```
53+
5054
Since April 2020, in collaboration with Facebook,
5155
partner universities, and public health officials,
5256
we've been conducting a massive daily survey to monitor

content/blog/2020-10-06-survey-wave-4.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ output:
3030
blogdown::html_page:
3131
toc: true
3232
---
33-
33+
```{r, echo=FALSE}
34+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
35+
```
3436
Beginning in early April 2020, the `r blogdown::shortcode_html("reflink", "/", "Delphi group")` has
3537
conducted a major survey to track COVID-19 across the United States. With the
3638
support of Facebook Data for Good, we have been able to recruit tens of

content/blog/2020-10-14-dv-signal.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ library(covidcast)
7575
library(dplyr)
7676
library(ggplot2)
7777
library(gridExtra)
78+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
7879
7980
# Fetch DV % CLI signal and USAFacts confirmed case incidence proportion at
8081
# the state level

content/blog/2020-12-10-masks-public.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ output:
2121
toc: true
2222
---
2323

24+
```{r, echo=FALSE}
25+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
26+
```
27+
2428
As COVID cases and deaths continue to rise in the United States, we are
2529
repeatedly reminded that unless we take the appropriate precautions---by wearing
2630
masks when around other people, working from home whenever possible, and

content/blog/2021-01-15-causal-effect-mobility.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ output:
2727
toc: true
2828
---
2929

30+
```{r, echo=FALSE}
31+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
32+
```
33+
3034
```{r setup, include=FALSE}
3135
knitr::opts_chunk$set(collapse = TRUE)
3236
```

content/blog/2021-01-22-holiday-surveys.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ output:
2929
blogdown::html_page:
3030
toc: true
3131
---
32-
32+
```{r, echo=FALSE}
33+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
34+
```
3335
With pandemic fatigue setting in across the United States after a long year
3436
filled with uncertainty, many felt the temptation to celebrate a “normal”
3537
Thanksgiving and Christmas. However, with cases steeply rising across the US,

content/people/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ people:
335335
affiliation: CMU/MLD and OVPR
336336
team:
337337
- leadership
338+
leaderOrder: 3
338339
- firstName: Jaemin
339340
lastName: Jo
340341
image: jaemin-jo-500x500-min.jpg
@@ -677,6 +678,7 @@ people:
677678
- blog
678679
- center-of-excellence
679680
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.
681+
leaderOrder: 2
680682
- firstName: Patti
681683
lastName: Rote
682684
image: patti-rote.jpg
@@ -843,6 +845,7 @@ people:
843845
- blog
844846
- center-of-excellence
845847
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.
848+
leaderOrder: 1
846849
- firstName: Will
847850
lastName: Townes
848851
image: will-townes.jpg

0 commit comments

Comments
 (0)