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

Fix JHU problem in survey blog post #36

Merged
merged 3 commits into from
Oct 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/post/2020-08-28-api.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ knitr::opts_chunk$set(collapse = TRUE)
One of our primary initiatives at the Delphi COVIDcast project
has been to curate a diverse set of COVID-related data streams,
and to make them freely available through our
[COVIDcast Epidata API](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html).
COVIDcast Epidata API.
These include both novel signals that we have collected and analyzed ourselves,
such as our symptom survey [distributed by Facebook](https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/)
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,
such as our symptom survey distributed by Facebook
to its users, Google's symptom survey whose results are delivered to us,
the percentage of doctor's visits due to COVID-like illness,
and results from Quidel's antigen tests;
and also existing signals, such as the confirmed case counts
and deaths reported by USA Facts and Johns Hopkins University.
The COVIDcast API freely provides researchers and decision-makers
with the data they need to conduct their work, and
is conveniently accessible via easy-to-use [Python](https://cmu-delphi.github.io/covidcast/covidcast-py/html/)
and [R](https://cmu-delphi.github.io/covidcast/covidcastR/) packages.
is conveniently accessible via easy-to-use Python
and R packages.

<!--more-->

Expand Down
8 changes: 7 additions & 1 deletion content/post/2020-10-06-survey-wave-4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ library(ggrepel)
library(dplyr)
library(plotly)

case_rates <- covidcast_signal("jhu-csse", "confirmed_7dav_incidence_prop",
case_rates <- covidcast_signal("usa-facts", "confirmed_7dav_incidence_prop",
start_day = end_day, end_day = end_day,
geo_type = "state")

Expand Down Expand Up @@ -384,6 +384,12 @@ reopening.
details, see [our surveys page](https://covidcast.cmu.edu/surveys.html). For
updates, you can follow [CmuDelphi on Twitter](https://twitter.com/cmudelphi).*

**Note.** *This post was updated on October 17, 2020 to correct an error in the
scatterplot of mask usage and reported case rates. An error in our data
processing system meant our reported case rates were half the size they should
have been. This did not affect the trend in the scatterplot, only the scale of
the X axis.*

**Acknowledgments.** *Many items in Wave 4 of our survey are based on work by
the team at the Joint Program in Survey Methodology at the University of
Maryland led by Frauke Kreuter; Adrianne Bradford and Samantha Chiu helped
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,18 @@ <h1>
<p>One of our primary initiatives at the Delphi COVIDcast project
has been to curate a diverse set of COVID-related data streams,
and to make them freely available through our
<a href="https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html">COVIDcast Epidata API</a>.
COVIDcast Epidata API.
These include both novel signals that we have collected and analyzed ourselves,
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>
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,
such as our symptom survey distributed by Facebook
to its users, Google’s symptom survey whose results are delivered to us,
the percentage of doctor’s visits due to COVID-like illness,
and results from Quidel’s antigen tests;
and also existing signals, such as the confirmed case counts
and deaths reported by USA Facts and Johns Hopkins University.
The COVIDcast API freely provides researchers and decision-makers
with the data they need to conduct their work, and
is conveniently accessible via easy-to-use <a href="https://cmu-delphi.github.io/covidcast/covidcast-py/html/">Python</a>
and <a href="https://cmu-delphi.github.io/covidcast/covidcastR/">R</a> packages.</p>
is conveniently accessible via easy-to-use Python
and R packages.</p>


<p><a href="/blog/2020/10/07/accessing-open-covid-19-data-via-the-covidcast-epidata-api/">Read more...</a></p>
Expand Down
10 changes: 5 additions & 5 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
&lt;p&gt;One of our primary initiatives at the Delphi COVIDcast project
has been to curate a diverse set of COVID-related data streams,
and to make them freely available through our
&lt;a href=&#34;https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html&#34;&gt;COVIDcast Epidata API&lt;/a&gt;.
COVIDcast Epidata API.
These include both novel signals that we have collected and analyzed ourselves,
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;
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,
such as our symptom survey distributed by Facebook
to its users, Google’s symptom survey whose results are delivered to us,
the percentage of doctor’s visits due to COVID-like illness,
and results from Quidel’s antigen tests;
and also existing signals, such as the confirmed case counts
and deaths reported by USA Facts and Johns Hopkins University.
The COVIDcast API freely provides researchers and decision-makers
with the data they need to conduct their work, and
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;
and &lt;a href=&#34;https://cmu-delphi.github.io/covidcast/covidcastR/&#34;&gt;R&lt;/a&gt; packages.&lt;/p&gt;
is conveniently accessible via easy-to-use Python
and R packages.&lt;/p&gt;
</description>
</item>

Expand Down
Loading