diff --git a/static-site/content/featured-analyses.yaml b/static-site/content/featured-analyses.yaml index 455dc457c..e3a9e2b17 100644 --- a/static-site/content/featured-analyses.yaml +++ b/static-site/content/featured-analyses.yaml @@ -78,3 +78,8 @@ description: Rabies virus evolution and spread img: rabies_tree.png url: /rabies + +- name: Yellow Fever + description: Yellow fever virus evolution and spread + img: yellow_fever_tree.png + url: /yellow-fever diff --git a/static-site/content/resource-listing.yaml b/static-site/content/resource-listing.yaml index c130657bd..aad8aefce 100644 --- a/static-site/content/resource-listing.yaml +++ b/static-site/content/resource-listing.yaml @@ -129,3 +129,7 @@ coreTiles: img: nextclade_sars_cov_2_tree.png filters: - nextclade + - name: Yellow Fever Virus + img: yellow_fever_tree.png + filters: + - yellow-fever diff --git a/static-site/static/pathogen_images/yellow_fever_tree.png b/static-site/static/pathogen_images/yellow_fever_tree.png new file mode 100644 index 000000000..dca693e5f Binary files /dev/null and b/static-site/static/pathogen_images/yellow_fever_tree.png differ