Skip to content

Commit 8bbd1cb

Browse files
authored
Merge pull request #1073 from cmu-delphi/release/v3.3.7
Release v3.3.7
2 parents 22f3777 + 1648cca commit 8bbd1cb

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ relativeURLs = false
100100
[[menu.main]]
101101
parent = "epidemic-signals"
102102
name = "Indicator Discovery & Selection"
103-
url = "/signals/"
103+
url = "/epiportal/"
104104
weight = 3
105105
[menu.main.params]
106106
external = true

content/epidemic-signals/about-delphi-epidata-covidcast.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We procure data streams that reflect epidemic and pandemic activity from a wide
1212
The COVID-19 related portion of Delphi Epidata is also known as **COVIDcast**, and constitute what we believe may be the largest public repository of real-time, geographically-detailed indicators of COVID-19 activity in the U.S.
1313

1414
We make all our signals freely available in real-time to the greatest extent allowable, using a [public API](https://cmu-delphi.github.io/delphi-epidata/) which is updated with new data daily. We also provide:
15-
- a [signal discovery](https://delphi.cmu.edu/signals/) tool, to explore what epi-signals are available in Delphi Epidata and elsewhere in the community
15+
- a [signal discovery](https://delphi.cmu.edu/epiportal/) tool, to explore what epi-signals are available in Delphi Epidata and elsewhere in the community
1616
- a general [signal visualization](https://delphi.cmu.edu/epivis/) tool
1717
- a [signal dashboard]({{< relref "/covidcast" >}}) and a "classic" [map-based version]({{< relref "/covidcast/classic" >}}) to visualize a core set of COVID-19 and flu indicators
1818
- a [COVID-19 signal export]({{< relref "/covidcast/export" >}}) app, a [dashboard builder]({{< relref "/covidcast/dashboard" >}}), and more

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "www-main",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^6.5.2",
77
"highlight.js": "^11.9.0",
88
"katex": "^0.16.11",
99
"uikit": "^3.21.13",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz",
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz",
1111
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.7/www-covidcast-classic-2.6.7.tgz",
12-
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.8/www-epivis-2.1.8.tgz"
12+
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz"
1313
},
1414
"devDependencies": {
1515
"hugo-bin": "^0.127.0",

0 commit comments

Comments
 (0)