Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 0e7a355

Browse files
authored
Merge pull request #36 from cmu-delphi/survey-2
Fix JHU problem in survey blog post
2 parents 6a37b7e + efd98b2 commit 0e7a355

File tree

13 files changed

+900
-889
lines changed

13 files changed

+900
-889
lines changed

content/post/2020-08-28-api.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ knitr::opts_chunk$set(collapse = TRUE)
1515
One of our primary initiatives at the Delphi COVIDcast project
1616
has been to curate a diverse set of COVID-related data streams,
1717
and to make them freely available through our
18-
[COVIDcast Epidata API](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html).
18+
COVIDcast Epidata API.
1919
These include both novel signals that we have collected and analyzed ourselves,
20-
such as our symptom survey [distributed by Facebook](https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/)
21-
to its users, [Google's symptom survey](https://delphi.cmu.edu/blog/2020/09/18/covid-19-symptom-surveys-through-google/) whose results are delivered to us,
20+
such as our symptom survey distributed by Facebook
21+
to its users, Google's symptom survey whose results are delivered to us,
2222
the percentage of doctor's visits due to COVID-like illness,
2323
and results from Quidel's antigen tests;
2424
and also existing signals, such as the confirmed case counts
2525
and deaths reported by USA Facts and Johns Hopkins University.
2626
The COVIDcast API freely provides researchers and decision-makers
2727
with the data they need to conduct their work, and
28-
is conveniently accessible via easy-to-use [Python](https://cmu-delphi.github.io/covidcast/covidcast-py/html/)
29-
and [R](https://cmu-delphi.github.io/covidcast/covidcastR/) packages.
28+
is conveniently accessible via easy-to-use Python
29+
and R packages.
3030

3131
<!--more-->
3232

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ library(ggrepel)
157157
library(dplyr)
158158
library(plotly)
159159
160-
case_rates <- covidcast_signal("jhu-csse", "confirmed_7dav_incidence_prop",
160+
case_rates <- covidcast_signal("usa-facts", "confirmed_7dav_incidence_prop",
161161
start_day = end_day, end_day = end_day,
162162
geo_type = "state")
163163
@@ -384,6 +384,12 @@ reopening.
384384
details, see [our surveys page](https://covidcast.cmu.edu/surveys.html). For
385385
updates, you can follow [CmuDelphi on Twitter](https://twitter.com/cmudelphi).*
386386

387+
**Note.** *This post was updated on October 17, 2020 to correct an error in the
388+
scatterplot of mask usage and reported case rates. An error in our data
389+
processing system meant our reported case rates were half the size they should
390+
have been. This did not affect the trend in the scatterplot, only the scale of
391+
the X axis.*
392+
387393
**Acknowledgments.** *Many items in Wave 4 of our survey are based on work by
388394
the team at the Joint Program in Survey Methodology at the University of
389395
Maryland led by Frauke Kreuter; Adrianne Bradford and Samantha Chiu helped

public/2020/10/12/new-and-improved-covid-symptom-survey-tracks-testing-and-mask-wearing/index.html

Lines changed: 7 additions & 2 deletions
Large diffs are not rendered by default.

public/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@ <h1>
166166
<p>One of our primary initiatives at the Delphi COVIDcast project
167167
has been to curate a diverse set of COVID-related data streams,
168168
and to make them freely available through our
169-
<a href="https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html">COVIDcast Epidata API</a>.
169+
COVIDcast Epidata API.
170170
These include both novel signals that we have collected and analyzed ourselves,
171-
such as our symptom survey <a href="https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/">distributed by Facebook</a>
172-
to its users, <a href="https://delphi.cmu.edu/blog/2020/09/18/covid-19-symptom-surveys-through-google/">Google’s symptom survey</a> whose results are delivered to us,
171+
such as our symptom survey distributed by Facebook
172+
to its users, Google’s symptom survey whose results are delivered to us,
173173
the percentage of doctor’s visits due to COVID-like illness,
174174
and results from Quidel’s antigen tests;
175175
and also existing signals, such as the confirmed case counts
176176
and deaths reported by USA Facts and Johns Hopkins University.
177177
The COVIDcast API freely provides researchers and decision-makers
178178
with the data they need to conduct their work, and
179-
is conveniently accessible via easy-to-use <a href="https://cmu-delphi.github.io/covidcast/covidcast-py/html/">Python</a>
180-
and <a href="https://cmu-delphi.github.io/covidcast/covidcastR/">R</a> packages.</p>
179+
is conveniently accessible via easy-to-use Python
180+
and R packages.</p>
181181

182182

183183
<p><a href="/blog/2020/10/07/accessing-open-covid-19-data-via-the-covidcast-epidata-api/">Read more...</a></p>

public/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
&lt;p&gt;One of our primary initiatives at the Delphi COVIDcast project
3333
has been to curate a diverse set of COVID-related data streams,
3434
and to make them freely available through our
35-
&lt;a href=&#34;https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html&#34;&gt;COVIDcast Epidata API&lt;/a&gt;.
35+
COVIDcast Epidata API.
3636
These include both novel signals that we have collected and analyzed ourselves,
37-
such as our symptom survey &lt;a href=&#34;https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/&#34;&gt;distributed by Facebook&lt;/a&gt;
38-
to its users, &lt;a href=&#34;https://delphi.cmu.edu/blog/2020/09/18/covid-19-symptom-surveys-through-google/&#34;&gt;Google’s symptom survey&lt;/a&gt; whose results are delivered to us,
37+
such as our symptom survey distributed by Facebook
38+
to its users, Google’s symptom survey whose results are delivered to us,
3939
the percentage of doctor’s visits due to COVID-like illness,
4040
and results from Quidel’s antigen tests;
4141
and also existing signals, such as the confirmed case counts
4242
and deaths reported by USA Facts and Johns Hopkins University.
4343
The COVIDcast API freely provides researchers and decision-makers
4444
with the data they need to conduct their work, and
45-
is conveniently accessible via easy-to-use &lt;a href=&#34;https://cmu-delphi.github.io/covidcast/covidcast-py/html/&#34;&gt;Python&lt;/a&gt;
46-
and &lt;a href=&#34;https://cmu-delphi.github.io/covidcast/covidcastR/&#34;&gt;R&lt;/a&gt; packages.&lt;/p&gt;
45+
is conveniently accessible via easy-to-use Python
46+
and R packages.&lt;/p&gt;
4747
</description>
4848
</item>
4949

0 commit comments

Comments
 (0)