{% extends "sphinx_rtd_theme/footer.html" %} {# The design of the rtd-theme footer template includes content which is not inside a block (and thus not trivial to overwrite). By setting the following variabels we essentially hide footer content which we want to include ourselves. P.S. These variables are only used in the footer. #} {% set show_sphinx = false %} {% set show_copyright = false %} {# Footer design largely replicates https://github.com/nextstrain/nextstrain.org/raw/0c3222d/static-site/src/components/Footer/index.jsx #} {# The following could probably be written in a much nicer, less verbose style. This is/was my first time using Jinja, so i'm falling back onto basic HTML. If you can improve this, please do & show me the way! james oct 2020 #} {% block extrafooter %}
Hadfield et al., Nextstrain: real-time tracking of pathogen evolution , Bioinformatics (2018)

Nextstrain is built by

{% macro TeamMember(name, image, link) %} {% if link %}{% endif %} {{ name |e }} {% if link %}{% endif %} {% endmacro %} {{ TeamMember(name="Trevor Bedford", image="trevor-bedford.jpg", link="http://bedford.io/team/trevor-bedford/") }}, {{ TeamMember(name="Richard Neher", image="richard-neher.jpg", link="https://neherlab.org/richard-neher.html") }}, {{ TeamMember(name="James Hadfield", image="james-hadfield.jpg", link="http://bedford.io/team/james-hadfield/") }}, {{ TeamMember(name="Emma Hodcroft", image="emma-hodcroft.jpg", link="http://emmahodcroft.com/") }}, {{ TeamMember(name="Thomas Sibley", image="thomas-sibley.jpg", link="https://bedford.io/team/thomas-sibley/") }}, {{ TeamMember(name="John Huddleston", image="john-huddleston.jpg", link="http://bedford.io/team/john-huddleston/") }}, {{ TeamMember(name="Ivan Aksamentov", image="ivan-aksamentov.jpg", link="https://neherlab.org/ivan-aksamentov.html") }}, {{ TeamMember(name="Jover Lee", image="jover-lee.jpg", link="http://bedford.io/team/jover-lee/") }}, {{ TeamMember(name="Kairsten Fay", image="kairsten-fay.jpg", link="http://bedford.io/team/kairsten-fay/") }}, {{ TeamMember(name="Moira Zuber", image="moira-zuber.jpg") }}, {{ TeamMember(name="Eli Harkins", image="eli-harkins.jpg", link="https://bedford.io/team/eli-harkins/") }}, {{ TeamMember(name="Misja Ilcisin", image="misja-ilcisin.jpg", link="http://bedford.io/team/misja-ilcisin/") }}, {{ TeamMember(name="Cassia Wagner", image="cassia-wagner.jpg", link="https://bedford.io/team/cassia-wagner/") }}, {{ TeamMember(name="Louise Moncla", image="louise-moncla.jpg", link="http://bedford.io/team/louise-moncla/") }}, {{ TeamMember(name="Allison Black", image="allison-black.jpg", link="http://bedford.io/team/allison-black/") }}, {{ TeamMember(name="Sidney Bell", image="sidney-bell.jpg", link="http://bedford.io/team/sidney-bell/") }}, {{ TeamMember(name="Miguel Parades", image="miguel-parades.jpg", link="https://bedford.io/team/miguel-parades/") }}, {{ TeamMember(name="Colin Megill", image="colin-megill.jpg", link="http://www.colinmegill.com/") }}, {{ TeamMember(name="Barney Potter", image="barney-potter.jpg", link="http://bedford.io/team/barney-potter/") }}, {{ TeamMember(name="Pavel Sagulenko", image="pavel-sagulenko.jpg", link="https://neherlab.org/pavel-sagulenko.html") }}, {{ TeamMember(name="Charlton Callender", image="charlton-callender.jpg", link="http://bedford.io/team/charlton-callender/") }}

{% endblock %}