Skip to content

Commit c14831a

Browse files
authored
Merge pull request #469 from cmu-delphi/ensemble-blog
Ensemble blog
2 parents cabbd48 + dac3242 commit c14831a

File tree

16 files changed

+179607
-7
lines changed

16 files changed

+179607
-7
lines changed

.github/workflows/blog.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
# conda list
4141
- name: Install R dependencies
4242
shell: bash -l {0}
43+
env:
44+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4345
run: |
4446
Rscript ./dependencies.R
4547
- name: Restore Blogdown Cache
1.2 MB
Loading

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ carousel:
2020
alt: Explore the CTIS Dashboard
2121
image: covidcast_survey.jpg
2222
- pre: Blog
23-
title: COVID Vaccination Trends Among the Hispanic Community in the United States
24-
ref: 2021-04-29-vaccine-trends-hispanic
23+
title: On the Predictability of COVID-19
24+
ref: 2021-09-30-ensemble-analysis
2525
alt: View Post
26-
image: landing-pg_hero_vaccine_hispanic.jpg
26+
image: ensemble-hero.jpg
2727
- pre: Research
2828
title: An Open Repository of Real-Time COVID-19 Indicators
2929
link: https://www.medrxiv.org/content/10.1101/2021.07.12.21259660v1

content/blog/2021-09-30-ensemble-analysis.Rmd

Lines changed: 310 additions & 0 deletions
Large diffs are not rendered by default.

content/blog/2021-09-30-ensemble-analysis.html

Lines changed: 265 additions & 0 deletions
Large diffs are not rendered by default.

content/blog/ensemble-analysis/data.csv

Lines changed: 174318 additions & 0 deletions
Large diffs are not rendered by default.

content/blog/images/ensemble-hero.jpg

1.2 MB
Loading
463 KB
Loading

content/people/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,15 +532,15 @@ people:
532532
- key: roni
533533
firstName: Roni
534534
lastName: Rosenfeld
535-
link: https://cs.cmu.edu/~roni
535+
link: https://cs.cmu.edu/~roni/
536536
image: roni-rosenfeld-500x500-min.jpg
537537
affiliation: CMU/MLD
538538
team:
539539
- leadership
540540
- highlight
541541
- blog
542542
- center-of-excellence
543-
description: is a lead researcher in the Delphi group and a Professor and Head of the Machine Learning Department at CMU. He is also a Google Fellow.
543+
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.
544544
- firstName: Patti
545545
lastName: Rote
546546
image: patti-rote.jpg
@@ -671,15 +671,15 @@ people:
671671
- key: ryan
672672
firstName: Ryan
673673
lastName: Tibshirani
674-
link: https://stat.cmu.edu/~ryantibs
674+
link: https://stat.cmu.edu/~ryantibs/
675675
image: ryan-tibshirani-500x500-min.jpg
676676
affiliation: CMU/MLD/Stat
677677
team:
678678
- leadership
679679
- highlight
680680
- blog
681681
- center-of-excellence
682-
description: is a lead researcher in the Delphi group, and an Associate Professor in the Department of Statistics & Data Science and the Machine Learning Department at CMU. He is also an Amazon Scholar.
682+
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.
683683
- firstName: Elena
684684
lastName: Tuzhilina
685685
image: elena-tuzhilina-500x500.jpg
@@ -774,12 +774,16 @@ people:
774774
- key: nickreich
775775
firstName: Nicholas
776776
lastName: Reich
777+
link: https://reichlab.io/people
778+
description: is a Principal Investigator of a CDC Center of Excellence for Influenza Forecasting and founder of the COVID-19 Forecast Hub, and a Professor in Biostatistics and Epidemiology at UMass.
777779
external: true
778780
team:
779781
- blog
780782
- key: evanray
781783
firstName: Evan
782784
lastName: Ray
785+
link: https://reichlab.io/people
786+
description: is a Principal Investigator of a CDC Center of Excellence for Influenza Forecasting and founder of the COVID-19 Forecast Hub, and a Research Faculty in Biostatistics and Epidemiology at UMass.
783787
external: true
784788
team:
785789
- blog

dependencies.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ install.packages("covidcast", repo="http://cran.rstudio.com/")
77
# devtools::install_github("cmu-delphi/covidcast", ref = "main",
88
# upgrade = 'never',
99
# subdir = "R-packages/covidcast")
10+
11+
devtools::install_github("reichlab/zoltr", upgrade = 'never', quick = TRUE)
12+
devtools::install_github("reichlab/covidData", upgrade = 'never', quick = TRUE)
13+
devtools::install_github("reichlab/covidHubUtils", upgrade = 'never', quick = TRUE)

0 commit comments

Comments
 (0)