Skip to content

Commit e10729e

Browse files
committed
feat: add authors
1 parent 7280f50 commit e10729e

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

content/blog/2021-01-21-unpack-cfr.Rmd

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
---
22
title: "Unpacking the Drop in COVID-19 Case Fatality Rates"
33
author: "Helen Zhou, Cheng Cheng, Jeremy C. Weiss, Zachary C. Lipton"
4+
date: 2021-01-22
5+
authors:
6+
- hzhou
7+
- ccheng
8+
- jweiss
9+
- zlipton
10+
heroImage: /blog/images/blog-lg-img_hello-world.jpg
11+
heroImageThumb: /blog/images/blog-thumb-img_hello-world.jpg
12+
summary: |
13+
Since the pandemic started, case fatality has plummeted. How can we unpack treatment improvements versus younger patients, increased testing, etc.?
14+
acknowledgements: |
415
output:
16+
blogdown::html_page:
17+
toc: true
518
bookdown::html_document2: default
619
bibliography: unpack-cfr/refs.bib
720
link-citations: yes
821
---
922

10-
<!-- install.packages("bookdown") -->
11-
1223
```{r setup, include=FALSE}
1324
knitr::opts_chunk$set(echo = TRUE)
1425
```

data/authors.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,19 @@
3838
name: Larry Wasserman
3939
link: http://www.stat.cmu.edu/~larry/
4040
description: is a Professor in the Department of Statistics & Data Science at CMU as well as in the Machine Learning Department and is a member of Delphi.
41+
- key: hzhou
42+
name: Helen Zhou
43+
link: https://www.helen-zhou.com
44+
description: is a PhD student in the Machine Learning Department at CMU and is a member of Delphi.
45+
- key: ccheng
46+
name: Cheng Cheng
47+
link: https://linkedin.com/in/cheng-cheng-419718106
48+
description: is a PhD student in Machine Learning and Public Policy at CMU and is a member of Delphi.
49+
- key: jweiss
50+
name: Jeremy Chen Weiss
51+
link: https://www.andrew.cmu.edu/user/jweiss2/
52+
description: is an Assistant Professor of Health Informatics at CMU and is a member of Delphi.
53+
- key: zlipton
54+
name: Zachary Chase Lipton
55+
link: https://acmilab.org
56+
description: is an Assistant Professor of Operations Research and Machine Learning at CMU and is a member of Delphi.

0 commit comments

Comments
 (0)