Skip to content

Commit

Permalink
Merge pull request #1030 from nextstrain/adding_oropouche
Browse files Browse the repository at this point in the history
making the oropouche build live and adding it to the splash page
  • Loading branch information
trvrb authored Sep 27, 2024
2 parents ee79330 + 24efe7d commit be2b044
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/manifest_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,14 @@
"default": "sars-cov-2"
}
},
"oropouche": {
"segment": {
"L": "",
"M": "",
"S": "",
"default": "L"
}
},
"rabies": "",
"rsv": {
"type": {
Expand Down
1 change: 1 addition & 0 deletions src/routing/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const coreBuildPaths = [
"/mpox", // monkeypox URLs will redirect to /mpox (except for datestamped URLs)
"/ncov",
"/nextclade",
"/oropouche",
"/rabies",
"/rsv",
"/seasonal-cov",
Expand Down
5 changes: 5 additions & 0 deletions static-site/content/featured-analyses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions static-site/content/resource-listing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ coreShowcase:
img: rabies_tree.png
filters:
- rabies
- name: Oropouche
img: oropouche_map.png
filters:
- oropouche
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be2b044

Please sign in to comment.