Go back to SARS-CoV-2 quantification within the wastewater epidemiology dashboard
diff --git a/content/english/dashboards/wastewater/covid_quantification/covid_quant_SLU.md b/content/english/dashboards/wastewater/covid_quantification/covid_quant_SLU.md
index 4d7e8fcca..c87b29993 100644
--- a/content/english/dashboards/wastewater/covid_quantification/covid_quant_SLU.md
+++ b/content/english/dashboards/wastewater/covid_quantification/covid_quant_SLU.md
@@ -21,7 +21,7 @@ The data and visualisation on this page are usually updated weekly, typically on
SLU-SEEC collect and analyse samples from multiple areas. The below table shows details about each of these sites. The table lists the towns/cities monitored, wastewater treatment plants (WWTP) that samples were collected from, the number of people in the catchment area (Number of people), and the dates that monitoring by SLU-SEEC started and ended monitoring (Start and End date, respectively). A value of 'null' for the end date indicates that collection is ongoing. An asterisk next to the number of people indicates that the figure is preliminary.
-
{{< plotly json="https://blobserver.dc.scilifelab.se/blob/wastewater_slusites.json" height="775px" >}}
+
{{< plotly json="https://blobserver.dc.scilifelab.se/blob/wastewater_slusites.json" height="850px" >}}
{{ range .Site.Menus.homepage_dashboards }}
diff --git a/layouts/partials/dashboards.html b/layouts/partials/dashboards.html
index 6f9d15210..8e8f010e1 100644
--- a/layouts/partials/dashboards.html
+++ b/layouts/partials/dashboards.html
@@ -18,6 +18,7 @@
{{ if eq .LinkTitle "COVID-19"}}topic_badge_covid
{{ else if eq .LinkTitle "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq .LinkTitle "Antibiotic resistance"}}topic_badge_antib_r
+ {{ else if eq .LinkTitle "Enteric viruses"}}topic_badge_enteric_v
{{ else if eq .LinkTitle "Mpox"}}topic_badge_mpox
{{ else }}topic_badge_general
{{ end }} ">
{{ .LinkTitle }}
diff --git a/layouts/partials/highlights.html b/layouts/partials/highlights.html
index db166f236..307f4eb1a 100644
--- a/layouts/partials/highlights.html
+++ b/layouts/partials/highlights.html
@@ -17,6 +17,7 @@
{{ if eq .LinkTitle "COVID-19"}}topic_badge_covid
{{ else if eq .LinkTitle "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq .LinkTitle "Antibiotic resistance"}}topic_badge_antib_r
+ {{ else if eq .LinkTitle "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">
{{ .LinkTitle }}
{{ end }}
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index f07bf1367..644acd014 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -185,6 +185,7 @@
{{ else if eq .Name "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq .Name "Mpox"}}topic_badge_mpox
{{ else if eq .Name "Antibiotic resistance"}}topic_badge_antib_r
+ {{ else if eq .Name "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">
{{ .Name }}
diff --git a/layouts/partials/topics.html b/layouts/partials/topics.html
index e34ef9337..170856e94 100644
--- a/layouts/partials/topics.html
+++ b/layouts/partials/topics.html
@@ -1,4 +1,4 @@
-{{ $topics := slice "covid_19" "antibiotic_resistance" "infectious_diseases" "mpox" }}
+{{ $topics := slice "covid_19" "antibiotic_resistance" "infectious_diseases" "mpox" "enteric_viruses" }}
{{ range .Site.Menus.topics_menu }}
{{ if (in $topics .Identifier) }}
diff --git a/layouts/shortcodes/funding_table.html b/layouts/shortcodes/funding_table.html
index 83ec31685..142c291a1 100644
--- a/layouts/shortcodes/funding_table.html
+++ b/layouts/shortcodes/funding_table.html
@@ -115,6 +115,7 @@
{{ .call_title }}
{{ else if eq . "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq . "Mpox"}}topic_badge_mpox
{{ else if eq . "Antibiotic resistance"}}topic_badge_antib_r
+ {{ else if eq . "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">{{ . }}{{ end }}
diff --git a/layouts/shortcodes/research_projects_table.html b/layouts/shortcodes/research_projects_table.html
index 5b1a8e781..c81d9f2d5 100644
--- a/layouts/shortcodes/research_projects_table.html
+++ b/layouts/shortcodes/research_projects_table.html
@@ -115,6 +115,7 @@
{{ .call_title }}
{{ if eq . "COVID-19"}}topic_badge_covid
{{ else if eq . "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq . "Antibiotic resistance"}}topic_badge_antib_r
+ {{ else if eq . "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">{{ . }}{{ end }}
diff --git a/layouts/topics/single.html b/layouts/topics/single.html
index ce0651b48..018bcf261 100644
--- a/layouts/topics/single.html
+++ b/layouts/topics/single.html
@@ -25,6 +25,7 @@
Data highlights ({{ len $taxonomy.
{{ else if eq .LinkTitle "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq .LinkTitle "Antibiotic resistance"}}topic_badge_antib_r
{{ else if eq .LinkTitle "Mpox"}}topic_badge_mpox
+ {{ else if eq .LinkTitle "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">{{ .LinkTitle }}
{{ end }}
@@ -63,6 +64,7 @@ Dashboards ({{ len $taxonomy.Pages
{{ else if eq .LinkTitle "Infectious diseases"}}topic_badge_infectious_d
{{ else if eq .LinkTitle "Antibiotic resistance"}}topic_badge_antib_r
{{ else if eq .LinkTitle "Mpox"}}topic_badge_mpox
+ {{ else if eq .LinkTitle "Enteric viruses"}}topic_badge_enteric_v
{{ else }}topic_badge_general
{{ end }} ">{{ .LinkTitle }}
{{ end }}
diff --git a/static/css/styles.css b/static/css/styles.css
index 871de7c6f..80a4cfda5 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -482,23 +482,27 @@ a.topics_title:active, a.topics_title:focus, a.topics_title:hover {
}
.topic_badge_general {
- background-color: #6c757d;
+ background-color: #295986;
}
.topic_badge_mpox {
- background-color: #2e68a5;
+ background-color: #295986;
}
.topic_badge_covid {
- background-color: #de2c6c;
+ background-color: #295986;
}
.topic_badge_antib_r {
- background-color: #6a60af;
+ background-color: #295986;
}
.topic_badge_infectious_d {
- background-color: #a34fa4;
+ background-color: #295986;
+}
+
+.topic_badge_enteric_v {
+ background-color: #295986;
}
.dataset_badge_data {
diff --git a/static/img/logos/ga4gh_logo.png b/static/img/logos/ga4gh_logo.png
new file mode 100644
index 000000000..ba5b6880f
Binary files /dev/null and b/static/img/logos/ga4gh_logo.png differ
diff --git a/static/topic_thumbs/topic_enteric.png b/static/topic_thumbs/topic_enteric.png
new file mode 100644
index 000000000..dfc2d2dec
Binary files /dev/null and b/static/topic_thumbs/topic_enteric.png differ