Skip to content

Commit

Permalink
fix: fix tooling links and EpiVis wording in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Jun 4, 2024
1 parent 9e34c3f commit 03e1026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 03e1026

Please sign in to comment.