Skip to content

Commit ff7924a

Browse files
committed
Merge remote-tracking branch 'origin/dev' into blog/holiday-surveys
2 parents 1ca8cc0 + f846a87 commit ff7924a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+255364
-230
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
/assets/jsconfig.json
1212
/static/uikit/**
1313
.DS_Store
14+
*.zip
15+
*.tgz

.release-it.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"hooks": {
3+
"before:init": "npm run lint",
4+
"before:release": "npm run build && npm run zip",
5+
"after:release": "echo Successfully released ${name} v${version}."
6+
},
7+
"git": {
8+
"tagName": "v${version}"
9+
},
10+
"npm": {
11+
"publish": false
12+
},
13+
"github": {
14+
"release": true,
15+
"assets": ["website.zip"]
16+
}
17+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,16 @@ In case you use new dependencies don't forget to either edit `environment.yml` o
104104
A Github action should runs when Rmd files changes so it will verify that the blog post can be built.
105105
However, the converted HTML file along with all generated images are committed to the repository.
106106
This simplifies the deployment and ensures that we have a blog post even when the API or data changes.
107+
108+
109+
### Release Process
110+
111+
The release process is based on [release-it](https://github.com/release-it/release-it). To create a release, run
112+
113+
1. create/checkout the release branch `release` and push to origin
114+
1. run `npm run release` and publish the release
115+
1. create a PR that merges the `release` branch in the `main` branch
116+
1. create a PR that merges the `main` branch back into the `dev` branch
117+
118+
Then go to the release page and update short description of the changes made.
119+

content/blog/2015-07-23-template-post.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ tags:
99
draft: true # remove this line in new blog posts
1010
authors: # list of author keys, see /data/authors.yaml
1111
- frida
12-
heroImage: /blog/images/blog-lg-img_hello-world.jpg
13-
heroImageThumb: /blog/images/blog-thumb-img_hello-world.jpg
12+
heroImage: /blog/images/blog-lg-img_hello-world.jpg # size: 1120x440 jpg and webp format
13+
heroImageThumb: /blog/images/blog-thumb-img_hello-world.jpg # size: 300x200 jpg and webp format
1414
summary: |
1515
Blog summary, the first 150 characters are used for the blog list
1616
acknowledgements: |

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

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

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

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

content/blog/2021-01-28-survey-vaccines.Rmd

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

content/blog/2021-01-28-survey-vaccines.html

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

content/blog/unpack-cfr/refs.bib

Lines changed: 328 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,328 @@
1+
@article{beigel2020remdesivir,
2+
title={Remdesivir for the treatment of Covid-19—preliminary report},
3+
author={Beigel, John H and Tomashek, Kay M and Dodd, Lori E and Mehta, Aneesh K and Zingman, Barry S and Kalil, Andre C and Hohmann, Elizabeth and Chu, Helen Y and Luetkemeyer, Annie and Kline, Susan and others},
4+
journal={New England Journal of Medicine},
5+
year={2020},
6+
publisher={Mass Medical Soc}
7+
}
8+
9+
@article{recovery2020dexamethasone,
10+
title={Dexamethasone in hospitalized patients with {COVID}-19—preliminary report},
11+
author={RECOVERY Collaborative Group},
12+
journal={New England Journal of Medicine},
13+
year={2020},
14+
publisher={Mass Medical Soc}
15+
}
16+
17+
18+
19+
@misc{florida_line_data,
20+
author = {{Florida Department of Health}},
21+
year = {2020},
22+
title = {Florida Case Line Data},
23+
url = {https://www.arcgis.com/home/item.html?id=4cc62b3a510949c7a8167f6baa3e069d},
24+
urldate = {2020-09-07}
25+
}
26+
27+
@misc{cdc_data,
28+
author = {{CDC Case Surveillance Task Force}},
29+
year = {2020},
30+
title = {COVID-19 Case Surveillance Data},
31+
urldate = {2020-09-07}
32+
}
33+
34+
@misc{moser2020changing,
35+
author = {Whet, Moser},
36+
year = {2020},
37+
title = {{Why Changing COVID-19 Demographics in the US Make Death Trends Harder to Understand}},
38+
journal = {The COVID Tracking Project Blog},
39+
url = {https://covidtracking.com/blog/why-changing-covid-19-demographics-in-the-us-make-death-trends-harder-to},
40+
urldate = {2020-08-27}
41+
}
42+
43+
% https://www.wired.com/story/bill-gates-on-covid-most-us-tests-are-completely-garbage/
44+
45+
@misc{levy2020gates,
46+
author = {Levy, Steven},
47+
year = {2020},
48+
title = {{Bill Gates on Covid: Most US Tests Are ‘Completely Garbage’}},
49+
journal = {Wired Magazine},
50+
url = {https://www.wired.com/story/bill-gates-on-covid-most-us-tests-are-completely-garbage/},
51+
urldate = {2020-08-27}
52+
}
53+
54+
@misc{wu2020groundhog,
55+
author = {Wu, Katherine J.},
56+
year = {2020},
57+
title = {{‘It’s Like Groundhog Day’: Coronavirus Testing Labs Again Lack Key Supplies}},
58+
journal = {The New York Times},
59+
url = {https://www.nytimes.com/2020/07/23/health/coronavirus-testing-supply-shortage.html},
60+
urldate = {2020-08-27}
61+
}
62+
63+
@misc{covidcast2020api,
64+
author = {CMU Delphi Project},
65+
year= {2020},
66+
url = {https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html},
67+
urldate = {2020-08-27}
68+
}
69+
70+
71+
@misc{cdc_national,
72+
title = {COVID-19 Case Surveillance Public Use Data},
73+
author = {CDC Case Surveillance Task Force},
74+
year= {2020},
75+
url = {https://data.cdc.gov/Case-Surveillance/COVID-19-Case-Surveillance-Public-Use-Data/vbim-akqf},
76+
urldate = {2020-09-07}
77+
}
78+
79+
@misc{usafacts, title={Coronavirus Outbreak Stats \& Data}, url={https://usafacts.org/issues/coronavirus/}, author={USAFacts}, year={2020}, month={Aug}}
80+
81+
@misc{uw2020testing,
82+
author={UW Medicine},
83+
title = {{COVID-19 Testing for Hospital Patients}},
84+
year={2020},
85+
url = {https://www.uwmedicine.org/coronavirus/inpatient-screening},
86+
urldate = {2020-08-27}
87+
}
88+
89+
90+
@ARTICLE{hospitalization_monitor,
91+
92+
AUTHOR={Mallow, Peter J. and Jones, Michael},
93+
94+
TITLE={When Second Best Might Be the Best: Using Hospitalization Data to Monitor the Novel Coronavirus Pandemic},
95+
96+
JOURNAL={Frontiers in Public Health},
97+
98+
VOLUME={8},
99+
100+
PAGES={348},
101+
102+
YEAR={2020},
103+
104+
URL={https://www.frontiersin.org/article/10.3389/fpubh.2020.00348},
105+
106+
DOI={10.3389/fpubh.2020.00348},
107+
108+
ISSN={2296-2565},
109+
110+
ABSTRACT={The novel coronavirus' high rate of asymptomatic transmission combined with a lack of testing kits call for a different approach to monitor its spread and severity. We proposed the use of hospitalizations and hospital utilization data to monitor the spread and severity. A proposed threshold of a declining 7-day moving average over a 14-day period, “7&14” was set to communicate when a wave of the novel coronavirus may have passed. The state of Ohio was chosen to illustrate this threshold. While not the ideal solution for monitoring the spread of the epidemic, the proposed approach is an easy to implement framework accounting for limitations of the data inherent in the current epidemic. Hospital administrators and policy makers may benefit from incorporating this approach into their decision making.}
111+
}
112+
113+
@misc{propublica_hosp,
114+
author = {Ornstein, Charles},
115+
year = {2020},
116+
title = {{How Many People in the U.S. Are Hospitalized With COVID-19? Who Knows?}},
117+
journal = {ProPublica},
118+
url = {https://www.propublica.org/article/how-many-people-in-the-us-are-hospitalized-with-covid-19-who-knows},
119+
urldate = {2020-08-31}
120+
}
121+
122+
@inbook{uptodate_eval,
123+
place={Waltham, MA},
124+
title={{Coronavirus disease 2019 (COVID-19): Outpatient evaluation and management in adults}},
125+
booktitle={UpToDate},
126+
publisher={UpToDate},
127+
author={Cohen, Pieter and Elmore, Joann G and Blau, Jessamyn and Bloom, Allyson},
128+
year={2020}}
129+
130+
@article{phua_icu_manage,
131+
title={{Intensive care management of coronavirus disease 2019 (COVID-19): challenges and recommendations}}, volume={8}, DOI={10.1016/s2213-2600(20)30161-2}, number={5}, journal={The Lancet Respiratory Medicine}, author={Phua, Jason and Weng, Li and Ling, Lowell and Egi, Moritoki and Lim, Chae-Man and Divatia, Jigeeshu Vasishtha and Shrestha, Babu Raja and Arabi, Yaseen M and Ng, Jensen and Gomersall, Charles D and et al.}, year={2020}, pages={506–517}}
132+
133+
@article{lancet_death_pathways,
134+
title={{Understanding pathways to death in patients with COVID-19}},
135+
volume={8},
136+
DOI={10.1016/s2213-2600(20)30165-x},
137+
number={5},
138+
journal={The Lancet Respiratory Medicine},
139+
author={Vincent, Jean-Louis and Taccone, Fabio S}, year={2020},
140+
pages={430–432}}
141+
142+
@article{nature_death_indicator,
143+
title={{Why daily death tolls have become unusually important in understanding the coronavirus pandemic}},
144+
DOI={10.1038/d41586-020-01008-1},
145+
journal={Nature},
146+
author={Subbaraman, Nidhi},
147+
year={2020},
148+
month={Apr}}
149+
150+
@misc{covid_tracking_project, url={https://covidtracking.com/}, journal={{The COVID Tracking Project}}, publisher={The Atlantic}, author={Meyer, Robinson and Madrigal, Alexis}, year={2020}}
151+
152+
@article{gender_age_differential, series={Correspondence}, title={Sex differential in COVID-19 mortality varies markedly by age}, volume={396}, number={10250}, journal={The Lancet}, author={Bhopal, Sunil S and Bhopal, Raj}, year={2020}, collection={Correspondence}}
153+
154+
@misc{backlog_april_quest, title={Documents show backlog of 160,000 coronavirus tests at just one lab company}, url={https://www.cnn.com/2020/04/01/politics/testing-backlog-coronavirus-quest-invs/index.html}, author={Griffin, Drew and Devine, Curt and Bronstein, Scott and Black, Nelli}, year={2020}, month={Apr}}
155+
156+
@misc{backlog_illinois, title={Backlog of Tests Worked Through – 5,368 New Confirmed Cases of Coronavirus Disease}, url={http://www.dph.illinois.gov/news/backlog-tests-worked-through-%E2%80%93-5368-new-confirmed-cases-coronavirus-disease},
157+
author={Illinois Department of Health}}
158+
159+
@misc{backlog_nytimes, title={Testing Backlogs May Cloud the True Spread of the Coronavirus}, url={https://www.nytimes.com/2020/07/19/health/coronavirus-testing-viral-spread.html}, author={Wu, Katherine J.}, year={2020}, month={Jul}}
160+
161+
@misc{data_problems_nyt,
162+
title={Why Can't We See All of the Government's Virus Data?},
163+
url={https://www.nytimes.com/2020/10/23/opinion/coronavirus-data-secrecy.html},
164+
author={Murray, Christopher J.L.},
165+
year={2020},
166+
month={Oct}}
167+
168+
169+
@article{horwitz2020trends,
170+
title={Trends in Covid-19 risk-adjusted mortality rates in a single health system},
171+
author={Horwitz, Leora and Jones, Simon A and Cerfolio, Robert J and Francois, Fritz and Greco, Joseph and Rudy, Bret and Petrilli, Christopher M},
172+
journal={medRxiv},
173+
year={2020},
174+
publisher={Cold Spring Harbor Laboratory Press}
175+
}
176+
177+
@article{chen2020sars,
178+
title={SARS-CoV-2 Neutralizing Antibody LY-CoV555 in Outpatients with Covid-19},
179+
author={Chen, Peter and Nirula, Ajay and Heller, Barry and Gottlieb, Robert L and Boscia, Joseph and Morris, Jason and Huhn, Gregory and Cardona, Jose and Mocherla, Bharat and Stosor, Valentina and others},
180+
journal={New England Journal of Medicine},
181+
year={2020},
182+
publisher={Mass Medical Soc}
183+
}
184+
185+
@article{agarwal2020convalescent,
186+
title={Convalescent plasma in the management of moderate covid-19 in adults in India: open label phase II multicentre randomised controlled trial (PLACID Trial)},
187+
author={Agarwal, Anup and Mukherjee, Aparna and Kumar, Gunjan and Chatterjee, Pranab and Bhatnagar, Tarun and Malhotra, Pankaj},
188+
journal={bmj},
189+
volume={371},
190+
year={2020},
191+
publisher={British Medical Journal Publishing Group}
192+
}
193+
194+
@misc{dyer2020covid,
195+
title={Covid-19: Eli Lilly pauses antibody trial for safety reasons},
196+
author={Dyer, Owen},
197+
year={2020},
198+
publisher={British Medical Journal Publishing Group}
199+
}
200+
201+
@article{self2020effect,
202+
title={Effect of Hydroxychloroquine on Clinical Status at 14 Days in Hospitalized Patients With COVID-19: A Randomized Clinical Trial},
203+
author={Self, Wesley H and Semler, Matthew W and Leither, Lindsay M and Casey, Jonathan D and Angus, Derek C and Brower, Roy G and Chang, Steven Y and Collins, Sean P and Eppensteiner, John C and Filbin, Michael R and others},
204+
journal={JAMA},
205+
year={2020}
206+
}
207+
208+
@article{horby2020effect,
209+
title={Effect of Hydroxychloroquine in Hospitalized Patients with COVID-19: Preliminary results from a multi-centre, randomized, controlled trial.},
210+
author={Horby, Peter and Mafham, Marion and Linsell, Louise and Bell, Jennifer L and Staplin, Natalie and Emberson, Jonathan R and Wiselka, Martin and Ustianowski, Andrew and Elmahi, Einas and Prudon, Benjamin and others},
211+
journal={MedRxiv},
212+
year={2020},
213+
publisher={Cold Spring Harbor Laboratory Press}
214+
}
215+
216+
@article{dennis2020improving,
217+
title={Improving COVID-19 critical care mortality over time in England: A national cohort study, March to June 2020},
218+
author={Dennis, John and McGovern, Andrew and Vollmer, Sebastian and Mateen, Bilal A},
219+
journal={medRxiv},
220+
year={2020},
221+
publisher={Cold Spring Harbor Laboratory Press}
222+
}
223+
224+
@article{pachetti2020impact,
225+
title={Impact of lockdown on Covid-19 case fatality rate and viral mutations spread in 7 countries in Europe and North America},
226+
author={Pachetti, Maria and Marini, Bruna and Giudici, Fabiola and Benedetti, Francesca and Angeletti, Silvia and Ciccozzi, Massimo and Masciovecchio, Claudio and Ippodrino, Rudy and Zella, Davide},
227+
journal={Journal of Translational Medicine},
228+
volume={18},
229+
number={1},
230+
pages={1--7},
231+
year={2020},
232+
publisher={BioMed Central}
233+
}
234+
235+
@article{piubelli2020overall,
236+
title={Overall decrease in SARS-CoV-2 viral load and reduction in clinical burden: the experience of a hospital in northern Italy},
237+
author={Piubelli, Chiara and Deiana, Michela and Pomari, Elena and Silva, Ronaldo and Bisoffi, Zeno and Formenti, Fabio and Perandin, Francesca and Gobbi, Federico and Buonfrate, Dora},
238+
journal={Clinical Microbiology and Infection},
239+
year={2020},
240+
publisher={Elsevier}
241+
}
242+
243+
@misc{trump_statement, title={Remarks by President Trump in Press Briefing on COVID-19}, url={https://www.whitehouse.gov/briefings-statements/remarks-president-trump-press-briefing-covid-19/}, author={Trump, Donald}, year={2020}, month={Jul}}
244+
245+
@misc{factcheck_mcdonald_2020, title={Trump Misleads on Reasons for Falling COVID-19 Fatality Rate}, url={https://www.factcheck.org/2020/09/trump-misleads-on-reasons-for-falling-covid-19-fatality-rate/}, journal={FactCheck.org}, author={McDonald, Jessica}, year={2020}, month={Sep}}
246+
247+
@article{madsen2020remdesivir,
248+
title={Remdesivir for the Treatment of Covid-19-Final Report},
249+
author={Madsen, Lone Wulff and others},
250+
journal={The New England Journal of Medicine},
251+
year={2020},
252+
publisher={Massachusetts Medical Society}
253+
}
254+
255+
@article{monoclonal_eua,
256+
title={Coronavirus (COVID-19) Update: FDA Authorizes Monoclonal Antibody for Treatment of COVID-19},
257+
author={{U.S. Food and Drug Administration}},
258+
url={https://www.fda.gov/news-events/press-announcements/coronavirus-covid-19-update-fda-authorizes-monoclonal-antibody-treatment-covid-19},
259+
year={2020},
260+
month={Nov}}
261+
262+
@article{regeneron_monoclonal_eua,
263+
title={Coronavirus (COVID-19) Update: FDA Authorizes Monoclonal Antibodies for Treatment of COVID-19},
264+
author={{U.S. Food and Drug Administration}},
265+
url={https://www.fda.gov/news-events/press-announcements/coronavirus-covid-19-update-fda-authorizes-monoclonal-antibodies-treatment-covid-19},
266+
year={2020},
267+
month={Nov}}
268+
269+
@article{regeneron_press,
270+
title={Regeneron's Casirivimab and Imdevimab Antibody Cocktail for COVID-19 is First Combination Therapy to Receive FDA Emergency Use Authorization},
271+
author={{Regeneron}},
272+
url={https://investor.regeneron.com/news-releases/news-release-details/regenerons-regen-cov2-first-antibody-cocktail-covid-19-receive}, year={2020}, month={Nov}}
273+
274+
@book{bootstrap_davison_hinkley_1997, place={Cambridge}, series={Cambridge Series in Statistical and Probabilistic Mathematics}, title={Bootstrap Methods and their Application}, DOI={10.1017/CBO9780511802843}, publisher={Cambridge University Press}, author={Davison, A. C. and Hinkley, D. V.}, year={1997}, collection={Cambridge Series in Statistical and Probabilistic Mathematics}}
275+
276+
@article{fan2020decreased,
277+
title={Decreased Case Fatality Rate of COVID-19 in the Second Wave: A study in 53 countries or regions},
278+
author={Fan, Guihong and Yang, Zhichun and Lin, Qianying and Zhao, Shi and Yang, Lin and He, Daihai},
279+
journal={Transboundary and emerging diseases},
280+
year={2020},
281+
publisher={Wiley Online Library}
282+
}
283+
284+
285+
@misc{madrigal2020second,
286+
author = {Madrigal, Alexis},
287+
year = {2020},
288+
title = {A Second Coronavirus Death Surge Is Coming},
289+
journal = {The Atlantic},
290+
url = {https://www.theatlantic.com/health/archive/2020/07/second-coronavirus-death-surge/614122/},
291+
urldate = {2020-08-27}
292+
}
293+
294+
295+
@misc{thomp2020,
296+
author = {Thompson, Derek},
297+
year = {2020},
298+
title = {COVID-19 Cases Are Rising, So Why Are Deaths Flatlining?},
299+
journal = {The Atlantic},
300+
url = {https://www.theatlantic.com/ideas/archive/2020/07/why-covid-death-rate-down/613945/},
301+
urldate = {2020-07-09}
302+
}
303+
304+
305+
@misc{mad2020,
306+
author = {Madrigal, Alexis and Moser, Whet},
307+
year = {2020},
308+
title = {How Many Americans Are About to Die?},
309+
urldate = {2020-11-19}
310+
}
311+
312+
@article{eldeclining,
313+
title={Declining Trend in the Initial SARS-CoV-2 Viral Load Over Time: Observations From Detroit, Michigan},
314+
author={El Zein, S}
315+
}
316+
317+
@article {Mahasem1327_agedeathrate,
318+
author = {Mahase, Elisabeth},
319+
title = {Covid-19: death rate is 0.66\% and increases with age, study estimates},
320+
volume = {369},
321+
elocation-id = {m1327},
322+
year = {2020},
323+
doi = {10.1136/bmj.m1327},
324+
publisher = {BMJ Publishing Group Ltd},
325+
URL = {https://www.bmj.com/content/369/bmj.m1327},
326+
eprint = {https://www.bmj.com/content/369/bmj.m1327.full.pdf},
327+
journal = {BMJ}
328+
}

0 commit comments

Comments
 (0)