Location: Bindschadler, Sneyd, 2001 @ c2717d078670 / bindschadler_sneyd_2001.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-08-26 10:16:24+12:00
Desc:
Made xul and clickable session file
Permanent Source URI:
https://staging.physiomeproject.org/workspace/bindschadler_sneyd_2001/rawfile/c2717d07867017055dac8f30e89d2ae6d79d066e/bindschadler_sneyd_2001.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="bindschadler_sneyd_2001" name="bindschadler_sneyd_2001">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>A Bifurcation Analysis of Two Coupled Calcium Oscillators</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This CellML model runs in both OpenCell and COR to produce an oscillating output similar to that from the original published model. The units have been checked and they are consistent.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: In many cell types, asynchronous or synchronous oscillations in the concentration of intracellular free calcium occur in adjacent cells that are coupled by gap junctions. Such oscillations are believed to underlie oscillatory intercellular calcium waves in some cell types, and thus it is important to understand how they occur and are modified by intercellular coupling. Using a previous model of intracellular calcium oscillations in pancreatic acinar cells, this article explores the effects of coupling two cells with a simple linear diffusion term. Depending on the concentration of a signal molecule, inositol (1,4,5)-trisphosphate, coupling two identical cells by diffusion can give rise to synchronized in-phase oscillations, as well as different-amplitude in-phase oscillations and same-amplitude antiphase oscillations. Coupling two nonidentical cells leads to more complex behaviors such as cascades of period doubling and multiply periodic solutions. This study is a first step towards understanding the role and significance of the diffusion of calcium through gap junctions in the coordination of oscillatory calcium waves in a variety of cell types.
</para>

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

<para>
A bifurcation analysis of two coupled calcium oscillators, Michael Bindschadler and James Sneyd, 2001, <emphasis>CHAOS</emphasis>, 11, 237-246.  <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/12779457">PubMed ID: 12779457</ulink>
</para>

<informalfigure float="0" id="fig_cell_diagram">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>cell diagram</title>
              </objectinfo>
              <imagedata fileref="bindschadler_2001.png"/>
            </imageobject>
            <caption>
Schematic diagram of the IP3 receptor model.  The receptor with its three possible states: X, Y, and Z; representing open, shut and inactive respectively, is embedded within a model of intracellular calcium dynamics.
</caption>
          </mediaobject>
        </informalfigure>

</sect1>
</article>
</documentation>

  <units name="per_second">
    <unit exponent="-1" units="second"/>
  </units>
  <units name="micro_molar">
    <unit prefix="micro" units="mole"/>
    <unit exponent="-1" units="litre"/>
  </units>
  <units name="micro_molar_per_second">
    <unit units="micro_molar"/>
    <unit units="per_second"/>
  </units>
  <units name="second_order_rate">
    <unit exponent="-1" units="micro_molar"/>
    <unit units="per_second"/>
  </units>
  
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
  </component>
  
  <component cmeta:id="h1" name="h1">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#h1">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">h1</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">receptor concentration in cell 1</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
	<variable name="time" public_interface="in" units="second"/>
    <variable name="phi3_c1" public_interface="in" units="per_second"/>
    <variable initial_value="0.8" name="h1" public_interface="out" units="dimensionless"/>
    <variable name="phi1_c1" public_interface="in" units="second_order_rate"/>
    <variable name="phi2_c1" public_interface="in" units="per_second"/>
    <variable name="p" public_interface="in" units="micro_molar"/>
    <variable name="phi_1_c1" public_interface="in" units="per_second"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="d(h1)/d(time)">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>h1</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci>phi3_c1</ci>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
              <ci>h1</ci>
            </apply>
          </apply>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>phi1_c1</ci>
              <ci>phi2_c1</ci>
              <ci>h1</ci>
              <ci>p</ci>
            </apply>
            <apply>
              <plus/>
              <apply>
                <times/>
                <ci>phi1_c1</ci>
                <ci>p</ci>
              </apply>
              <ci>phi_1_c1</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="h2" name="h2">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#h2">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">h2</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">receptor concentration in cell 2</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable name="time" public_interface="in" units="second"/>
    <variable name="phi3_c2" public_interface="in" units="per_second"/>
    <variable initial_value="0.1" name="h2" public_interface="out" units="dimensionless"/>
    <variable name="phi1_c2" public_interface="in" units="second_order_rate"/>
    <variable name="phi2_c2" public_interface="in" units="per_second"/>
    <variable name="p" public_interface="in" units="micro_molar"/>
    <variable name="phi_1_c2" public_interface="in" units="per_second"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="d(h2)/d(time)">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>h2</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci>phi3_c2</ci>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
              <ci>h2</ci>
            </apply>
          </apply>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>phi1_c2</ci>
              <ci>phi2_c2</ci>
              <ci>h2</ci>
              <ci>p</ci>
            </apply>
            <apply>
              <plus/>
              <apply>
                <times/>
                <ci>phi1_c2</ci>
                <ci>p</ci>
              </apply>
              <ci>phi_1_c2</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="phi" name="phi">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#phi">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">phi</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">rate functions</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable name="phi1_c1" public_interface="out" units="second_order_rate"/>
    <variable name="phi_1_c1" public_interface="out" units="per_second"/>
    <variable name="phi2_c1" public_interface="out" units="per_second"/>
    <variable name="phi3_c1" public_interface="out" units="per_second"/>
    <variable name="phi1_c2" public_interface="out" units="second_order_rate"/>
    <variable name="phi_1_c2" public_interface="out" units="per_second"/>
    <variable name="phi2_c2" public_interface="out" units="per_second"/>
    <variable name="phi3_c2" public_interface="out" units="per_second"/>
	<variable name="r2" public_interface="in" units="second_order_rate"/>
    <variable name="R1" public_interface="in" units="micro_molar"/>
    <variable name="k1" public_interface="in" units="micro_molar_per_second"/>
    <variable name="R3" public_interface="in" units="micro_molar"/>
    <variable name="k2" public_interface="in" units="micro_molar_per_second"/>
    <variable name="r4" public_interface="in" units="per_second"/>
    <variable name="k3" public_interface="in" units="micro_molar_per_second"/>
    <variable name="R5" public_interface="in" units="micro_molar"/>
    <variable name="c1" public_interface="in" units="micro_molar"/>
    <variable name="c2" public_interface="in" units="micro_molar"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>phi1_c1</ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci>r2</ci>
            <ci>c1</ci>
          </apply>
          <apply>
            <plus/>
            <ci>R1</ci>
            <ci>c1</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi_1_c1</ci>
        <apply>
          <divide/>
          <ci>k1</ci>
          <apply>
            <plus/>
            <ci>R3</ci>
            <ci>c1</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi2_c1</ci>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci>k2</ci>
            <apply>
              <times/>
              <ci>r4</ci>
              <ci>c1</ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <ci>R3</ci>
            <ci>c1</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi3_c1</ci>
        <apply>
          <divide/>
          <ci>k3</ci>
          <apply>
            <plus/>
            <ci>R5</ci>
            <ci>c1</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi1_c2</ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci>r2</ci>
            <ci>c2</ci>
          </apply>
          <apply>
            <plus/>
            <ci>R1</ci>
            <ci>c2</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi_1_c2</ci>
        <apply>
          <divide/>
          <ci>k1</ci>
          <apply>
            <plus/>
            <ci>R3</ci>
            <ci>c2</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi2_c2</ci>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci>k2</ci>
            <apply>
              <times/>
              <ci>r4</ci>
              <ci>c2</ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <ci>R3</ci>
            <ci>c2</ci>
          </apply>
        </apply>
      </apply>
      <apply>
        <eq/>
        <ci>phi3_c2</ci>
        <apply>
          <divide/>
          <ci>k3</ci>
          <apply>
            <plus/>
            <ci>R5</ci>
            <ci>c2</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="j_pump" name="j_pump">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#j_pump">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">j_pump</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">Ca2+ ATPase pump</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable name="Vp" public_interface="in" units="micro_molar_per_second"/>
    <variable name="c1" public_interface="in" units="micro_molar"/>
    <variable name="c2" public_interface="in" units="micro_molar"/>
    <variable name="Kp" public_interface="in" units="micro_molar"/>
    <variable cmeta:id="j_pump_j_pump_c1" name="j_pump_c1" public_interface="out" units="micro_molar_per_second"/>
    <variable name="j_pump_c2" public_interface="out" units="micro_molar_per_second"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="j_pump_c1">
      <apply>
        <eq/>
        <ci>j_pump_c1</ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci>Vp</ci>
            <apply>
              <power/>
              <ci>c1</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <power/>
              <ci>Kp</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
            <apply>
              <power/>
              <ci>c1</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="j_pump_c2">
      <apply>
        <eq/>
        <ci>j_pump_c2</ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci>Vp</ci>
            <apply>
              <power/>
              <ci>c2</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <power/>
              <ci>Kp</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
            <apply>
              <power/>
              <ci>c2</ci>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="j_receptor" name="j_receptor">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#j_receptor">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">j_receptor</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">IP3 receptor</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable name="kf" public_interface="in" units="micro_molar_per_second"/>
    <variable name="p" public_interface="in" units="micro_molar"/>
    <variable name="h1" public_interface="in" units="dimensionless"/>
    <variable name="phi1_c1" public_interface="in" units="second_order_rate"/>
    <variable name="phi1_c2" public_interface="in" units="second_order_rate"/>
    <variable name="phi_1_c1" public_interface="in" units="per_second"/>
    <variable name="phi_1_c2" public_interface="in" units="per_second"/>
    <variable cmeta:id="j_receptor_j_receptor_c1" name="j_receptor_c1" public_interface="out" units="micro_molar_per_second"/>
    <variable name="j_receptor_c2" public_interface="out" units="micro_molar_per_second"/>
	<variable name="h2" public_interface="in" units="dimensionless"/>
  
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="j_receptor_c1">
      <apply>
        <eq/>
        <ci>j_receptor_c1</ci>
        <apply>
          <times/>
          <ci>kf</ci>
          <apply>
            <power/>
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci>p</ci>
                <ci>h1</ci>
                <ci>phi1_c1</ci>
              </apply>
              <apply>
                <plus/>
                <apply>
                  <times/>
                  <ci>phi1_c1</ci>
                  <ci>p</ci>
                </apply>
                <ci>phi_1_c1</ci>
              </apply>
            </apply>
            <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">4</cn>
          </apply>
        </apply>
      </apply>
    </math>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="j_receptor_c2">
      <apply>
        <eq/>
        <ci>j_receptor_c2</ci>
        <apply>
          <times/>
          <ci>kf</ci>
          <apply>
            <power/>
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci>p</ci>
                <ci>h2</ci>
                <ci>phi1_c2</ci>
              </apply>
              <apply>
                <plus/>
                <apply>
                  <times/>
                  <ci>phi1_c2</ci>
                  <ci>p</ci>
                </apply>
                <ci>phi_1_c2</ci>
              </apply>
            </apply>
            <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">4</cn>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="j_diffusion" name="j_diffusion">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#j_diffusion">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">j_diffusion</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">calcium diffusion</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable name="j_diffusion" public_interface="out" units="micro_molar_per_second"/>
    <variable name="D" public_interface="in" units="per_second"/>
    <variable name="c1" public_interface="in" units="micro_molar"/>
    <variable name="c2" public_interface="in" units="micro_molar"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="j_diffusion">
      <apply>
        <eq/>
        <ci>j_diffusion</ci>
        <apply>
          <times/>
          <ci>D</ci>
          <apply>
            <minus/>
            <ci>c2</ci>
            <ci>c1</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="c1" name="c1">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#c1">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">c1</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">calcium concentration in cell 1</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable initial_value="0.3" name="c1" public_interface="out" units="micro_molar"/>
    <variable name="j_receptor_c1" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_pump_c1" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_leak" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_diffusion" public_interface="in" units="micro_molar_per_second"/>
	<variable name="time" public_interface="in" units="second"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="d(c1)/d(time)">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>c1</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <ci>j_receptor_c1</ci>
            <ci>j_pump_c1</ci>
          </apply>
          <ci>j_leak</ci>
          <ci>j_diffusion</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="c2" name="c2">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#c2">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">c2</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">calcium concentration in cell 2</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable initial_value="0.1" name="c2" public_interface="out" units="micro_molar"/>
    <variable name="j_receptor_c2" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_pump_c2" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_leak" public_interface="in" units="micro_molar_per_second"/>
    <variable name="j_diffusion" public_interface="in" units="micro_molar_per_second"/>
	<variable name="time" public_interface="in" units="second"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="d(c2)/d(time)">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>c2</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <ci>j_receptor_c2</ci>
            <ci>j_pump_c2</ci>
          </apply>
          <ci>j_leak</ci>
          <ci>j_diffusion</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="model_parameters">
    <variable initial_value="28" name="kf" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="1.2" name="Vp" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="1.6" name="R5" public_interface="out" units="micro_molar"/>
    <variable initial_value="50" name="R3" public_interface="out" units="micro_molar"/>
    <variable initial_value="100" name="r2" public_interface="out" units="second_order_rate"/>
    <variable initial_value="6" name="R1" public_interface="out" units="micro_molar"/>
    <variable cmeta:id="model_parameters_j_leak" initial_value="0.2" name="j_leak" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="0.18" name="Kp" public_interface="out" units="micro_molar"/>
    <variable initial_value="26.5" name="k2" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="44" name="k1" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="20" name="r4" public_interface="out" units="per_second"/>
    <variable initial_value="1.6" name="k3" public_interface="out" units="micro_molar_per_second"/>
    <variable initial_value="0.2778" name="p" public_interface="out" units="micro_molar"/>
    <variable initial_value="0.01" name="D" public_interface="out" units="per_second"/>
  </component>
  
  <connection>
    <map_components component_1="environment" component_2="h1"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  <connection>
    <map_components component_1="phi" component_2="h1"/>
    <map_variables variable_1="phi1_c1" variable_2="phi1_c1"/>
    <map_variables variable_1="phi2_c1" variable_2="phi2_c1"/>
    <map_variables variable_1="phi3_c1" variable_2="phi3_c1"/>
    <map_variables variable_1="phi_1_c1" variable_2="phi_1_c1"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="h1"/>
    <map_variables variable_1="p" variable_2="p"/>
  </connection>
  <connection>
    <map_variables variable_1="time" variable_2="time"/>
    <map_components component_1="environment" component_2="h2"/>
  </connection>
  <connection>
    <map_components component_1="phi" component_2="h2"/>
    <map_variables variable_1="phi1_c2" variable_2="phi1_c2"/>
    <map_variables variable_1="phi2_c2" variable_2="phi2_c2"/>
    <map_variables variable_1="phi3_c2" variable_2="phi3_c2"/>
    <map_variables variable_1="phi_1_c2" variable_2="phi_1_c2"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="h2"/>
    <map_variables variable_1="p" variable_2="p"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="phi"/>
    <map_variables variable_1="r2" variable_2="r2"/>
    <map_variables variable_1="R1" variable_2="R1"/>
    <map_variables variable_1="k1" variable_2="k1"/>
    <map_variables variable_1="R3" variable_2="R3"/>
    <map_variables variable_1="k2" variable_2="k2"/>
    <map_variables variable_1="r4" variable_2="r4"/>
    <map_variables variable_1="k3" variable_2="k3"/>
    <map_variables variable_1="R5" variable_2="R5"/>
  </connection>
  <connection>
    <map_components component_1="c1" component_2="phi"/>
    <map_variables variable_1="c1" variable_2="c1"/>
  </connection>
  <connection>
    <map_components component_1="c2" component_2="phi"/>
    <map_variables variable_1="c2" variable_2="c2"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="j_pump"/>
    <map_variables variable_1="Vp" variable_2="Vp"/>
    <map_variables variable_1="Kp" variable_2="Kp"/>
  </connection>
  <connection>
    <map_components component_1="c1" component_2="j_pump"/>
    <map_variables variable_1="c1" variable_2="c1"/>
  <map_variables variable_1="j_pump_c1" variable_2="j_pump_c1"/>
  </connection>
  <connection>
    <map_components component_1="c2" component_2="j_pump"/>
    <map_variables variable_1="c2" variable_2="c2"/>
  <map_variables variable_1="j_pump_c2" variable_2="j_pump_c2"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="j_receptor"/>
    <map_variables variable_1="kf" variable_2="kf"/>
    <map_variables variable_1="p" variable_2="p"/>
  </connection>
  <connection>
    <map_components component_1="h1" component_2="j_receptor"/>
    <map_variables variable_1="h1" variable_2="h1"/>
  </connection>
  <connection>
    <map_components component_1="h2" component_2="j_receptor"/>
    <map_variables variable_1="h2" variable_2="h2"/>
  </connection>
  <connection>
    <map_components component_1="phi" component_2="j_receptor"/>
    <map_variables variable_1="phi1_c1" variable_2="phi1_c1"/>
    <map_variables variable_1="phi_1_c1" variable_2="phi_1_c1"/>
    <map_variables variable_1="phi1_c2" variable_2="phi1_c2"/>
    <map_variables variable_1="phi_1_c2" variable_2="phi_1_c2"/>
  </connection>
  <connection>
    <map_components component_1="model_parameters" component_2="j_diffusion"/>
    <map_variables variable_1="D" variable_2="D"/>
  </connection>
  <connection>
    <map_components component_1="c1" component_2="j_diffusion"/>
    <map_variables variable_1="c1" variable_2="c1"/>
  <map_variables variable_1="j_diffusion" variable_2="j_diffusion"/>
  </connection>
  <connection>
    <map_components component_1="c2" component_2="j_diffusion"/>
    <map_variables variable_1="c2" variable_2="c2"/>
  <map_variables variable_1="j_diffusion" variable_2="j_diffusion"/>
  </connection>
  <connection>
    <map_components component_1="j_receptor" component_2="c1"/>
    <map_variables variable_1="j_receptor_c1" variable_2="j_receptor_c1"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="c1"/>
    <map_variables variable_1="j_leak" variable_2="j_leak"/>
  </connection>
  
  <connection>
    <map_components component_1="j_receptor" component_2="c2"/>
    <map_variables variable_1="j_receptor_c2" variable_2="j_receptor_c2"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="c2"/>
    <map_variables variable_1="j_leak" variable_2="j_leak"/>
  </connection>
  <connection>
    <map_components component_1="environment" component_2="c2"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  <connection>
    <map_components component_1="environment" component_2="c1"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Bag rdf:about="rdf:#0984ce3e-f973-40db-b74c-c1ae2db99b8e">
    <rdf:li>bifurcation</rdf:li>
    <rdf:li>oscillator</rdf:li>
    <rdf:li>calcium dynamics</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#de8449ff-b4b5-4dff-87c5-eaf3c9f7cf5d">
    <rdf:li rdf:resource="rdf:#15671e0c-2590-4ad0-aa86-72fb2e846bb3"/>
    <rdf:li rdf:resource="rdf:#c95a2e51-3a66-41ef-8656-35229b6cd4d8"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#1a7bfc41-b4b7-4d7b-897e-04d16dbaaaff">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#de8449ff-b4b5-4dff-87c5-eaf3c9f7cf5d"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">A Bifurcation Analysis of Two Coupled Calcium Oscillators</dc:title>
    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">11</bqs:volume>
    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">237</bqs:first_page>
    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#e984bfb8-fe44-49b5-9a73-6eed0716afd8"/>
    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#8b259212-c93b-4d73-880f-f4196e852e70"/>
    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">246</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9bcc4947-9c78-47c5-aa66-8b0418293b07">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2007-12-06T14:07:34+13:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7a7077c2-db65-48b8-9710-5ac567ba66d9">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2004-03-14T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#df80a4bf-a518-44b3-ae25-206aacbd8f83">
    <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#">12779457</bqs:Pubmed_id>
    <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#1a7bfc41-b4b7-4d7b-897e-04d16dbaaaff"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#49c5a7c9-2c51-4e11-92ea-47cd30b4e70b">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f35cccde-ccfe-4150-8232-0c57ac47865f">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#49c5a7c9-2c51-4e11-92ea-47cd30b4e70b"/>
    <rdf:value>This model has been curated and is known to run in PCEnv. The model is able to produce oscillating output similar to that shown in figures from the publication.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2e4d42b3-7f5d-45ea-90bc-7ef76b410554">
    <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:#42850c29-35cd-4245-8e59-1ddefdb54712">
    <bqs:subject_type xmlns:bqs="http://www.cellml.org/bqs/1.0#">keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#0984ce3e-f973-40db-b74c-c1ae2db99b8e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#957cfa89-3116-450e-bbe9-7df9ee9426e6">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lawson</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Richard</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f614dcd8-c814-4efb-9d7a-9b8b0327a3c1">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">The University of Auckland, Auckland Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#f35cccde-ccfe-4150-8232-0c57ac47865f"/>
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#7a7077c2-db65-48b8-9710-5ac567ba66d9"/>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#9abd4459-6dec-4999-a3bb-3d66e8027fb7"/>
    <cmeta:modification rdf:resource="rdf:#ccc38e4f-5767-4bd6-8196-a70b633111af"/>
    <cmeta:modification rdf:resource="rdf:#b4886dbe-f37b-43fb-acb9-b0b8026f23fd"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e69d4683-efa8-4315-9c97-7b3f505fea2f">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lloyd</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2bcd970-a58c-4258-ac32-8937c3d4b1e3">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Michael</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Bindschadler</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#88f1c7e4-3b31-448c-a925-132833c561f3">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2009-05-28T14:54:14+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#928b4679-4c03-4745-be3c-b84d590156a6">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Vignesh</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Kumar</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9abd4459-6dec-4999-a3bb-3d66e8027fb7">
    <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#309e7922-78cb-4837-8b97-05a213fe7ca0"/>
    <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#2e4d42b3-7f5d-45ea-90bc-7ef76b410554"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#e69d4683-efa8-4315-9c97-7b3f505fea2f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d0921c45-1ac1-4a88-b7f6-37b221f9c9bd">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#f614dcd8-c814-4efb-9d7a-9b8b0327a3c1"/>
    <rdf:value>This is the CellML description of Bindschadler and Sneyd's bifurcation analysis of two coupled calcium oscillators.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="#bindschadler_sneyd_2001">
    <ns7:simulation xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$bQgES"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Bindschadler and Sneyd's bifurcation analysis of two coupled calcium oscillators.</dc:title>
    <cmeta:comment rdf:resource="rdf:#d0921c45-1ac1-4a88-b7f6-37b221f9c9bd"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#87f97fb5-0e18-4aaf-a14f-15cf01e848e6"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#df80a4bf-a518-44b3-ae25-206aacbd8f83"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#87f97fb5-0e18-4aaf-a14f-15cf01e848e6">
    <dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#42850c29-35cd-4245-8e59-1ddefdb54712"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e984bfb8-fe44-49b5-9a73-6eed0716afd8">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Chaos</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c95a2e51-3a66-41ef-8656-35229b6cd4d8">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#29569aeb-7683-4299-b932-8282c913a5c3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c4116453-0d7f-44af-b629-9ff21e7465d6">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#928b4679-4c03-4745-be3c-b84d590156a6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#309e7922-78cb-4837-8b97-05a213fe7ca0">
    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">The University of Auckland</vCard:Orgname>
    <vCard:Orgunit xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Auckland Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#29569aeb-7683-4299-b932-8282c913a5c3">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Sneyd</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$bQgES">
    <ns7:boundIntervals xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$cQgES"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e85662ee-d064-4750-93fa-ffdaa0305550">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#957cfa89-3116-450e-bbe9-7df9ee9426e6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ccc38e4f-5767-4bd6-8196-a70b633111af">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#88f1c7e4-3b31-448c-a925-132833c561f3"/>
    <rdf:value>Fixed duplicate connections

Fixed CellML 1.0/1.1 namespace mixing

Updated documentation, curation status</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#e85662ee-d064-4750-93fa-ffdaa0305550"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#15671e0c-2590-4ad0-aa86-72fb2e846bb3">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#d2bcd970-a58c-4258-ac32-8937c3d4b1e3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$dQgES">
    <ns7:endingValue xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">50</ns7:endingValue>
    <ns7:nonstandard-pointDensity xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">100000</ns7:nonstandard-pointDensity>
    <ns7:maximumStepSize xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">0.001</ns7:maximumStepSize>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8b259212-c93b-4d73-880f-f4196e852e70">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2001-03</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$cQgES">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$dQgES"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b4886dbe-f37b-43fb-acb9-b0b8026f23fd">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#9bcc4947-9c78-47c5-aa66-8b0418293b07"/>
    <rdf:value>Recoded model using parameters used by Biomodels Database as a guide</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#c4116453-0d7f-44af-b629-9ff21e7465d6"/>
  </rdf:Description>
</rdf:RDF>
</model>