Skip to content

Commit 09834c2

Browse files
committed
refactor+fix: tools update
* packages and dashboards now link to tools overview * consistent capitalization of epiprocess/epipredict * aggregate all the tooling subpages into a single .md file for simplicity and to fix the header links * remove unused shortcode
1 parent 6a4db56 commit 09834c2

File tree

19 files changed

+78
-138
lines changed

19 files changed

+78
-138
lines changed

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ relativeURLs = false
127127
parent = "tools"
128128
identifier = "Packages"
129129
name = "Packages"
130+
url = "https://delphi.cmu.edu/tools/"
130131
weight = 6
131132
[[menu.main]]
132133
parent = "Packages"
@@ -140,19 +141,20 @@ relativeURLs = false
140141
weight = 20
141142
[[menu.main]]
142143
parent = "Packages"
143-
name = "EpiProcess"
144+
name = "Epiprocess"
144145
url = "https://cmu-delphi.github.io/epiprocess/"
145146
weight = 7
146147
[[menu.main]]
147148
parent = "Packages"
148-
name = "EpiPredict"
149+
name = "Epipredict"
149150
url = "https://cmu-delphi.github.io/epipredict/"
150151
weight = 7
151152
# utils
152153
[[menu.main]]
153154
parent = "tools"
154155
identifier = "utils"
155156
name = "Dashboards"
157+
url = "https://delphi.cmu.edu/tools/"
156158
weight = 9
157159
[[menu.main]]
158160
parent = "utils"

content/tools/_index.md

Lines changed: 74 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,87 @@ title: Tools Overview
33
linkTitle: Tools
44
layout: single
55
---
6+
67
## Forecasting
78

8-
{{<forecasting>}}
9+
### [COVID Forecasting](https://covid19forecasthub.org/)
10+
11+
We participate in weekly COVID hospital admissions forecasting at the state and national level.
12+
Our current system for generating forecasts can be found [here](https://github.com/cmu-delphi/covid-hosp-forecast).
13+
In addition to publishing the individual forecasts from the participating groups, the Reich lab makes an ensemble prediction, and hosts a [visualization of both](https://viz.covid19forecasthub.org).
14+
We host a comparison tool for [retrospective analysis of the forecasters](https://delphi.cmu.edu/forecast-eval/).
15+
16+
### [Flu Forecasting (FluSight)](https://www.cdc.gov/flu/weekly/flusight/index.html)
17+
18+
We participate in the weekly Flu forecasting hub run by the CDC during the flu season. Our current system for generating forecasts can be found [here](https://github.com/cmu-delphi/flu-hosp-forecast/).
19+
From these dozens of individual forecasts by various groups, the CDC publishes a weekly [ensemble prediction](https://www.cdc.gov/flu/weekly/flusight/flu-forecasts.htm).
920

1021
## Packages
1122

1223
All source code is freely available on [GitHub](https://github.com/cmu-delphi/).
1324

14-
{{<tools>}}
25+
### [Epidatr](https://cmu-delphi.github.io/epidatr/)
26+
27+
R client for our [Epidata API](https://cmu-delphi.github.io/delphi-epidata/). It allows you to cache queries locally to speed up data access and seamlessly integrate pulling from our API into your pipelines.
28+
29+
### [Delphi Tooling Book](https://cmu-delphi.github.io/delphi-tooling-book/)
30+
31+
An introduction to epidemiological forecasting using our tools: epiprocess and epipredict.
32+
33+
### [Epiprocess](https://cmu-delphi.github.io/epiprocess/)
34+
35+
A collection of data structures and methods for handling epidemiological data measured over space, time, and other potential keys like age or ethnicity.
36+
The major methods are:
37+
- Sliding functions, both for generic user-supplied function and optimized commonly used functions (e.g. rolling mean and sum). These build on tools like [slider](https://slider.r-lib.org/) by
38+
- handling gaps in time
39+
- automatically handling grouping of keys
40+
- being version aware; this enables version-aware forecast evaluation, so that you can compare forecasters using only data that would have available at the time of forecast.
41+
- Growth rate estimation, as estimated using relative rates of change, linear regression, smooth splines, or polynomial trend filtering.
42+
- Outlier detection and correction, using rolling median or LOESS trend decomposition.
43+
- Signal correlation over space, time and other keys. It also supports lagged correlations, automatically handles grouping by the specified keys, and handles time gaps.
44+
45+
Epiprocess also has methods for growth rate estimation,
46+
47+
R client for our [Epidata API](https://cmu-delphi.github.io/delphi-epidata/). It allows you to cache queries locally to speed up data access and seamlessly integrate pulling from our API into your pipelines.
48+
49+
### [Epipredict](https://cmu-delphi.github.io/epipredict/)
50+
51+
A collection of data structures and methods for handling epidemiological data measured over space, time, and other potential keys like age or ethnicity.
52+
The major methods are:
53+
- Sliding functions, both for generic user-supplied function and optimized commonly used functions (e.g. rolling mean and sum). These build on tools like [slider](https://slider.r-lib.org/) by
54+
- handling gaps in time
55+
- automatically handling grouping of keys
56+
- being version aware; this enables version-aware forecast evaluation, so that you can compare forecasters using only data that would have available at the time of forecast.
57+
- Growth rate estimation, as estimated using relative rates of change, linear regression, smooth splines, or polynomial trend filtering.
58+
- Outlier detection and correction, using rolling median or LOESS trend decomposition.
59+
- Signal correlation over space, time and other keys. It also supports lagged correlations, automatically handles grouping by the specified keys, and handles time gaps.
60+
61+
Epiprocess also has methods for growth rate estimation,
62+
63+
R client for our [Epidata API](https://cmu-delphi.github.io/delphi-epidata/). It allows you to cache queries locally to speed up data access and seamlessly integrate pulling from our API into your pipelines.
64+
65+
### [Epidatpy](https://github.com/cmu-delphi/epidatpy) (WIP)
66+
67+
A work in progress Python client for our [Epidata API](https://cmu-delphi.github.io/delphi-epidata/). Not yet ready for production, but let us know if you are interested, so we can prioritize it!
1568

1669
## Operational Systems
1770

18-
{{<systems>}}
71+
### [EpiData](https://github.com/cmu-delphi/delphi-epidata)
72+
73+
API for getting up-to-date epidemiological data (also available via a web interface through [EpiVis](https://delphi.cmu.edu/epivis/epivis.html))
74+
75+
### [Indicator Status](https://delphi.cmu.edu/covidcast/indicator-status/)
76+
77+
A dashboard for displaying the lags for various signals in the delphi epidata API.
78+
79+
### [Dashboard Builder](https://delphi.cmu.edu/covidcast/dashboard)
80+
81+
A builder that allows you to customize the [Delphi Epidata Dashboard](/covidcast/).
82+
83+
### [COVID Forecasting Evaluation](https://delphi.cmu.edu/forecast-eval/)
84+
85+
A forecast evaluation dashboard to compare the historical performance of the forecasts submitted to the [COVID-19 Forecast Hub](https://covid19forecasthub.org/), a collaboration between various modeling teams to produce forecasts of daily hospital admissions.
86+
87+
### [EpiVis](https://delphi.cmu.edu/epivis/)
88+
89+
Epidemiological time series visualizer.

content/tools/archive.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Archived Tools
33
layout: single
44
---
55

6-
76
### [COVIDcast 1.0 ("Classic")](/covidcast/classic)
87

98
A map-first single-page webapp for visualizing COVID-19 pandemic indicators.

content/tools/forecasting/covid_forecasting.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/tools/forecasting/flu_forecasting.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/tools/forecasting/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/tools/systems/covid_forecast_dashboard.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/tools/systems/dashboard_builder.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/tools/systems/epidata.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/tools/systems/epivis.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)