diff --git a/data/manifest_core.json b/data/manifest_core.json index e0c8a9050..b1e57d969 100644 --- a/data/manifest_core.json +++ b/data/manifest_core.json @@ -653,6 +653,14 @@ "default": "sars-cov-2" } }, + "oropouche": { + "segment": { + "L": "", + "M": "", + "S": "", + "default": "L" + } + }, "rabies": "", "rsv": { "type": { diff --git a/src/routing/core.js b/src/routing/core.js index 52d38877d..1b22fa403 100644 --- a/src/routing/core.js +++ b/src/routing/core.js @@ -42,6 +42,7 @@ const coreBuildPaths = [ "/mpox", // monkeypox URLs will redirect to /mpox (except for datestamped URLs) "/ncov", "/nextclade", + "/oropouche", "/rabies", "/rsv", "/seasonal-cov", diff --git a/static-site/content/featured-analyses.yaml b/static-site/content/featured-analyses.yaml index 59482d480..455dc457c 100644 --- a/static-site/content/featured-analyses.yaml +++ b/static-site/content/featured-analyses.yaml @@ -29,6 +29,11 @@ img: seasonal_flu_freq.png url: /seasonal-flu/h3n2/ha/2y +- name: Oropouche + description: Oropouche virus evolution and spread + img: oropouche_map.png + url: /oropouche/L + - name: Lassa description: Lassa virus evolution and spread img: lassa_map.png diff --git a/static-site/content/resource-listing.yaml b/static-site/content/resource-listing.yaml index 525215e28..374fe0df7 100644 --- a/static-site/content/resource-listing.yaml +++ b/static-site/content/resource-listing.yaml @@ -106,3 +106,7 @@ coreShowcase: img: rabies_tree.png filters: - rabies + - name: Oropouche + img: oropouche_map.png + filters: + - oropouche diff --git a/static-site/static/pathogen_images/oropouche_map.png b/static-site/static/pathogen_images/oropouche_map.png new file mode 100644 index 000000000..10d1fddd0 Binary files /dev/null and b/static-site/static/pathogen_images/oropouche_map.png differ