Skip to content

Commit 4a07684

Browse files
authored
Merge pull request #359 from cmu-delphi/sgratzl/newmenu
Change to New Menu Structure
2 parents 0f7e043 + 8e93505 commit 4a07684

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+213
-525
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A relative reference to another page can be created using the `relref` shortcode
2424
**Examples**
2525

2626
```
27-
national daily survey]({{< relref "surveys">}})
27+
national daily survey]({{< relref "ctis">}})
2828
[syndromic COVID-19 indicator based on doctor visits]({{< relref "2020-10-14-dv-signal" >}})
2929
[self-reported symptoms]({{< relref "2020-08-26-fb-survey#whats-in-the-survey" >}})
3030
```

config.toml

Lines changed: 105 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ relativeURLs = false
1515
pre = "solid/info-circle"
1616
url = "/about"
1717
weight = 1
18+
19+
# About
1820
[[menu.main]]
1921
parent = "about"
20-
name = "Delphi Research Group"
22+
name = "About Delphi"
2123
url = "/about"
2224
weight = 1
2325
[[menu.main]]
2426
parent = "about"
25-
name = "Team"
27+
name = "Our Team"
2628
url = "/about/team"
2729
weight = 2
2830
[[menu.main]]
@@ -32,109 +34,140 @@ relativeURLs = false
3234
weight = 3
3335
[[menu.main]]
3436
parent = "about"
35-
name = "Publications"
37+
name = "Research"
3638
url = "/about/publications"
3739
weight = 4
40+
[[menu.main]]
41+
parent = "about"
42+
name = "Blog"
43+
url = "/blog"
44+
weight = 5
3845
[[menu.main]]
3946
parent = "about"
4047
name = "News"
4148
url = "/about/news"
42-
weight = 4
43-
[[menu.main]]
44-
identifier = "covidcast"
45-
name = "COVIDcast"
46-
pre = "solid/map"
47-
url = "/covidcast/"
48-
weight = 2
49+
weight = 6
4950
[[menu.main]]
50-
parent = "covidcast"
51-
name = "COVIDcast Overview"
52-
url = "/covidcast/"
53-
weight = 1
51+
parent = "about"
52+
name = "Careers"
53+
url = "/about/careers"
54+
weight = 7
55+
56+
# covid19
5457
[[menu.main]]
55-
parent = "covidcast"
56-
name = "Explore a Location"
57-
url = "/covidcast/summary"
58+
identifier = "covid19"
59+
name = "COVID-19"
60+
pre = "solid/virus"
61+
url = "/covid19/"
5862
weight = 2
5963
[[menu.main]]
60-
parent = "covidcast"
61-
name = "Explore an Indicator"
62-
url = "/covidcast/indicator"
63-
weight = 3
64+
parent = "covid19"
65+
name = "About COVIDcast"
66+
url = "/covid19/"
67+
weight = 1
6468
[[menu.main]]
65-
parent = "covidcast"
66-
name = "Explore Correlations"
67-
url = "/covidcast/correlation"
68-
weight = 4
69+
parent = "covid19"
70+
name = "About CTIS"
71+
url = "/covid19/ctis"
72+
weight = 10
6973
[[menu.main]]
70-
parent = "covidcast"
71-
name = "Dashboard Builder"
72-
url = "/covidcast/dashboard"
74+
identifier = "covid19-covidcast"
75+
parent = "covid19"
76+
name = "COVIDcast Dashboard"
77+
url = "/covidcast/"
7378
weight = 20
7479
[[menu.main]]
75-
parent = "covidcast"
76-
name = "Classic Map"
77-
url = "/covidcast/classic"
80+
parent = "covid19"
81+
name = "CTIS Dashboard"
82+
url = "/covidcast/survey-results"
7883
weight = 30
7984
[[menu.main]]
80-
parent = "covidcast"
81-
name = "Forecast Evaluation"
82-
url = "/forecast-eval/"
85+
parent = "covid19"
86+
name = "Export Data"
87+
url = "/covidcast/export"
8388
weight = 40
8489
[[menu.main]]
85-
parent = "covidcast"
86-
name = "Surveys"
87-
url = "/covidcast/surveys"
90+
parent = "covid19"
91+
name = "Terms Of Use"
92+
url = "/covid19/terms-of-use"
8893
weight = 50
94+
95+
# flu
8996
[[menu.main]]
90-
parent = "covidcast"
91-
name = "CTIS Results Dashboard"
92-
url = "/covidcast/survey-results"
93-
weight = 51
97+
identifier = "flu"
98+
name = "Flu & Other Pathogens"
99+
pre = "solid/disease"
100+
url = "/flu/"
101+
weight = 3
102+
103+
# tools
94104
[[menu.main]]
95-
parent = "covidcast"
96-
name = "Indicator Status Overview"
97-
url = "/covidcast/indicator-status"
98-
weight = 60
105+
identifier = "tools"
106+
name = "Tools"
107+
pre = "solid/tools"
108+
url = "/tools/"
109+
weight = 5
99110
[[menu.main]]
100-
parent = "covidcast"
101-
name = "Export Data"
102-
url = "/covidcast/export"
103-
weight = 70
111+
parent = "tools"
112+
name = "Tools Overview"
113+
url = "/tools/"
114+
weight = 1
104115
[[menu.main]]
105-
parent = "covidcast"
106-
name = "Release Log"
107-
url = "/covidcast/release-log"
108-
weight = 80
116+
parent = "tools"
117+
name = "COVIDcast Dashboard"
118+
url = "/covidcast/"
119+
weight = 10
109120
[[menu.main]]
110-
parent = "covidcast"
111-
name = "Terms Of Use"
112-
url = "/covidcast/terms-of-use"
113-
weight = 90
121+
parent = "tools"
122+
name = "COVIDcast R Package"
123+
url = "https://cmu-delphi.github.io/covidcast/covidcastR/"
124+
weight = 11
114125
[[menu.main]]
115-
identifier = "flu"
116-
name = "Flu and Other Diseases"
117-
pre = "solid/virus"
118-
url = "/flu"
119-
weight = 3
126+
parent = "tools"
127+
name = "COVIDcast Python Package"
128+
url = "https://cmu-delphi.github.io/covidcast/covidcast-py/html/"
129+
weight = 12
120130
[[menu.main]]
121-
identifier = "blog"
122-
name = "Blog"
123-
pre = "solid/book"
124-
url = "/blog"
125-
weight = 4
131+
parent = "tools"
132+
name = "Indicator Status"
133+
url = "/covidcast/indicator-status"
134+
weight = 20
126135
[[menu.main]]
127-
identifier = "github"
128-
name = "GitHub"
136+
parent = "tools"
137+
name = "Dashboard Builder"
138+
url = "/covidcast/dashboard"
139+
weight = 30
140+
[[menu.main]]
141+
parent = "tools"
142+
name = "Forecast Evaluation"
143+
url = "/forecast-eval/"
144+
weight = 40
145+
[[menu.main]]
146+
parent = "tools"
147+
name = "EpiVis"
148+
url = "/epivis/"
149+
weight = 50
150+
[[menu.main]]
151+
parent = "tools"
152+
name = "Archived Tools"
153+
url = "/tools/archive/"
154+
weight = 80
155+
156+
157+
[[menu.main]]
158+
identier = "github"
129159
pre = "brands/github"
160+
name = "GitHub"
130161
url = "https://github.com/cmu-delphi/"
131-
weight = 5
162+
weight = 90
163+
164+
132165
[[menu.main]]
133166
identifier = "api"
134167
name = "API"
135168
pre = "solid/database"
136169
url = "https://cmu-delphi.github.io/delphi-epidata/"
137-
weight = 6
170+
weight = 100
138171

139172
[params]
140173
description = "Developing the Theory and Practice of Epidemiological Forecasting"
@@ -148,4 +181,4 @@ relativeURLs = false
148181
feedbackDelayMin = 45 # in sec
149182
feedbackDelayMax = 180 # in sec
150183
feedbackDuration = 60 # show it for 60sec
151-
highlightLinks = "/covidcast/dashboard"
184+
highlightLinks = ""

content/about/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Delphi Research Group
3+
linkTitle: About Delphi
34
layout: about
45

56
collaborators:
@@ -49,7 +50,7 @@ In reverse chronological order.
4950

5051
* Several of the underlying data sources (on which these indicators are built) would not exist or be publicly available without our efforts. This includes:
5152

52-
* A massive [national daily survey]({{< relref "surveys">}}) we're running in [partnership with Facebook](https://covid-survey.dataforgood.fb.com/survey_and_map_data.html). Over 20 million Americans have answered the survey since April 2020, providing real-time insights into, e.g., self-reported symptoms, mask wearing, testing, contacts, and vaccination.
53+
* A massive [national daily survey]({{< relref "ctis">}}) we're running in [partnership with Facebook](https://covid-survey.dataforgood.fb.com/survey_and_map_data.html). Over 20 million Americans have answered the survey since April 2020, providing real-time insights into, e.g., self-reported symptoms, mask wearing, testing, contacts, and vaccination.
5354

5455
* An enormous database of medical insurance claims that have been de-identified in accordance with HIPAA privacy regulations, covering more than half the U.S. population. This data is made available by health system partners including Change Healthcare, and provides insights into disease activity through outpatient visits and hospitalizations.
5556

content/about/center-of-excellence/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Delphi National Center of Excellence for Epidemic Forecasting
3+
linkTitle: Center of Excellence
34
layout: coe
45
members:
56
- name: Carnegie Mellon University

content/about/publications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Research and White Papers
2+
title: Research
33
papers:
44
- title: "Big Data, Big Problems: Responding to \"Are We There Yet?\""
55
image: response.jpg

content/about/team/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Delphi Team Members
3+
linkTitle: Our Team
34
layout: team
45
---
56

content/blog/2020-08-28-api.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ cover most levels of the severity pyramid and include:
173173
Our `r blogdown::shortcode_html("reflink", "2020-08-26-fb-survey", "previous blog post")`
174174
showed how the survey can indicate COVID-19 activity,
175175
and preliminary analysis also suggests `r blogdown::shortcode_html("reflink", "2020-09-21-forecast-demo", "it can help forecast COVID-19 cases")`.
176-
See our `r blogdown::shortcode_html("reflink", "surveys", "surveys site")`
176+
See our `r blogdown::shortcode_html("reflink", "ctis", "surveys site")`
177177
for more on the survey, its questions, and getting access to data.
178178
- Massive surveys we run through Google:
179179
From April 11 to May 14, 2020, Delphi conducted a single-question symptoms survey

content/blog/2020-08-28-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2>Unique Data Sources</h2>
173173
Our {{< reflink "2020-08-26-fb-survey" "previous blog post" >}}
174174
showed how the survey can indicate COVID-19 activity,
175175
and preliminary analysis also suggests {{< reflink "2020-09-21-forecast-demo" "it can help forecast COVID-19 cases" >}}.
176-
See our {{< reflink "surveys" "surveys site" >}}
176+
See our {{< reflink "ctis" "surveys site" >}}
177177
for more on the survey, its questions, and getting access to data.</li>
178178
<li>Massive surveys we run through Google:
179179
From April 11 to May 14, 2020, Delphi conducted a single-question symptoms survey

content/blog/2020-10-06-survey-wave-4.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ available through our COVIDcast API, and the exact technical details are
363363
described in our `r blogdown::shortcode_html("apireflink", "api/covidcast-signals/fb-survey.html", "signal documentation")`.
364364
The symptom and mask data is already featured on our `r blogdown::shortcode_html("reflink", "covidcast?sensor=fb-survey-smoothed_wearing_mask&level=county&signalType=value&encoding=color&mode=overview&region=42003", "COVIDcast interactive map")`,
365365
and other survey signals will soon be added as well. More information about the
366-
surveys, including preliminary results, is given on our `r blogdown::shortcode_html("reflink", "surveys", "survey site")`.
366+
surveys, including preliminary results, is given on our `r blogdown::shortcode_html("reflink", "ctis", "survey site")`.
367367

368368
But we also know that many researchers will have questions that can't be
369369
answered from these simple county- and state-level averages. What occupations
@@ -392,7 +392,7 @@ data, we can make decisions needed to protect public health and permit safe
392392
reopening.
393393

394394
_For more information about Delphi's symptom surveys, and for media contact
395-
details, see `r blogdown::shortcode_html("reflink", "surveys", "our surveys page")`. For
395+
details, see `r blogdown::shortcode_html("reflink", "ctis", "our surveys page")`. For
396396
updates, you can follow [CmuDelphi on Twitter](https://twitter.com/cmudelphi)._
397397

398398
**Note.** _This post was updated on October 17, 2020 to correct an error in the

content/blog/2020-10-06-survey-wave-4.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h2>You Can Help Analyze This Data</h2>
342342
described in our {{< apireflink "api/covidcast-signals/fb-survey.html" "signal documentation" >}}.
343343
The symptom and mask data is already featured on our {{< reflink "covidcast?sensor=fb-survey-smoothed_wearing_mask&level=county&signalType=value&encoding=color&mode=overview&region=42003" "COVIDcast interactive map" >}},
344344
and other survey signals will soon be added as well. More information about the
345-
surveys, including preliminary results, is given on our {{< reflink "surveys" "survey site" >}}.</p>
345+
surveys, including preliminary results, is given on our {{< reflink "ctis" "survey site" >}}.</p>
346346
<p>But we also know that many researchers will have questions that can’t be
347347
answered from these simple county- and state-level averages. What occupations
348348
have the highest rate of COVID-19? What age groups engage in the most behavior
@@ -367,7 +367,7 @@ <h2>You Can Help Analyze This Data</h2>
367367
data, we can make decisions needed to protect public health and permit safe
368368
reopening.</p>
369369
<p><em>For more information about Delphi’s symptom surveys, and for media contact
370-
details, see {{< reflink "surveys" "our surveys page" >}}. For
370+
details, see {{< reflink "ctis" "our surveys page" >}}. For
371371
updates, you can follow <a href="https://twitter.com/cmudelphi">CmuDelphi on Twitter</a>.</em></p>
372372
<p><strong>Note.</strong> <em>This post was updated on October 17, 2020 to correct an error in the
373373
scatterplot of mask usage and reported case rates. An error in our data

0 commit comments

Comments
 (0)