diff --git a/config.toml b/config.toml index dbf32b91e..20e4664cc 100644 --- a/config.toml +++ b/config.toml @@ -100,7 +100,7 @@ relativeURLs = false [[menu.main]] parent = "epidemic-signals" name = "Indicator Discovery & Selection" - url = "/signals/" + url = "/epiportal/" weight = 3 [menu.main.params] external = true diff --git a/content/epidemic-signals/about-delphi-epidata-covidcast.md b/content/epidemic-signals/about-delphi-epidata-covidcast.md index 0f0db16e9..c688d200a 100644 --- a/content/epidemic-signals/about-delphi-epidata-covidcast.md +++ b/content/epidemic-signals/about-delphi-epidata-covidcast.md @@ -12,7 +12,7 @@ We procure data streams that reflect epidemic and pandemic activity from a wide 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. 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: - - a [signal discovery](https://delphi.cmu.edu/signals/) tool, to explore what epi-signals are available in Delphi Epidata and elsewhere in the community + - a [signal discovery](https://delphi.cmu.edu/epiportal/) tool, to explore what epi-signals are available in Delphi Epidata and elsewhere in the community - a general [signal visualization](https://delphi.cmu.edu/epivis/) tool - 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 - a [COVID-19 signal export]({{< relref "/covidcast/export" >}}) app, a [dashboard builder]({{< relref "/covidcast/dashboard" >}}), and more diff --git a/package-lock.json b/package-lock.json index 0f2dab25c..4b75b8189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "www-main", - "version": "3.3.6", + "version": "3.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "www-main", - "version": "3.3.6", + "version": "3.3.7", "hasInstallScript": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "highlight.js": "^11.9.0", "katex": "^0.16.11", "uikit": "^3.21.13", - "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz", + "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz", "www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.7/www-covidcast-classic-2.6.7.tgz", - "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.8/www-epivis-2.1.8.tgz" + "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz" }, "devDependencies": { "hugo-bin": "^0.127.0", @@ -2635,9 +2635,9 @@ "dev": true }, "node_modules/www-covidcast": { - "version": "3.2.11", - "resolved": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz", - "integrity": "sha512-EXp3pu2kQYFBV6zcf8yAZVMUDAHd7yzDT15IlRmCq6BYmTx5O9iSJeLMKeW9bJZy/bzPr2eVvlpCrNlzMUrXcQ==", + "version": "3.2.12", + "resolved": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz", + "integrity": "sha512-lkQQ+ZIxpipied3zkHV4MTdDIaEljUjY9ObmmgtfKQjTTTQKinGhdrq6belVEwxKLF2p7x03A7T8vfmyPoMYbw==", "license": "MIT", "dependencies": { "uikit": "^3.16.13" @@ -2652,9 +2652,9 @@ } }, "node_modules/www-epivis": { - "version": "2.1.8", - "resolved": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.8/www-epivis-2.1.8.tgz", - "integrity": "sha512-yPnP6kBcVfGn6AKnlWbjl1hArnQ26lTfy3CpFqAEpCvmeNK2bVC+IJZMXFQIa2/06X7KmMo5gBbNFniO/6R70g==", + "version": "2.1.9", + "resolved": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz", + "integrity": "sha512-Wm6bvnTgMFljEY5eeOb6IVHIi/6tVHh2hpOvmCNXMqFwpb7a+avU4nypvu4muG4exBtQjGgu/ACzZ9t0Ir2f8Q==", "license": "MIT", "dependencies": { "uikit": "^3.15.5" @@ -4466,8 +4466,8 @@ "dev": true }, "www-covidcast": { - "version": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz", - "integrity": "sha512-EXp3pu2kQYFBV6zcf8yAZVMUDAHd7yzDT15IlRmCq6BYmTx5O9iSJeLMKeW9bJZy/bzPr2eVvlpCrNlzMUrXcQ==", + "version": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz", + "integrity": "sha512-lkQQ+ZIxpipied3zkHV4MTdDIaEljUjY9ObmmgtfKQjTTTQKinGhdrq6belVEwxKLF2p7x03A7T8vfmyPoMYbw==", "requires": { "uikit": "^3.16.13" } @@ -4480,8 +4480,8 @@ } }, "www-epivis": { - "version": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.8/www-epivis-2.1.8.tgz", - "integrity": "sha512-yPnP6kBcVfGn6AKnlWbjl1hArnQ26lTfy3CpFqAEpCvmeNK2bVC+IJZMXFQIa2/06X7KmMo5gBbNFniO/6R70g==", + "version": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz", + "integrity": "sha512-Wm6bvnTgMFljEY5eeOb6IVHIi/6tVHh2hpOvmCNXMqFwpb7a+avU4nypvu4muG4exBtQjGgu/ACzZ9t0Ir2f8Q==", "requires": { "uikit": "^3.15.5" } diff --git a/package.json b/package.json index ffbafeed3..802dea846 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "www-main", - "version": "3.3.6", + "version": "3.3.7", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "highlight.js": "^11.9.0", "katex": "^0.16.11", "uikit": "^3.21.13", - "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz", + "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.12/www-covidcast-3.2.12.tgz", "www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.7/www-covidcast-classic-2.6.7.tgz", - "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.8/www-epivis-2.1.8.tgz" + "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.9/www-epivis-2.1.9.tgz" }, "devDependencies": { "hugo-bin": "^0.127.0",