Location: Snyed, Wetton, Charles, Sanderson, 1995 @ aae895ac3d18 / sneyd_1995.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-09-03 10:44:14+12:00
Desc:
Added xul and session file, traces and elements not talking
Permanent Source URI:
https://models.cellml.org/workspace/sneyd_wetton_charles_sanderson_1995/rawfile/aae895ac3d189081d8b6af944d3f959e15f8451a/sneyd_1995.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 21/08/2009 at 9:19:39 at a.m. using:

COR (0.9.31.1309)
Copyright 2002-2009 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

CellML 1.0 was used to generate this model
http://www.cellml.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="sneyd_1995" name="sneyd_1995">

<documentation xmlns="http://cellml.org/tmp-documentation">
    <article>
      <section id="sec_status">
        <title>Model Status</title>
        <para>
	This CellML model runs in both OpenCell and COR to reproduce the published results. The units have been checked and they are consistent.
          </para>
      </section>
      <sect1 id="sec_structure">
        <title>Model Structure</title>
        
		<para>ABSTRACT:  In response to mechanical stimulation of a single cell, airway epithelial cells in culture exhibit a wave of increased intracellular free Ca2+ concentration that spreads from cell to cell over a limited distance through the culture. We present a detailed analysis of the intercellular wave in a two-dimensional sheet of cells. The model is based on the hypothesis that the wave is the result of diffusion of inositol trisphosphate (IP3) from the stimulated cell. The two-dimensional model agrees well with experimental data and makes the following quantitative predictions: as the distance from the stimulated cells increases, 1) the intercellular delay increases exponentially, 2) the intracellular wave speed decreases exponentially, and 3) the arrival time increases exponentially. Furthermore, 4) a proportion of the cells at the periphery of the response will exhibit waves of decreased amplitude, 5) the intercellular membrane permeability to IP3 must be approximately 2 microns/s or greater, and 6) the ratio of the maximum concentration of IP3 in the stimulated cell to the Km of the IP3 receptor (with respect to IP3) must be approximately 300 or greater. These predictions constitute a rigorous test of the hypothesis that the intercellular Ca2+ waves are mediated by IP3 diffusion.
        </para>
       
	<para>
	The original paper is cited below:
	</para>
	<para>
	Intercellular calcium waves mediated by diffusion of inositol trisphosphate: a two-dimensional model. J. Sneyd, B.T. Wetton, A.C. Charles and M.J. Sanderson, 1995, American Journal of Physiology, 268, C1537-C1545. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=7611375&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 7611375</ulink>
	</para>

<informalfigure float="0" id="fig_reaction_diagram">
	<mediaobject>
		<imageobject>
			<objectinfo>
			<title>Diagram of model</title>
			</objectinfo>
			<imagedata fileref="sneyd_1995.png"/>
		</imageobject>
	</mediaobject>
<caption>A schematic diagram of the pathway described by the mathematical model.</caption>
</informalfigure>

      </sect1>
    </article>
  </documentation>  
  
  
   <units name="micromolar">
      <unit prefix="micro" units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <units name="flux">
      <unit units="micromolar"/>
      <unit exponent="-1" units="second"/>
   </units>
   <units name="per_second">
      <unit exponent="-1" units="second"/>
   </units>
   <units name="per_sec_square">
      <unit exponent="-2" units="second"/>
   </units>
   <units name="micromolar_per_second">
      <unit units="micromolar"/>
      <unit units="per_second"/>
   </units>
   <units name="micromolar_square_per_second">
      <unit exponent="2" units="micromolar"/>
      <unit units="per_second"/>
   </units>
   <component name="enviroment">
      <variable cmeta:id="enviroment_time" name="time" public_interface="out" units="second"/>
   </component>
   
   <component name="P">
      <variable cmeta:id="P_P" initial_value="0" name="P" public_interface="out" units="micromolar"/>
      <variable initial_value="0.08" name="V_p" units="per_second"/>
      <variable initial_value="1" name="k_p" units="micromolar"/>
      <variable initial_value="0.72" name="IPR_3_flux" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>P</ci>
            </apply>
            <piecewise>
               <piece>
                  <apply>
                     <minus/>
                     <ci>IPR_3_flux</ci>
                     <apply>
                        <divide/>
                        <apply>
                           <times/>
                           <ci>V_p</ci>
                           <ci>P</ci>
                           <ci>k_p</ci>
                        </apply>
                        <apply>
                           <plus/>
                           <ci>k_p</ci>
                           <ci>P</ci>
                        </apply>
                     </apply>
                  </apply>
                  <apply>
                     <leq/>
                     <ci>time</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="second">15</cn>
                  </apply>
               </piece>
               <otherwise>
                  <apply>
                     <divide/>
                     <apply>
                        <times/>
                        <apply>
                           <minus/>
                           <ci>V_p</ci>
                        </apply>
                        <ci>P</ci>
                        <ci>k_p</ci>
                     </apply>
                     <apply>
                        <plus/>
                        <ci>k_p</ci>
                        <ci>P</ci>
                     </apply>
                  </apply>
               </otherwise>
            </piecewise>
         </apply>
      </math>
   </component>
   
   <component name="c">
      <variable cmeta:id="c_c" initial_value="0.3" name="c" public_interface="out" units="micromolar"/>
      <variable name="J_flux" public_interface="in" units="flux"/>
      <variable name="J_pump" public_interface="in" units="flux"/>
      <variable name="J_leak" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>c</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <minus/>
                  <ci>J_flux</ci>
                  <ci>J_pump</ci>
               </apply>
               <ci>J_leak</ci>
            </apply>
         </apply>
      </math>
   </component>
   
   <component name="J_flux">
      <variable cmeta:id="J_flux_J_flux" name="J_flux" public_interface="out" units="flux"/>
      <variable initial_value="3" name="k_flux" units="micromolar_per_second"/>
      <variable name="mu" public_interface="in" units="dimensionless"/>
      <variable name="h" public_interface="in" units="dimensionless"/>
      <variable initial_value="0.11" name="b" units="dimensionless"/>
      <variable name="c" public_interface="in" units="micromolar"/>
      <variable initial_value="0.7" name="k_1" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>J_flux</ci>
            <apply>
               <times/>
               <ci>k_flux</ci>
               <ci>mu</ci>
               <ci>h</ci>
               <apply>
                  <plus/>
                  <ci>b</ci>
                  <apply>
                     <divide/>
                     <apply>
                        <times/>
                        <apply>
                           <minus/>
                           <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                           <ci>b</ci>
                        </apply>
                        <ci>c</ci>
                     </apply>
                     <apply>
                        <plus/>
                        <ci>k_1</ci>
                        <ci>c</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   
   <component name="J_pump">
      <variable cmeta:id="J_pump_J_pump" name="J_pump" public_interface="out" units="flux"/>
      <variable name="c" public_interface="in" units="micromolar"/>
      <variable initial_value="1" name="gamma" units="micromolar_per_second"/>
      <variable initial_value="0.27" name="k_gamma" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>J_pump</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>gamma</ci>
                  <apply>
                     <power/>
                     <ci>c</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  </apply>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>k_gamma</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  </apply>
                  <apply>
                     <power/>
                     <ci>c</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   
   <component name="J_leak">
      <variable cmeta:id="J_leak_J_leak" name="J_leak" public_interface="out" units="flux"/>
      <variable initial_value="0.15" name="beta" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>J_leak</ci>
            <ci>beta</ci>
         </apply>
      </math>
   </component>
   
   <component name="mu">
      <variable name="mu" public_interface="out" units="dimensionless"/>
      <variable name="P" public_interface="in" units="micromolar"/>
      <variable initial_value="0.01" name="k_mu" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>mu</ci>
            <apply>
               <divide/>
               <apply>
                  <power/>
                  <ci>P</ci>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">3</cn>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>k_mu</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">3</cn>
                  </apply>
                  <apply>
                     <power/>
                     <ci>P</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">3</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="h">
      <variable initial_value="1" name="h" public_interface="out" units="dimensionless"/>
      <variable name="c" public_interface="in" units="micromolar"/>
      <variable initial_value="0.7" name="k_2" units="micromolar"/>
      <variable initial_value="0.2" name="tau_h" units="second"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>h</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <minus/>
                  <apply>
                     <divide/>
                     <apply>
                        <power/>
                        <ci>k_2</ci>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     </apply>
                     <apply>
                        <plus/>
                        <apply>
                           <power/>
                           <ci>k_2</ci>
                           <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                        </apply>
                        <apply>
                           <power/>
                           <ci>c</ci>
                           <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                        </apply>
                     </apply>
                  </apply>
                  <ci>h</ci>
               </apply>
               <ci>tau_h</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="enviroment" component_2="P"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="enviroment" component_2="c"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="c" component_2="J_flux"/>
      <map_variables variable_1="J_flux" variable_2="J_flux"/>
      <map_variables variable_1="c" variable_2="c"/>
   </connection>
   <connection>
      <map_components component_1="c" component_2="J_pump"/>
      <map_variables variable_1="J_pump" variable_2="J_pump"/>
      <map_variables variable_1="c" variable_2="c"/>
   </connection>
   <connection>
      <map_components component_1="c" component_2="J_leak"/>
      <map_variables variable_1="J_leak" variable_2="J_leak"/>
   </connection>
   <connection>
      <map_components component_1="mu" component_2="J_flux"/>
      <map_variables variable_1="mu" variable_2="mu"/>
   </connection>
   <connection>
      <map_components component_1="h" component_2="J_flux"/>
      <map_variables variable_1="h" variable_2="h"/>
   </connection>
   <connection>
      <map_components component_1="mu" component_2="P"/>
      <map_variables variable_1="P" variable_2="P"/>
   </connection>
   <connection>
      <map_components component_1="h" component_2="c"/>
      <map_variables variable_1="c" variable_2="c"/>
   </connection>
   <connection>
      <map_components component_1="h" component_2="enviroment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   
   
   
  
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n2"/></Person></rdf:Description><rdf:Description rdf:nodeID="n3"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n4"/></subject></rdf:Description><rdf:Description rdf:nodeID="n5"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n6"/></Person></rdf:Description><rdf:Description rdf:nodeID="n7"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:nodeID="n8"><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n9"/></ORG><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n10"/></N><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n11"/></EMAIL></rdf:Description><rdf:Description rdf:nodeID="n12"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n13"/></N></rdf:Description><rdf:Description rdf:about="#sneyd_1995"><cmeta:comment><rdf:Description rdf:nodeID="n14"/></cmeta:comment><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n15"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n3"/></reference><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n16"/></simulation><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        The Sneyd et al. 1995 model of intercellular calcium waves
      </title></rdf:Description><rdf:Description rdf:nodeID="n17"><rdf:type><rdf:Description rdf:about="http://www.example.org/foo/bar/bazfoo"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n18"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n19"/></Person></rdf:Description><rdf:Description rdf:nodeID="n20"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Sneyd</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Given></rdf:Description><rdf:Description rdf:nodeID="n15"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n21"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">7611375</Pubmed_id></rdf:Description><rdf:Description rdf:nodeID="n22"><rdf:first><rdf:Description rdf:nodeID="n23"/></rdf:first><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:nodeID="n24"><rdf:_3><rdf:Description rdf:nodeID="n25"/></rdf:_3><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_1><rdf:Description rdf:nodeID="n5"/></rdf:_1><rdf:_2><rdf:Description rdf:nodeID="n18"/></rdf:_2><rdf:_4><rdf:Description rdf:nodeID="n1"/></rdf:_4></rdf:Description><rdf:Description rdf:nodeID="n6"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n20"/></N></rdf:Description><rdf:Description rdf:nodeID="n25"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></Person></rdf:Description><rdf:Description rdf:nodeID="n14"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n7"/></creator><rdf:value xml:lang="en">
          This is the CellML description of Sneyd et al.'s mathematical model of intercellular calcium waves
        </rdf:value></rdf:Description><rdf:Description rdf:nodeID="n26"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">1995-06</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n10"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Liu</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wei</Given></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n8"/></creator><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n27"/></created></rdf:Description><rdf:Description rdf:nodeID="n23"><maximumStepSize xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">0.1</maximumStepSize><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">2</endingValue></rdf:Description><rdf:Description rdf:nodeID="n19"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n28"/></N></rdf:Description><rdf:Description rdf:nodeID="n29"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Sanderson</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">M</Given></rdf:Description><rdf:Description rdf:nodeID="n30"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">American Journal of Physiology</title></rdf:Description><rdf:Description rdf:nodeID="n9"><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname></rdf:Description><rdf:Description rdf:nodeID="n2"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n29"/></N></rdf:Description><rdf:Description rdf:nodeID="n21"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n24"/></creator><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
           Intercellular calcium waves mediated by diffusion of inositol trisphosphate: a two-dimensional model
          </title><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n26"/></issued><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">268</volume><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n30"/></Journal><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">C1545</last_page><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">C1537</first_page></rdf:Description><rdf:Description rdf:nodeID="n27"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2009-09-29</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n4"><rdf:value><rdf:Description rdf:nodeID="n31"/></rdf:value><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type></rdf:Description><rdf:Description rdf:nodeID="n11"><rdf:value xml:lang="en">wliu052@aucklanduni.ac.nz</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n13"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Charles</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">A</Given></rdf:Description><rdf:Description rdf:nodeID="n28"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">T</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wetton</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">B</Given></rdf:Description><rdf:Description rdf:nodeID="n16"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n22"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n31"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_1 xml:lang="en">calcium dynamics</rdf:_1></rdf:Description></rdf:RDF></model>