Skip to content

Commit 9be2bbf

Browse files
committed
Add the newly mapped signals and link sources to their doc pages
1 parent 797b34d commit 9be2bbf

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/api/covidcast_signals.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ map](https://covidcast.cmu.edu/):
2323

2424
| Name | Source | Signal |
2525
| --- | --- | --- |
26-
| Doctor's Visits | `doctor-visits` | `smoothed_adj_cli` |
27-
| Symptoms (Facebook) | `fb-survey` | `smoothed_cli` |
28-
| Symptoms in Community (Facebook) | `fb-survey` | `smoothed_hh_cmnty_cli` |
29-
| Search Trends (Google) | `ght` | `smoothed_search` |
30-
| Combined | `indicator-combination` | `nmf_day_doc_fbc_fbs_ght` |
31-
| Cases | `jhu-csse` | `confirmed_incidence_num` |
32-
| Cases per capita | `jhu-csse` | `confirmed_incidence_prop` |
33-
| Deaths | `jhu-csse` | `deaths_incidence_num` |
34-
| Deaths per capita | `jhu-csse` | `confirmed_incidence_prop` |
26+
| Doctor's Visits | [`doctor-visits`](covidcast-signals/doctor-visits.md) | `smoothed_adj_cli` |
27+
| Symptoms (Facebook) | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_cli` |
28+
| Symptoms in Community (Facebook) | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_hh_cmnty_cli` |
29+
| Away from Home 6hr+ (SafeGraph) | [`safegraph`](covidcast-signals/safegraph.md) | `full_time_work_prop` |
30+
| Away from Home 3-6hr (SafeGraph) | [`safegraph`](covidcast-signals/safegraph.md) | `part_time_work_prop` |
31+
| Search Trends (Google) | [`ght`](covidcast-signals/ght.md) | `smoothed_search` |
32+
| Combined | [`indicator-combination`](covidcast-signals/indicator-combination.md) | `nmf_day_doc_fbc_fbs_ght` |
33+
| Cases | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_incidence_num` |
34+
| Cases per capita | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_incidence_prop` |
35+
| Deaths | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `deaths_incidence_num` |
36+
| Deaths per capita | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_incidence_prop` |

0 commit comments

Comments
 (0)