Location: Cooling, Hunter, Crampin, Cellml, 2008 @ b685dbf53979 / IP3.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-04-22 12:07:23+12:00
Desc:
Renamed filename extensions from .cellML to .cellml in the index.html file and in the import references.
Permanent Source URI:
https://models.physiomeproject.org/workspace/cooling_hunter_crampin_CellML_2008/rawfile/b685dbf5397904b58aff4caa68cf2e75e90c6c18/IP3.cellml

<?xml version="1.0" encoding="iso-8859-1"?>
<model
    name="IP3"
    cmeta:id="IP3"
    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#">

<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="#IP3">
        <dc:creator rdf:parseType="Resource">
            <vCard:N rdf:parseType="Resource">
                <vCard:Family>Cooling</vCard:Family>
                <vCard:Given>Michael</vCard:Given>
            </vCard:N>
            <vCard:EMAIL rdf:parseType="Resource">
                <rdf:value>m.cooling@auckland.ac.nz</rdf:value>
                <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet" />
            </vCard:EMAIL>
        </dc:creator>

        <dc:title>Cooling's IP3 Module</dc:title>
    </rdf:Description>
</rdf:RDF> 
<!--
*******************************************************
***         U   N   I   T   S                       ***
*******************************************************
--> 
<units name="s">
    <unit units="second" />
</units>

<units name="uM">
    <unit prefix="micro" units="mole" />
    <unit units="liter" exponent="-1" />
</units>

<units name="uM_per_s">
    <unit units="uM"/>
    <unit units="s" exponent="-1" />
</units>

<!--
********************************************************
***    C   O   M   P   O   N   E   N   T   S         ***
********************************************************
-->
<component name="IP3">
    <variable name="t"  private_interface="in" units="s" />
    <variable name="J_gain_IP3" units="uM_per_s" public_interface="in" />   
    <variable name="IP3"  initial_value="0.0150" units="uM" />

    <math xmlns="http://www.w3.org/1998/Math/MathML"
        cmeta:id="dIP3_dt_eq">
        <apply id="dIP3_dt_eq">
            <eq/> 
            <apply>
                <diff/>
                <bvar>
                    <ci>t</ci>
                </bvar>
                <ci>IP3</ci>
            </apply>
            <ci>J_gain_IP3</ci>
        </apply>
    </math> 
</component>

</model>