Location: VPH-MIP case study on CellML @ a29bfba242e7 / components / IK.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2012-08-28 16:59:24+12:00
Desc:
replacing CellML simulation metadata with CSim summary description; bubbling up membrane currents and potential to allow output/referencing via SED-ML.
Permanent Source URI:
http://models.cellml.org/w/andre/VPH-MIP/rawfile/a29bfba242e747b82657c6d2d782937d0a01be79/components/IK.xml

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

<model
      name="IK"
      cmeta:id="IK_model"
      xmlns="http://www.cellml.org/cellml/1.1#"
      xmlns:cellml="http://www.cellml.org/cellml/1.1#"
      xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
      xmlns:xlink="http://www.w3.org/1999/xlink">
  <rdf:RDF
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
          xmlns:bqs="http://www.cellml.org/bqs/1.0#"
          xmlns:dc="http://purl.org/dc/elements/1.1/"
          xmlns:dcterms="http://purl.org/dc/terms/"
          xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
    <rdf:Description rdf:about="">
      <dc:creator rdf:parseType="Resource">
        <vCard:N rdf:parseType="Resource">
          <vCard:Family>Nickerson</vCard:Family>
          <vCard:Given>David</vCard:Given>
        </vCard:N>
        <vCard:EMAIL rdf:parseType="Resource">
          <rdf:value>david.nickerson@nus.edu.sg</rdf:value>
          <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
        </vCard:EMAIL>
        <vCard:ORG rdf:parseType="Resource">
          <vCard:Orgname>National University of Singapore</vCard:Orgname>
          <vCard:Orgunit>Division of Bioengineering</vCard:Orgunit>
        </vCard:ORG>
      </dc:creator>
      <dcterms:created rdf:parseType="Resource">
        <dcterms:W3CDTF>2008-03-12</dcterms:W3CDTF>
      </dcterms:created>
      <dc:publisher>
        Division of Bioengineering, National University of Singapore
      </dc:publisher>
    </rdf:Description>
    <rdf:Description rdf:about="#IK_model">
      <dc:title>
        Hodgkin-Huxley potassium current.
      </dc:title>
      <cmeta:comment rdf:parseType="Resource">
        <rdf:value>
          A CellML description of the Hodgkin &amp; Huxley potassium current, IK.
        </rdf:value>
        <dc:creator rdf:parseType="Resource">
          <vCard:FN>David Nickerson</vCard:FN>
        </dc:creator>
      </cmeta:comment>
      <cmeta:modification rdf:parseType="Resource">
        <rdf:value>
          Splitting out alpha_n and beta_n components to their own model to test out a possible bug in the API implementation which arises when importing encapsulated children directly into other models.
        </rdf:value>
        <cmeta:modifier rdf:parseType="Resource">
          <vCard:FN>David Nickerson</vCard:FN>
        </cmeta:modifier>
        <dcterms:modified rdf:parseType="Resource">
          <dcterms:W3CDTF>2008-08-11</dcterms:W3CDTF>
        </dcterms:modified>
      </cmeta:modification>
    </rdf:Description>
  </rdf:RDF>
  <import xlink:href="units.xml">
    <units name="K" units_ref="K"/>
    <units name="ms" units_ref="ms"/>
    <units name="mV" units_ref="mV"/>
    <units name="per_ms" units_ref="per_ms"/>
    <units name="per_ms_mV" units_ref="per_ms_mV"/>
    <units name="uA_per_cmsq" units_ref="uA_per_cmsq"/>
    <units name="mS_per_cmsq" units_ref="mS_per_cmsq"/>
  </import>
  <import xlink:href="gating-variable.xml">
    <component name="n_gate" component_ref="hh_gating_variable_dynamic"/>
  </import>
  <import xlink:href="IK-gating-rates.xml">
    <component cmeta:id="alpha_n_component" name="alpha_n" component_ref="alpha_n"/>
    <component cmeta:id="beta_n_component" name="beta_n" component_ref="beta_n"/>
  </import>
  <component name="IK" cmeta:id="IK_component">
    <rdf:RDF
            xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
            xmlns:dc="http://purl.org/dc/elements/1.1/">
      <rdf:Description rdf:about="#IK_component">
        <dc:title>
          Hodgkin &amp; Huxley potassium current.
        </dc:title>
        <cmeta:comment rdf:parseType="Resource">
          <rdf:value>
            A description of the membrane potassium current of the Hodgkin &amp; Huxley (1952) model.
          </rdf:value>
        </cmeta:comment>
      </rdf:Description>
      <rdf:Description rdf:about="#IK_calculation">
        <cmeta:comment rdf:parseType="Resource">
          <rdf:value>
            Represents equation 4 of the Hodgkin &amp; Huxley (1952) model used to calculate the potassium current for a specified value of membrane potential at a given temperature.
          </rdf:value>
        </cmeta:comment>
      </rdf:Description>
    </rdf:RDF>
    <variable cmeta:id="IK" name="IK" public_interface="out"
              private_interface="out" units="uA_per_cmsq"/>
    <variable cmeta:id="n_initial" name="n_initial" public_interface="in"
              private_interface="out" units="dimensionless"/>
    <variable cmeta:id="n" name="n" public_interface="out" private_interface="in"
              units="dimensionless"/>
    <variable cmeta:id="time" name="time" public_interface="in" 
              private_interface="out" units="ms"/>
    <variable cmeta:id="Tref" name="Tref" public_interface="in"
              private_interface="out" units="K"/>
    <variable cmeta:id="T" name="T" public_interface="in"
              private_interface="out" units="K"/>
    <variable cmeta:id="Q10" name="Q10" public_interface="in"
              private_interface="out" units="dimensionless"/>
    <variable cmeta:id="V" name="V" public_interface="in"
              private_interface="out" units="mV"/>
    <variable cmeta:id="VK" name="VK" public_interface="in"
              private_interface="out" units="mV"/>
    <variable cmeta:id="gK" name="gK" public_interface="out"
              private_interface="out" units="mS_per_cmsq"/>
    <variable cmeta:id="gK_max" name="gK_max" public_interface="in"
              private_interface="out" units="mS_per_cmsq"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="IK_calculation"><eq/>
        <ci>IK</ci>
        <apply><times/>
          <ci>gK</ci>
          <apply><minus/>
            <ci>V</ci>
            <ci>VK</ci>
          </apply>
        </apply>
      </apply>
    </math>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="gK_calculation"><eq/>
        <ci>gK</ci>
        <apply><times/>
          <ci>gK_max</ci>
          <apply><power/>
            <ci>n</ci>
            <cn cellml:units="dimensionless">4.0</cn>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <group>
    <relationship_ref relationship="encapsulation"/>
    <component_ref component="IK">
      <component_ref component="alpha_n"/>
      <component_ref component="beta_n"/>
      <component_ref component="n_gate"/>
    </component_ref>
  </group>
  <connection>
    <map_components component_1="IK" component_2="n_gate"/>
    <map_variables variable_1="time" variable_2="time"/>
    <map_variables variable_1="n_initial" variable_2="gate_initial"/>
    <map_variables variable_1="n" variable_2="gate"/>
  </connection>
  <connection>
    <map_components component_1="IK" component_2="alpha_n"/>
    <map_variables variable_1="Q10" variable_2="Q10"/>
    <map_variables variable_1="T" variable_2="T"/>
    <map_variables variable_1="Tref" variable_2="Tref"/>
    <map_variables variable_1="V" variable_2="V"/>
  </connection>
  <connection>
    <map_components component_1="IK" component_2="beta_n"/>
    <map_variables variable_1="Q10" variable_2="Q10"/>
    <map_variables variable_1="T" variable_2="T"/>
    <map_variables variable_1="Tref" variable_2="Tref"/>
    <map_variables variable_1="V" variable_2="V"/>
  </connection>
  <connection>
    <map_components component_1="n_gate" component_2="alpha_n"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
  </connection>
  <connection>
    <map_components component_1="n_gate" component_2="beta_n"/>
    <map_variables variable_1="beta" variable_2="beta"/>
  </connection>
</model>