Location: Sneyd, Dufour, 2002 @ 66978ca7c4ee / sneyd_dufour_2002.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:46:15+12:00
Desc:
committing version01 of sneyd_dufour_2002
Permanent Source URI:
https://models.cellml.org/workspace/sneyd_dufour_2002/rawfile/66978ca7c4ee191103c73ba0fbf6cb59befcf13b/sneyd_dufour_2002.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  sneyd_model_2002.xml

CREATED :  20th March 2002

LAST MODIFIED : 9th April 2003

AUTHOR :  Catherine Lloyd
          The Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.0 Specification released on
10th August 2001, and the 16/01/2002 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of James Sneyd and Jean-Francois Dufuor's 2002 dynamic model of the type-2 inositol triphosphate receptor.

CHANGES:  
  18/07/2002 - CML - Added more metadata.
  09/04/2003 - AAC - Added publication date information.  
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="sneyd_dufour_2002_version01" name="sneyd_dufour_2002_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>A Dynamic Model Of The Type-2 Inositol Triphosphate Receptor</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This is the original unchecked version of the model imported from the previous
            CellML model repository, 24-Jan-2006.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
Oscillations and waves in the concentration of free intracellular calcium ions (Ca<superscript>2+</superscript>) are seen in many cell types and are known to be an important intra- and intercellular signalling system.  It is therefore of interest to determine the mechanisms underlying such complex dynamic behaviour.  One of the most important of these mechanisms is the inositol triphosphate receptor (IPR), which also functions as a Ca<superscript>2+</superscript> channel.  Models of the IPR play a central role in models of Ca<superscript>2+</superscript> oscillations and waves.  However, many models of this receptor do not agree with recent experimental data on the dynamic responses of the receptor.
</para>

<para>
In their 2002 dynamic model of the type-2 IPR, which is based on dynamic and steady-state experimental data, James Sneyd and Jean-Francois Dufour demonstrate that Ca<superscript>2+</superscript> binds to the receptor using saturating, not mass-action kinetics.  Their model is similar to the Michaelis-Menten model of an enzyme-catalysed reaction (see <xref linkend="fig_simplified_diagram"/> below).  The model assumes that the binding of IP<subscript>3</subscript> (denoted by p in the diagram below) and Ca<superscript>2+</superscript> is sequential , not independent, so Ca<superscript>2+</superscript> can bind to the activating site only after IP<subscript>3</subscript> has bound.
</para>

<para>
The complete original paper reference is cited below:
</para>

<para>
<ulink url="http://www.pnas.org/cgi/content/abstract/99/4/2398">A dynamic model of the type-2 inositol triphosphate receptor</ulink>, James Sneyd and Jean-Francois Dufour, 2002, <ulink url="http://www.pnas.org/">
            <emphasis>Proceedings of the National Academy of Sciences </emphasis>
          </ulink>, 99, 2398-2403. (A <ulink url="http://www.pnas.org/cgi/reprint/99/4/2398.pdf">PDF</ulink> of the article is available to subscribers of the PNAS website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=11842185&amp;dopt=Abstract">PubMed ID: 11842185</ulink> 
</para>

<para>
The raw CellML description of the dynamic model of the type-2 inositol triphosphate receptor can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>.
</para>

<informalfigure float="0" id="fig_simplified_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>A simplified diagram of the IPR model</title>
    </objectinfo>
    <imagedata fileref="sneyd_2002.png"/>
  </imageobject>
</mediaobject>
<caption>A simplified diagram of the IPR model, where R represents the free receptor, O is the open state of the channel, A is the activated state of the channel and I<subscript>1</subscript>, I<subscript>2</subscript>, and S are three inactive states.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
  
  <!--
    Below, we define some additional units for association with variables and
    constants within the model. The identifiers are fairly self-explanatory.
  -->
  
  <units name="micromolar">
    <unit units="mole" prefix="micro"/>
    <unit units="litre" exponent="-1"/>
  </units>
  
  <units name="flux">
    <unit units="micromolar"/>
    <unit units="second" exponent="-1"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit units="second" exponent="-1"/>
  </units>
  
  <units name="second_order_rate_constant">
    <unit units="micromolar" exponent="-1"/>
    <unit units="second" exponent="-1"/>
  </units>
  
  <!--
    The "environment" component is used to declare variables that are used by
    all or most of the other components, in this case just "time".
  -->
  
  <component name="environment">
    <variable units="second" public_interface="out" name="time"/>
  </component>
  
  <!--
    The following components describe all the reactants and products involved in
    reactions. 
  -->
  
  <component cmeta:id="R" name="R">
     
    <variable units="micromolar" public_interface="out" name="R"/> 
    <variable units="flux" public_interface="in" name="delta_R_rxn_1"/>
    <variable units="flux" public_interface="in" name="delta_R_rxn_2"/> 
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>R</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_R_rxn_1</ci>
          <ci>delta_R_rxn_2</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="O" name="O">
     
    <variable units="micromolar" public_interface="out" name="O"/> 
    <variable units="flux" public_interface="in" name="delta_O_rxn_2"/>
    <variable units="flux" public_interface="in" name="delta_O_rxn_3"/>
    <variable units="flux" public_interface="in" name="delta_O_rxn_4"/> 
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>O</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_O_rxn_2</ci>
          <ci>delta_O_rxn_3</ci>
          <ci>delta_O_rxn_4</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="S" name="S">
     
    <variable units="micromolar" public_interface="out" name="S"/> 
    <variable units="flux" public_interface="in" name="delta_S_rxn_3"/>
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>S</ci> 
        </apply>
        <ci>delta_S_rxn_3</ci>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="I_1" name="I_1">
     
    <variable units="micromolar" public_interface="out" name="I_1"/> 
    <variable units="flux" public_interface="in" name="delta_I_1_rxn_1"/>
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>I_1</ci> 
        </apply>
        <ci>delta_I_1_rxn_1</ci>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="I_2" name="I_2">
     
    <variable units="micromolar" public_interface="out" name="I_2"/> 
    <variable units="flux" public_interface="in" name="delta_I_2_rxn_5"/>
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>I_2</ci> 
        </apply>
        <ci>delta_I_2_rxn_5</ci>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="A" name="A">
     
    <variable units="micromolar" public_interface="out" name="A"/> 
    <variable units="flux" public_interface="in" name="delta_A_rxn_4"/>
    <variable units="flux" public_interface="in" name="delta_A_rxn_5"/> 
    <variable units="second" public_interface="in" name="time"/> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>A</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_A_rxn_4</ci>
          <ci>delta_A_rxn_5</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <!--
    The following components describe the reactions of the model.
  -->
  
  <component name="reaction_rate_constants">
    <variable units="first_order_rate_constant" public_interface="out" name="phi_1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="phi_2"/>
    <variable units="first_order_rate_constant" public_interface="out" name="phi_2b"/>
    <variable units="second_order_rate_constant" public_interface="out" name="phi_3"/>
    <variable units="first_order_rate_constant" public_interface="out" name="phi_4"/>
    <variable units="first_order_rate_constant" public_interface="out" name="phi_4b"/>
    <variable units="first_order_rate_constant" public_interface="out" name="phi_5"/>
   
    <variable units="second_order_rate_constant" name="k_1a" initial_value="0.64"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k_1b" initial_value="0.04"/>
    <variable units="second_order_rate_constant" name="k_2a" initial_value="37.4"/>
    <variable units="first_order_rate_constant" name="k_2b" initial_value="1.4"/>
    <variable units="second_order_rate_constant" name="k_3a" initial_value="0.11"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k_3b" initial_value="29.8"/>
    <variable units="second_order_rate_constant" name="k_4a" initial_value="4.0"/> 
    <variable units="first_order_rate_constant" name="k_4b" initial_value="0.54"/>
    <variable units="first_order_rate_constant" name="l_2a" initial_value="1.7"/>
    <variable units="first_order_rate_constant" public_interface="out" name="l_2b" initial_value="0.8"/>  
    <variable units="second_order_rate_constant" name="l_4a" initial_value="1.7"/>
    <variable units="second_order_rate_constant" name="l_4b" initial_value="2.5"/>
    <variable units="first_order_rate_constant" name="l_6a" initial_value="4707.0"/>
    <variable units="first_order_rate_constant" name="l_6b" initial_value="11.4"/>
    <variable units="micromolar" name="L_1" initial_value="0.12"/>
    <variable units="micromolar" name="L_3" initial_value="0.025"/>
    <variable units="micromolar" name="L_5" initial_value="54.7"/>
    <variable units="micromolar" name="c"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="phi_1_calculation">
        <eq/>
        <ci> phi_1 </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <apply>
              <plus/>
              <apply>
                <times/>
                <ci> k_1a </ci>
                <ci> L_1 </ci>
              </apply>
              <ci> l_2a </ci>
            </apply>
            <ci> c </ci>
          </apply>
          <apply>
            <plus/>
            <ci> L_1 </ci>
            <apply>
              <times/>
              <ci> c </ci>
              <apply>
                <plus/>
                <cn cellml:units="dimensionless"> 1.0 </cn>
                <apply>
                  <divide/>
                  <ci> L_1 </ci>
                  <ci> L_3 </ci>
                </apply>
              </apply>
            </apply>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_2_calculation">
        <eq/>
        <ci> phi_2 </ci>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> k_2a </ci>
              <ci> L_3 </ci>
            </apply>
            <apply>
              <times/>
              <ci> l_4a </ci>
              <ci> c </ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <ci> L_3 </ci>
            <apply>
              <times/>
              <ci> c </ci>
              <apply>
                <plus/>
                <cn cellml:units="dimensionless"> 1.0 </cn>
                <apply>
                  <divide/>
                  <ci> L_3 </ci>
                  <ci> L_1 </ci>
                </apply>
              </apply>
            </apply>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_2b_calculation">
        <eq/>
        <ci> phi_2b </ci>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci> k_2b </ci>
            <apply>
              <times/>
              <ci> l_4b </ci>
              <ci> c </ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <cn cellml:units="dimensionless"> 1.0 </cn>
            <apply>
              <divide/>
              <ci> c </ci>
              <ci> L_5 </ci>
            </apply>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_3_calculation">
        <eq/>
        <ci> phi_3 </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci> k_3a </ci>
            <ci> L_5 </ci>
          </apply>
          <apply>
            <plus/>
            <ci> c </ci>
            <ci> L_5 </ci>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_4_calculation">
        <eq/>
        <ci> phi_4 </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <apply>
              <plus/>
              <apply>
                <times/>
                <ci> k_4a </ci>
                <ci> L_5 </ci>
              </apply>
              <ci> l_6a </ci>
            </apply>
            <ci> c </ci>
          </apply>
          <apply>
            <plus/>
            <ci> c </ci>
            <ci> L_5 </ci>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_4b_calculation">
        <eq/>
        <ci> phi_4b </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <apply>
              <plus/>
              <apply>
                <times/>
                <ci> k_1a </ci>
                <ci> L_1 </ci>
              </apply>
              <ci> l_2a </ci>
            </apply>
            <ci> c </ci>
          </apply>
          <apply>
            <plus/>
            <ci> c </ci>
            <ci> L_1 </ci>
          </apply>
        </apply>
      </apply>
      
      <apply id="phi_5_calculation">
        <eq/>
        <ci> phi_5 </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci> L_1 </ci>
            <apply>
              <plus/>
              <ci> k_4b </ci>
              <ci> l_6b </ci>
            </apply>
            <ci> c </ci>
          </apply>
          <apply>
            <plus/>
            <ci> c </ci>
            <ci> L_1 </ci>
          </apply>
        </apply>
      </apply>
    </math>     
  </component>                   
              
  <component name="reaction1">
    <variable units="micromolar" public_interface="in" name="R"/>
    <variable units="micromolar" public_interface="in" name="I_1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k_1b"/>
    <variable units="first_order_rate_constant" public_interface="in" name="l_2b"/>
    <variable units="flux" public_interface="out" name="delta_R_rxn_1"/>
    <variable units="flux" public_interface="out" name="delta_I_1_rxn_1"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="R">
        <role stoichiometry="1" direction="forward" delta_variable="delta_R_rxn_1" role="reactant"/>
      </variable_ref>
      <variable_ref variable="I_1">
        <role stoichiometry="1" direction="forward" delta_variable="delta_I_1_rxn_1" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> phi_1 </ci>
                    <ci> R </ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <apply>
                    <plus/>
                    <ci> l_2b  </ci>
                    <ci> k_1b  </ci>
                  </apply>
                  <ci> I_1 </ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction2">
    <variable units="micromolar" public_interface="in" name="R"/>
    <variable units="micromolar" public_interface="in" name="O"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_2b"/>
    <variable units="micromolar" name="p"/>
    <variable units="flux" public_interface="out" name="delta_R_rxn_2"/>
    <variable units="flux" public_interface="out" name="delta_O_rxn_2"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="R">
        <role stoichiometry="1" direction="forward" delta_variable="delta_R_rxn_2" role="reactant"/>
      </variable_ref>
      <variable_ref variable="O">
        <role stoichiometry="1" direction="forward" delta_variable="delta_O_rxn_2" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> phi_2 </ci>
                    <ci> R </ci>
                    <ci> p </ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> phi_2b  </ci>
                  <ci> O </ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction3">
    <variable units="micromolar" public_interface="in" name="S"/>
    <variable units="micromolar" public_interface="in" name="O"/>
    <variable units="second_order_rate_constant" public_interface="in" name="phi_3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k_3b"/>
    <variable units="flux" public_interface="out" name="delta_S_rxn_3"/>
    <variable units="flux" public_interface="out" name="delta_O_rxn_3"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="O">
        <role stoichiometry="1" direction="forward" delta_variable="delta_O_rxn_3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S_rxn_3" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> phi_3 </ci>
                    <ci> O </ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> k_3b  </ci>
                  <ci> S </ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component> 
  
  <component name="reaction4">
    <variable units="micromolar" public_interface="in" name="A"/>
    <variable units="micromolar" public_interface="in" name="O"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_4b"/>
    <variable units="flux" public_interface="out" name="delta_A_rxn_4"/>
    <variable units="flux" public_interface="out" name="delta_O_rxn_4"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="O">
        <role stoichiometry="1" direction="forward" delta_variable="delta_O_rxn_4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="A">
        <role stoichiometry="1" direction="forward" delta_variable="delta_A_rxn_4" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> phi_4 </ci>
                    <ci> O </ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> phi_4b  </ci>
                  <ci> A </ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction5">
    <variable units="micromolar" public_interface="in" name="A"/>
    <variable units="micromolar" public_interface="in" name="I_2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="phi_5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k_1b"/>
    <variable units="first_order_rate_constant" public_interface="in" name="l_2b"/>
    <variable units="flux" public_interface="out" name="delta_A_rxn_5"/>
    <variable units="flux" public_interface="out" name="delta_I_2_rxn_5"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="A">
        <role stoichiometry="1" direction="forward" delta_variable="delta_A_rxn_5" role="reactant"/>
      </variable_ref>
      <variable_ref variable="I_2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_I_2_rxn_5" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> phi_5 </ci>
                    <ci> A </ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <apply>
                    <plus/>
                    <ci> l_2b  </ci>
                    <ci> k_1b  </ci>
                  </apply>
                  <ci> I_2 </ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <connection>
    <map_components component_2="environment" component_1="R"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="O"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="I_1"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="I_2"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="A"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_rate_constants" component_1="reaction1"/>
    <map_variables variable_2="phi_1" variable_1="phi_1"/>
    <map_variables variable_2="k_1b" variable_1="k_1b"/>
    <map_variables variable_2="l_2b" variable_1="l_2b"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_rate_constants" component_1="reaction2"/>
    <map_variables variable_2="phi_2" variable_1="phi_2"/>
    <map_variables variable_2="phi_2b" variable_1="phi_2b"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_rate_constants" component_1="reaction3"/>
    <map_variables variable_2="phi_3" variable_1="phi_3"/>
    <map_variables variable_2="k_3b" variable_1="k_3b"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_rate_constants" component_1="reaction4"/>
    <map_variables variable_2="phi_4" variable_1="phi_4"/>
    <map_variables variable_2="phi_4b" variable_1="phi_4b"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_rate_constants" component_1="reaction5"/>
    <map_variables variable_2="phi_5" variable_1="phi_5"/>
    <map_variables variable_2="k_1b" variable_1="k_1b"/>
    <map_variables variable_2="l_2b" variable_1="l_2b"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="R"/>
    <map_variables variable_2="R" variable_1="R"/>
    <map_variables variable_2="delta_R_rxn_1" variable_1="delta_R_rxn_1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction2" component_1="R"/>
    <map_variables variable_2="R" variable_1="R"/>
    <map_variables variable_2="delta_R_rxn_2" variable_1="delta_R_rxn_2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction3" component_1="S"/>
    <map_variables variable_2="S" variable_1="S"/>
    <map_variables variable_2="delta_S_rxn_3" variable_1="delta_S_rxn_3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction3" component_1="O"/>
    <map_variables variable_2="O" variable_1="O"/>
    <map_variables variable_2="delta_O_rxn_3" variable_1="delta_O_rxn_3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction2" component_1="O"/>
    <map_variables variable_2="O" variable_1="O"/>
    <map_variables variable_2="delta_O_rxn_2" variable_1="delta_O_rxn_2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction4" component_1="O"/>
    <map_variables variable_2="O" variable_1="O"/>
    <map_variables variable_2="delta_O_rxn_4" variable_1="delta_O_rxn_4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="I_1"/>
    <map_variables variable_2="I_1" variable_1="I_1"/>
    <map_variables variable_2="delta_I_1_rxn_1" variable_1="delta_I_1_rxn_1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction5" component_1="I_2"/>
    <map_variables variable_2="I_2" variable_1="I_2"/>
    <map_variables variable_2="delta_I_2_rxn_5" variable_1="delta_I_2_rxn_5"/>
  </connection> 
  
  <connection>
    <map_components component_2="reaction4" component_1="A"/>
    <map_variables variable_2="A" variable_1="A"/>
    <map_variables variable_2="delta_A_rxn_4" variable_1="delta_A_rxn_4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction5" component_1="A"/>
    <map_variables variable_2="A" variable_1="A"/>
    <map_variables variable_2="delta_A_rxn_5" variable_1="delta_A_rxn_5"/>
  </connection>


<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#25d69692-8b27-4053-aab1-e378fbce16d9">
    <rdf:li>IP3 receptor</rdf:li>
    <rdf:li>calcium dynamics</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#2dedee0a-2b34-4f50-869f-517651f03c02">
    <rdf:li rdf:resource="rdf:#1aed6670-8411-4965-ab78-87be97840252"/>
    <rdf:li rdf:resource="rdf:#11afce4a-3112-491d-83bb-d25128efd54c"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#f12bc8cd-99ef-433c-a737-a1f50ae75298">
    <vCard:ORG rdf:resource="rdf:#88b08bbb-a145-49c8-893c-19d8a7da9595"/>
    <vCard:EMAIL rdf:resource="rdf:#7884838e-827c-46d0-a1cb-21e827176b99"/>
    <vCard:N rdf:resource="rdf:#39b81e56-becf-4214-ac0e-dfdd23063535"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7884838e-827c-46d0-a1cb-21e827176b99">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f2fd9e27-6ebc-478a-a478-b9e24cc3e1af">
    <dcterms:modified rdf:resource="rdf:#91700266-1c76-4807-84a0-d8e19a2acd9f"/>
    <rdf:value>
          Added publication date information.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#2b2d1e7b-4d6d-48ca-8e8c-739562fd7ae0"/>
  </rdf:Description>
  <rdf:Description rdf:about="#R">
    <dcterms:alternative>Receptor</dcterms:alternative>
    <dc:title>R</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#S">
    <dcterms:alternative>Shut state</dcterms:alternative>
    <dc:title>S</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#39b81e56-becf-4214-ac0e-dfdd23063535">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ee26565f-c519-4d22-8992-f6236745e924">
    <dc:creator rdf:resource="rdf:#9ebea755-19bf-4020-9491-554c6c852f6f"/>
    <rdf:value>
          This is the CellML description of Sneyd and Dufour's 2002 dynamic 
          model of type-2 inositol triphosphate receptor.  The dynamic 
          properties of this receptor are essential for the control of 
          intracellular calcium, including the generation of calcium 
          oscillations and waves.
        </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#88b08bbb-a145-49c8-893c-19d8a7da9595">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="#A">
    <dcterms:alternative>Active state</dcterms:alternative>
    <dc:title>A</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#424df615-d9a5-4ddd-b1ca-775bc0a8f29d">
    <dc:subject rdf:resource="rdf:#d4451767-ee3c-4216-86d5-473b0e2645db"/>
  </rdf:Description>
  <rdf:Description rdf:about="#O">
    <dcterms:alternative>Open state</dcterms:alternative>
    <dc:title>O</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#sneyd_dufour_2002_version01">
    <dc:title>
        The Sneyd-Dufour 2002 dynamic model of the type-2 inositol triphosphate 
        receptor.
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#ee26565f-c519-4d22-8992-f6236745e924"/>
    <bqs:reference rdf:resource="rdf:#0583a447-aa77-4171-a90e-2f554c8e2f56"/>
    <bqs:reference rdf:resource="rdf:#424df615-d9a5-4ddd-b1ca-775bc0a8f29d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8889e950-472b-4acd-b0f9-a4a25ec52244">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#48bcfa67-38a7-4e5f-8ef1-6a21d3f31112">
    <vCard:Given>Jean-Francois</vCard:Given>
    <vCard:Family>Dufour</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#26e1f577-6f86-41f6-a01d-71553fce0f27">
    <vCard:Given>James</vCard:Given>
    <vCard:Family>Sneyd</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#000c198c-6036-4fcd-a784-f7a9a3a0e8b9">
    <dcterms:W3CDTF>2002-03-20</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#dee90f22-e716-4b31-9003-7dc6df7c4e98">
    <vCard:N rdf:resource="rdf:#8889e950-472b-4acd-b0f9-a4a25ec52244"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9ebea755-19bf-4020-9491-554c6c852f6f">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9a306ba9-2b03-4ed3-95dd-48eaf538b239">
    <dc:creator rdf:resource="rdf:#2dedee0a-2b34-4f50-869f-517651f03c02"/>
    <dc:title>
            A dynamic model of the type-2 inositol triphosphate receptor
          </dc:title>
    <bqs:volume>99</bqs:volume>
    <bqs:first_page>2398</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#b7fd8789-0f91-4085-be3d-10dc190a1bb2"/>
    <dcterms:issued rdf:resource="rdf:#27537e59-c371-4c83-a491-8d96d623fc9a"/>
    <bqs:last_page>2403</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#27537e59-c371-4c83-a491-8d96d623fc9a">
    <dcterms:W3CDTF>2002-02-19</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="#I_2">
    <dcterms:alternative>Inactive state 2</dcterms:alternative>
    <dc:title>I_1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#I_1">
    <dcterms:alternative>Inactive state 1</dcterms:alternative>
    <dc:title>I_1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2b2d1e7b-4d6d-48ca-8e8c-739562fd7ae0">
    <vCard:N rdf:resource="rdf:#ca90cc7b-a01e-4e44-bbe8-4a31d767c16a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#91700266-1c76-4807-84a0-d8e19a2acd9f">
    <dcterms:W3CDTF>2003-04-09</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c7836f80-ac5e-40bf-af55-cdb6796fba40">
    <dcterms:W3CDTF>2002-07-18</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0583a447-aa77-4171-a90e-2f554c8e2f56">
    <bqs:Pubmed_id>11842185</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#9a306ba9-2b03-4ed3-95dd-48eaf538b239"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d4451767-ee3c-4216-86d5-473b0e2645db">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#25d69692-8b27-4053-aab1-e378fbce16d9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ca90cc7b-a01e-4e44-bbe8-4a31d767c16a">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <cmeta:modification rdf:resource="rdf:#3c8caa04-59ce-42d3-8cff-a41b4fe1384e"/>
    <cmeta:modification rdf:resource="rdf:#f2fd9e27-6ebc-478a-a478-b9e24cc3e1af"/>
    <dcterms:created rdf:resource="rdf:#000c198c-6036-4fcd-a784-f7a9a3a0e8b9"/>
    <dc:creator rdf:resource="rdf:#f12bc8cd-99ef-433c-a737-a1f50ae75298"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3c8caa04-59ce-42d3-8cff-a41b4fe1384e">
    <dcterms:modified rdf:resource="rdf:#c7836f80-ac5e-40bf-af55-cdb6796fba40"/>
    <rdf:value>
          Added more metadata.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#dee90f22-e716-4b31-9003-7dc6df7c4e98"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1aed6670-8411-4965-ab78-87be97840252">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#26e1f577-6f86-41f6-a01d-71553fce0f27"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b7fd8789-0f91-4085-be3d-10dc190a1bb2">
    <dc:title>PNAS</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#11afce4a-3112-491d-83bb-d25128efd54c">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#48bcfa67-38a7-4e5f-8ef1-6a21d3f31112"/>
  </rdf:Description>
</rdf:RDF>
</model>