{% extends 'base.html' %} {% import 'shared/pub.html' as pub %} {% block title %}The Physiome Journal{% endblock %} {% block body %} <head> <title>The Physiome Journal</title> </head> <div class="callout"> <p><em><strong>Physiome</strong></em> publishes mathematical models of physiological processes where the experimental details have been published or accepted for publication in a recognised 'primary' peer-reviewed journal in the field of physiological modelling. A <em><strong>Physiome</strong></em> article thus provides a citable link between the published model and its implementation, and is designed to be read side-by-side with the associated primary paper. </p> <p>The aim is to confirm the reproducibility and reusability these published models. Therefore, <em><strong>Physiome</strong></em> editors will help as much as is currently possible with model curation and annotation to ensure that the modeling results claimed in the primary paper are consistent with the published model. </p> <p><em><strong>Physiome</strong></em> curators will also help authors ensure that models and simulation experiments are made available using appropriate community standards prior to acceptance for publication. When aspects of a computational modelling study are not able to be encoded in standard formats, <em><strong>Physiome</strong></em> curators will help authors ensure their work is as open, reproducible, and reusable as possible.</p> <p> <em><strong>Physiome</strong></em> is open access with a low Author Processing Charge. All <em><strong>Physiome</strong></em> articles are available on <a href="https://physiome.figshare.com/" target="_blank" rel="noopener noreferrer">figshare</a> including details on the implementation</p> <!-- Models can be displayed and, in some cases, run directly from the journal website with freely available open source software. --> <!-- <p>Meet our <a style="color:#580078" href="{{SITEURL}}/editorial-board.html">Editorial Board.</a></p> --> <div style = "text-align: center;"> <style> .button { border: 1px solid #580078; background-color: #580078; color: white; padding: 15px 25px; text-align: center; font-size: 16px; vertical-align: middle; cursor: pointer; margin-bottom: 0; } </style> <a href="instructions-to-authors.html" class="button">Instructions for Authors</a> <!-- <a href="instructions-to-authors.html" class="button">How do I submit a paper?</a> --> </div> </p> </div> <div style = "text-align: center; color:#580078"> <iframe width="560" height="315" src="https://www.youtube.com/embed/6R9-YudCDBY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div style = "text-align: left; color:#580078"> <h3>Latest articles</h3> {{ pub.pubtable(articles_page.object_list[:5]) }} </div> <!-- <a href="{{SITEURL}}/articles/" style="text-align: center; color:#580078; font-size:200%;"><i>View all articles</i></a> --> <a href="{{SITEURL}}/articles/"><p style="text-align: left; color:#580078;font-size:150%;"><i>View all articles</i></p></a> {% endblock %}