diff --git a/README.md b/README.md
index 1a5a42f21..31e364347 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ A relative reference to another page can be created using the `relref` shortcode
**Examples**
```
-national daily survey]({{< relref "surveys">}})
+national daily survey]({{< relref "ctis">}})
[syndromic COVID-19 indicator based on doctor visits]({{< relref "2020-10-14-dv-signal" >}})
[self-reported symptoms]({{< relref "2020-08-26-fb-survey#whats-in-the-survey" >}})
```
diff --git a/config.toml b/config.toml
index f255f29b1..f04fbc2f2 100644
--- a/config.toml
+++ b/config.toml
@@ -15,14 +15,16 @@ relativeURLs = false
pre = "solid/info-circle"
url = "/about"
weight = 1
+
+# About
[[menu.main]]
parent = "about"
- name = "Delphi Research Group"
+ name = "About Delphi"
url = "/about"
weight = 1
[[menu.main]]
parent = "about"
- name = "Team"
+ name = "Our Team"
url = "/about/team"
weight = 2
[[menu.main]]
@@ -32,109 +34,140 @@ relativeURLs = false
weight = 3
[[menu.main]]
parent = "about"
- name = "Publications"
+ name = "Research"
url = "/about/publications"
weight = 4
+[[menu.main]]
+ parent = "about"
+ name = "Blog"
+ url = "/blog"
+ weight = 5
[[menu.main]]
parent = "about"
name = "News"
url = "/about/news"
- weight = 4
-[[menu.main]]
- identifier = "covidcast"
- name = "COVIDcast"
- pre = "solid/map"
- url = "/covidcast/"
- weight = 2
+ weight = 6
[[menu.main]]
- parent = "covidcast"
- name = "COVIDcast Overview"
- url = "/covidcast/"
- weight = 1
+ parent = "about"
+ name = "Careers"
+ url = "/about/careers"
+ weight = 7
+
+# covid19
[[menu.main]]
- parent = "covidcast"
- name = "Explore a Location"
- url = "/covidcast/summary"
+ identifier = "covid19"
+ name = "COVID-19"
+ pre = "solid/virus"
+ url = "/covid19/"
weight = 2
[[menu.main]]
- parent = "covidcast"
- name = "Explore an Indicator"
- url = "/covidcast/indicator"
- weight = 3
+ parent = "covid19"
+ name = "About COVIDcast"
+ url = "/covid19/"
+ weight = 1
[[menu.main]]
- parent = "covidcast"
- name = "Explore Correlations"
- url = "/covidcast/correlation"
- weight = 4
+ parent = "covid19"
+ name = "About CTIS"
+ url = "/covid19/ctis"
+ weight = 10
[[menu.main]]
- parent = "covidcast"
- name = "Dashboard Builder"
- url = "/covidcast/dashboard"
+ identifier = "covid19-covidcast"
+ parent = "covid19"
+ name = "COVIDcast Dashboard"
+ url = "/covidcast/"
weight = 20
[[menu.main]]
- parent = "covidcast"
- name = "Classic Map"
- url = "/covidcast/classic"
+ parent = "covid19"
+ name = "CTIS Dashboard"
+ url = "/covidcast/survey-results"
weight = 30
[[menu.main]]
- parent = "covidcast"
- name = "Forecast Evaluation"
- url = "/forecast-eval/"
+ parent = "covid19"
+ name = "Export Data"
+ url = "/covidcast/export"
weight = 40
[[menu.main]]
- parent = "covidcast"
- name = "Surveys"
- url = "/covidcast/surveys"
+ parent = "covid19"
+ name = "Terms Of Use"
+ url = "/covid19/terms-of-use"
weight = 50
+
+# flu
[[menu.main]]
- parent = "covidcast"
- name = "CTIS Results Dashboard"
- url = "/covidcast/survey-results"
- weight = 51
+ identifier = "flu"
+ name = "Flu & Other Pathogens"
+ pre = "solid/disease"
+ url = "/flu/"
+ weight = 3
+
+# tools
[[menu.main]]
- parent = "covidcast"
- name = "Indicator Status Overview"
- url = "/covidcast/indicator-status"
- weight = 60
+ identifier = "tools"
+ name = "Tools"
+ pre = "solid/tools"
+ url = "/tools/"
+ weight = 5
[[menu.main]]
- parent = "covidcast"
- name = "Export Data"
- url = "/covidcast/export"
- weight = 70
+ parent = "tools"
+ name = "Tools Overview"
+ url = "/tools/"
+ weight = 1
[[menu.main]]
- parent = "covidcast"
- name = "Release Log"
- url = "/covidcast/release-log"
- weight = 80
+ parent = "tools"
+ name = "COVIDcast Dashboard"
+ url = "/covidcast/"
+ weight = 10
[[menu.main]]
- parent = "covidcast"
- name = "Terms Of Use"
- url = "/covidcast/terms-of-use"
- weight = 90
+ parent = "tools"
+ name = "COVIDcast R Package"
+ url = "https://cmu-delphi.github.io/covidcast/covidcastR/"
+ weight = 11
[[menu.main]]
- identifier = "flu"
- name = "Flu and Other Diseases"
- pre = "solid/virus"
- url = "/flu"
- weight = 3
+ parent = "tools"
+ name = "COVIDcast Python Package"
+ url = "https://cmu-delphi.github.io/covidcast/covidcast-py/html/"
+ weight = 12
[[menu.main]]
- identifier = "blog"
- name = "Blog"
- pre = "solid/book"
- url = "/blog"
- weight = 4
+ parent = "tools"
+ name = "Indicator Status"
+ url = "/covidcast/indicator-status"
+ weight = 20
[[menu.main]]
- identifier = "github"
- name = "GitHub"
+ parent = "tools"
+ name = "Dashboard Builder"
+ url = "/covidcast/dashboard"
+ weight = 30
+[[menu.main]]
+ parent = "tools"
+ name = "Forecast Evaluation"
+ url = "/forecast-eval/"
+ weight = 40
+[[menu.main]]
+ parent = "tools"
+ name = "EpiVis"
+ url = "/epivis/"
+ weight = 50
+[[menu.main]]
+ parent = "tools"
+ name = "Archived Tools"
+ url = "/tools/archive/"
+ weight = 80
+
+
+[[menu.main]]
+ identier = "github"
pre = "brands/github"
+ name = "GitHub"
url = "https://github.com/cmu-delphi/"
- weight = 5
+ weight = 90
+
+
[[menu.main]]
identifier = "api"
name = "API"
pre = "solid/database"
url = "https://cmu-delphi.github.io/delphi-epidata/"
- weight = 6
+ weight = 100
[params]
description = "Developing the Theory and Practice of Epidemiological Forecasting"
@@ -148,4 +181,4 @@ relativeURLs = false
feedbackDelayMin = 45 # in sec
feedbackDelayMax = 180 # in sec
feedbackDuration = 60 # show it for 60sec
- highlightLinks = "/covidcast/dashboard"
+ highlightLinks = ""
diff --git a/content/about/_index.md b/content/about/_index.md
index ef144bcf7..2490e65f6 100644
--- a/content/about/_index.md
+++ b/content/about/_index.md
@@ -1,5 +1,6 @@
---
title: Delphi Research Group
+linkTitle: About Delphi
layout: about
collaborators:
@@ -49,7 +50,7 @@ In reverse chronological order.
* Several of the underlying data sources (on which these indicators are built) would not exist or be publicly available without our efforts. This includes:
- * 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.
+ * 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.
* 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.
diff --git a/content/about/center-of-excellence/index.md b/content/about/center-of-excellence/index.md
index f599d5448..0e55041b6 100644
--- a/content/about/center-of-excellence/index.md
+++ b/content/about/center-of-excellence/index.md
@@ -1,5 +1,6 @@
---
title: Delphi National Center of Excellence for Epidemic Forecasting
+linkTitle: Center of Excellence
layout: coe
members:
- name: Carnegie Mellon University
diff --git a/content/about/publications/index.md b/content/about/publications/index.md
index b0e6b60c5..7f731971b 100644
--- a/content/about/publications/index.md
+++ b/content/about/publications/index.md
@@ -1,5 +1,5 @@
---
-title: Research and White Papers
+title: Research
papers:
- title: "Big Data, Big Problems: Responding to \"Are We There Yet?\""
image: response.jpg
diff --git a/content/about/team/index.md b/content/about/team/index.md
index ce16e9c29..21c2d2ca4 100644
--- a/content/about/team/index.md
+++ b/content/about/team/index.md
@@ -1,5 +1,6 @@
---
title: Delphi Team Members
+linkTitle: Our Team
layout: team
---
diff --git a/content/blog/2020-08-28-api.Rmd b/content/blog/2020-08-28-api.Rmd
index 17286e5d4..3828a5b36 100644
--- a/content/blog/2020-08-28-api.Rmd
+++ b/content/blog/2020-08-28-api.Rmd
@@ -173,7 +173,7 @@ cover most levels of the severity pyramid and include:
Our `r blogdown::shortcode_html("reflink", "2020-08-26-fb-survey", "previous blog post")`
showed how the survey can indicate COVID-19 activity,
and preliminary analysis also suggests `r blogdown::shortcode_html("reflink", "2020-09-21-forecast-demo", "it can help forecast COVID-19 cases")`.
- See our `r blogdown::shortcode_html("reflink", "surveys", "surveys site")`
+ See our `r blogdown::shortcode_html("reflink", "ctis", "surveys site")`
for more on the survey, its questions, and getting access to data.
- Massive surveys we run through Google:
From April 11 to May 14, 2020, Delphi conducted a single-question symptoms survey
diff --git a/content/blog/2020-08-28-api.html b/content/blog/2020-08-28-api.html
index 148febc34..5a16146ff 100644
--- a/content/blog/2020-08-28-api.html
+++ b/content/blog/2020-08-28-api.html
@@ -173,7 +173,7 @@
Unique Data Sources
Our {{< reflink "2020-08-26-fb-survey" "previous blog post" >}}
showed how the survey can indicate COVID-19 activity,
and preliminary analysis also suggests {{< reflink "2020-09-21-forecast-demo" "it can help forecast COVID-19 cases" >}}.
-See our {{< reflink "surveys" "surveys site" >}}
+See our {{< reflink "ctis" "surveys site" >}}
for more on the survey, its questions, and getting access to data.
Massive surveys we run through Google:
From April 11 to May 14, 2020, Delphi conducted a single-question symptoms survey
diff --git a/content/blog/2020-10-06-survey-wave-4.Rmd b/content/blog/2020-10-06-survey-wave-4.Rmd
index 792ebe357..bc7c1c56d 100644
--- a/content/blog/2020-10-06-survey-wave-4.Rmd
+++ b/content/blog/2020-10-06-survey-wave-4.Rmd
@@ -363,7 +363,7 @@ available through our COVIDcast API, and the exact technical details are
described in our `r blogdown::shortcode_html("apireflink", "api/covidcast-signals/fb-survey.html", "signal documentation")`.
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®ion=42003", "COVIDcast interactive map")`,
and other survey signals will soon be added as well. More information about the
-surveys, including preliminary results, is given on our `r blogdown::shortcode_html("reflink", "surveys", "survey site")`.
+surveys, including preliminary results, is given on our `r blogdown::shortcode_html("reflink", "ctis", "survey site")`.
But we also know that many researchers will have questions that can't be
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
reopening.
_For more information about Delphi's symptom surveys, and for media contact
-details, see `r blogdown::shortcode_html("reflink", "surveys", "our surveys page")`. For
+details, see `r blogdown::shortcode_html("reflink", "ctis", "our surveys page")`. For
updates, you can follow [CmuDelphi on Twitter](https://twitter.com/cmudelphi)._
**Note.** _This post was updated on October 17, 2020 to correct an error in the
diff --git a/content/blog/2020-10-06-survey-wave-4.html b/content/blog/2020-10-06-survey-wave-4.html
index 6f8623384..96ec4092e 100644
--- a/content/blog/2020-10-06-survey-wave-4.html
+++ b/content/blog/2020-10-06-survey-wave-4.html
@@ -342,7 +342,7 @@
You Can Help Analyze This Data
described in our {{< apireflink "api/covidcast-signals/fb-survey.html" "signal documentation" >}}.
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®ion=42003" "COVIDcast interactive map" >}},
and other survey signals will soon be added as well. More information about the
-surveys, including preliminary results, is given on our {{< reflink "surveys" "survey site" >}}.
+surveys, including preliminary results, is given on our {{< reflink "ctis" "survey site" >}}.
But we also know that many researchers will have questions that can’t be
answered from these simple county- and state-level averages. What occupations
have the highest rate of COVID-19? What age groups engage in the most behavior
@@ -367,7 +367,7 @@
You Can Help Analyze This Data
data, we can make decisions needed to protect public health and permit safe
reopening.
For more information about Delphi’s symptom surveys, and for media contact
-details, see {{< reflink "surveys" "our surveys page" >}}. For
+details, see {{< reflink "ctis" "our surveys page" >}}. For
updates, you can follow CmuDelphi on Twitter.
Note.This post was updated on October 17, 2020 to correct an error in the
scatterplot of mask usage and reported case rates. An error in our data
diff --git a/content/blog/2021-01-22-holiday-surveys.Rmd b/content/blog/2021-01-22-holiday-surveys.Rmd
index 1656c3025..23ed46348 100644
--- a/content/blog/2021-01-22-holiday-surveys.Rmd
+++ b/content/blog/2021-01-22-holiday-surveys.Rmd
@@ -39,7 +39,7 @@ gatherings during the holidays and a number of states expanded COVID-19
restrictions to prevent further escalation in cases.
[Reports](https://www.washingtonpost.com/travel/2020/12/21/christmas-flights-cdc-restrictions-covid/)
from airlines suggest air travel was up significantly during the holiday season,
-but `r blogdown::shortcode_html("reflink", "surveys", "Delphi’s COVID-19 Surveys")` can
+but `r blogdown::shortcode_html("reflink", "ctis", "Delphi’s COVID-19 Surveys")` can
provide a broader picture of the travel Americans took during the holiday
season. In taking greater risks with travel, did Americans change their
behaviors in other preventative measures like mask wearing during this time?
@@ -410,7 +410,7 @@ Since April 2020, Carnegie Mellon University’s Delphi Group and Facebook’s D
for Good have partnered to conduct large-scale daily surveys to monitor the
spread and impact of the COVID-19 pandemic in the United States. To date, the
survey has collected more than 50 million responses. In this post, we show how
-the data from the `r blogdown::shortcode_html("reflink", "surveys", "COVID-19 survey")`
+the data from the `r blogdown::shortcode_html("reflink", "ctis", "COVID-19 survey")`
can be used to provide a broader picture of how American’s risk behaviors and
sentiments amidst a global pandemic.
diff --git a/content/blog/2021-01-22-holiday-surveys.html b/content/blog/2021-01-22-holiday-surveys.html
index 324c99e89..1e36afc43 100644
--- a/content/blog/2021-01-22-holiday-surveys.html
+++ b/content/blog/2021-01-22-holiday-surveys.html
@@ -49,7 +49,7 @@
restrictions to prevent further escalation in cases.
Reports
from airlines suggest air travel was up significantly during the holiday season,
-but {{< reflink "surveys" "Delphi’s COVID-19 Surveys" >}} can
+but {{< reflink "ctis" "Delphi’s COVID-19 Surveys" >}} can
provide a broader picture of the travel Americans took during the holiday
season. In taking greater risks with travel, did Americans change their
behaviors in other preventative measures like mask wearing during this time?
@@ -396,7 +396,7 @@
See the Data Yourself!
for Good have partnered to conduct large-scale daily surveys to monitor the
spread and impact of the COVID-19 pandemic in the United States. To date, the
survey has collected more than 50 million responses. In this post, we show how
-the data from the {{< reflink "surveys" "COVID-19 survey" >}}
+the data from the {{< reflink "ctis" "COVID-19 survey" >}}
can be used to provide a broader picture of how American’s risk behaviors and
sentiments amidst a global pandemic.
All of the above plots were built using aggregate data for the United States
diff --git a/content/blog/_index.md b/content/blog/_index.md
index 90790406f..156d96b37 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -1,4 +1,6 @@
---
title: Blog
description: News, findings, and musings from the team
+aliases:
+ - /about/blog/
---
diff --git a/content/covid19/_index.md b/content/covid19/_index.md
new file mode 100644
index 000000000..ef2e8cb0a
--- /dev/null
+++ b/content/covid19/_index.md
@@ -0,0 +1,14 @@
+---
+title: About COVIDcast
+linkTitle: COVID-19
+layout: single
+---
+
+In March 2020, Delphi pivoted from seasonal epidemic forecasting to COVID-19 tracking. Since then, we’ve created and maintained the nation’s largest public repository of diverse, geographically-detailed, real-time indicators of COVID-19 activity in the U.S. Our indicators cover every rung of the severity pyramid, and are freely available through our public API or our data export tool.
+
+Several of the underlying data sources (on which these indicators are built) would not exist or be publicly available without our efforts. This includes:
+
+* A massive national daily survey we’re running in partnership with Facebook. Over 20 million Americans have answered the survey since April 2020, providing real-time insights into, e.g., self-reported symptoms, mask wearing, testing, and contacts, all broken down by various demographics.
+* An enormous database of medical insurance claims that have been de-identified in accordance with HIPAA privacy regulations, covering more than half the US population, made possible through health system partners including Change Healthcare. We use this to produce a new syndromic COVID-19 indicator based on doctor visits, and other indicators based on hospitalizations and ICU admissions.
+
+We have selected a small number of indicators to showcase in COVIDcast, a visualization system that helps place pandemic activity in geographic and temporal context. It includes a notion of correlation across time, for example, a spike in cases is often followed by a spike in hospital admissions some number of days later.
diff --git a/content/covidcast/surveys.md b/content/covid19/ctis.md
similarity index 99%
rename from content/covidcast/surveys.md
rename to content/covid19/ctis.md
index 02f3653d8..10dedc011 100644
--- a/content/covidcast/surveys.md
+++ b/content/covid19/ctis.md
@@ -1,5 +1,8 @@
---
title: Delphi's COVID-19 Trends and Impact Surveys (CTIS)
+linkTitle: About CTIS
+aliases:
+ - /covidcast/surveys
---
{{< alert category="primary">}}
diff --git a/content/covidcast/terms-of-use.md b/content/covid19/terms-of-use.md
similarity index 99%
rename from content/covidcast/terms-of-use.md
rename to content/covid19/terms-of-use.md
index 1876f4ffd..bdffe8ec3 100644
--- a/content/covidcast/terms-of-use.md
+++ b/content/covid19/terms-of-use.md
@@ -1,5 +1,8 @@
---
title: Carnegie Mellon University COVIDcast Website Terms of Use
+linkTitle: Terms of Use
+aliases:
+ - /covidcast/terms-of-use
---
Version Date: November 25, 2020
diff --git a/content/covidcast/_index.md b/content/covidcast/_index.md
index 3435d816d..a6a68e8d4 100644
--- a/content/covidcast/_index.md
+++ b/content/covidcast/_index.md
@@ -1,5 +1,5 @@
---
-title: COVIDcast
+title: COVIDcast Dashboard
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: landing
diff --git a/content/covidcast/release-log/_index.md b/content/covidcast/release-log/_index.md
deleted file mode 100644
index 49bc629bc..000000000
--- a/content/covidcast/release-log/_index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Release Log
-layout: single
----
-
-{{}}
diff --git a/content/covidcast/release-log/headless/v1.0.md b/content/covidcast/release-log/headless/v1.0.md
deleted file mode 100644
index 717b195d6..000000000
--- a/content/covidcast/release-log/headless/v1.0.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: v1.0
-date: 2020-04-24
----
-
-- Initial public release of COVIDcast.
-- Includes maps of Doctor Visits, Facebook and Google surveys, Google search trends, and Quidel flu testing.
diff --git a/content/covidcast/release-log/headless/v1.1.md b/content/covidcast/release-log/headless/v1.1.md
deleted file mode 100644
index bab731ab5..000000000
--- a/content/covidcast/release-log/headless/v1.1.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v1.1
-date: 2020-05-07
----
-
-- Time series plots now include shaded regions showing the standard error of the signal estimates, when available.
-- New map: The “Deaths (JHU)” map shows death ratios (deaths per 100,000 population) due to COVID-19 per day. This reflects official figures from state and local health authorities, [as compiled by a team at Johns Hopkins University](https://systems.jhu.edu/research/public-health/ncov/).
-- New map: The “Confirmed Cases (JHU)” map shows confirmed case ratios (cases per 100,000 population) of COVID-19 per day. This reflects official figures reporting cases confirmed by testing to be COVID-19, [as compiled by a team at Johns Hopkins University](https://systems.jhu.edu/research/public-health/ncov/).
-- The “Flu Testing (Quidel)” map is no longer shown. During flu season, rates of flu tests may have correlated with rates of COVID-like illnesses, as many doctors who suspected COVID-19 conducted flu tests to rule out influenza. However, the end of flu season means few flu tests are currently conducted.
-- Previously, the “Search Trends (Google)” signal reported search volume on each day on the map for the following day; for example, search volume on April 16 would be mapped as occurring on April 17. This is no longer done.
diff --git a/content/covidcast/release-log/headless/v1.10.0.md b/content/covidcast/release-log/headless/v1.10.0.md
deleted file mode 100644
index 9d1afc99a..000000000
--- a/content/covidcast/release-log/headless/v1.10.0.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: v1.10.0
-date: 2020-10-28
----
-
-#### New Features
-
-- [#546](https://github.com/cmu-delphi/www-covidcast/pull/546) New tab Single location view
-
-#### Minor Features
-
-- [#552](https://github.com/cmu-delphi/www-covidcast/pull/552) Use local maxima for top 10
-- [#558](https://github.com/cmu-delphi/www-covidcast/pull/558) Update population data based on indicator data
-- [#530](https://github.com/cmu-delphi/www-covidcast/pull/530) Generate signal constants from a document
-- [#571](https://github.com/cmu-delphi/www-covidcast/pull/571) Making toggle selection darker to indicate selected status
-- [#574](https://github.com/cmu-delphi/www-covidcast/pull/574) Add day ticks and week gridlines for Detail view
-- [#524](https://github.com/cmu-delphi/www-covidcast/pull/524) Re-enable side panel toggle
-- [#525](https://github.com/cmu-delphi/www-covidcast/pull/525) Search icon and na hint
-- [#526](https://github.com/cmu-delphi/www-covidcast/pull/526) Add background to map title for visibility
-- [#542](https://github.com/cmu-delphi/www-covidcast/pull/542) Tune export data tab
-- [#544](https://github.com/cmu-delphi/www-covidcast/pull/544) Add signal coverage info
-- [#545](https://github.com/cmu-delphi/www-covidcast/pull/545) Add date shortcuts to "Displaying" bar
-- [#568](https://github.com/cmu-delphi/www-covidcast/pull/568) Detail view UI improvements (add ticks / improve timeline dragger)
-- [#556](https://github.com/cmu-delphi/www-covidcast/pull/556) Add download button to detail views
-- [#551](https://github.com/cmu-delphi/www-covidcast/pull/551) Improve bubble view in areas with no data (enforce 0 is no bubble)
-- [#548](https://github.com/cmu-delphi/www-covidcast/pull/548) Change max mobile width for mode nav buttons
-
-#### Bug-fixes
-
-- [#523](https://github.com/cmu-delphi/www-covidcast/pull/523) Incorporate hotfixes for 1.9.x series
-- [#566](https://github.com/cmu-delphi/www-covidcast/pull/566) Improve vega highlight performance
-- [#541](https://github.com/cmu-delphi/www-covidcast/pull/541) Accessibility: Add aria label to map
-- [#460](https://github.com/cmu-delphi/www-covidcast/pull/460) Add missing county level to quidel
-- [#535](https://github.com/cmu-delphi/www-covidcast/pull/535) Incomplete imputation in detail view
-- [#514](https://github.com/cmu-delphi/www-covidcast/pull/514) Accessibility: set aria option for no-uislider
diff --git a/content/covidcast/release-log/headless/v1.11.0.md b/content/covidcast/release-log/headless/v1.11.0.md
deleted file mode 100644
index 3a6b27827..000000000
--- a/content/covidcast/release-log/headless/v1.11.0.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-title: v1.11.0
-date: 2020-12-02
----
-
-This release changes COVIDcast from a complete site to an embedded component, primarily to the [www-main](https://github.com/cmu-delphi/www-covidcast) repository, which serves the Delphi homepage. This means that instead of having both covidcast.cmu.edu and delphi.cmu.edu separately, we will now have delphi.cmu.edu and covidcast will live at delphi.cmu.edu/covidcast.
-
-The are only minor changes to the COVIDcast visualization itself, which was why this is marked as 1.11.0 instead of 2.0.
-
-#### Signal Changes
-
-- "COVID Searches on Google" is now "COVID Symptom Searches on Google". For more details see: [`google-symptoms` `sum_anosmia_ageusia_smoothed_search`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-symptoms.html) signal.
-- New "Bar Visits" signal from Safegraph. For more details see: [`safegraph` `bars_visit_num` and `bars_visit_prop`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/safegraph.html#safegraph-weekly-patterns).
-- New "Restaurant Visits" signal from Safegraph. For more details see: [`safegraph` `restaurants_visit_num` and `restaurants_visit_prop`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/safegraph.html#safegraph-weekly-patterns)
-- "Away from home" signals replaced by smoothed versions to remove the weekend effect. For more details see: [`safegraph` `full_time_work_prop_7dav` and `part_time_work_prop_7dav`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/safegraph.html#safegraph-social-distancing-metrics)
-
-#### New features
-
-- [#610](https://github.com/cmu-delphi/www-covidcast/pull/610) (re: [#593](https://github.com/cmu-delphi/www-covidcast/issues/593)) Hospital referal regions now available as a geo type
-- [#636](https://github.com/cmu-delphi/www-covidcast/pull/636) (re: [#631](https://github.com/cmu-delphi/www-covidcast/issues/631)) Change to embedded version
-
-#### Improvements
-
-- [#629](https://github.com/cmu-delphi/www-covidcast/pull/629) (re: [#599](https://github.com/cmu-delphi/www-covidcast/issues/599)) Additional export infos
-- [#650](https://github.com/cmu-delphi/www-covidcast/pull/650) (re: [#649](https://github.com/cmu-delphi/www-covidcast/issues/649)) Research disclaimer
-- [#628](https://github.com/cmu-delphi/www-covidcast/pull/628) (re: [#624](https://github.com/cmu-delphi/www-covidcast/issues/624)) Limit add another to same geo level
-- [#630](https://github.com/cmu-delphi/www-covidcast/pull/630) (re: [#598](https://github.com/cmu-delphi/www-covidcast/issues/598)) Restore focus upon dialog close
-- [#587](https://github.com/cmu-delphi/www-covidcast/pull/587) (re: [#460](https://github.com/cmu-delphi/www-covidcast/issues/460), and others) Generate changelog from PRs
-- [#653](https://github.com/cmu-delphi/www-covidcast/pull/653) More robust missing meta data handling
-- [#633](https://github.com/cmu-delphi/www-covidcast/pull/633) (re: [#625](https://github.com/cmu-delphi/www-covidcast/issues/625)) Improve detail view (axis) labels
-- [#641](https://github.com/cmu-delphi/www-covidcast/pull/641) (re: [#623](https://github.com/cmu-delphi/www-covidcast/issues/623)) Preserve modified date range while DetailView is displayed.
-- [#575](https://github.com/cmu-delphi/www-covidcast/pull/575) (re: [#569](https://github.com/cmu-delphi/www-covidcast/issues/569)) Improve whitespace for small multiples
-- [#588](https://github.com/cmu-delphi/www-covidcast/pull/588) (re: [#586](https://github.com/cmu-delphi/www-covidcast/issues/586)) Improve hover behavior on charts
-- [#614](https://github.com/cmu-delphi/www-covidcast/pull/614) (re: [#589](https://github.com/cmu-delphi/www-covidcast/issues/589)) Render line chart with clipped regions.
-- [#454](https://github.com/cmu-delphi/www-covidcast/pull/454) Create staging environment setup
-- [#604](https://github.com/cmu-delphi/www-covidcast/pull/604) Add testing environment
-- [#591](https://github.com/cmu-delphi/www-covidcast/pull/591) Improve vega tooltip styling
-- [#585](https://github.com/cmu-delphi/www-covidcast/pull/585) (re: [#582](https://github.com/cmu-delphi/www-covidcast/issues/582)) Possible fix for single region vega
-- [#573](https://github.com/cmu-delphi/www-covidcast/pull/573) (re: [#484](https://github.com/cmu-delphi/www-covidcast/issues/484)) Improve chart headers and layout
-
-#### Bug-fixes
-
-- [#635](https://github.com/cmu-delphi/www-covidcast/pull/635) Date range initial selection was lost
-- [#605](https://github.com/cmu-delphi/www-covidcast/pull/605) (re: [#602](https://github.com/cmu-delphi/www-covidcast/issues/602), [#603](https://github.com/cmu-delphi/www-covidcast/issues/603)) County name generation
-- [#652](https://github.com/cmu-delphi/www-covidcast/pull/652) (re: [#637](https://github.com/cmu-delphi/www-covidcast/issues/637)) Reduce layout flicker on Region Details
-- [#654](https://github.com/cmu-delphi/www-covidcast/pull/654) Style: fix some of the most obvious uikit bugs
-- [#643](https://github.com/cmu-delphi/www-covidcast/pull/643) (re: [#586](https://github.com/cmu-delphi/www-covidcast/issues/586)) Avoid flickering tooltips on small multiples
-- [#638](https://github.com/cmu-delphi/www-covidcast/pull/638) Bugfix: detecting proper death signal
-- [#617](https://github.com/cmu-delphi/www-covidcast/pull/617) (re: [#615](https://github.com/cmu-delphi/www-covidcast/issues/615)) Use correct field when computing max of values.
-- [#613](https://github.com/cmu-delphi/www-covidcast/pull/613) (re: [#611](https://github.com/cmu-delphi/www-covidcast/issues/611)) Fix tooltip for calendar option
-- [#608](https://github.com/cmu-delphi/www-covidcast/pull/608) (re: [#607](https://github.com/cmu-delphi/www-covidcast/issues/607)) Fix mouseout and mouseover flickers
diff --git a/content/covidcast/release-log/headless/v1.11.1.md b/content/covidcast/release-log/headless/v1.11.1.md
deleted file mode 100644
index e5e1dc00a..000000000
--- a/content/covidcast/release-log/headless/v1.11.1.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: v1.11.1
-date: 2020-12-11
----
-
-#### Signal Changes
-
-* Removed "COVID Symptom Searches on Google" signal.
-* Replaced "COVID-Related Doctor Visits" with new signal from Change Healthcare. For more details see: [`chng`:`smoothed_outpatient_cli`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html)
diff --git a/content/covidcast/release-log/headless/v1.12.0.md b/content/covidcast/release-log/headless/v1.12.0.md
deleted file mode 100644
index 1b26f63b0..000000000
--- a/content/covidcast/release-log/headless/v1.12.0.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: v1.12.0
-date: 2020-12-23
----
-
-This release introduces the new National COVID Survey Dashboard showing aggregated survey results. In addition, the overall style of COVIDcast has been adapted to the new website.
-
-#### New Features
-
-- [#600](https://github.com/cmu-delphi/www-covidcast/pull/600) National COVID Survey Dashboard
-- [#688](https://github.com/cmu-delphi/www-covidcast/pull/688) (re: [#536](https://github.com/cmu-delphi/www-covidcast/issues/536)) Default ratio cases/deaths
-- [#616](https://github.com/cmu-delphi/www-covidcast/pull/616), [#678](https://github.com/cmu-delphi/www-covidcast/pull/678) UIKit Adaptations
-- [#692](https://github.com/cmu-delphi/www-covidcast/pull/692), [#671](https://github.com/cmu-delphi/www-covidcast/pull/671) (re: [#651](https://github.com/cmu-delphi/www-covidcast/issues/651)) Simplify URL parameters
-- [#677](https://github.com/cmu-delphi/www-covidcast/pull/677) (re: [#632](https://github.com/cmu-delphi/www-covidcast/issues/632)) Compute mega counties (`Rest of ...`) population on the fly
-- [#658](https://github.com/cmu-delphi/www-covidcast/pull/658) (re: [#485](https://github.com/cmu-delphi/www-covidcast/issues/485), [#639](https://github.com/cmu-delphi/www-covidcast/issues/639)) Additional export options
-
-#### Improvements
-
-- [#689](https://github.com/cmu-delphi/www-covidcast/pull/689) (re: [#687](https://github.com/cmu-delphi/www-covidcast/issues/687)) Change date shortcuts
-- [#676](https://github.com/cmu-delphi/www-covidcast/pull/676) Improve Map Selection UX
-- [#659](https://github.com/cmu-delphi/www-covidcast/pull/659) (re: [#656](https://github.com/cmu-delphi/www-covidcast/issues/656)) Shrink card header font size, adjust spacing.
-
-#### Bug-fixes
-
-- [#690](https://github.com/cmu-delphi/www-covidcast/pull/690) (re: [#686](https://github.com/cmu-delphi/www-covidcast/issues/686)) Add special case for old safari
-- [#674](https://github.com/cmu-delphi/www-covidcast/pull/674) Refactor: use vega resize method
-- [#666](https://github.com/cmu-delphi/www-covidcast/pull/666) (re: [#664](https://github.com/cmu-delphi/www-covidcast/issues/664), [#665](https://github.com/cmu-delphi/www-covidcast/issues/665)) Add HRR Population data and fix Orlando bug
\ No newline at end of file
diff --git a/content/covidcast/release-log/headless/v1.12.1.md b/content/covidcast/release-log/headless/v1.12.1.md
deleted file mode 100644
index 493d5cf5c..000000000
--- a/content/covidcast/release-log/headless/v1.12.1.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v1.12.1
-date: 2020-12-29
----
-
-Bugfix release for improved mobile experience
-
-#### Improvements
-
-- [#700](https://github.com/cmu-delphi/www-covidcast/pull/700) Improve mobile experience
diff --git a/content/covidcast/release-log/headless/v1.12.2.md b/content/covidcast/release-log/headless/v1.12.2.md
deleted file mode 100644
index 3ec73ce67..000000000
--- a/content/covidcast/release-log/headless/v1.12.2.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: v1.12.2
-date: 2021-01-04
----
-
-Bugfix release for changed signal
-
-#### Signal Changes
-
-- Reverted "COVID-Related Doctor Visits" signal
-
-#### Bug-fixes
-
-- [#703](https://github.com/cmu-delphi/www-covidcast/pull/703) rename COVIDCast to COVIDcast
-
-#### Others
-
-- [#704](https://github.com/cmu-delphi/www-covidcast/pull/704) Unique bundle names
diff --git a/content/covidcast/release-log/headless/v1.12.3.md b/content/covidcast/release-log/headless/v1.12.3.md
deleted file mode 100644
index 64258fa1b..000000000
--- a/content/covidcast/release-log/headless/v1.12.3.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: v1.12.3
-date: 2021-01-12
----
-
-#### Signal Changes
-
-- Add "Vaccine Acceptance" signal to map and survey dashboard
-
-#### New Features
-
-- [#709](https://github.com/cmu-delphi/www-covidcast/pull/709), [#710](https://github.com/cmu-delphi/www-covidcast/pull/710), [#708](https://github.com/cmu-delphi/www-covidcast/pull/708) Improve loading performance especially for the survey dashboard
-- [#712](https://github.com/cmu-delphi/www-covidcast/pull/712) Improve map style
-
-#### Bug-fixes
-
-- [#713](https://github.com/cmu-delphi/www-covidcast/pull/713) fix trend color for decreasing trends
diff --git a/content/covidcast/release-log/headless/v1.12.4.md b/content/covidcast/release-log/headless/v1.12.4.md
deleted file mode 100644
index 7ed26a873..000000000
--- a/content/covidcast/release-log/headless/v1.12.4.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: v1.12.4
-date: 2021-01-19
----
-
-This release improves the UX of the survey dashboard for both desktop and mobile experience.
-
-#### New Features
-
-- [#724](https://github.com/cmu-delphi/www-covidcast/pull/724), [#717](https://github.com/cmu-delphi/www-covidcast/pull/717) Survey dashboards improvements
-
-#### Bug-fixes
-
-- [#719](https://github.com/cmu-delphi/www-covidcast/pull/719) (re: [#718](https://github.com/cmu-delphi/www-covidcast/issues/718)) fix Export Data bug
diff --git a/content/covidcast/release-log/headless/v1.2.1.md b/content/covidcast/release-log/headless/v1.2.1.md
deleted file mode 100644
index 23f6c84be..000000000
--- a/content/covidcast/release-log/headless/v1.2.1.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: v1.2.1
-date: 2020-05-28
----
-
-- The “Combined” map has been updated to include the "Symptoms in Community (Facebook)" indicator.
diff --git a/content/covidcast/release-log/headless/v1.2.md b/content/covidcast/release-log/headless/v1.2.md
deleted file mode 100644
index 4d2259fbb..000000000
--- a/content/covidcast/release-log/headless/v1.2.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: v1.2
-date: 2020-05-20
----
-
-- New map: The “Combined” signal represents a statistical combination of the other indicators, not including the official reports (cases and deaths). For more information how this indicator is calculated, see the details above in the list of indicators.
-- New map: The “Symptoms in Community (Facebook)” map shows the estimated fraction of people who know someone with a COVID-like illness in their local community.
-- The “Surveys (Facebook)” map has been renamed “Symptoms (Facebook)”, to reflect that it asks respondents whether people in their household have COVID-like symptoms.
-- The “Surveys (Google)” map has been removed. This data is still available in the public Epidata API, but new data will not be collected.
diff --git a/content/covidcast/release-log/headless/v1.3.md b/content/covidcast/release-log/headless/v1.3.md
deleted file mode 100644
index 4b1e6c68f..000000000
--- a/content/covidcast/release-log/headless/v1.3.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v1.3
-date: 2020-06-10
----
-
-- The COVIDcast map now includes Puerto Rico. Not all data sources are available for Puerto Rico, but data will be displayed when available.
-- The “Combined” signal now includes standard error bands when viewing the time series plot for a specific geographical area, representing the estimated uncertainty in this signal. This uncertainty comes because the signal is a combination of the other signals which are based on survey estimates or other estimates with margins of error.
-- Tooltips for the official Cases and Deaths signals have been updated to contain the population, raw count, and count per 100,000 people, to help distinguish sparsely-populated areas with one or two cases from dense urban areas with more total cases but an apparently lower rate per 100,000 people.
-- Fixed a bug that inflated the color value for per capita Cases and Deaths relative to the legend.
-- Other small bug fixes and improvements in the COVIDcast map.
diff --git a/content/covidcast/release-log/headless/v1.4.1.md b/content/covidcast/release-log/headless/v1.4.1.md
deleted file mode 100644
index b41d9310b..000000000
--- a/content/covidcast/release-log/headless/v1.4.1.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: v1.4.1
-date: 2020-07-01
----
-
-- New map: The “Hospital Admissions” map indicates the proportion of daily hospital admissions with COVID-related diagnoses, based on data from health system partners.
-- Minor bug and layout fixes.
diff --git a/content/covidcast/release-log/headless/v1.4.md b/content/covidcast/release-log/headless/v1.4.md
deleted file mode 100644
index 91090d262..000000000
--- a/content/covidcast/release-log/headless/v1.4.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: v1.4
-date: 2020-06-24
----
-
-- Map controls have been revised to more easily select indicators and geographic areas.
-- A new search bar makes it possible to quickly find any county or city of interest.
-- The color scale for increasing and decreasing 7-day trends has been updated to more clearly highlight trends.
-- New maps: The “Away from home” maps use mobile device location data from SafeGraph to estimate the proportion of people spending time outside their homes each day, for either 3-6 hours or more than 6 hours.
-- Map color scales on the cases and deaths maps are now logarithmic, making it easier to see differences among regions with both low rates and high rates.
-- Cases and deaths maps are now based on 7-day averages, rather than reporting figures for a single day.
diff --git a/content/covidcast/release-log/headless/v1.5.md b/content/covidcast/release-log/headless/v1.5.md
deleted file mode 100644
index e1dfa4c6b..000000000
--- a/content/covidcast/release-log/headless/v1.5.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: v1.5
-date: 2020-07-08
----
-
-- The map layout has been redesigned to prevent the controls from obscuring the map.
-- Updated maps: The cases and deaths maps now use data from both Johns Hopkins University and USAFacts. Data from Johns Hopkins University is used for Puerto Rico, while USAFacts is used everywhere else.
-- Numerous minor bug fixes.
diff --git a/content/covidcast/release-log/headless/v1.6.md b/content/covidcast/release-log/headless/v1.6.md
deleted file mode 100644
index 822db4041..000000000
--- a/content/covidcast/release-log/headless/v1.6.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: v1.6
-date: 2020-07-22
----
-
-- Bubble maps have been added as an option to visualize cases and deaths.
-- A calendar date-picker lets the user select any date to display on the map.
-- The 7-day Trend display is temporarily unavailable while technical problems are resolved. It will be re-enabled in a future release.
-- Numerous minor bug fixes.
diff --git a/content/covidcast/release-log/headless/v1.7.md b/content/covidcast/release-log/headless/v1.7.md
deleted file mode 100644
index d225b9e4b..000000000
--- a/content/covidcast/release-log/headless/v1.7.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v1.7
-date: 2020-08-12
----
-
-- New map: The "COVID-19 Antigen Tests" map indicates the percentage of COVID-19 antigen tests that have come back positive, based on data from Quidel, Inc.
-- Spike maps have been added as an option to visualize case and death indicators, along with bubble maps.
-- The design of the COVIDcast home page has been improved to include navigation to other parts of the site and to other Delphi web pages.
-- Layout improvements to improve the site’s usability on mobile devices.
-- Numerous minor bug fixes.
diff --git a/content/covidcast/release-log/headless/v1.8.md b/content/covidcast/release-log/headless/v1.8.md
deleted file mode 100644
index 86b73de56..000000000
--- a/content/covidcast/release-log/headless/v1.8.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: v1.8
-date: 2020-09-09
----
-
-- Small multiples of all indicators in a right-side panel, when you select a location.
-- More advanced time series charts, including zooming, when you expand an indicator.
-- Improved time-lapse mode that plays animations over time more smoothly.
-- Toggles for Incidence/Cumulative and Counts/Ratios for Cases and Deaths indicators.
-- Improved speed of loading COVIDcast map.
-- Improved mobile support.
-- Numerous minor bug fixes.
diff --git a/content/covidcast/release-log/headless/v1.9.2.md b/content/covidcast/release-log/headless/v1.9.2.md
deleted file mode 100644
index 47e3a2d50..000000000
--- a/content/covidcast/release-log/headless/v1.9.2.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: v1.9.2
-date: 2020-10-06
----
-
-- Switched the signal displayed for Hospital Admissions from one that includes both medical claims and electronic medical records to one that only includes claims data.
diff --git a/content/covidcast/release-log/headless/v1.9.3.md b/content/covidcast/release-log/headless/v1.9.3.md
deleted file mode 100644
index c8eea4acb..000000000
--- a/content/covidcast/release-log/headless/v1.9.3.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: v1.9.3
-date: 2020-10-09
----
-
-- Added the People Wearing Masks signal
diff --git a/content/covidcast/release-log/headless/v1.9.md b/content/covidcast/release-log/headless/v1.9.md
deleted file mode 100644
index b3519957c..000000000
--- a/content/covidcast/release-log/headless/v1.9.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v1.9
-date: 2020-09-30
----
-
-- Top 10 view
-- Comparisons mode to compare indicators between multiple locations (bottom right)
-- Spikes and bubble maps enabled for all signals
-- Export Data tab
-- Signal descriptions provided as “?” popup for all signals
diff --git a/content/covidcast/release-log/headless/v2.0.0.md b/content/covidcast/release-log/headless/v2.0.0.md
deleted file mode 100644
index 708333c56..000000000
--- a/content/covidcast/release-log/headless/v2.0.0.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: v2.0.0
-date: 2021-03-19
----
-
-### Signal Changes
-
-- Replace "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
-- Change "People Wearing Masks" signal to its latest revision
-- Add "COVID Symptom Searches on Google" signal to map and COVIDcast 2.0
-- Change survey result signals to their latest revisions with the option to explore old revisions
-
-### New Features
-
-This release introduces the new mobile-first based COVIDcast website with a fresh new design.
diff --git a/content/covidcast/release-log/headless/v2.0.1.md b/content/covidcast/release-log/headless/v2.0.1.md
deleted file mode 100644
index 638613ec1..000000000
--- a/content/covidcast/release-log/headless/v2.0.1.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v2.0.1
-date: 2021-03-22
----
-
-Bug-fix release
-
-### Bug-fixes
-
-- [#848](https://github.com/cmu-delphi/www-covidcast/pull/848) (re: [#845](https://github.com/cmu-delphi/www-covidcast/issues/845), [#846](https://github.com/cmu-delphi/www-covidcast/issues/846), [#847](https://github.com/cmu-delphi/www-covidcast/issues/847)) Reset highlight region in line chart
diff --git a/content/covidcast/release-log/headless/v2.1.0.md b/content/covidcast/release-log/headless/v2.1.0.md
deleted file mode 100644
index 004d064db..000000000
--- a/content/covidcast/release-log/headless/v2.1.0.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v2.1.0
-date: 2021-03-26
----
-
-### New Features
- * Annotation framework for adding hints about data anomalies on the fly
-
-
-More information: https://github.com/cmu-delphi/www-covidcast/releases/tag/v2.1.0
\ No newline at end of file
diff --git a/content/covidcast/release-log/headless/v2.2.0.md b/content/covidcast/release-log/headless/v2.2.0.md
deleted file mode 100644
index 3b1d30e8f..000000000
--- a/content/covidcast/release-log/headless/v2.2.0.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: v2.2.0
-date: 2021-04-01
----
-
-### New Features
- * Indicator Status Overview dashboard: Explore the status of API indicators and their coverages
-
-
-More information: https://github.com/cmu-delphi/www-covidcast/releases/tag/v2.2.0
\ No newline at end of file
diff --git a/content/covidcast/release-log/headless/v2.3.0.md b/content/covidcast/release-log/headless/v2.3.0.md
deleted file mode 100644
index b8087c7f6..000000000
--- a/content/covidcast/release-log/headless/v2.3.0.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: v2.3.0
-date: 2021-04-15
----
-
-### New Features
- * Explore Correlations: Explore correlations between different indicators
- * Annotation Overview: Show all data anomalies recorded in COVIDcast in a central place
- * Expandable Line Charts: Expand the line chart of indicators to show the full historic range
- * HHS and Nation Support: The classic map now supports displaying HHS region and national level data
-
-
-More information: https://github.com/cmu-delphi/www-covidcast/releases/tag/v2.3.0
diff --git a/content/covidcast/release-log/headless/v2.4.0.md b/content/covidcast/release-log/headless/v2.4.0.md
deleted file mode 100644
index 259c83c27..000000000
--- a/content/covidcast/release-log/headless/v2.4.0.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: v2.4.0
-date: 2021-05-03
----
-
-### Signal Changes
- * Remove "At Away Location 6hr+" and "At Away Location 3-6hr" since the underlying data is not longer available
- * Add "In-Person Schooling" to survey dashboard
-
-### New Features
- * add hint about data freshness
- * add warnings about common missing data
-
-
-More information: https://github.com/cmu-delphi/www-covidcast/releases/tag/v2.4.0
diff --git a/content/covidcast/survey-results.md b/content/covidcast/survey-results.md
index f94a35ebd..4ac499fbd 100644
--- a/content/covidcast/survey-results.md
+++ b/content/covidcast/survey-results.md
@@ -1,6 +1,6 @@
---
-title: COVIDcast | Survey Results
-linkTitle: Survey Results
+title: COVIDcast | CTIS Dashboard
+linkTitle: CTIS Dashboard
description: |
In collaboration with Facebook Data for Good, along with a consortium of universities and public health officials, the Delphi Group at Carnegie Mellon University conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020.
layout: covidcast_app
diff --git a/content/flu/_index.md b/content/flu/_index.md
index 37e952613..693837741 100644
--- a/content/flu/_index.md
+++ b/content/flu/_index.md
@@ -1,36 +1,6 @@
---
-title: Flu and Other Diseases
+title: Flu and Other Pathogens
layout: single
---
-## Operational Systems
-
-{{}}
-
-## Activities
-
-We have participated, and [have done very well](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202014-2018%20Results.pdf), in all epidemiological forecasting challenges organized by the US government to date:
-
-
-
-### [Forecasting Seasonal Influenza in the US](https://www.cdc.gov/flu/weekly/flusight/)
-
-by [CDC](https://www.cdc.gov) 2013 -- current
-
-### [Forecasting Dengue in Puerto Rico and Peru](https://predict.cdc.gov/post/5a4fcc3e2c1b1669c22aa261)
-
-by the [White House](https://www.whitehouse.gov/) [OSTP](https://www.whitehouse.gov/administration/eop/ostp)
-
-### [Forecasting the Chikungunya invasion of the Americas](https://www.innocentive.com/ar/challenge/9933617")
-
-by [DARPA](https://www.darpa.mil/)
-
-## Publicly Available Tools
-
-{{}}
-
-All source code is freely available on [GitHub](https://github.com/cmu-delphi/).
+Delphi systems developed before the pandemic typically target seasonal Influenza ("Flu"), but often are used to study other diseases including Chikungunya, Dengue, and Norovirus.
diff --git a/content/tools/_index.md b/content/tools/_index.md
new file mode 100644
index 000000000..ed1ee74b7
--- /dev/null
+++ b/content/tools/_index.md
@@ -0,0 +1,16 @@
+---
+title: Tools Overview
+linkTitle: Tools
+layout: single
+---
+
+## Operational Systems
+
+{{}}
+
+
+## Publicly Available Tools
+
+{{}}
+
+All source code is freely available on [GitHub](https://github.com/cmu-delphi/).
diff --git a/content/tools/archive.md b/content/tools/archive.md
new file mode 100644
index 000000000..1a39567c3
--- /dev/null
+++ b/content/tools/archive.md
@@ -0,0 +1,13 @@
+---
+title: Archived Tools
+layout: single
+---
+
+
+### [COVIDcast 1.0 ("Classic")]({{}})
+
+A map-first single-page webapp for visualizing COVID-19 pandemic indicators.
+
+### [Crowdcast](/crowdcast)
+
+Delphi’s "Wisdom of crowds" forecasting system: Used for Chikungunya, flu and most recently Covid. In it's archived configuration, this system is set up to forecast ILI during the COVID-19 pandemic
diff --git a/content/tools/index.md b/content/tools/index.md
deleted file mode 100644
index 441ef3a5a..000000000
--- a/content/tools/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-# flag to disable rendering individual pages
-headless: true
----
diff --git a/content/systems/crowdcast.md b/content/tools/systems/crowdcast.md
similarity index 100%
rename from content/systems/crowdcast.md
rename to content/tools/systems/crowdcast.md
diff --git a/content/systems/forecast.md b/content/tools/systems/forecast.md
similarity index 100%
rename from content/systems/forecast.md
rename to content/tools/systems/forecast.md
diff --git a/content/covidcast/release-log/headless/index.md b/content/tools/systems/index.md
similarity index 100%
rename from content/covidcast/release-log/headless/index.md
rename to content/tools/systems/index.md
diff --git a/content/systems/nowcast.md b/content/tools/systems/nowcast.md
similarity index 100%
rename from content/systems/nowcast.md
rename to content/tools/systems/nowcast.md
diff --git a/content/tools/epidata.md b/content/tools/tools/epidata.md
similarity index 100%
rename from content/tools/epidata.md
rename to content/tools/tools/epidata.md
diff --git a/content/tools/epiforecast.md b/content/tools/tools/epiforecast.md
similarity index 100%
rename from content/tools/epiforecast.md
rename to content/tools/tools/epiforecast.md
diff --git a/content/tools/epivis.md b/content/tools/tools/epivis.md
similarity index 100%
rename from content/tools/epivis.md
rename to content/tools/tools/epivis.md
diff --git a/content/tools/fluscores.md b/content/tools/tools/fluscores.md
similarity index 100%
rename from content/tools/fluscores.md
rename to content/tools/tools/fluscores.md
diff --git a/content/systems/index.md b/content/tools/tools/index.md
similarity index 100%
rename from content/systems/index.md
rename to content/tools/tools/index.md
diff --git a/content/tools/nowcast.md b/content/tools/tools/nowcast.md
similarity index 100%
rename from content/tools/nowcast.md
rename to content/tools/tools/nowcast.md
diff --git a/content/tools/utils.md b/content/tools/tools/utils.md
similarity index 100%
rename from content/tools/utils.md
rename to content/tools/tools/utils.md
diff --git a/themes/delphi/assets/css/layout/_header_footer.scss b/themes/delphi/assets/css/layout/_header_footer.scss
index 8fc7c4605..b1fb152bb 100644
--- a/themes/delphi/assets/css/layout/_header_footer.scss
+++ b/themes/delphi/assets/css/layout/_header_footer.scss
@@ -38,7 +38,7 @@ $mobile-margin: 15px;
}
.uk-navbar-dropdown {
- width: 250px;
+ width: 13em;
}
}
diff --git a/themes/delphi/layouts/blog/list.html b/themes/delphi/layouts/blog/list.html
index 94c1f9c2d..ceaa7f8d3 100644
--- a/themes/delphi/layouts/blog/list.html
+++ b/themes/delphi/layouts/blog/list.html
@@ -1,3 +1,6 @@
+{{ define "breadcrumb" }}
+ {{ partial "blog/breadcrumb.html" . }}
+{{ end }}
{{ define "main" }}
{{ $images := ($.GetPage "/blog/images").Resources.ByType "image" }}