Skip to content

Commit 982b041

Browse files
authored
Merge pull request #1022 from cmu-delphi/release/v3.3.0
Release v3.3.0
2 parents 5cc8c3e + c0c80af commit 982b041

File tree

11 files changed

+395
-282
lines changed

11 files changed

+395
-282
lines changed

config.toml

Lines changed: 166 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ relativeURLs = false
1212
[[menu.main]]
1313
identifier = "about"
1414
name = "About"
15-
pre = "solid/circle-info"
1615
url = "/about"
1716
weight = 1
1817

@@ -22,225 +21,263 @@ relativeURLs = false
2221
name = "About Delphi"
2322
url = "/about"
2423
weight = 1
25-
[[menu.main]]
26-
parent = "about"
27-
name = "Delphi Milestones"
28-
url = "/about/milestones"
29-
weight = 2
3024
[[menu.main]]
3125
parent = "about"
3226
name = "Our Team"
3327
url = "/about/team"
34-
weight = 3
28+
weight = 2
3529
[[menu.main]]
3630
parent = "about"
37-
name = "Center of Excellence"
38-
url = "/about/center-of-excellence"
39-
weight = 4
31+
name = "Delphi Milestones"
32+
url = "/about/milestones"
33+
weight = 3
4034
[[menu.main]]
4135
parent = "about"
42-
name = "Research"
36+
name = "Publications"
4337
url = "/about/publications"
44-
weight = 5
38+
weight = 4
4539
[[menu.main]]
4640
parent = "about"
4741
name = "Blog"
4842
url = "/blog"
49-
weight = 6
43+
weight = 5
5044
[[menu.main]]
5145
parent = "about"
5246
name = "News"
5347
url = "/about/news"
54-
weight = 7
48+
weight = 6
5549
[[menu.main]]
5650
parent = "about"
57-
name = "Careers"
51+
name = "Join Us"
52+
url = ""
53+
identifier = "join-us"
54+
weight = 7
55+
[[menu.main]]
56+
parent = "join-us"
57+
name = "Open paid positions"
5858
url = "/about/careers"
59-
weight = 8
59+
weight = 10
60+
[[menu.main]]
61+
parent = "join-us"
62+
name = "Invitation to faculty"
63+
url = "https://docs.google.com/forms/d/e/1FAIpQLSeAKmjTuRZePMy4qneyloxhQ3HT9u6ukb3KcyAnIL89uGflxw/viewform"
64+
weight = 20
65+
[menu.main.params]
66+
external = true
67+
[[menu.main]]
68+
parent = "join-us"
69+
name = "Invitation to students and volunteers"
70+
url = "https://docs.google.com/forms/d/e/1FAIpQLSdPz62Zxg7DC2iyqN7Yv9dCxagpUaOXNIXJjLFJ-R848X0FOQ/viewform"
71+
weight = 30
72+
[menu.main.params]
73+
external = true
74+
[[menu.main]]
75+
parent = "about"
76+
name = "Support Us (Donate)"
77+
url = "https://givenow.cmu.edu/scs/?a=8476342&designation=delphiepidemicforecastinggroup"
78+
weight = 9
79+
[menu.main.params]
80+
external = true
6081
[[menu.main]]
6182
parent = "about"
6283
name = "Contact Us"
6384
url = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"
64-
weight = 9
85+
weight = 10
86+
[menu.main.params]
87+
external = true
6588

6689
# epidemic-signals
6790
[[menu.main]]
6891
identifier = "epidemic-signals"
6992
name = "Epidemic Signals"
70-
pre = "solid/virus"
7193
url = "/epidemic-signals/"
94+
weight = 1
95+
[[menu.main]]
96+
parent = "epidemic-signals"
97+
name = "About Delphi Epidata & COVIDcast"
98+
url = "/epidemic-signals/about-delphi-epidata-covidcast"
7299
weight = 2
73100
[[menu.main]]
74101
parent = "epidemic-signals"
75-
name = "About COVIDcast"
76-
url = "/epidemic-signals/"
77-
weight = 1
102+
name = "Signal Discovery & Selection"
103+
url = "/signals/"
104+
weight = 3
105+
[menu.main.params]
106+
external = true
78107
[[menu.main]]
79108
parent = "epidemic-signals"
80-
name = "About CTIS"
81-
url = "/epidemic-signals/ctis"
109+
name = "Signal Visualizaion"
110+
url = ""
111+
identifier = "signal-visualization"
112+
weight = 4
113+
[[menu.main]]
114+
parent = "signal-visualization"
115+
name = "EpiVis"
116+
url = "/epivis/"
82117
weight = 10
83118
[[menu.main]]
84-
identifier = "epidemic-signals-covidcast"
85-
parent = "epidemic-signals"
119+
parent = "signal-visualization"
86120
name = "Delphi Epidata Dashboard"
87121
url = "/covidcast/"
88122
weight = 20
89123
[[menu.main]]
90-
parent = "epidemic-signals"
91-
name = "CTIS Dashboard"
92-
url = "/covidcast/survey-results"
124+
parent = "signal-visualization"
125+
name = "Covidcast 1.0 (“Classic”)"
126+
url = "/covidcast/classic/"
93127
weight = 30
94128
[[menu.main]]
95-
parent = "epidemic-signals"
96-
name = "Export Data"
97-
url = "/covidcast/export"
129+
parent = "signal-visualization"
130+
name = "Dashboard Builder"
131+
url = "/covidcast/dashboard/"
98132
weight = 40
99133
[[menu.main]]
100134
parent = "epidemic-signals"
101-
name = "Flu & Other Pathogens"
102-
url = "/flu/"
103-
weight = 50
135+
name = "Signal Download"
136+
url = "/covidcast/export"
137+
weight = 5
104138
[[menu.main]]
105139
parent = "epidemic-signals"
106-
name = "Terms Of Use"
107-
url = "/epidemic-signals/terms-of-use"
108-
weight = 60
140+
name = "Signal Documentation"
141+
url = "https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html"
142+
weight = 6
143+
[menu.main.params]
144+
external = true
109145

110-
# tools
111-
[[menu.main]]
112-
identifier = "tools"
113-
name = "Tools"
114-
pre = "solid/screwdriver-wrench"
115-
url = "/tools/"
116-
weight = 5
117146
[[menu.main]]
118-
parent = "tools"
119-
name = "Tools Overview"
120-
url = "/tools/"
121-
weight = 1
122-
# utils
147+
parent = "epidemic-signals"
148+
name = "Signal Availability, Coverage & Latency"
149+
url = "/covidcast/indicator-status"
150+
weight = 8
123151
[[menu.main]]
124-
parent = "tools"
125-
identifier = "utils"
126-
name = "Dashboards"
127-
url = "/tools/#dashboards"
152+
parent = "epidemic-signals"
153+
identifier = "ctis"
154+
name = "CTIS (“The Facebook Covid Survey”)"
155+
url = ""
128156
weight = 9
129157
[[menu.main]]
130-
parent = "utils"
131-
name = "Delphi Epidata Dashboard"
132-
url = "/covidcast/"
158+
parent = "ctis"
159+
name = "About CTIS"
160+
url = "/epidemic-signals/ctis/"
133161
weight = 10
134162
[[menu.main]]
135-
parent = "utils"
136-
name = "Indicator Status"
137-
url = "/covidcast/indicator-status"
163+
parent = "ctis"
164+
name = "CTIS Dashboard"
165+
url = "/covidcast/survey-results/"
138166
weight = 20
139167
[[menu.main]]
140-
parent = "utils"
141-
name = "Dashboard Builder"
142-
url = "/covidcast/dashboard"
143-
weight = 30
144-
[[menu.main]]
145-
parent = "utils"
146-
name = "Forecast Evaluation"
147-
url = "/forecast-eval/"
148-
weight = 40
149-
[[menu.main]]
150-
parent = "utils"
151-
name = "Epi Signal Visualization"
152-
url = "/epivis/"
153-
weight = 50
154-
[[menu.main]]
155-
parent = "tools"
156-
name = "Archived"
157-
url = "/tools/#archived"
158-
weight = 80
159-
168+
parent = "epidemic-signals"
169+
name = "Report a Data Problem"
170+
url = "https://forms.gle/WV4Ndhc3ftvkkgVCA"
171+
weight = 11
172+
[menu.main.params]
173+
external = true
160174
[[menu.main]]
161-
parent = "tools"
162-
identifier = "forecasting"
163-
name = "Forecasting"
164-
url = "/tools/#forecasting"
165-
weight = 50
166-
175+
parent = "epidemic-signals"
176+
name = "Suggest a New Data Source"
177+
url = "https://forms.gle/cMG7v7uUrnLVszRu5"
178+
weight = 12
179+
[menu.main.params]
180+
external = true
181+
# nowcasting-and-forecasting
182+
[[menu.main]]
183+
identifier = "nowcasting-and-forecasting"
184+
name = "Nowcasting and Forecasting"
185+
url = ""
186+
weight = 1
167187
[[menu.main]]
168-
parent = "forecasting"
169-
name = "COVID Forecasting"
188+
parent = "nowcasting-and-forecasting"
189+
name = "COVID-19 Forecasting"
170190
url = "https://covid19forecasthub.org/"
171-
weight = 1
191+
weight = 2
192+
[menu.main.params]
193+
external = true
172194
[[menu.main]]
173-
parent = "forecasting"
195+
parent = "nowcasting-and-forecasting"
174196
name = "Flu Forecasting"
175197
url = "https://www.cdc.gov/flu/weekly/flusight/index.html"
176-
weight = 2
198+
weight = 3
199+
[menu.main.params]
200+
external = true
201+
[[menu.main]]
202+
parent = "nowcasting-and-forecasting"
203+
name = "Forecast Evaluation"
204+
url = "/forecast-eval/"
205+
weight = 4
206+
[menu.main.params]
207+
external = true
177208

209+
# for-modelers-and-developers
178210
[[menu.main]]
179-
identier = "Code"
180-
pre = "solid/code"
181-
name = "Code"
211+
identifier = "for-modelers-and-developers"
212+
name = "For Modelers and Developers"
182213
url = "code"
183-
weight = 90
214+
weight = 2
184215
[[menu.main]]
185-
parent = "Code"
216+
parent = "for-modelers-and-developers"
186217
name = "Code Overview"
187218
url = "code"
188-
weight = 1
219+
weight = 3
189220
[[menu.main]]
190-
parent = "Code"
191-
identifier = "APIClients"
221+
parent = "for-modelers-and-developers"
222+
identifier = "api-and-clients"
192223
name = "API and Clients"
193224
url = "/code/#api-and-clients"
194-
weight = 2
225+
weight = 4
195226
[[menu.main]]
196-
parent = "APIClients"
227+
parent = "api-and-clients"
197228
name = "Epidata"
198-
url = "https://github.com/cmu-delphi/delphi-epidata"
199-
weight = 7
229+
url = "https://cmu-delphi.github.io/delphi-epidata/"
230+
weight = 10
231+
[menu.main.params]
232+
external = true
200233
[[menu.main]]
201-
parent = "APIClients"
234+
parent = "api-and-clients"
202235
name = "Epidatr"
203236
url = "https://cmu-delphi.github.io/epidatr/"
204-
weight = 8
237+
weight = 20
238+
[menu.main.params]
239+
external = true
205240
[[menu.main]]
206-
parent = "APIClients"
241+
parent = "api-and-clients"
207242
name = "Epidatpy"
208243
url = "https://github.com/cmu-delphi/epidatpy"
209-
weight = 9
210-
244+
weight = 30
245+
[menu.main.params]
246+
external = true
211247
[[menu.main]]
212-
parent = "Code"
213-
identifier = "forecastingCode"
248+
parent = "for-modelers-and-developers"
249+
identifier = "forecasting"
214250
name = "Forecasting"
215251
url = "code#forecasting"
216-
weight = 10
252+
weight = 5
217253
[[menu.main]]
218-
parent = "forecastingCode"
254+
parent = "forecasting"
219255
name = "Forecasting Manual"
220-
weight = 1
221-
[[menu.main]]
222-
parent = "forecastingCode"
223-
name = "Epiprocess"
224-
url = "https://cmu-delphi.github.io/epiprocess/"
225-
weight = 7
256+
url = "https://cmu-delphi.github.io/delphi-tooling-book/"
257+
weight = 10
258+
[menu.main.params]
259+
external = true
226260
[[menu.main]]
227-
parent = "forecastingCode"
261+
parent = "forecasting"
228262
name = "Epipredict"
229263
url = "https://cmu-delphi.github.io/epipredict/"
230-
weight = 7
264+
weight = 20
265+
[menu.main.params]
266+
external = true
231267
[[menu.main]]
232-
parent = "Code"
233-
name = "Github"
268+
parent = "forecasting"
269+
name = "Epiprocess"
270+
url = "https://cmu-delphi.github.io/epiprocess/"
271+
weight = 30
272+
[menu.main.params]
273+
external = true
274+
[[menu.main]]
275+
parent = "for-modelers-and-developers"
276+
name = "Delphi on Github"
234277
pre = "brands/github"
235278
url = "https://github.com/cmu-delphi/"
236-
weight = 70
237-
238-
[[menu.main]]
239-
identifier = "api"
240-
name = "Epidata API"
241-
pre = "solid/database"
242-
url = "https://cmu-delphi.github.io/delphi-epidata/"
243-
weight = 100
279+
[menu.main.params]
280+
external = true
244281

245282
[params]
246283
description = "Developing the Theory and Practice of Epidemiological Forecasting"

0 commit comments

Comments
 (0)