Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ relativeURLs = false
weight = 40
[[menu.main]]
parent = "utils"
name = "EpiVis"
name = "Epi Signal Visualization"
url = "/epivis/"
weight = 50
[[menu.main]]
Expand Down
8 changes: 4 additions & 4 deletions content/tools/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ layout: single

## [Delphi Epidata API](https://github.com/cmu-delphi/delphi-epidata)

API for getting up-to-date epidemiological data (also available via a web interface through [EpiVis](https://delphi.cmu.edu/epivis/epivis.html) and a [Dashboard](covidcast/dashboard)).
API for getting up-to-date epidemiological data from Delphi. Used by web dashboards and clients.

## Dashboards
## Data Dashboards

### [Delphi Epidata Dashboard](covidcast/)
### [Delphi Epidata Dashboard](https://delphi.cmu.edu/covidcast)

The primary dashboard to interact with Delphi Epidata. If you wish to access the results programmatically, see the API above or one of its clients.

Expand All @@ -22,7 +22,7 @@ A dashboard for displaying the lags for various signals in the Delphi Epidata AP

A builder that allows you to customize the [Delphi Epidata Dashboard](/covidcast/).

### [EpiVis](https://delphi.cmu.edu/epivis/)
### [Epi Signal Visualization](https://delphi.cmu.edu/epivis/)

Epidemiological time series visualizer.

Expand Down