Skip to content

Commit 0378b75

Browse files
committed
feat: adapt to relative links
1 parent cef44b1 commit 0378b75

File tree

2 files changed

+36
-39
lines changed

2 files changed

+36
-39
lines changed

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

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ The COVID-19 Symptom Survey, which is conducted by the Delphi Group in
3535
partnership with Facebook Data for Good, is one of the largest COVID-19 data
3636
collection efforts in the United States. To date, over 16 million responses have
3737
been collected since its launch in April 2020. Using the Symptom Survey, we have
38-
been able to track and inform trends on [daily
39-
symptoms](https://delphi.cmu.edu/blog/2020/09/21/can-symptoms-surveys-improve-covid-19-forecasts/),
40-
[testing](https://delphi.cmu.edu/blog/2020/10/12/new-and-improved-covid-symptom-survey-tracks-testing-and-mask-wearing/),
41-
[mask-wearing](https://delphi.cmu.edu/blog/2020/12/13/are-masks-widely-used-in-public/),
38+
been able to track and inform trends on
39+
`r blogdown::shortcode_html("reflink", "2020-09-21-forecast-demo", "daily symptoms")`,
40+
`r blogdown::shortcode_html("reflink", "2020-10-06-survey-wave-4", "testing")`,
41+
`r blogdown::shortcode_html("reflink", "2020-12-10-masks-public", "mask-wearing")`,
4242
social distancing, mental health, and more across the U.S. Check out our
43-
[dashboard](https://delphi.cmu.edu/covidcast/survey-results/) to see how our
43+
`r blogdown::shortcode_html("reflink", "survey-results", "dashboard")` to see how our
4444
data can support your community needs and check out the international version
4545
conducted internationally in 200+ countries and territories in 55+ languages by
4646
our partner, the [University of Maryland](https://covidmap.umd.edu/).
4747

4848
We encourage researchers, public health officials, and the public to use the
49-
survey data and tools available. Public, aggregate data is available through
50-
[Carnegie Mellon University’s
51-
API](https://cmu-delphi.github.io/delphi-epidata/symptom-survey/) for the US and
49+
survey data and tools available. Public, aggregate data is available through
50+
`r blogdown::shortcode_html("apireflink", "symptom-survey/", "Carnegie Mellon University’s API")`
51+
for the US and
5252
through [University of Maryland’s API](https://covidmap.umd.edu/api.html) for
5353
the global survey. Microdata is also available upon
5454
[request](https://dataforgood.fb.com/docs/covid-19-symptom-survey-request-for-data-access/)
@@ -322,20 +322,19 @@ behavioral measures or social activities? How is your local community responding
322322
to all of the vaccination-related efforts? You can answer all of these and more
323323
by analyzing these data!
324324

325-
To get started, check out our [interactive
326-
map](https://delphi.cmu.edu/covidcast/) and [survey
327-
dashboard](https://delphi.cmu.edu/covidcast/survey-results/) to play with the
328-
data. Then dive into our
329-
[documentation](https://cmu-delphi.github.io/delphi-epidata/symptom-survey/) on
330-
the COVID Symptom Survey. [County and state-level
331-
aggregates](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/fb-survey.html)
332-
are available publicly through the Delphi Group’s [COVIDcast
333-
API](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html). In the
325+
To get started, check out our
326+
`r blogdown::shortcode_html("reflink", "/covidcast", "interactive map")` and `r blogdown::shortcode_html("reflink", "survey-results", "survey dashboard")`
327+
to play with the data. Then dive into our
328+
`r blogdown::shortcode_html("apireflink", "/symptom-survey/", "documentation")` on
329+
the COVID Symptom Survey.
330+
`r blogdown::shortcode_html("apireflink", "/api/covidcast-signals/fb-survey.html", "County and state-level aggregates")`
331+
are available publicly through the Delphi Group’s
332+
`r blogdown::shortcode_html("apireflink", "/api/covidcast.html", "COVIDcast API")`. In the
334333
coming weeks we plan to release additional aggregates, including many of the
335334
demographic breakdowns you’ve seen above, as data files for public research use.
336335
(These will only contain aggregated data, not individual survey responses.)
337-
Academic and non-profit researchers can also [request access to the
338-
microdata](https://cmu-delphi.github.io/delphi-epidata/symptom-survey/data-access.html).
336+
Academic and non-profit researchers can also
337+
`r blogdown::shortcode_html("apireflink", "/symptom-survey/data-access.html", "request access to the microdata")`.
339338

340339
For those interested, you can also read about the [international Symptom
341340
Survey](https://covidmap.umd.edu/), which is conducted by our partner the

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

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
toc: true
3232
---
3333

34-
<link href="/rmarkdown-libs/anchor-sections/anchor-sections.css" rel="stylesheet" />
35-
<script src="/rmarkdown-libs/anchor-sections/anchor-sections.js"></script>
34+
<script src="/rmarkdown-libs/header-attrs/header-attrs.js"></script>
3635

3736
<div id="TOC">
3837
<ul>
@@ -51,19 +50,19 @@
5150
partnership with Facebook Data for Good, is one of the largest COVID-19 data
5251
collection efforts in the United States. To date, over 16 million responses have
5352
been collected since its launch in April 2020. Using the Symptom Survey, we have
54-
been able to track and inform trends on <a href="https://delphi.cmu.edu/blog/2020/09/21/can-symptoms-surveys-improve-covid-19-forecasts/">daily
55-
symptoms</a>,
56-
<a href="https://delphi.cmu.edu/blog/2020/10/12/new-and-improved-covid-symptom-survey-tracks-testing-and-mask-wearing/">testing</a>,
57-
<a href="https://delphi.cmu.edu/blog/2020/12/13/are-masks-widely-used-in-public/">mask-wearing</a>,
53+
been able to track and inform trends on
54+
{{< reflink "2020-09-21-forecast-demo" "daily symptoms" >}},
55+
{{< reflink "2020-10-06-survey-wave-4" "testing" >}},
56+
{{< reflink "2020-12-10-masks-public" "mask-wearing" >}},
5857
social distancing, mental health, and more across the U.S. Check out our
59-
<a href="https://delphi.cmu.edu/covidcast/survey-results/">dashboard</a> to see how our
58+
{{< reflink "survey-results" "dashboard" >}} to see how our
6059
data can support your community needs and check out the international version
6160
conducted internationally in 200+ countries and territories in 55+ languages by
6261
our partner, the <a href="https://covidmap.umd.edu/">University of Maryland</a>.</p>
6362
<p>We encourage researchers, public health officials, and the public to use the
6463
survey data and tools available. Public, aggregate data is available through
65-
<a href="https://cmu-delphi.github.io/delphi-epidata/symptom-survey/">Carnegie Mellon University’s
66-
API</a> for the US and
64+
{{< apireflink "symptom-survey/" "Carnegie Mellon University’s API" >}}
65+
for the US and
6766
through <a href="https://covidmap.umd.edu/api.html">University of Maryland’s API</a> for
6867
the global survey. Microdata is also available upon
6968
<a href="https://dataforgood.fb.com/docs/covid-19-symptom-survey-request-for-data-access/">request</a>
@@ -300,20 +299,19 @@ <h2>How You Can Analyze This Data</h2>
300299
behavioral measures or social activities? How is your local community responding
301300
to all of the vaccination-related efforts? You can answer all of these and more
302301
by analyzing these data!</p>
303-
<p>To get started, check out our <a href="https://delphi.cmu.edu/covidcast/">interactive
304-
map</a> and <a href="https://delphi.cmu.edu/covidcast/survey-results/">survey
305-
dashboard</a> to play with the
306-
data. Then dive into our
307-
<a href="https://cmu-delphi.github.io/delphi-epidata/symptom-survey/">documentation</a> on
308-
the COVID Symptom Survey. <a href="https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/fb-survey.html">County and state-level
309-
aggregates</a>
310-
are available publicly through the Delphi Group’s <a href="https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html">COVIDcast
311-
API</a>. In the
302+
<p>To get started, check out our
303+
{{< reflink "/covidcast" "interactive map" >}} and {{< reflink "survey-results" "survey dashboard" >}}
304+
to play with the data. Then dive into our
305+
{{< apireflink "/symptom-survey/" "documentation" >}} on
306+
the COVID Symptom Survey.
307+
{{< apireflink "/api/covidcast-signals/fb-survey.html" "County and state-level aggregates" >}}
308+
are available publicly through the Delphi Group’s
309+
{{< apireflink "/api/covidcast.html" "COVIDcast API" >}}. In the
312310
coming weeks we plan to release additional aggregates, including many of the
313311
demographic breakdowns you’ve seen above, as data files for public research use.
314312
(These will only contain aggregated data, not individual survey responses.)
315-
Academic and non-profit researchers can also <a href="https://cmu-delphi.github.io/delphi-epidata/symptom-survey/data-access.html">request access to the
316-
microdata</a>.</p>
313+
Academic and non-profit researchers can also
314+
{{< apireflink "/symptom-survey/data-access.html" "request access to the microdata" >}}.</p>
317315
<p>For those interested, you can also read about the <a href="https://covidmap.umd.edu/">international Symptom
318316
Survey</a>, which is conducted by our partner the
319317
University of Maryland in over 200 countries and territories worldwide.</p>

0 commit comments

Comments
 (0)