Location: Practical application of CellML 1.1: The integration of new mechanisms into a human ventricular myocyte model @ d6328d18c94e / experiments / TNNP-S1S2-APDs-template.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2013-05-04 07:40:04+12:00
Desc:
adding initial TODO list to keep track of what I need to do to get things working with more recent tools than my original CellMLSimulator that I used in this paper
Permanent Source URI:
https://models.physiomeproject.org/w/andre/nickerson-2008/rawfile/d6328d18c94e9dad70f4d0e4b250e89429773b62/experiments/TNNP-S1S2-APDs-template.xml

<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:a="http://cellml.sourceforge.net/analysis/1.0#">
  <rdf:Description>
    <a:analysis>
      <rdf:Description rdf:ID="APD-calculation">
        <a:title>APD calculation</a:title>
        <a:analyses rdf:parseType="Collection">
          <rdf:Description>
            <a:APD rdf:parseType="Resource">
              <a:upstroke-derivative-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                5
              </a:upstroke-derivative-threshold>
              <a:resting-potential-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                -85
              </a:resting-potential-threshold>
              <a:resting-potential-derivative-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                0.01
              </a:resting-potential-derivative-threshold>
            </a:APD>
          </rdf:Description>
        </a:analyses>
        <a:graphs rdf:parseType="Collection">
          <rdf:Description>
            <a:graph rdf:resource="GRAPHS#ActionPotentials"/>
          </rdf:Description>
        </a:graphs>
      </rdf:Description>
    </a:analysis>
  </rdf:Description>
</rdf:RDF>