{% extends 'base.html' %} {% import 'shared/pub.html' as pub %} {% block title %} {{page.title}} {% endblock %} {% block body %} {{article.title}}
Open Access
Reproducible Model
{{article.kind}}

Published: {{article.publishdate}}
{% if article.lastpublishdate %} Last edited: {{article.lastpublishdate}}

{% endif %}



{{article.title}}

{{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.primarypaperurl %} Primary Publication: {{article.primarypapername}} {% else %} Primary Publication: {{article.primarypapername}} {% 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 %}
Is there something wrong with this publication? Contact our curators.

{% if article.pdfid %}
{% endif %} {% if article.archivedescription %}

{% else %} {{article.content}} {% if article.modelviewurl %} {% endif %} {% endif %} {% endblock %}