{% 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/blob/b1e09e57e91ed0c9343e1cd3104877ec3c5344a4/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

Trevor Bedford , Richard Neher , James Hadfield , Emma Hodcroft , Thomas Sibley , John Huddleston , Jover Lee , Kairsten Fay , Sidney Bell , Colin Megill , Barney Potter , Pavel Sagulenko , Charlton Callender , Misja Ilcisin , Louise Moncla , Allison Black , Anderson Brito , Nate Grubaugh

{% endblock %}