Skip to content

Commit

Permalink
Added 'Archived Systems and Tools' under Nowcasting and Forecasting m…
Browse files Browse the repository at this point in the history
…enu. Changed 'For modelers and developers' section.
  • Loading branch information
dmytrotsko committed Aug 1, 2024
1 parent 0a7dfea commit fe5102e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 30 deletions.
74 changes: 44 additions & 30 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,65 +197,79 @@ relativeURLs = false
weight = 4
[menu.main.params]
external = true

[[menu.main]]
parent = "nowcasting-and-forecasting"
name = "Archived Systems and Tools"
url = "/archived-systems-and-tools/"
weight = 5

# for-modelers-and-developers
[[menu.main]]
identifier = "for-modelers-and-developers"
name = "For Modelers and Developers"
url = ""
url = "code"
weight = 2
[[menu.main]]
parent = "for-modelers-and-developers"
pre = "brands/github"
name = "GitHub"
url = "https://github.com/cmu-delphi/"
name = "Code Overview"
url = "code"
weight = 3
[menu.main.params]
external = true
[[menu.main]]
parent = "for-modelers-and-developers"
name = "Epidata API"
url = "https://cmu-delphi.github.io/delphi-epidata/"
identifier = "api-and-clients"
name = "API and Clients"
url = "/code/#api-and-clients"
weight = 4
[[menu.main]]
parent = "api-and-clients"
name = "Epidata"
url = "https://github.com/cmu-delphi/delphi-epidata"
weight = 10
[menu.main.params]
external = true
[[menu.main]]
parent = "api-and-clients"
name = "Epidatr"
url = "https://cmu-delphi.github.io/epidatr/"
weight = 20
[menu.main.params]
external = true
[[menu.main]]
parent = "api-and-clients"
name = "Epidatpy"
url = "https://github.com/cmu-delphi/epidatpy"
weight = 30
[menu.main.params]
external = true
[[menu.main]]
parent = "for-modelers-and-developers"
identifier = "r-packages"
name = "R packages"
identifier = "forecasting"
name = "Forecasting"
url = "code#forecasting"
weight = 5
[[menu.main]]
parent = "r-packages"
name = "epidatr"
url = "https://cmu-delphi.github.io/epidatr/"
parent = "forecasting"
name = "Forecasting Manual"
weight = 10
[menu.main.params]
external = true
[[menu.main]]
parent = "r-packages"
name = "epiprocess"
url = "https://cmu-delphi.github.io/epiprocess/"
parent = "forecasting"
name = "Epipredict"
url = "https://cmu-delphi.github.io/epipredict/"
weight = 20
[menu.main.params]
external = true
[[menu.main]]
parent = "r-packages"
name = "epipredict"
url = "https://cmu-delphi.github.io/epipredict/"
parent = "forecasting"
name = "Epiprocess"
url = "https://cmu-delphi.github.io/epiprocess/"
weight = 30
[menu.main.params]
external = true
[[menu.main]]
parent = "for-modelers-and-developers"
identifier = "python-packages"
name = "Python packages"
weight = 6
[[menu.main]]
parent = "python-packages"
name = "Util"
url = "https://github.com/cmu-delphi/epidatpy"
weight = 10
name = "GitHub"
pre = "brands/github"
url = "https://github.com/cmu-delphi/"
[menu.main.params]
external = true

Expand Down
24 changes: 24 additions & 0 deletions content/archived-systems-and-tools/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Archived Systems and Tools
linkTitle: Archived Systems and Tools
layout: single
---

### [Crowdcast](/crowdcast)

Delphi’s "Wisdom of crowds" forecasting system: Used for Chikungunya, flu and most recently Covid. In it's archived configuration, this system was set up to forecast ILI during the COVID-19 pandemic

### [ILI Nearby](/nowcast)

Flu nowcasting system.

**Note:** This system is designed to nowcast ILI driven by seasonal
influenza and is NOT designed to nowcast ILI during the COVID-19 pandemic.

### [Nowcast](https://github.com/cmu-delphi/nowcast)

A sensor fusion based nowcasting system developed to predict ILI before the COVID-19 pandemic

### [Fluscores](https://delphi.cmu.edu/misc/fluscores/)

Visual comparison of scored submissions to CDC Flu Forecasting Challenge for 2014-16 (provide your own score files).

0 comments on commit fe5102e

Please sign in to comment.