Location: Wilkins, Sneyd, 1998 @ 5387045d0b9e / wilkins_sneyd_1998.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:43:08+12:00
Desc:
committing version01 of wilkins_sneyd_1998
Permanent Source URI:
https://models.physiomeproject.org/workspace/wilkins_sneyd_1998/rawfile/5387045d0b9ecba598c9463c94c9545dc7dc3ea9/wilkins_sneyd_1998.cellml

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

CREATED : 27th March 2004

LAST MODIFIED : 27th March 2004

AUTHOR : Catherine Lloyd
         Bioengineering Instute
         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 Wilkins and Sneyd's 1998 mathematical model of intercellular spiral waves of calcium.

CHANGES: 
  
--><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="wilkins_sneyd_1998_version01" name="wilkins_sneyd_1998_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Modelling Intercellular Spiral Waves of Calcium</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>
Intercellular calcium waves have been seen to occur in several types of cells, including ciliated tracheal epithelial cells, rat brain glial cells, in liver tissue and also in the hippocampus.  These calcium waves are triggered by a range of different stimuli, including mechanical or hormonal stimulation, and they are thought to play an important role in intercellular communication, helping to coordinate multicellular responses to certain stimuli.  Understanding the molecular mechanism which underlie intercellular calcium waves is important for the understanding of processes such as wound healing, mechanical transduction, cell growth and information processing.
</para>

<para>
In the Wikins and Sneyd 1998 publication described here, the authors use an existing mathematical model to study the properties of intercellular calcium waves in the context of a general framework (see the figure below).  This makes the model applicable to any system in which intercellular waves are propagated by coupled excitable systems.  Similar systems have been studied in the context of cardiac electrophysiology, but because the calcium diffusion coefficient is so small, intercellular calcium waves have some unique properties.
</para>

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

<para>
<ulink url="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WMD-45J5B8H-5R&amp;_coverDate=04%2F07%2F1998&amp;_alid=159201875&amp;_rdoc=1&amp;_fmt=&amp;_orig=search&amp;_qd=1&amp;_;cdi=6932&amp;_sort=d&amp;view=c&amp;_acct=C000011498&amp;_version=1&amp;_urlVersion=0&amp;_userid=140507&amp;md5=1ab7a7f87f49c1687a5cefa5ca6098cb">Intercellular Spiral Waves of Calcium</ulink>, Matthew Wilkins and James Sneyd, 1998, <ulink url="http://www.sciencedirect.com/science?_ob=JournalURL&amp;_cdi=6932&amp;_auth=y&amp;_acct=C000011498&amp;_version=1&amp;_urlVersion=0&amp;_userid=140507&amp;md5=c8e64d20ff203cda2255f4b6b7affe4f">
            <emphasis>Journal of Theoretical Biology</emphasis>
          </ulink>, 191, 299-308.  (A PDF version of the article is available to subscribers on the <emphasis>Journal of Theoretical Biology</emphasis> website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=9631570&amp;dopt=Abstract">PubMed ID: 9631570</ulink>
</para>

<informalfigure float="0" id="fig_cell_diagram">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>reaction diagram</title>
              </objectinfo>
              <imagedata fileref="wilkins_1998.png"/>
            </imageobject>
            <caption>
Schematic diagram showing the transmembrane calcium fluxes which are described by the mathematical model. 
</caption>
          </mediaobject>
        </informalfigure>

</sect1>
</article>
</documentation>
  
  
  
  <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="micromolar_micrometre2_per_second">
    <unit units="metre" prefix="micro" exponent="2"/>
    <unit units="second" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="second" public_interface="out" name="time"/>
  </component>
  
  <component name="calcium_concentration">
    <variable units="micromolar" public_interface="out" name="c"/>
    
    <variable units="micromolar_micrometre2_per_second" name="Dc" initial_value="20.0"/>
    <variable units="dimensionless" name="dc_dx2"/>
    <variable units="dimensionless" name="dc_dy2"/>
    
    <variable units="second" public_interface="in" name="time"/>
    <variable units="flux" public_interface="in" name="j_flux"/>
    <variable units="flux" public_interface="in" name="j_pump"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathMT">
      <apply id="c_calculation">
        <eq/>
        <apply>
          <partialdiff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> c </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> Dc </ci>
              <apply>
                <plus/>
                <ci> dc_dx2 </ci>
                <ci> dc_dy2 </ci>
              </apply>
            </apply>
            <ci> j_flux </ci>
          </apply>
          <ci> j_pump </ci>
        </apply>
      </apply>
      
      <apply id="dc_dx2_calculation">
        <eq/>
        <apply>
          <partialdiff/>
          <bvar>
            <ci> x </ci>
            <degree>
              <cn cellml:unit="dimensionless"> 2.0 </cn>
            </degree>
          </bvar>
          <ci> c </ci>
        </apply>
        <ci> dc_dx2 </ci>
      </apply>
      
      <apply id="dc_dy2_calculation">
        <eq/>
        <apply>
          <partialdiff/>
          <bvar>
            <ci> y </ci>
            <degree>
              <cn cellml:unit="dimensionless"> 2.0 </cn>
            </degree>
          </bvar>
          <ci> c </ci>
        </apply>
        <ci> dc_dy2 </ci>
      </apply>
    </math>
  </component>
  
  <component name="calcium_pump">
    <variable units="flux" public_interface="out" name="j_pump"/>
    
    <variable units="flux" name="gamma" initial_value="2.0"/>
    <variable units="micromolar" name="k_gamma" initial_value="0.1"/>
    
    <variable units="micromolar" public_interface="in" name="c"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="j_pump_calculation">
        <eq/>
        <ci> j_pump </ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci> gamma </ci>
            <ci> c </ci>
          </apply>
          <apply>
            <plus/>
            <ci> k_gamma </ci>
            <ci> c </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="calcium_flux">
    <variable units="flux" public_interface="out" name="j_flux"/>
    
    <variable units="dimensionless" name="h"/>
    <variable units="dimensionless" name="b" initial_value="0.111"/>
    <variable units="micromolar" name="k1" initial_value="0.7"/>
    <variable units="micromolar" name="k2" initial_value="0.7"/>
    <variable units="micromolar" name="k_mu" initial_value="0.7"/>
    <variable units="second" name="tau_h" initial_value="2.0"/>
    <variable units="flux" name="kf" initial_value="16.2"/>
    <variable units="dimensionless" name="mu_p"/>
    <variable units="micromolar" name="p"/>
    
    <variable units="micromolar" public_interface="in" name="c"/>
    <variable units="second" public_interface="in" name="time"/> 
   
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="j_flux_calculation">
        <eq/>
        <ci> j_flux </ci>
        <apply>
          <times/>
          <ci> kf </ci>
          <ci> mu_p </ci>
          <apply>
            <plus/>
            <ci> b </ci>
            <apply>
              <divide/>
              <apply>
                <times/>
                <apply>
                  <minus/>
                  <cn cellml:units="dimensionless"> 1.0 </cn>
                  <ci> b </ci>
                </apply>
                <ci> c </ci>
              </apply>
              <apply>
                <plus/>
                <ci> k1 </ci>
                <ci> c </ci>
              </apply>
            </apply>
          </apply>
          <ci> h </ci>
        </apply>
      </apply>
      
      <apply id="h_calculation">
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> h </ci>
        </apply>
        <apply>
          <divide/>
          <apply>
            <minus/>
            <apply>
              <divide/>
              <apply>
                <power/>
                <ci> k2 </ci>
                <cn cellml:units="dimensionless"> 2.0 </cn>
              </apply>
              <apply>
                <plus/>
                <apply>
                  <power/>
                  <ci> k2 </ci>
                  <cn cellml:units="dimensionless"> 2.0 </cn>
                </apply>
                <apply>
                  <power/>
                  <ci> c </ci>
                  <cn cellml:units="dimensionless"> 2.0 </cn>
                </apply>
              </apply>
            </apply>
            <ci> h </ci>
          </apply>
          <ci> tau_h </ci>
        </apply>
      </apply>
      
      <apply id="mu_p_calculation">
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> mu_p </ci>
        </apply>
        <apply>
          <divide/>
          <ci> p </ci>
          <apply>
            <plus/>
            <ci> k_mu </ci>
            <ci> p </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  
  <connection>
    <map_components component_2="environment" component_1="calcium_concentration"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="calcium_flux"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="calcium_pump" component_1="calcium_concentration"/>
    <map_variables variable_2="c" variable_1="c"/>
    <map_variables variable_2="j_pump" variable_1="j_pump"/>
  </connection>
  
  <connection>
    <map_components component_2="calcium_flux" component_1="calcium_concentration"/>
    <map_variables variable_2="c" variable_1="c"/>
    <map_variables variable_2="j_flux" variable_1="j_flux"/>
  </connection>
  

<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#e42c15b0-da35-4e4a-960f-a7a38b2902a2">
    <rdf:li>calcium dynamics</rdf:li>
    <rdf:li>calcium waves</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#2eb9e3ec-d8d8-4822-9e1d-bc7bde5aaadd">
    <rdf:li rdf:resource="rdf:#dd250382-cffd-4fcb-be14-4d5f0d94605a"/>
    <rdf:li rdf:resource="rdf:#e41e8ba4-7c40-48f2-9312-9c250dd5f272"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#5e5f0245-24ec-4c05-baa1-281ea8d21568">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="#wilkins_sneyd_1998_version01">
    <dc:title>
        Wilkins and Sneyd's 1998 mathematical model of intercellular spiral waves of calcium.
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#a44088ef-8134-46e3-ae8c-c3203a909aa2"/>
    <bqs:reference rdf:resource="rdf:#172d94cc-1679-4ad5-b1cb-b4309f9a0d88"/>
    <bqs:reference rdf:resource="rdf:#fb25a080-984c-4135-86e0-b7af6a9da0db"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c9bd1775-a399-4502-8f38-a61422b6f5f0">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#e42c15b0-da35-4e4a-960f-a7a38b2902a2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#dd250382-cffd-4fcb-be14-4d5f0d94605a">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#bf8ce04a-a147-40d6-9ae6-9a559120e153"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#32c3fb7b-cabc-4d35-a51f-aec13359ce2c">
    <dc:creator rdf:resource="rdf:#2eb9e3ec-d8d8-4822-9e1d-bc7bde5aaadd"/>
    <dc:title>
            Intercellular Spiral Waves of Calcium
          </dc:title>
    <bqs:volume>191</bqs:volume>
    <bqs:first_page>299</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#c4ef33a6-8bed-4721-b2b7-867766ef4517"/>
    <dcterms:issued rdf:resource="rdf:#3e3cafd8-f762-4aec-b0e6-a35d3e57b9bc"/>
    <bqs:last_page>308</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3e3cafd8-f762-4aec-b0e6-a35d3e57b9bc">
    <dcterms:W3CDTF>1998-04-07</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#81e84bfc-0a13-4a68-b3e5-0d631e60207d">
    <dcterms:W3CDTF>2004-03-20</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fb25a080-984c-4135-86e0-b7af6a9da0db">
    <bqs:Pubmed_id>9631570</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#32c3fb7b-cabc-4d35-a51f-aec13359ce2c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3cb17543-afd0-41c8-a1e1-39eb40cf8a51">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0989bc9a-16f2-4005-b3e5-67d178a088cb">
    <vCard:Given>James</vCard:Given>
    <vCard:Family>Sneyd</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#39640ab6-dd97-43c7-a34f-54f497cdf0fc">
    <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:#a44088ef-8134-46e3-ae8c-c3203a909aa2">
    <dc:creator rdf:resource="rdf:#5e5f0245-24ec-4c05-baa1-281ea8d21568"/>
    <rdf:value>
          This is the CellML description of Wilkins and Sneyd's 1998 mathematical model of intercellular spiral waves of calcium.
        </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <dcterms:created rdf:resource="rdf:#81e84bfc-0a13-4a68-b3e5-0d631e60207d"/>
    <dc:creator rdf:resource="rdf:#649450f0-e8cd-4d8d-bb5f-a7ef33706a9b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c4ef33a6-8bed-4721-b2b7-867766ef4517">
    <dc:title>Journal of Theoretical Biology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e41e8ba4-7c40-48f2-9312-9c250dd5f272">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#0989bc9a-16f2-4005-b3e5-67d178a088cb"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#649450f0-e8cd-4d8d-bb5f-a7ef33706a9b">
    <vCard:ORG rdf:resource="rdf:#cd0d12d3-f1c4-4423-a0ec-1e06f8d001cd"/>
    <vCard:EMAIL rdf:resource="rdf:#39640ab6-dd97-43c7-a34f-54f497cdf0fc"/>
    <vCard:N rdf:resource="rdf:#3cb17543-afd0-41c8-a1e1-39eb40cf8a51"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cd0d12d3-f1c4-4423-a0ec-1e06f8d001cd">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bf8ce04a-a147-40d6-9ae6-9a559120e153">
    <vCard:Given>Matthew</vCard:Given>
    <vCard:Family>Wilkins</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#172d94cc-1679-4ad5-b1cb-b4309f9a0d88">
    <dc:subject rdf:resource="rdf:#c9bd1775-a399-4502-8f38-a61422b6f5f0"/>
  </rdf:Description>
</rdf:RDF>
</model>