Skip to content

Commit 8591b57

Browse files
committed
docs: remove number of revisions, remove date of last change, and correct “available for” and "typo type".
1 parent 1b52842 commit 8591b57

20 files changed

+97
-110
lines changed

docs/api/covidcast-signals/_source-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ grand_parent: Main Endpoint (COVIDcast)
1111
* **Earliest issue available:** DATE RELEASED TO API
1212
* **Number of data revisions since 19 May 2020:** 0
1313
* **Date of last change:** Never
14-
* **Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
15-
* **Time type:** day (see [date format docs](../covidcast_times.md))
14+
* **Geography type available:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
15+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1616
* **License:** [LICENSE NAME](../covidcast_licensing.md#APPLICABLE-SECTION)
1717

1818
A brief description of what this source measures.

docs/api/covidcast-signals/chng.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ nav_order: 1
1010

1111
* **Source name:** `chng`
1212
* **Earliest issue available:** November 4, 2020
13-
* **Number of data revisions since May 19, 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** county, hrr, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, hrr, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [CC BY-NC](../covidcast_licensing.md#creative-commons-attribution-noncommercial)
1816

1917
## Overview
18+
{: .no_toc}
2019

2120
**Notice: This data source was inactive between 2021-10-04 and 2021-12-02 to allow us resolve some problems with the data pipeline. We have resumed daily updates and are working on a data patch to fill the gap. [Additional details on this inactive period are available below](#pipeline-pause).**
2221

docs/api/covidcast-signals/covid-act-now.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ nav_order: 2
1010

1111
* **Source name:** `covid-act-now`
1212
* **Earliest issue available:** 2021-03-25
13-
* **Number of data revisions since 19 May 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** county, hrr, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, hrr, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [CC BY-NC](../covidcast_licensing.md#creative-commons-attribution-noncommercial)
1816

1917
The [COVID Act Now (CAN)](https://covidactnow.org/) data source provides COVID-19 testing statistics, such as positivity rates and total tests performed.

docs/api/covidcast-signals/covid-trends-and-impact-survey.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ permalink: api/covidcast-signals/fb-survey.html
1111

1212
* **Source name:** `fb-survey`
1313
* **Earliest issue available:** April 29, 2020
14-
* **Number of data revisions since May 19, 2020:** 1
15-
* **Date of last change:** [June 3, 2020](../covidcast_changelog.md#fb-survey)
16-
* **Available for:** county, hrr, msa, state, nation (see [geography coding docs](../covidcast_geography.md))
17-
* **Time type:** day (see [date format docs](../covidcast_times.md))
14+
* **Geography type available:** county, hrr, msa, state, nation (see [geography coding docs](../covidcast_geography.md))
15+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1816
* **License:** [CC BY](../covidcast_licensing.md#creative-commons-attribution)
1917

2018
## Overview

docs/api/covidcast-signals/doctor-visits.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ nav_order: 1
1010

1111
* **Source name:** `doctor-visits`
1212
* **Earliest issue available:** April 29, 2020
13-
* **Number of data revisions since May 19, 2020:** 1
14-
* **Date of last change:** November 9, 2020
15-
* **Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [CC BY](../covidcast_licensing.md#creative-commons-attribution)
1816

1917

2018
## Overview
19+
{: .no_toc}
2120

2221
This data source is based on information about outpatient visits, provided to us
2322
by health system partners. Using this outpatient data, we estimate the
@@ -50,15 +49,12 @@ $$
5049
Y_{it}^{\text{Flu}}\right)}{N_{it}}
5150
$$
5251

53-
The estimated standard error is:
52+
**Note on Uncertainty:** The standard error formula below represents the theoretical error of the binomial proportion. However, due to the smoothing and day-of-week adjustments applied later in the pipeline, the actual standard error in the final signal will differ.
5453

5554
$$
5655
\widehat{\text{se}}(\hat{p}_{it}) = 100 \sqrt{\frac{\frac{\hat{p}_{it}}{100}(1-\frac{\hat{p}_{it}}{100})}{N_{it}}}.
5756
$$
5857

59-
Note the quantity above is not going to be correct for multiple reasons: smoothing/day of
60-
week adjustments/etc.
61-
6258
### Day-of-Week Adjustment
6359

6460
The fraction of visits due to CLI is dependent on the day of the week. On

docs/api/covidcast-signals/dsew-cpr.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ nav_order: 2
1010

1111
* **Source name:** `dsew-cpr`
1212
* **Earliest issue available:** 2022-01-28
13-
* **Number of data revisions since 19 May 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** county, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [Public Domain US Government](https://www.usa.gov/government-works)
1816

1917
The Community Profile Report (CPR) is published by the Data Strategy and Execution Workgroup (DSEW) of the White House COVID-19 Team. For more information, see the [official description at healthdata.gov](https://healthdata.gov/Health/COVID-19-Community-Profile-Report/gqxm-d9w9) for "COVID-19 Community Profile Report". Each issue of the CPR is made available as an attachment on that page. You can view all attachments by scrolling to the bottom of the "About this dataset" panel and clicking "Show more".

docs/api/covidcast-signals/ght.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ nav_order: 2
1010

1111
* **Source name:** `ght`
1212
* **Earliest issue available:** April 29, 2020
13-
* **Number of data revisions since May 19, 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** dma, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** dma, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715

1816
## Overview
1917

docs/api/covidcast-signals/google-survey.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ nav_order: 2
1010

1111
* **Source name:** `google-survey`
1212
* **Earliest issue available:** May 01, 2020
13-
* **Number of data revisions since May 19, 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [CC BY](../covidcast_licensing.md#creative-commons-attribution)
1816

1917
## Overview

docs/api/covidcast-signals/google-symptoms.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ nav_order: 1
1010

1111
* **Source name:** `google-symptoms`
1212
* **Earliest issue available:** Aug 20, 2017
13-
* **Number of data revisions since May 19, 2020:** 1
14-
* **Date of last change:** February 28, 2025
15-
* **Available for:** county, MSA, HRR, state, HHS, nation (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** county, MSA, HRR, state, HHS, nation (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** To download or use the data, you must agree to the Google [Terms of Service](https://policies.google.com/terms)
1816

1917
## Overview
18+
{: .no_toc}
2019

2120
This data source is based on the [COVID-19 Search Trends symptoms
2221
dataset](https://console.cloud.google.com/marketplace/product/bigquery-public-datasets/covid19-search-trends?hl=en-GB).

docs/api/covidcast-signals/hhs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ nav_order: 2
1010

1111
* **Source name:** `hhs`
1212
* **Earliest issue available:** November 16, 2020
13-
* **Number of data revisions since 19 May 2020:** 0
14-
* **Date of last change:** Never
15-
* **Available for:** state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
16-
* **Time type:** day (see [date format docs](../covidcast_times.md))
13+
* **Geography type available:** state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
14+
* **Time type available:** day (see [date format docs](../covidcast_times.md))
1715
* **License:** [Public Domain US Government](https://www.usa.gov/government-works)
1816

1917
The U.S. Department of Health & Human Services (HHS) publishes several

0 commit comments

Comments
 (0)