Location: Wanant, Quon, 2000 @ eda07e6597cb / wanant_quon_2000_b.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2009-12-15 11:41:41+13:00
Desc:
Added images in ai and svg format, removed non pub med references
Permanent Source URI:
https://models.cellml.org/workspace/wanant_quon_2000/rawfile/eda07e6597cbb1d0ad96bbdcabbecdafee2ee6af/wanant_quon_2000_b.cellml

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

CREATED :  15th October 2002

LAST MODIFIED : 9th April 2003

AUTHOR :  Catherine Lloyd
          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 Wanant and Quon's
2000 aggregate model of insulin receptor binding kinetics.

CHANGES:  
  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:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" name="wanant_quon_2000_version02" cmeta:id="wanant_quon_2000_version02">
  <documentation xmlns="http://cellml.org/tmp-documentation">
    <article>
      <articleinfo>
        <title>Insulin Receptor Binding Kinetics: An Aggregate Receptor Model</title>
        <author>
          <firstname>James</firstname>
          <surname>Lawson</surname>
          <affiliation>
            <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
          </affiliation>
        </author>
      </articleinfo>
      <section id="sec_status">
        <title>Model Status</title>
        <para>
            This version was created by James Lawson on 22/05/07 and is known to run in PCEnv. This file represents the receptor aggregation model described in Wanant and Quon 2000 'Insulin Receptor Binding Kinetics: Modeling and Simulation Studies.' Figures similar to those shown in the publication can be reproduced by graphing x1 (free insulin concentration, x axis) against 'scatchard,' which is a variable representing bound insulin over free insulin. 
          </para>
      </section>
      <sect1 id="sec_structure">
        <title>Model Structure</title>
        <para>
The binding of the hormone insulin to its receptors embedded in the plasma membrane of hepatocytes and myocytes, is the initial step in a signal transduction pathway that mediates glucose uptake and metabolism.  The mature insulin receptor is a transmembrane glycoprotein with a dimeric structure capable of binding two insulin molecules at any given moment.  The kinetics of insulin receptor binding are complex.  The affinity of the receptor for the second insulin molecule is significantly lower than for the first bound molecule.  This may explain the negative cooperative interactions observed at high insulin concentrations.  That is, as the concentration of insulin increases and more receptors become occupied, the affinity of the receptors for insulin decreases.  Conversely, at low insulin concentrations, positive cooperativity has been recorded.  That is, the binding of insulin to its receptor at low insulin concentrations seems to enhance further binding.  In addition, insulin receptor aggregation, or clustering of insulin receptors, occurs in response to ligand binding, and aggregation may also influence binding kinetics.    
</para>
        <para>
Sumanas Wanant and Michael J. Quon capture these features of insulin-receptor binding in their receptor aggregation model (see <xref linkend="fig_receptor_diagram"/> below).  A system of differential equations represented the receptor-ligand binding and dissociation reactions.  The assigned parameter values were based on experimental data.  Model simulations recreated the positive and negative cooperativity observed in experiments, providing supporting evidence for the accuracy of the model.
</para>
        <para>
The complete original paper reference is cited below:
</para>
        <para>
Insulin Receptor Binding Kinetics: Modeling and Simulation Studies</ulink>, Sumanas Wanant and Michael J. Quon, 2000, <emphasis>Journal of Theoretical Biology</emphasis>, 205, 355-364.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=10882558&amp;dopt=Abstract">PubMed ID: 10882558</ulink>
        </para>
        <para>
The raw CellML description of the model can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>
</para>
        <informalfigure float="0" id="fig_receptor_diagram">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>diagram of the aggregate receptor model</title>
              </objectinfo>
              <imagedata fileref="wanant_aggregate_2000.png"/>
            </imageobject>
          </mediaobject>
          <caption>A schematic diagram of Wanant and Quon's 2000 receptor aggregation model.  This diagram shows a mature dimeric insulin receptor embedded in the plasma membrane.  As it binds insulin molecules, the status of the ligand changes from an unbound state, to a singly bound state, to a doubly bound state.  In addition, receptors are shown to cluster, or aggregate.</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="molar">
    <unit units="mole"/>
    <unit units="litre" exponent="-1"/>
  </units>
  <units name="micromolar">
    <unit units="mole" prefix="micro"/>
    <unit units="litre" exponent="-1"/>
  </units>
  <units name="nanomolar">
    <unit units="mole" prefix="nano"/>
    <unit units="litre" exponent="-1"/>
  </units>
  <units name="flux">
    <unit units="molar" exponent="1"/>
    <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="molar" 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 name="Insulin" cmeta:id="Insulin">
    <variable units="nanomolar" public_interface="out" name="x1" initial_value="10"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x2"/>
    <variable units="nanomolar" public_interface="in" name="x3"/>
    <variable units="nanomolar" public_interface="in" name="x4"/>
    <variable units="nanomolar" public_interface="in" name="x5"/>
    <variable units="nanomolar" public_interface="in" name="x6"/>
    <variable units="nanomolar" public_interface="in" name="x7"/>
    <variable units="nanomolar" public_interface="in" name="x8"/>
    <variable units="nanomolar" public_interface="in" name="x9"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k1_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k2_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x1</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <plus/>
                    <apply>
                      <minus/>
                      <apply>
                        <times/>
                        <ci>k1_</ci>
                        <ci>x3</ci>
                      </apply>
                      <apply>
                        <times/>
                        <ci>k1</ci>
                        <ci>x1</ci>
                        <ci>x2</ci>
                      </apply>
                    </apply>
                    <apply>
                      <times/>
                      <ci>k2_</ci>
                      <ci>x4</ci>
                    </apply>
                  </apply>
                  <apply>
                    <times/>
                    <ci>k2</ci>
                    <ci>x1</ci>
                    <ci>x3</ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci>k4_</ci>
                  <apply>
                    <plus/>
                    <ci>x6</ci>
                    <ci>x7</ci>
                  </apply>
                </apply>
              </apply>
              <apply>
                <times/>
                <ci>k4</ci>
                <ci>x1</ci>
                <apply>
                  <plus/>
                  <ci>x5</ci>
                  <ci>x9</ci>
                </apply>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k5_</ci>
              <apply>
                <plus/>
                <ci>x7</ci>
                <ci>x8</ci>
                <ci>x9</ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5</ci>
            <ci>x1</ci>
            <apply>
              <plus/>
              <ci>x5</ci>
              <ci>x6</ci>
              <ci>x7</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>scatchard</ci>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci>x3</ci>
            <ci>x4</ci>
            <ci>x7</ci>
            <ci>x8</ci>
            <ci>x9</ci>
          </apply>
          <ci>x1</ci>
        </apply>
      </apply>
    </math>
    <variable units="nanomolar" name="scatchard" initial_value=""/>
  </component>
  <component name="Unbound_receptor" cmeta:id="Unbound_receptor">
    <variable units="nanomolar" public_interface="out" name="x2" initial_value="0.1"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x3"/>
    <variable units="nanomolar" public_interface="in" name="x4"/>
    <variable units="nanomolar" public_interface="in" name="x5"/>
    <variable units="nanomolar" public_interface="in" name="x9"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k1_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x2</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci>k1_</ci>
                <ci>x3</ci>
              </apply>
              <apply>
                <times/>
                <ci>k1</ci>
                <ci>x1</ci>
                <ci>x2</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k3_</ci>
              <apply>
                <plus/>
                <ci>x5</ci>
                <ci>x9</ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k3</ci>
            <ci>x2</ci>
            <apply>
              <plus/>
              <ci>x3</ci>
              <ci>x4</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Single_bound_receptor" cmeta:id="Single_bound_receptor">
    <variable units="nanomolar" public_interface="out" name="x3" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x2"/>
    <variable units="nanomolar" public_interface="in" name="x4"/>
    <variable units="nanomolar" public_interface="in" name="x5"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k1_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k2_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x3</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <apply>
              <plus/>
              <apply>
                <minus/>
                <apply>
                  <plus/>
                  <apply>
                    <minus/>
                    <apply>
                      <times/>
                      <ci>k1</ci>
                      <ci>x1</ci>
                      <ci>x2</ci>
                    </apply>
                    <apply>
                      <times/>
                      <ci>k1_</ci>
                      <ci>x3</ci>
                    </apply>
                  </apply>
                  <apply>
                    <times/>
                    <ci>k2_</ci>
                    <ci>x4</ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci>k2</ci>
                  <ci>x1</ci>
                  <ci>x3</ci>
                </apply>
              </apply>
              <apply>
                <times/>
                <ci>k3_</ci>
                <ci>x5</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k3</ci>
              <ci>x2</ci>
            </apply>
          </apply>
          <ci>x3</ci>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Double_bound_receptor" cmeta:id="Double_bound_receptor">
    <variable units="nanomolar" public_interface="out" name="x4" initial_value="1.0"/>
    <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>x4</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci>k2</ci>
                <ci>x1</ci>
                <ci>x3</ci>
              </apply>
              <apply>
                <times/>
                <ci>k2_</ci>
                <ci>x4</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k3_</ci>
              <ci>x9</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k2</ci>
            <ci>x2</ci>
            <ci>x4</ci>
          </apply>
        </apply>
      </apply>
    </math>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x2"/>
    <variable units="nanomolar" public_interface="in" name="x3"/>
    <variable units="nanomolar" public_interface="in" name="x9"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k2"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k2_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3_"/>
  </component>
  <component name="Unbound_receptor_single_bound_receptor_aggregate" cmeta:id="Unbound_receptor_single_bound_receptor_aggregate">
    <variable units="nanomolar" public_interface="out" name="x5" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x2"/>
    <variable units="nanomolar" public_interface="in" name="x3"/>
    <variable units="nanomolar" public_interface="in" name="x6"/>
    <variable units="nanomolar" public_interface="in" name="x9"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x5</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci>k3</ci>
                    <ci>x2</ci>
                    <ci>x3</ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci>k3_</ci>
                    <ci>x5</ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci>k4_</ci>
                  <ci>x6</ci>
                </apply>
              </apply>
              <apply>
                <times/>
                <ci>k4</ci>
                <ci>x1</ci>
                <ci>x5</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k5_</ci>
              <ci>x9</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5</ci>
            <ci>x1</ci>
            <ci>x5</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Unbound_receptor_double_bound_receptor_aggregate" cmeta:id="Unbound_receptor_double_bound_receptor_aggregate">
    <variable units="nanomolar" public_interface="out" name="x6" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x5"/>
    <variable units="nanomolar" public_interface="in" name="x7"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x6</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci>k4</ci>
                <ci>x1</ci>
                <ci>x5</ci>
              </apply>
              <apply>
                <times/>
                <ci>k4_</ci>
                <ci>x6</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k5_</ci>
              <ci>x7</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5</ci>
            <ci>x1</ci>
            <ci>x6</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Single_bound_receptor_single_bound_receptor_aggregate" cmeta:id="Single_bound_receptor_single_bound_receptor_aggregate">
    <variable units="nanomolar" public_interface="out" name="x7" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x6"/>
    <variable units="nanomolar" public_interface="in" name="x8"/>
    <variable units="nanomolar" public_interface="in" name="x9"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x7</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <apply>
              <times/>
              <ci>k4</ci>
              <ci>x1</ci>
              <ci>x9</ci>
            </apply>
            <apply>
              <times/>
              <ci>k4_</ci>
              <ci>x7</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5_</ci>
            <apply>
              <minus/>
              <ci>x8</ci>
              <ci>x7</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5</ci>
            <ci>x1</ci>
            <apply>
              <minus/>
              <ci>x6</ci>
              <ci>x7</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Single_bound_receptor_double_bound_receptor_aggregate" cmeta:id="Single_bound_receptor_double_bound_receptor_aggregate">
    <variable units="nanomolar" public_interface="out" name="x8" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x7"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x8</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci>k5</ci>
            <ci>x1</ci>
            <ci>x7</ci>
          </apply>
          <apply>
            <times/>
            <ci>k5_</ci>
            <ci>x8</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  <component name="Double_bound_receptor_double_bound_receptor_aggregate" cmeta:id="Double_bound_receptor_double_bound_receptor_aggregate">
    <variable units="nanomolar" public_interface="out" name="x9" initial_value="1.0"/>
    <variable units="second" public_interface="in" name="time"/>
    <variable units="nanomolar" public_interface="in" name="x1"/>
    <variable units="nanomolar" public_interface="in" name="x2"/>
    <variable units="nanomolar" public_interface="in" name="x4"/>
    <variable units="nanomolar" public_interface="in" name="x5"/>
    <variable units="nanomolar" public_interface="in" name="x7"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k3_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k4"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k4_"/>
    <variable units="second_order_rate_constant" public_interface="in" name="k5"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k5_"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>x9</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <plus/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci>k3</ci>
                    <ci>x2</ci>
                    <ci>x4</ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci>k3_</ci>
                    <ci>x9</ci>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci>k4_</ci>
                  <ci>x7</ci>
                </apply>
              </apply>
              <apply>
                <times/>
                <ci>k4</ci>
                <ci>x1</ci>
                <ci>x9</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>k5</ci>
              <ci>x1</ci>
              <ci>x5</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>k5_</ci>
            <ci>x9</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component name="rate_variables">
    <variable units="second_order_rate_constant" public_interface="out" name="k1" initial_value="1000000"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k1_" initial_value="0.0004"/>
    <variable units="second_order_rate_constant" public_interface="out" name="k2" initial_value="1000000"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k2_" initial_value="0.04"/>
    <variable units="second_order_rate_constant" public_interface="out" name="k3" initial_value="1000000"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k3_" initial_value="0.0004"/>
    <variable units="second_order_rate_constant" public_interface="out" name="k4" initial_value="1000000"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k4_" initial_value="0.0004"/>
    <variable units="second_order_rate_constant" public_interface="out" name="k5" initial_value="10000000"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k5_" initial_value="0.004"/>
  </component>

  <connection>
    <map_components component_2="environment" component_1="Insulin"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Unbound_receptor"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Single_bound_receptor"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Double_bound_receptor"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Unbound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Single_bound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Single_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="rate_variables"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="k1_" variable_1="k1_"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="k2_" variable_1="k2_"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k4_" variable_1="k4_"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="Insulin"/>
    <map_variables variable_2="x2" variable_1="x2"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor" component_1="Insulin"/>
    <map_variables variable_2="x3" variable_1="x3"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor" component_1="Insulin"/>
    <map_variables variable_2="x4" variable_1="x4"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="Insulin"/>
    <map_variables variable_2="x5" variable_1="x5"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_double_bound_receptor_aggregate" component_1="Insulin"/>
    <map_variables variable_2="x6" variable_1="x6"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_single_bound_receptor_aggregate" component_1="Insulin"/>
    <map_variables variable_2="x7" variable_1="x7"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_double_bound_receptor_aggregate" component_1="Insulin"/>
    <map_variables variable_2="x8" variable_1="x8"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="Insulin"/>
    <map_variables variable_2="x9" variable_1="x9"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="rate_variables"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="k1_" variable_1="k1_"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k3_" variable_1="k3_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Unbound_receptor"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor" component_1="Unbound_receptor"/>
    <map_variables variable_2="x3" variable_1="x3"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor" component_1="Unbound_receptor"/>
    <map_variables variable_2="x4" variable_1="x4"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="Unbound_receptor"/>
    <map_variables variable_2="x5" variable_1="x5"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="Unbound_receptor"/>
    <map_variables variable_2="x9" variable_1="x9"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor" component_1="rate_variables"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="k1_" variable_1="k1_"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="k2_" variable_1="k2_"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k3_" variable_1="k3_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Single_bound_receptor"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="Single_bound_receptor"/>
    <map_variables variable_2="x2" variable_1="x2"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor" component_1="Single_bound_receptor"/>
    <map_variables variable_2="x4" variable_1="x4"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="Single_bound_receptor"/>
    <map_variables variable_2="x5" variable_1="x5"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor" component_1="rate_variables"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="k2_" variable_1="k2_"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k3_" variable_1="k3_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Double_bound_receptor"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="Double_bound_receptor"/>
    <map_variables variable_2="x2" variable_1="x2"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor" component_1="Double_bound_receptor"/>
    <map_variables variable_2="x3" variable_1="x3"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="Double_bound_receptor"/>
    <map_variables variable_2="x9" variable_1="x9"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="rate_variables"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k3_" variable_1="k3_"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k4_" variable_1="k4_"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x2" variable_1="x2"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x3" variable_1="x3"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_double_bound_receptor_aggregate" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x6" variable_1="x6"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="Unbound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x9" variable_1="x9"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_double_bound_receptor_aggregate" component_1="rate_variables"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k4_" variable_1="k4_"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Unbound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="Unbound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x5" variable_1="x5"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_single_bound_receptor_aggregate" component_1="Unbound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x7" variable_1="x7"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_single_bound_receptor_aggregate" component_1="rate_variables"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k4_" variable_1="k4_"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Single_bound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_double_bound_receptor_aggregate" component_1="Single_bound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x6" variable_1="x6"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_double_bound_receptor_aggregate" component_1="Single_bound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x8" variable_1="x8"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="Single_bound_receptor_single_bound_receptor_aggregate"/>
    <map_variables variable_2="x9" variable_1="x9"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_double_bound_receptor_aggregate" component_1="rate_variables"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Single_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_single_bound_receptor_aggregate" component_1="Single_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x7" variable_1="x7"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor_double_bound_receptor_aggregate" component_1="rate_variables"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k3_" variable_1="k3_"/>
    <map_variables variable_2="k4" variable_1="k4"/>
    <map_variables variable_2="k4_" variable_1="k4_"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k5_" variable_1="k5_"/>
  </connection>

  <connection>
    <map_components component_2="Insulin" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x1" variable_1="x1"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x2" variable_1="x2"/>
  </connection>

  <connection>
    <map_components component_2="Double_bound_receptor" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x4" variable_1="x4"/>
  </connection>

  <connection>
    <map_components component_2="Unbound_receptor_single_bound_receptor_aggregate" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x5" variable_1="x5"/>
  </connection>

  <connection>
    <map_components component_2="Single_bound_receptor_single_bound_receptor_aggregate" component_1="Double_bound_receptor_double_bound_receptor_aggregate"/>
    <map_variables variable_2="x7" variable_1="x7"/>
  </connection>

  


<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#92e9c9a8-6a06-4340-a4cb-8f86bdbf0d23">
    <rdf:li rdf:resource="rdf:#5c76e7ae-0b65-4bda-bed9-ad7277392da9"/>
    <rdf:li rdf:resource="rdf:#0315d628-1247-45d0-b99d-b2b890a72dab"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#92e9c9a8-6a06-4340-a4cb-8f86bdbf0d23"/>
  <rdf:Bag rdf:about="rdf:#41b64ab2-2319-49cf-a69c-61c15ee4cd3b">
    <rdf:li>insulin receptor binding kinetics</rdf:li>
    <rdf:li>signal transduction</rdf:li>
  </rdf:Bag>
  <rdf:Description rdf:about="rdf:#41b64ab2-2319-49cf-a69c-61c15ee4cd3b"/>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#32534f28-df89-4fdc-88e7-997aec5743f5"/>
    <dcterms:created rdf:resource="rdf:#e3e28e6a-f141-4bd2-b261-7ece16e53006"/>
    <dc:creator rdf:resource="rdf:#d5f3d99c-41bc-4677-b53e-c5b5cfe5a3fd"/>
    <cmeta:modification rdf:resource="rdf:#139700ac-85da-42bd-90ed-8e4d9aa4f91e"/>
    <cmeta:modification rdf:resource="rdf:#580876c7-0afb-4d35-b3bc-8e75a051c453"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#492c81e8-2bf2-4143-bef2-f0de1751ebfa">
    <dc:creator rdf:resource="rdf:#c3bbbffa-26f6-438a-8060-f9060a80d462"/>
    <rdf:value>This is the CellML description of Wanant and Quon's 2000 aggregate model of insulin receptor binding kinetics.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ebfced53-e5c5-4a51-862b-2fe7bc24984c">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c3bbbffa-26f6-438a-8060-f9060a80d462">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#188b3e73-61eb-43f7-81ea-965af5f84661">
    <vCard:FN>James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0315d628-1247-45d0-b99d-b2b890a72dab">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#b4561820-7cca-4b6f-8e57-154b7e725ba4"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b3e11240-a007-4aeb-814f-96f0cec38b09">
    <dc:title>Journal of theoretical Biology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a16efff4-ea5b-46ff-ad3f-5eecc41b9d9a">
    <bqs:Pubmed_id>10882558</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#2a0e51a7-3b13-4234-8bdc-c2036c747830"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d5f3d99c-41bc-4677-b53e-c5b5cfe5a3fd">
    <vCard:ORG rdf:resource="rdf:#2671df8e-9d8e-4d50-8920-22040d928d94"/>
    <vCard:EMAIL rdf:resource="rdf:#f625a259-4613-4a1d-b9dc-2c17a5dcdf7b"/>
    <vCard:N rdf:resource="rdf:#ebfced53-e5c5-4a51-862b-2fe7bc24984c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d6715a2b-54a9-4618-be27-3f551d79fd87">
    <vCard:Given>Sumanas</vCard:Given>
    <vCard:Family>Wanant</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e3e28e6a-f141-4bd2-b261-7ece16e53006">
    <dcterms:W3CDTF>2002-10-15T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2671df8e-9d8e-4d50-8920-22040d928d94">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7c885831-b327-40e7-bba8-6faf857ab48a">
    <dcterms:W3CDTF>2000-08-07</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f625a259-4613-4a1d-b9dc-2c17a5dcdf7b">
    <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:#34035589-5519-486c-b9ff-827b997e5f7b">
    <dc:subject rdf:resource="rdf:#e20e4163-db38-4791-9f27-201b2673f39e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#32534f28-df89-4fdc-88e7-997aec5743f5">
    <dc:creator rdf:resource="rdf:#188b3e73-61eb-43f7-81ea-965af5f84661"/>
    <rdf:value>This model has been rebuilt by James Lawson without using reaction elements. This variant represents the aggregation model, but does not produce the correct output. This file is known to run in PCEnv.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e20e4163-db38-4791-9f27-201b2673f39e">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#41b64ab2-2319-49cf-a69c-61c15ee4cd3b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6febecad-ba23-4cde-8768-6211a6bcb9a0">
    <vCard:Given>James</vCard:Given>
    <vCard:Family>Lawson</vCard:Family>
    <vCard:Other>Richard</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$pbAlz1">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$qbAlz1"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a0e43fbb-bcf9-4d3c-b8ea-9d46abb5d28c">
    <dcterms:W3CDTF>2003-04-09</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b4561820-7cca-4b6f-8e57-154b7e725ba4">
    <vCard:Given>Michael</vCard:Given>
    <vCard:Family>Quon</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#de0e0a7f-7437-4b2a-b4d2-eb181fff70f7">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#139700ac-85da-42bd-90ed-8e4d9aa4f91e">
    <dcterms:modified rdf:resource="rdf:#be642496-efed-4584-bd73-40fb2948e691"/>
    <rdf:value>Fixed problem with units. Added a variable 'scatchard' in component 'insulin' which is defined by the equation: scatchard = (x3 + x4 + x7 + x8 + x9) / x1 and represents the 'bound/free' Scatchard axis.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#7146725c-5e21-4f41-a801-732512edb137"/>
  </rdf:Description>
  <rdf:Description rdf:about="#wanant_quon_2000_version02">
    <ns7:simulation rdf:resource="rdf:#$obAlz1"/>
    <dc:title>Wanant and Quon's 2000 aggregate model of insulin receptor binding 
        kinetics.</dc:title>
    <cmeta:comment rdf:resource="rdf:#492c81e8-2bf2-4143-bef2-f0de1751ebfa"/>
    <bqs:reference rdf:resource="rdf:#34035589-5519-486c-b9ff-827b997e5f7b"/>
    <bqs:reference rdf:resource="rdf:#a16efff4-ea5b-46ff-ad3f-5eecc41b9d9a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5c76e7ae-0b65-4bda-bed9-ad7277392da9">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#d6715a2b-54a9-4618-be27-3f551d79fd87"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$qbAlz1">
    <ns7:nonstandard-pointDensity>10000</ns7:nonstandard-pointDensity>
    <ns7:maximumStepSize>0.1</ns7:maximumStepSize>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$obAlz1">
    <ns7:boundIntervals rdf:resource="rdf:#$pbAlz1"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#580876c7-0afb-4d35-b3bc-8e75a051c453">
    <dcterms:modified rdf:resource="rdf:#a0e43fbb-bcf9-4d3c-b8ea-9d46abb5d28c"/>
    <rdf:value>Added publication date information.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#37d03f78-8658-4aa5-a679-48c481cb76a3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7146725c-5e21-4f41-a801-732512edb137">
    <vCard:N rdf:resource="rdf:#6febecad-ba23-4cde-8768-6211a6bcb9a0"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#37d03f78-8658-4aa5-a679-48c481cb76a3">
    <vCard:N rdf:resource="rdf:#de0e0a7f-7437-4b2a-b4d2-eb181fff70f7"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#be642496-efed-4584-bd73-40fb2948e691">
    <dcterms:W3CDTF>2007-10-18T11:27:16+13:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2a0e51a7-3b13-4234-8bdc-c2036c747830">
    <dc:creator rdf:resource="rdf:#92e9c9a8-6a06-4340-a4cb-8f86bdbf0d23"/>
    <dc:title>Insulin receptor binding kinetics: modeling and simulation studies</dc:title>
    <bqs:volume>205</bqs:volume>
    <bqs:first_page>355</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#b3e11240-a007-4aeb-814f-96f0cec38b09"/>
    <dcterms:issued rdf:resource="rdf:#7c885831-b327-40e7-bba8-6faf857ab48a"/>
    <bqs:last_page>364</bqs:last_page>
  </rdf:Description>
</rdf:RDF>
</model>