Skip to content

Commit 8d827df

Browse files
authored
Merge branch 'CDCgov:main' into main
2 parents f72e5d4 + 0990ad0 commit 8d827df

14 files changed

Lines changed: 110031 additions & 65 deletions

File tree

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,50 @@ If you need a file only available through `auxiliary-data/` for a downstream pro
280280

281281
### Following Changes
282282

283-
If you maintain a downstream product and want to be notified of planned changes to hub data or structure, please email [covidhub@cdc.gov](mailto:covidhub@cdc.gov) to be added to our announcement list.
283+
If you maintain a downstream product and want to be notified of planned changes to hub data or structure, consider adding an entry to [`auxiliary-data/hub_developers.json`](auxiliary-data/hub_developers.json).
284+
To add or update product details, please open a [pull request](https://github.com/CDCgov/covid19-forecast-hub/pulls) that edits this file.
285+
286+
Suggested fields for each entry include:
287+
- `name`
288+
- `designated_contacts`
289+
- `contact_name`
290+
- `contact_email`
291+
- `organization`
292+
- `url`
293+
- `description`
294+
295+
Example of adding a new entry to the existing list of downstream products:
296+
297+
```json
298+
[
299+
{
300+
"name": "COVIDHub Reports",
301+
"designated_contacts": [
302+
{
303+
"contact_name": "Subekshya Bidari",
304+
"contact_email": "zib2@cdc.gov"
305+
}
306+
],
307+
"organization": "CDC",
308+
"url": "https://github.com/CDCgov/cfa-forecast-hub-reports",
309+
"description": "Weekly summarized COVIDHub data"
310+
},
311+
{
312+
"name": "My Downstream Product",
313+
"designated_contacts": [
314+
{
315+
"contact_name" :"My Name",
316+
"contact_email": "my_email@example.com"
317+
}
318+
],
319+
"organization": "My Organization",
320+
"url": "https://example.com/my-org-name/my-repo",
321+
"description": "My product description"
322+
}
323+
]
324+
```
325+
326+
284327

285328
## Acknowledgments
286329

auxiliary-data/hub_developers.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"name": "COVIDHub Reports",
4+
"designated_contacts": [
5+
{
6+
"contact_name": "Subekshya Bidari",
7+
"contact_email": "zib2@cdc.gov"
8+
}
9+
],
10+
"organization": "CDC",
11+
"url": "https://github.com/CDCgov/cfa-forecast-hub-reports",
12+
"description": "Weekly summarized COVIDHub data"
13+
}
14+
]
76.5 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
model_id,designated_model,target
2+
CADPH-CovidCAT_Ensemble,TRUE,wk inc covid hosp
3+
CEPH-Rtrend_covid,TRUE,wk inc covid hosp
4+
CFA-EpiAutoGP,TRUE,wk inc covid hosp
5+
CFA_Pyrenew-Pyrenew_HE_COVID,TRUE,wk inc covid hosp
6+
CFA_Pyrenew-Pyrenew_H_COVID,FALSE,wk inc covid hosp
7+
CMU-TimeSeries,TRUE,wk inc covid hosp
8+
CovidHub-baseline,FALSE,wk inc covid hosp
9+
Google_SAI-Ensemble,TRUE,wk inc covid hosp
10+
NEU_ISI-AdaptiveEnsemble,TRUE,wk inc covid hosp
11+
OHT_JHU-nbxd,TRUE,wk inc covid hosp
12+
UGA_flucast-INFLAenza,TRUE,wk inc covid hosp
13+
UM-DeepOutbreak,TRUE,wk inc covid hosp
14+
UMass-ar6_pooled,TRUE,wk inc covid hosp
15+
UMass-gbqr,TRUE,wk inc covid hosp
16+
CFA_Pyrenew-Pyrenew_E_COVID,FALSE,wk inc covid prop ed visits
17+
CFA_Pyrenew-Pyrenew_HE_COVID,TRUE,wk inc covid prop ed visits
18+
CMU-TimeSeries,TRUE,wk inc covid prop ed visits
19+
CovidHub-baseline,FALSE,wk inc covid prop ed visits
20+
UGA_flucast-INFLAenza,TRUE,wk inc covid prop ed visits

model-output/CEPH-Rtrend_covid/2026-04-18-CEPH-Rtrend_covid.csv

Lines changed: 4877 additions & 0 deletions
Large diffs are not rendered by default.

model-output/CFA_Pyrenew-Pyrenew_E_COVID/2026-04-11-CFA_Pyrenew-Pyrenew_E_COVID.csv

Lines changed: 21855 additions & 0 deletions
Large diffs are not rendered by default.

model-output/CFA_Pyrenew-Pyrenew_HE_COVID/2026-04-11-CFA_Pyrenew-Pyrenew_HE_COVID.csv

Lines changed: 38357 additions & 0 deletions
Large diffs are not rendered by default.

model-output/CFA_Pyrenew-Pyrenew_H_COVID/2026-04-11-CFA_Pyrenew-Pyrenew_H_COVID.csv

Lines changed: 23193 additions & 0 deletions
Large diffs are not rendered by default.

model-output/CovidHub-ensemble/2026-04-11-CovidHub-ensemble.csv

Lines changed: 11892 additions & 0 deletions
Large diffs are not rendered by default.

model-output/Google_SAI-Ensemble/2026-04-11-Google_SAI-Ensemble.csv

Lines changed: 4785 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)