{% extends 'base.html' %} {% import 'shared/pub.html' as pub %} {% block title %} {{page.title}} {% endblock %} {% block body %}
Published: {{article.publishdate}}
{% if article.lastpublishdate %}
Last edited: {{article.lastpublishdate}}
{{pub.authorlist(article)}}
View publication |
{% if article.doi %}
To cite this Physiome article, cite the whole collection at the DOI: {{article.doi}}, and the Primary Publication at the DOI: {{article.primarypaperurl}}. All Physiome articles are published as a collection containing the manuscript as a PDF file and the model implementation as an OMEX file. {% endif %} |
{% if article.abstract %} Abstract: {{article.abstract}}
{% endif %} {% if article.references %} References:{{article.references}}
{% endif %} {% if article.primarypaper %} {% endif %} {% if article.documents %}Extra documents: {% for doc in article.documents %} {% if loop.index is odd %} {{doc}} {% else %} {% endif %} {% endfor %}
{% else %} {% endif %}