Location: Kholodenko, Demin, Moehren, Hoek, 1999 @ 341f9f492314 / kholodenko_demin_moehren_hoek_1999.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-07-22 13:06:45+12:00
Desc:
Added xul and session file
Permanent Source URI:
https://models.physiomeproject.org/workspace/394/rawfile/341f9f492314f3db1c9a753f4ec45d6e406fc32b/kholodenko_demin_moehren_hoek_1999.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 7/05/2009 at 10:55:42 at a.m. using:

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

CellML 1.0 was used to generate this model
http://www.CellML.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="kholodenko_demin_moehren_hoek_1999_version03" name="kholodenko_demin_moehren_hoek_1999_version03">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Quantification of EGF Receptor Signalling</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 model has been recoded in CellML without the use of the reaction element. The parameters and differential equations described in the original publication were used. This file is known to read in both COR and PCEnv and is able to reproduce the graphs in Figure 5 of the Kholodenko et al. 1999 publication.
          </para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
The epidermal growth factor receptor (EGFR) is a protein-tyrosine kinase receptor which regulates cell growth, survival, proliferation, and differentiation.  When epidermal growth factor (EGF) binds to EGFR is causes receptor dimerisation and activates its kinase activity, leading to autophosphorylation.  In turn, this leads to a range of cytoplasmic proteins with specific binding domains, binding to the activated EGFR, and then themselves becoming phosphorylated and activated.  This then leads to further propagation of the signal through several interacting signal transduction pathways.   
</para>
				<para>
Although there is a large body of data which describes EGFR signalling at the molecular level, the mechanisms underlying the regulation of the cellular responses to EGF remain poorly understood.  A contributing factor to this relatively poor understanding is the absence of a quantitative description of the EGFR signalling network.  Placing the experimental data within the framework of a mathematical model provides a method of quantitatively analysing the available experimental data.  In the paper described here, Kholodenko <emphasis>et al</emphasis>. develop a mathematical model which presents a quantitative description of short term EGFR signalling (see <xref linkend="fig_reaction_diagram"/> below).        
</para>
				<para>
The kinetic model predicts how the cellular response is controlled by the relative levels and activity states of the signalling proteins, and also determines the conditions under which activation patterns are transient or sustained.  This modelling analysis will facilitate the assessment of how the EGFR signalling system can process information and generate distinct outputs in response to stimuli.
</para>
				<para>
The model has been described here in CellML (the raw CellML description of the Kholodenko <emphasis>et al.</emphasis> 1999 model can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>).     
</para>
				<para>
The complete original paper reference is cited below:
</para>
				<para>
Quantification of Short Term Signaling by the Epidermal Growth Factor Receptor, Boris N. Kholodenko, Oleg V. Demin, Gisela Moehren, and Jan B. Hoek, 1999, <emphasis>The Journal of Biological Chemistry</emphasis>, 274, 30169-30181. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=10514507&amp;dopt=Abstract">PubMed ID: 10514507</ulink>
				</para>
				<informalfigure float="0" id="fig_reaction_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>reaction diagram</title>
							</objectinfo>
							<imagedata fileref="kholodenko_1999.png"/>
						</imageobject>
					</mediaobject>
					<caption>Kinetic scheme of EGFR signalling mediated by adapter and target proteins.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>
	   <units name="nanomolar">
      <unit prefix="nano" units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <units name="flux">
      <unit units="nanomolar"/>
      <unit exponent="-1" units="second"/>
   </units>
   <units name="first_order_rate_constant">
      <unit exponent="-1" units="second"/>
   </units>
   <units name="second_order_rate_constant">
      <unit exponent="-1" units="nanomolar"/>
      <unit exponent="-1" units="second"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
   </component>
   <component name="EGF">
      <variable cmeta:id="EGF_EGF" initial_value="680" name="EGF" public_interface="out" units="nanomolar"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>EGF</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R">
      <variable cmeta:id="R_R" initial_value="100" name="R" public_interface="out" units="nanomolar"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Ra">
      <variable cmeta:id="Ra_Ra" initial_value="0" name="Ra" public_interface="out" units="nanomolar"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Ra</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v1</ci>
               <apply>
                  <times/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  <ci>v2</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R2">
      <variable cmeta:id="R2_R2" initial_value="0" name="R2" public_interface="out" units="nanomolar"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R2</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v4</ci>
               </apply>
               <ci>v3</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="RP">
      <variable cmeta:id="RP_RP" initial_value="0" name="RP" public_interface="out" units="nanomolar"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="v18" public_interface="in" units="flux"/>
      <variable name="v20" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>RP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v3</ci>
                  <ci>v7</ci>
                  <ci>v11</ci>
                  <ci>v15</ci>
                  <ci>v18</ci>
                  <ci>v20</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v4</ci>
                  <ci>v5</ci>
                  <ci>v9</ci>
                  <ci>v13</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_PL">
      <variable cmeta:id="R_PL_R_PL" initial_value="0" name="R_PL" public_interface="out" units="nanomolar"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_PL</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v5</ci>
               <ci>v6</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_PLP">
      <variable cmeta:id="R_PLP_R_PLP" initial_value="0" name="R_PLP" public_interface="out" units="nanomolar"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_PLP</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v6</ci>
               <ci>v7</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_G">
      <variable cmeta:id="R_G_R_G" initial_value="0" name="R_G" public_interface="out" units="nanomolar"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_G</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v9</ci>
               <ci>v10</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_G_S">
      <variable cmeta:id="R_G_S_R_G_S" initial_value="0" name="R_G_S" public_interface="out" units="nanomolar"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_G_S</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v10</ci>
               <ci>v11</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_Sh">
      <variable cmeta:id="R_Sh_R_Sh" initial_value="0" name="R_Sh" public_interface="out" units="nanomolar"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_Sh</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v13</ci>
               <ci>v14</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_ShP">
      <variable cmeta:id="R_ShP_R_ShP" initial_value="0" name="R_ShP" public_interface="out" units="nanomolar"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v24" public_interface="in" units="flux"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_ShP</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v14</ci>
               <apply>
                  <plus/>
                  <ci>v24</ci>
                  <ci>v15</ci>
                  <ci>v17</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_Sh_G">
      <variable initial_value="0" name="R_Sh_G" public_interface="out" units="nanomolar"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="v18" public_interface="in" units="flux"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_Sh_G</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v17</ci>
               <apply>
                  <plus/>
                  <ci>v18</ci>
                  <ci>v19</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="R_Sh_G_S">
      <variable initial_value="0" name="R_Sh_G_S" public_interface="out" units="nanomolar"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="v20" public_interface="in" units="flux"/>
      <variable name="v24" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>R_Sh_G_S</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v19</ci>
                  <ci>v24</ci>
               </apply>
               <ci>v20</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="G_S">
      <variable cmeta:id="G_S_G_S" initial_value="0" name="G_S" public_interface="out" units="nanomolar"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="v23" public_interface="in" units="flux"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v24" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>G_S</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v11</ci>
                  <ci>v23</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v12</ci>
                  <ci>v24</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="ShP">
      <variable cmeta:id="ShP_ShP" initial_value="0" name="ShP" public_interface="out" units="nanomolar"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="v23" public_interface="in" units="flux"/>
      <variable name="v21" public_interface="in" units="flux"/>
      <variable name="v16" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>ShP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v15</ci>
                  <ci>v23</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v21</ci>
                  <ci>v16</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Sh_G">
      <variable cmeta:id="Sh_G_Sh_G" initial_value="0" name="Sh_G" public_interface="out" units="nanomolar"/>
      <variable name="v18" public_interface="in" units="flux"/>
      <variable name="v21" public_interface="in" units="flux"/>
      <variable name="v22" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Sh_G</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v18</ci>
                  <ci>v21</ci>
               </apply>
               <ci>v22</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Sh_G_S">
      <variable cmeta:id="Sh_G_S_Sh_G_S" initial_value="0" name="Sh_G_S" public_interface="out" units="nanomolar"/>
      <variable name="v20" public_interface="in" units="flux"/>
      <variable name="v22" public_interface="in" units="flux"/>
      <variable name="v23" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Sh_G_S</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v20</ci>
                  <ci>v22</ci>
               </apply>
               <ci>v23</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="PLC_gamma">
      <variable initial_value="105" name="PLC_gamma" public_interface="out" units="nanomolar"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>PLC_gamma</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v8</ci>
               <ci>v5</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="PLC_gamma_P">
      <variable initial_value="0" name="PLC_gamma_P" public_interface="out" units="nanomolar"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v25" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>PLC_gamma_P</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v7</ci>
               <apply>
                  <plus/>
                  <ci>v8</ci>
                  <ci>v25</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="PLC_gamma_P_I">
      <variable initial_value="0" name="PLC_gamma_P_I" public_interface="out" units="nanomolar"/>
      <variable name="v25" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>PLC_gamma_P_I</ci>
            </apply>
            <ci>v25</ci>
         </apply>
      </math>
   </component>
   <component name="Grb">
      <variable cmeta:id="Grb_Grb" initial_value="85" name="Grb" public_interface="out" units="nanomolar"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="v21" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Grb</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v12</ci>
               <apply>
                  <plus/>
                  <ci>v9</ci>
                  <ci>v17</ci>
                  <ci>v21</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Shc">
      <variable cmeta:id="Shc_Shc" initial_value="150" name="Shc" public_interface="out" units="nanomolar"/>
      <variable name="v16" public_interface="in" units="flux"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Shc</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v16</ci>
               <ci>v13</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="SOS">
      <variable cmeta:id="SOS_SOS" initial_value="34" name="SOS" public_interface="out" units="nanomolar"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="v22" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>SOS</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v12</ci>
               <apply>
                  <plus/>
                  <ci>v10</ci>
                  <ci>v19</ci>
                  <ci>v22</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v1">
      <variable name="v1" public_interface="out" units="flux"/>
      <variable name="R" public_interface="in" units="nanomolar"/>
      <variable name="EGF" public_interface="in" units="nanomolar"/>
      <variable name="Ra" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.003" name="k1" units="second_order_rate_constant"/>
      <variable initial_value="0.06" name="k1_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v1</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k1</ci>
                  <ci>R</ci>
                  <ci>EGF</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k1_</ci>
                  <ci>Ra</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v2">
      <variable name="v2" public_interface="out" units="flux"/>
      <variable name="R2" public_interface="in" units="nanomolar"/>
      <variable name="Ra" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.01" name="k2" units="second_order_rate_constant"/>
      <variable initial_value="0.1" name="k2_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v2</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k2</ci>
                  <ci>Ra</ci>
                  <ci>Ra</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k2_</ci>
                  <ci>R2</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v3">
      <variable name="v3" public_interface="out" units="flux"/>
      <variable name="R2" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="1" name="k3" units="first_order_rate_constant"/>
      <variable initial_value="0.01" name="k3_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v3</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k3</ci>
                  <ci>R2</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k3_</ci>
                  <ci>RP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v4">
      <variable name="v4" public_interface="out" units="flux"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="50" name="K4" units="nanomolar"/>
      <variable initial_value="450" name="V4" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v4</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>V4</ci>
                  <ci>RP</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>K4</ci>
                  <ci>RP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v5">
      <variable name="v5" public_interface="out" units="flux"/>
      <variable name="R_PL" public_interface="in" units="nanomolar"/>
      <variable name="PLC_gamma" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.06" name="k5" units="second_order_rate_constant"/>
      <variable initial_value="0.2" name="k5_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v5</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k5</ci>
                  <ci>RP</ci>
                  <ci>PLC_gamma</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k5_</ci>
                  <ci>R_PL</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v6">
      <variable name="v6" public_interface="out" units="flux"/>
      <variable name="R_PL" public_interface="in" units="nanomolar"/>
      <variable name="R_PLP" public_interface="in" units="nanomolar"/>
      <variable initial_value="1" name="k6" units="first_order_rate_constant"/>
      <variable initial_value="0.05" name="k6_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v6</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k6</ci>
                  <ci>R_PL</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k6_</ci>
                  <ci>R_PLP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v7">
      <variable name="v7" public_interface="out" units="flux"/>
      <variable name="R_PLP" public_interface="in" units="nanomolar"/>
      <variable name="PLC_gamma_P" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.3" name="k7" units="first_order_rate_constant"/>
      <variable initial_value="0.006" name="k7_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v7</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k7</ci>
                  <ci>R_PLP</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k7_</ci>
                  <ci>RP</ci>
                  <ci>PLC_gamma_P</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v8">
      <variable name="v8" public_interface="out" units="flux"/>
      <variable name="PLC_gamma_P" public_interface="in" units="nanomolar"/>
      <variable initial_value="100" name="K8" units="nanomolar"/>
      <variable initial_value="1" name="V8" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v8</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>V8</ci>
                  <ci>PLC_gamma_P</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>K8</ci>
                  <ci>PLC_gamma_P</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v9">
      <variable name="v9" public_interface="out" units="flux"/>
      <variable name="R_G" public_interface="in" units="nanomolar"/>
      <variable name="Grb" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.003" name="k9" units="second_order_rate_constant"/>
      <variable initial_value="0.05" name="k9_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v9</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k9</ci>
                  <ci>RP</ci>
                  <ci>Grb</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k9_</ci>
                  <ci>R_G</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v10">
      <variable name="v10" public_interface="out" units="flux"/>
      <variable name="R_G_S" public_interface="in" units="nanomolar"/>
      <variable name="SOS" public_interface="in" units="nanomolar"/>
      <variable name="R_G" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.01" name="k10" units="second_order_rate_constant"/>
      <variable initial_value="0.06" name="k10_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v10</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k10</ci>
                  <ci>R_G</ci>
                  <ci>SOS</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k10_</ci>
                  <ci>R_G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v11">
      <variable name="v11" public_interface="out" units="flux"/>
      <variable name="R_G_S" public_interface="in" units="nanomolar"/>
      <variable name="G_S" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.03" name="k11" units="first_order_rate_constant"/>
      <variable initial_value="4.5e-3" name="k11_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v11</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k11</ci>
                  <ci>R_G_S</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k11_</ci>
                  <ci>RP</ci>
                  <ci>G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v12">
      <variable name="v12" public_interface="out" units="flux"/>
      <variable name="G_S" public_interface="in" units="nanomolar"/>
      <variable name="SOS" public_interface="in" units="nanomolar"/>
      <variable name="Grb" public_interface="in" units="nanomolar"/>
      <variable initial_value="1.5e-3" name="k12" units="first_order_rate_constant"/>
      <variable initial_value="1e-4" name="k12_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v12</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k12</ci>
                  <ci>G_S</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k12_</ci>
                  <ci>Grb</ci>
                  <ci>SOS</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v13">
      <variable name="v13" public_interface="out" units="flux"/>
      <variable name="R_Sh" public_interface="in" units="nanomolar"/>
      <variable name="Shc" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.09" name="k13" units="second_order_rate_constant"/>
      <variable initial_value="0.6" name="k13_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v13</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k13</ci>
                  <ci>RP</ci>
                  <ci>Shc</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k13_</ci>
                  <ci>R_Sh</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v14">
      <variable name="v14" public_interface="out" units="flux"/>
      <variable name="R_Sh" public_interface="in" units="nanomolar"/>
      <variable name="R_ShP" public_interface="in" units="nanomolar"/>
      <variable initial_value="6" name="k14" units="first_order_rate_constant"/>
      <variable initial_value="0.06" name="k14_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v14</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k14</ci>
                  <ci>R_Sh</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k14_</ci>
                  <ci>R_ShP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v15">
      <variable name="v15" public_interface="out" units="flux"/>
      <variable name="R_ShP" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable name="ShP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.3" name="k15" units="first_order_rate_constant"/>
      <variable initial_value="9e-4" name="k15_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v15</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k15</ci>
                  <ci>R_ShP</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k15_</ci>
                  <ci>ShP</ci>
                  <ci>RP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v16">
      <variable name="v16" public_interface="out" units="flux"/>
      <variable name="ShP" public_interface="in" units="nanomolar"/>
      <variable initial_value="340" name="K16" units="nanomolar"/>
      <variable initial_value="1.7" name="V16" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v16</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>V16</ci>
                  <ci>ShP</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>K16</ci>
                  <ci>ShP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v17">
      <variable name="v17" public_interface="out" units="flux"/>
      <variable name="R_ShP" public_interface="in" units="nanomolar"/>
      <variable name="Grb" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh_G" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.003" name="k17" units="second_order_rate_constant"/>
      <variable initial_value="0.1" name="k17_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v17</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k17</ci>
                  <ci>R_ShP</ci>
                  <ci>Grb</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k17_</ci>
                  <ci>R_Sh_G</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v18">
      <variable name="v18" public_interface="out" units="flux"/>
      <variable name="R_Sh_G" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable name="Sh_G" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.3" name="k18" units="first_order_rate_constant"/>
      <variable initial_value="9e-4" name="k18_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v18</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k18</ci>
                  <ci>R_Sh_G</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k18_</ci>
                  <ci>RP</ci>
                  <ci>Sh_G</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v19">
      <variable name="v19" public_interface="out" units="flux"/>
      <variable name="R_Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="SOS" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh_G" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.01" name="k19" units="second_order_rate_constant"/>
      <variable initial_value="2.14e-2" name="k19_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v19</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k19</ci>
                  <ci>R_Sh_G</ci>
                  <ci>SOS</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k19_</ci>
                  <ci>R_Sh_G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v20">
      <variable name="v20" public_interface="out" units="flux"/>
      <variable name="Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.12" name="k20" units="first_order_rate_constant"/>
      <variable initial_value="2.4e-4" name="k20_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v20</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k20</ci>
                  <ci>R_Sh_G_S</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k20_</ci>
                  <ci>Sh_G_S</ci>
                  <ci>RP</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v21">
      <variable name="v21" public_interface="out" units="flux"/>
      <variable name="Sh_G" public_interface="in" units="nanomolar"/>
      <variable name="Grb" public_interface="in" units="nanomolar"/>
      <variable name="ShP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.003" name="k21" units="second_order_rate_constant"/>
      <variable initial_value="0.1" name="k21_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v21</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k21</ci>
                  <ci>ShP</ci>
                  <ci>Grb</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k21_</ci>
                  <ci>Sh_G</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v22">
      <variable name="v22" public_interface="out" units="flux"/>
      <variable name="Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="SOS" public_interface="in" units="nanomolar"/>
      <variable name="Sh_G" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.03" name="k22" units="second_order_rate_constant"/>
      <variable initial_value="0.064" name="k22_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v22</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k22</ci>
                  <ci>Sh_G</ci>
                  <ci>SOS</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k22_</ci>
                  <ci>Sh_G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v23">
      <variable name="v23" public_interface="out" units="flux"/>
      <variable name="G_S" public_interface="in" units="nanomolar"/>
      <variable name="ShP" public_interface="in" units="nanomolar"/>
      <variable name="Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.1" name="k23" units="first_order_rate_constant"/>
      <variable initial_value="0.021" name="k23_" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v23</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k23</ci>
                  <ci>Sh_G_S</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k23_</ci>
                  <ci>ShP</ci>
                  <ci>G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v24">
      <variable name="v24" public_interface="out" units="flux"/>
      <variable name="R_Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="G_S" public_interface="in" units="nanomolar"/>
      <variable name="R_ShP" public_interface="in" units="nanomolar"/>
      <variable initial_value="0.009" name="k24" units="second_order_rate_constant"/>
      <variable initial_value="4.29e-2" name="k24_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v24</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k24</ci>
                  <ci>R_ShP</ci>
                  <ci>G_S</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k24_</ci>
                  <ci>R_Sh_G_S</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v25">
      <variable name="v25" public_interface="out" units="flux"/>
      <variable name="PLC_gamma_P" public_interface="in" units="nanomolar"/>
      <variable name="PLC_gamma_P_I" public_interface="in" units="nanomolar"/>
      <variable initial_value="1" name="k25" units="first_order_rate_constant"/>
      <variable initial_value="0.03" name="k25_" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v25</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>k25</ci>
                  <ci>PLC_gamma_P</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k25_</ci>
                  <ci>PLC_gamma_P_I</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="combined_concs">
      <variable name="totEGFRphos" units="nanomolar"/>
      <variable name="RP" public_interface="in" units="nanomolar"/>
      <variable name="R_PL" public_interface="in" units="nanomolar"/>
      <variable name="R_PLP" public_interface="in" units="nanomolar"/>
      <variable name="R_G" public_interface="in" units="nanomolar"/>
      <variable name="R_G_S" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh" public_interface="in" units="nanomolar"/>
      <variable name="R_ShP" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh_G" public_interface="in" units="nanomolar"/>
      <variable name="R_Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="totPLCgammaphos" units="nanomolar"/>
      <variable name="PLC_gamma_P" public_interface="in" units="nanomolar"/>
      <variable name="ShP" public_interface="in" units="nanomolar"/>
      <variable name="Sh_G" public_interface="in" units="nanomolar"/>
      <variable name="Sh_G_S" public_interface="in" units="nanomolar"/>
      <variable name="totGrb_EGFR" units="nanomolar"/>
      <variable name="totGrb_Shc" units="nanomolar"/>
      <variable name="totShcphos" units="nanomolar"/>
      <variable name="totShc_EGFR" units="nanomolar"/>
      <variable name="totSOS_EGFR" units="nanomolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>totEGFRphos</ci>
            <apply>
               <times/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
               <apply>
                  <plus/>
                  <ci>RP</ci>
                  <ci>R_PL</ci>
                  <ci>R_PLP</ci>
                  <ci>R_G</ci>
                  <ci>R_G_S</ci>
                  <ci>R_Sh</ci>
                  <ci>R_ShP</ci>
                  <ci>R_Sh_G</ci>
                  <ci>R_Sh_G_S</ci>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totPLCgammaphos</ci>
            <apply>
               <plus/>
               <ci>R_PLP</ci>
               <ci>PLC_gamma_P</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totShcphos</ci>
            <apply>
               <plus/>
               <ci>R_ShP</ci>
               <ci>R_Sh_G</ci>
               <ci>R_Sh_G_S</ci>
               <ci>ShP</ci>
               <ci>Sh_G</ci>
               <ci>Sh_G_S</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totGrb_EGFR</ci>
            <apply>
               <plus/>
               <ci>R_G</ci>
               <ci>R_G_S</ci>
               <ci>R_Sh_G</ci>
               <ci>R_Sh_G_S</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totGrb_Shc</ci>
            <apply>
               <plus/>
               <ci>R_Sh_G</ci>
               <ci>Sh_G</ci>
               <ci>R_Sh_G_S</ci>
               <ci>Sh_G_S</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totShc_EGFR</ci>
            <apply>
               <plus/>
               <ci>R_ShP</ci>
               <ci>R_Sh_G</ci>
               <ci>R_Sh_G_S</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>totSOS_EGFR</ci>
            <apply>
               <plus/>
               <ci>R_G_S</ci>
               <ci>R_Sh_G_S</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="EGF" component_2="v1"/>
      <map_variables variable_1="EGF" variable_2="EGF"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="R" component_2="v1"/>
      <map_variables variable_1="R" variable_2="R"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="Ra" component_2="v1"/>
      <map_variables variable_1="Ra" variable_2="Ra"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="Ra" component_2="v2"/>
      <map_variables variable_1="Ra" variable_2="Ra"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="R2" component_2="v2"/>
      <map_variables variable_1="R2" variable_2="R2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="R2" component_2="v3"/>
      <map_variables variable_1="R2" variable_2="R2"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="R2" component_2="v4"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v3"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v7"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v11"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v15"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v18"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v20"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v4"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v5"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v9"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="v13"/>
      <map_variables variable_1="RP" variable_2="RP"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="R_PL" component_2="v5"/>
      <map_variables variable_1="R_PL" variable_2="R_PL"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="R_PL" component_2="v6"/>
      <map_variables variable_1="R_PL" variable_2="R_PL"/>
      <map_variables variable_1="v6" variable_2="v6"/>
   </connection>
   <connection>
      <map_components component_1="R_PLP" component_2="v6"/>
      <map_variables variable_1="R_PLP" variable_2="R_PLP"/>
      <map_variables variable_1="v6" variable_2="v6"/>
   </connection>
   <connection>
      <map_components component_1="R_PLP" component_2="v7"/>
      <map_variables variable_1="R_PLP" variable_2="R_PLP"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="R_G" component_2="v9"/>
      <map_variables variable_1="R_G" variable_2="R_G"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="R_G" component_2="v10"/>
      <map_variables variable_1="R_G" variable_2="R_G"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="R_G_S" component_2="v10"/>
      <map_variables variable_1="R_G_S" variable_2="R_G_S"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="R_G_S" component_2="v11"/>
      <map_variables variable_1="R_G_S" variable_2="R_G_S"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh" component_2="v13"/>
      <map_variables variable_1="R_Sh" variable_2="R_Sh"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh" component_2="v14"/>
      <map_variables variable_1="R_Sh" variable_2="R_Sh"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="v14"/>
      <map_variables variable_1="R_ShP" variable_2="R_ShP"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="v24"/>
      <map_variables variable_1="R_ShP" variable_2="R_ShP"/>
      <map_variables variable_1="v24" variable_2="v24"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="v15"/>
      <map_variables variable_1="R_ShP" variable_2="R_ShP"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="v17"/>
      <map_variables variable_1="R_ShP" variable_2="R_ShP"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G" component_2="v17"/>
      <map_variables variable_1="R_Sh_G" variable_2="R_Sh_G"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G" component_2="v18"/>
      <map_variables variable_1="R_Sh_G" variable_2="R_Sh_G"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G" component_2="v19"/>
      <map_variables variable_1="R_Sh_G" variable_2="R_Sh_G"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G_S" component_2="v19"/>
      <map_variables variable_1="R_Sh_G_S" variable_2="R_Sh_G_S"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G_S" component_2="v20"/>
      <map_variables variable_1="R_Sh_G_S" variable_2="R_Sh_G_S"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G_S" component_2="v24"/>
      <map_variables variable_1="R_Sh_G_S" variable_2="R_Sh_G_S"/>
      <map_variables variable_1="v24" variable_2="v24"/>
   </connection>
   <connection>
      <map_components component_1="G_S" component_2="v11"/>
      <map_variables variable_1="G_S" variable_2="G_S"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="G_S" component_2="v23"/>
      <map_variables variable_1="G_S" variable_2="G_S"/>
      <map_variables variable_1="v23" variable_2="v23"/>
   </connection>
   <connection>
      <map_components component_1="G_S" component_2="v12"/>
      <map_variables variable_1="G_S" variable_2="G_S"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="G_S" component_2="v24"/>
      <map_variables variable_1="G_S" variable_2="G_S"/>
      <map_variables variable_1="v24" variable_2="v24"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G_S" component_2="v20"/>
      <map_variables variable_1="Sh_G_S" variable_2="Sh_G_S"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G_S" component_2="v22"/>
      <map_variables variable_1="Sh_G_S" variable_2="Sh_G_S"/>
      <map_variables variable_1="v22" variable_2="v22"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G_S" component_2="v23"/>
      <map_variables variable_1="Sh_G_S" variable_2="Sh_G_S"/>
      <map_variables variable_1="v23" variable_2="v23"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="v15"/>
      <map_variables variable_1="ShP" variable_2="ShP"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="v23"/>
      <map_variables variable_1="ShP" variable_2="ShP"/>
      <map_variables variable_1="v23" variable_2="v23"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="v21"/>
      <map_variables variable_1="ShP" variable_2="ShP"/>
      <map_variables variable_1="v21" variable_2="v21"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="v16"/>
      <map_variables variable_1="ShP" variable_2="ShP"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G" component_2="v18"/>
      <map_variables variable_1="Sh_G" variable_2="Sh_G"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G" component_2="v21"/>
      <map_variables variable_1="Sh_G" variable_2="Sh_G"/>
      <map_variables variable_1="v21" variable_2="v21"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G" component_2="v22"/>
      <map_variables variable_1="Sh_G" variable_2="Sh_G"/>
      <map_variables variable_1="v22" variable_2="v22"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma" component_2="v8"/>
      <map_variables variable_1="v8" variable_2="v8"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma" component_2="v5"/>
      <map_variables variable_1="PLC_gamma" variable_2="PLC_gamma"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P" component_2="v7"/>
      <map_variables variable_1="PLC_gamma_P" variable_2="PLC_gamma_P"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P" component_2="v8"/>
      <map_variables variable_1="PLC_gamma_P" variable_2="PLC_gamma_P"/>
      <map_variables variable_1="v8" variable_2="v8"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P" component_2="v25"/>
      <map_variables variable_1="PLC_gamma_P" variable_2="PLC_gamma_P"/>
      <map_variables variable_1="v25" variable_2="v25"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P_I" component_2="v25"/>
      <map_variables variable_1="PLC_gamma_P_I" variable_2="PLC_gamma_P_I"/>
      <map_variables variable_1="v25" variable_2="v25"/>
   </connection>
   <connection>
      <map_components component_1="Grb" component_2="v12"/>
      <map_variables variable_1="Grb" variable_2="Grb"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="Grb" component_2="v9"/>
      <map_variables variable_1="Grb" variable_2="Grb"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="Grb" component_2="v17"/>
      <map_variables variable_1="Grb" variable_2="Grb"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="Grb" component_2="v21"/>
      <map_variables variable_1="Grb" variable_2="Grb"/>
      <map_variables variable_1="v21" variable_2="v21"/>
   </connection>
   <connection>
      <map_components component_1="Shc" component_2="v16"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="Shc" component_2="v13"/>
      <map_variables variable_1="Shc" variable_2="Shc"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="SOS" component_2="v12"/>
      <map_variables variable_1="SOS" variable_2="SOS"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="SOS" component_2="v10"/>
      <map_variables variable_1="SOS" variable_2="SOS"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="SOS" component_2="v19"/>
      <map_variables variable_1="SOS" variable_2="SOS"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="SOS" component_2="v22"/>
      <map_variables variable_1="SOS" variable_2="SOS"/>
      <map_variables variable_1="v22" variable_2="v22"/>
   </connection>
   <connection>
      <map_components component_1="EGF" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Ra" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R2" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_PL" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_PLP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_G" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_G_S" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G_S" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="G_S" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P_I" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Grb" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Shc" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="SOS" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G_S" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="RP" component_2="combined_concs"/>
      <map_variables variable_1="RP" variable_2="RP"/>
   </connection>
   <connection>
      <map_components component_1="R_PL" component_2="combined_concs"/>
      <map_variables variable_1="R_PL" variable_2="R_PL"/>
   </connection>
   <connection>
      <map_components component_1="R_PLP" component_2="combined_concs"/>
      <map_variables variable_1="R_PLP" variable_2="R_PLP"/>
   </connection>
   <connection>
      <map_components component_1="R_G" component_2="combined_concs"/>
      <map_variables variable_1="R_G" variable_2="R_G"/>
   </connection>
   <connection>
      <map_components component_1="R_G_S" component_2="combined_concs"/>
      <map_variables variable_1="R_G_S" variable_2="R_G_S"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh" component_2="combined_concs"/>
      <map_variables variable_1="R_Sh" variable_2="R_Sh"/>
   </connection>
   <connection>
      <map_components component_1="R_ShP" component_2="combined_concs"/>
      <map_variables variable_1="R_ShP" variable_2="R_ShP"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G" component_2="combined_concs"/>
      <map_variables variable_1="R_Sh_G" variable_2="R_Sh_G"/>
   </connection>
   <connection>
      <map_components component_1="R_Sh_G_S" component_2="combined_concs"/>
      <map_variables variable_1="R_Sh_G_S" variable_2="R_Sh_G_S"/>
   </connection>
   <connection>
      <map_components component_1="PLC_gamma_P" component_2="combined_concs"/>
      <map_variables variable_1="PLC_gamma_P" variable_2="PLC_gamma_P"/>
   </connection>
   <connection>
      <map_components component_1="ShP" component_2="combined_concs"/>
      <map_variables variable_1="ShP" variable_2="ShP"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G" component_2="combined_concs"/>
      <map_variables variable_1="Sh_G" variable_2="Sh_G"/>
   </connection>
   <connection>
      <map_components component_1="Sh_G_S" component_2="combined_concs"/>
      <map_variables variable_1="Sh_G_S" variable_2="Sh_G_S"/>
   </connection>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Seq rdf:about="rdf:#3420a533-f810-4c3f-9b58-329bfbf1ebec">
    <rdf:li rdf:resource="rdf:#b28c93ce-8d3d-4f89-a735-9b9ddb7c728d"/>
    <rdf:li rdf:resource="rdf:#55296cfd-77be-4bd9-a47d-386e5cdf83b6"/>
    <rdf:li rdf:resource="rdf:#d1706144-c689-4003-a0ae-a96dd1eabff2"/>
    <rdf:li rdf:resource="rdf:#8ace61ed-9cc6-4efb-b863-2aa142f9aaa6"/>
  </rdf:Seq>
  <rdf:Description rdf:about="">
    <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#481f900f-351e-40c1-8e70-f62e2482e3ef"/>
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#094cce62-da36-41bf-99da-829ff8853f8c"/>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#c5afd74a-9484-4b91-9646-a10fa89a50cd"/>
    <cmeta:modification rdf:resource="rdf:#2818e5c5-0e87-468e-a835-dc53759351ed"/>
    <cmeta:modification rdf:resource="rdf:#8ca02481-cb80-40f2-92bc-bb13c6275416"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#44c23066-d843-4bed-a480-a03586fa9d70">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">1999-10-15 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b28c93ce-8d3d-4f89-a735-9b9ddb7c728d">
    <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:#fb957422-b7c9-4522-a147-42084cc8e6e5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#05b16fb3-761c-4607-881d-fac4bfce432c">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Jeelean</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lim</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#460eceff-724f-4eae-bf9d-3c08f74f5c08">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>j.lawson@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2a1020cb-4117-4098-a9b6-77a5069ea8c9">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#ac2c7387-493c-42f5-9c0b-a03ba5a2fc5a"/>
    <rdf:value>This file is a CellML description of Kholodenko et al.'s mathematical model of the kinetics of the early response of the EGFR pathway to agonism.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f72f5b75-2c2a-493d-9208-1865c298b8f6">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2818e5c5-0e87-468e-a835-dc53759351ed">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#61d360c0-3c3d-4256-a320-eeaf11a790ca"/>
    <rdf:value>Added several more combined concentrations to reproduce all the graphs in figure 5 of the paper</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#9e2618bd-6cca-4590-8d9d-b594cd52f5f9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8ace61ed-9cc6-4efb-b863-2aa142f9aaa6">
    <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:#eda60cc5-9874-440a-a9db-1a5aaff02390"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#eda60cc5-9874-440a-a9db-1a5aaff02390">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Jan</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Hoek</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">B</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#094cce62-da36-41bf-99da-829ff8853f8c">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2007-10-23T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ade0996b-987f-4d5b-8784-99dc3ea174b1">
    <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#">10514507</bqs:Pubmed_id>
    <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#ac72c30c-765f-4d82-aaba-5e5aceb15ad6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7d82dc03-2e48-4859-8cb0-02cce48b5df7">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2007-10-23T15:06:23+13:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#90f27ecf-c501-4140-a6f5-af5b5de0011e">
    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">University of Auckland</vCard:Orgname>
    <vCard:Orgunit xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d1706144-c689-4003-a0ae-a96dd1eabff2">
    <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:#f2d1b81b-da38-4446-9171-236cdcae09d4"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#481f900f-351e-40c1-8e70-f62e2482e3ef">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#f72f5b75-2c2a-493d-9208-1865c298b8f6"/>
    <rdf:value>This model has been recoded in CellML without the use of the reaction element. The parameters and differential equations described in the original publication were used. This file is known to read in both COR and PCEnv and is able to reproduce the graphs in Figure 5 of the Kholodenko et al. 1999 publication.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d827218a-ce96-450f-9040-ef92bf5fc439">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#ab6d2938-6493-4fd6-bb2a-a2d1cf7b096e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c5afd74a-9484-4b91-9646-a10fa89a50cd">
    <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#90f27ecf-c501-4140-a6f5-af5b5de0011e"/>
    <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#460eceff-724f-4eae-bf9d-3c08f74f5c08"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#ad303c6d-f607-4ae8-9ab5-38bae05433a5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8ca02481-cb80-40f2-92bc-bb13c6275416">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#7d82dc03-2e48-4859-8cb0-02cce48b5df7"/>
    <rdf:value>Removed connection duplications, added component defining total concentrations of various species, inc. EGFR, as used in graphs in figure 5 of publication.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#d827218a-ce96-450f-9040-ef92bf5fc439"/>
  </rdf:Description>
  <rdf:Description rdf:about="#kholodenko_demin_moehren_hoek_1999_version03">
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#ade0996b-987f-4d5b-8784-99dc3ea174b1"/>
<bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource">
  <dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>
      <rdf:Bag>
        <rdf:li>signal transduction</rdf:li>
        <rdf:li>egfr</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </dc:subject>
</bqs:reference>
    <cmeta:comment rdf:resource="rdf:#2a1020cb-4117-4098-a9b6-77a5069ea8c9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ad303c6d-f607-4ae8-9ab5-38bae05433a5">
    <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:#f2d1b81b-da38-4446-9171-236cdcae09d4">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Gisela</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Moehren</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f3c5ecea-638d-4768-8e27-874a24de060e">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Oleg</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Demin</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">V</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9e2618bd-6cca-4590-8d9d-b594cd52f5f9">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#05b16fb3-761c-4607-881d-fac4bfce432c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ac72c30c-765f-4d82-aaba-5e5aceb15ad6">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#3420a533-f810-4c3f-9b58-329bfbf1ebec"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Quantification of short term signalling by the epidermal growth</dc:title>
    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">274</bqs:volume>
    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">30169</bqs:first_page>
    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#783b1db2-b26e-4816-9b2b-99e4cc7d658a"/>
    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#44c23066-d843-4bed-a480-a03586fa9d70"/>
    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">30181</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#55296cfd-77be-4bd9-a47d-386e5cdf83b6">
    <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:#f3c5ecea-638d-4768-8e27-874a24de060e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#61d360c0-3c3d-4256-a320-eeaf11a790ca">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2009-05-07T11:02:11+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ab6d2938-6493-4fd6-bb2a-a2d1cf7b096e">
    <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:#fb957422-b7c9-4522-a147-42084cc8e6e5">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Boris</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Kholodenko</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">N</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#783b1db2-b26e-4816-9b2b-99e4cc7d658a">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">The Journal of Biological Chemistry</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ac2c7387-493c-42f5-9c0b-a03ba5a2fc5a">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James Lawson</vCard:FN>
  </rdf:Description>
</rdf:RDF>
</model>