{% 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)

The core Nextstrain team is

{% 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="Ivan Aksamentov", image="ivan-aksamentov.jpg", link="https://neherlab.org/ivan-aksamentov.html") }}, {{ TeamMember(name="Jennifer Chang", image="jennifer-chang.jpg", link="https://bedford.io/team/jennifer-chang/") }}, {{ 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="John Huddleston", image="john-huddleston.jpg", link="http://bedford.io/team/john-huddleston/") }}, {{ TeamMember(name="Jover Lee", image="jover-lee.jpg", link="http://bedford.io/team/jover-lee/") }}, {{ TeamMember(name="Victor Lin", image="victor-lin.png", link="https://bedford.io/team/victor-lin/") }}, {{ TeamMember(name="Cornelius Roemer", image="cornelius-roemer.jpg", link="https://neherlab.org/cornelius-roemer.html") }}, {{ TeamMember(name="Thomas Sibley", image="thomas-sibley.jpg", link="https://bedford.io/team/thomas-sibley/") }}

Please see the team page for more details.



{% endblock %}