Rendering of the source text

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="vempati_model_2007" name="vempati_model_2007">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>A Biochemical Model of Matrix Metalloproteinase 9 Activation and Inhibition</title>
				<author>
					<firstname>Catherine</firstname>
					<surname>Lloyd</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
    <title>Model Status</title>
    <para>
        This CellML model is known to run in both OpenCell and COR to recreate the results in the published paper.  The units have been checked and they are consistent. Please note that many of the figures in the paper are complex and requite special simulation conditions. This particular CellML model represents the basic core model presented in the paper. Initial conditions can be modified to generate more complex results.  We thank the model author Prakash Vempati for his assistance in getting this CellML model to run.
          </para>
  </section>
  <sect1 id="sec_structure">
				<title>Model Structure</title>

<para>ABSTRACT: Matrix metalloproteinases (MMPs) are a class of extracellular and membrane-bound proteases involved in an array of physiological processes including angiogenesis. We present a detailed computational model of MMP9 activation and inhibition. Our model is validated to existing biochemical experimental data. We determine kinetic rate constants for the processes of MMP9 activation by MMP3, MMP10, MMP13, and trypsin, inhibition by the tissue inhibitors of metalloproteinases (TIMPs) TIMP1 and TIMP2, and MMP9 deactivation. This computational approach allows us to investigate discrepancies in our understanding of the MMP9</para>
				
<para>
The original paper reference is cited below:
</para>
				<para>
A Biochemical Model of Matrix Metalloproteinase 9 Activation and Inhibition, Prakash Vempati, Emmanouil D. Karagiannis, and Aleksander S. Popel , 2007, <emphasis>The Journal of Biological Chemistry</emphasis>
, 282, 37585-37596.  <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/17848556">PubMed ID: 17848556</ulink>
				</para>
				
<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="vempati_2007.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the biochemical reaction network for MMP9 activation and inhibition spanning MMP9, MMP3, TIMP1, and TIMP2.  pM9, pro-MMP9; M3, MMP3; M9, MMP9; T1, TIMP1; T2, TIMP2; Tr, Trypsin.</caption>
</informalfigure>
				
				
			</sect1>
		</article>
	</documentation>
	
	
	
   <units name="molar">
      <unit units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <units name="flux">
      <unit units="molar"/>
      <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="molar"/>
      <unit exponent="-1" units="second"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
   </component>
   <component name="v1">
      <variable name="v1" public_interface="out" units="flux"/>
      <variable name="pM9" public_interface="in" units="molar"/>
      <variable name="M3" public_interface="in" units="molar"/>
      <variable name="M3_pM9" public_interface="in" units="molar"/>
      <variable name="kon_M3pM9" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M3pM9" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v1</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M3pM9</ci>
                  <ci>M3</ci>
                  <ci>pM9</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M3pM9</ci>
                  <ci>M3_pM9</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v2">
      <variable name="v2" public_interface="out" units="flux"/>
      <variable name="M3_pM9" public_interface="in" units="molar"/>
      <variable name="kact_M3pM9" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v2</ci>
            <apply>
               <times/>
               <ci>kact_M3pM9</ci>
               <ci>M3_pM9</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v3">
      <variable name="v3" public_interface="out" units="flux"/>
      <variable name="M3_T1" public_interface="in" units="molar"/>
      <variable name="M3" public_interface="in" units="molar"/>
      <variable name="T1" public_interface="in" units="molar"/>
      <variable name="kon_M3T1" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M3T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v3</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M3T1</ci>
                  <ci>M3</ci>
                  <ci>T1</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M3T1</ci>
                  <ci>M3_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v4">
      <variable name="v4" public_interface="out" units="flux"/>
      <variable name="pM9_T1" public_interface="in" units="molar"/>
      <variable name="pM9" public_interface="in" units="molar"/>
      <variable name="T1" public_interface="in" units="molar"/>
      <variable name="kon_pM9T1" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_pM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v4</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_pM9T1</ci>
                  <ci>pM9</ci>
                  <ci>T1</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_pM9T1</ci>
                  <ci>pM9_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v5">
      <variable name="v5" public_interface="out" units="flux"/>
      <variable name="pM9_T1" public_interface="in" units="molar"/>
      <variable name="M3" public_interface="in" units="molar"/>
      <variable name="M3_pM9_T1" public_interface="in" units="molar"/>
      <variable name="kon_M3pM9T1" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M3pM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v5</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M3pM9T1</ci>
                  <ci>pM9_T1</ci>
                  <ci>M3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M3pM9T1</ci>
                  <ci>M3_pM9_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v6">
      <variable name="v6" public_interface="out" units="flux"/>
      <variable name="M3_pM9_T1" public_interface="in" units="molar"/>
      <variable name="kact_M3pM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v6</ci>
            <apply>
               <times/>
               <ci>kact_M3pM9T1</ci>
               <ci>M3_pM9_T1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v7">
      <variable name="v7" public_interface="out" units="flux"/>
      <variable name="M9_T1_star" public_interface="in" units="molar"/>
      <variable name="T1" public_interface="in" units="molar"/>
      <variable name="M9" public_interface="in" units="molar"/>
      <variable name="kon_M9T1_star" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M9T1_star" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v7</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M9T1_star</ci>
                  <ci>T1</ci>
                  <ci>M9</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M9T1_star</ci>
                  <ci>M9_T1_star</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v8">
      <variable name="v8" public_interface="out" units="flux"/>
      <variable name="M9_T1_star" public_interface="in" units="molar"/>
      <variable name="M9_T1" public_interface="in" units="molar"/>
      <variable name="kon_M9T1" public_interface="in" units="first_order_rate_constant"/>
      <variable name="koff_M9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v8</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M9T1</ci>
                  <ci>M9_T1_star</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M9T1</ci>
                  <ci>M9_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v9">
      <variable name="v9" public_interface="out" units="flux"/>
      <variable name="M9_T1_M3" public_interface="in" units="molar"/>
      <variable name="M9" public_interface="in" units="molar"/>
      <variable name="M3_T1" public_interface="in" units="molar"/>
      <variable name="kon_M9_M3T1" public_interface="in" units="first_order_rate_constant"/>
      <variable name="koff_M9_M3T1" public_interface="in" units="second_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v9</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M9_M3T1</ci>
                  <ci>M9_T1_M3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M9_M3T1</ci>
                  <ci>M9</ci>
                  <ci>M3_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v10">
      <variable name="v10" public_interface="out" units="flux"/>
      <variable name="pM9_T1" public_interface="in" units="molar"/>
      <variable name="M3" public_interface="in" units="molar"/>
      <variable name="pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kon_M3_pM9T1" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M3_pM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v10</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M3_pM9T1</ci>
                  <ci>pM9_T1</ci>
                  <ci>M3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M3_pM9T1</ci>
                  <ci>pM9_T1_M3</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v11">
      <variable name="v11" public_interface="out" units="flux"/>
      <variable name="pM9" public_interface="in" units="molar"/>
      <variable name="M3_T1" public_interface="in" units="molar"/>
      <variable name="pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kon_pM9T1M3" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_pM9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v11</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_pM9T1M3</ci>
                  <ci>pM9</ci>
                  <ci>M3_T1</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_pM9T1M3</ci>
                  <ci>pM9_T1_M3</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v12">
      <variable name="v12" public_interface="out" units="flux"/>
      <variable name="M3" public_interface="in" units="molar"/>
      <variable name="pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="M3_pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kon_M3pM9T1M3" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_M3pM9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v12</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_M3pM9T1M3</ci>
                  <ci>M3</ci>
                  <ci>pM9_T1_M3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_M3pM9T1M3</ci>
                  <ci>M3_pM9_T1_M3</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v13">
      <variable name="v13" public_interface="out" units="flux"/>
      <variable name="M3_pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kact_M3pM9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v13</ci>
            <apply>
               <times/>
               <ci>kact_M3pM9T1M3</ci>
               <ci>M3_pM9_T1_M3</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v14">
      <variable name="v14" public_interface="out" units="flux"/>
      <variable name="M9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kact_M9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v14</ci>
            <apply>
               <times/>
               <ci>kact_M9T1M3</ci>
               <ci>M9_T1_M3</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v15">
      <variable name="v15" public_interface="out" units="flux"/>
      <variable name="pM9" public_interface="in" units="molar"/>
      <variable name="Tr" public_interface="in" units="molar"/>
      <variable name="Tr_pM9" public_interface="in" units="molar"/>
      <variable name="kon_TrpM9" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_TrpM9" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v15</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_TrpM9</ci>
                  <ci>Tr</ci>
                  <ci>pM9</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_TrpM9</ci>
                  <ci>Tr_pM9</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v16">
      <variable name="v16" public_interface="out" units="flux"/>
      <variable name="Tr_pM9" public_interface="in" units="molar"/>
      <variable name="kact_TrpM9" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v16</ci>
            <apply>
               <times/>
               <ci>kact_TrpM9</ci>
               <ci>Tr_pM9</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v17">
      <variable name="v17" public_interface="out" units="flux"/>
      <variable name="pM9_T1" public_interface="in" units="molar"/>
      <variable name="Tr" public_interface="in" units="molar"/>
      <variable name="Tr_pM9_T1" public_interface="in" units="molar"/>
      <variable name="kon_TrpM9T1" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_TrpM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v17</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_TrpM9T1</ci>
                  <ci>pM9_T1</ci>
                  <ci>Tr</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_TrpM9T1</ci>
                  <ci>Tr_pM9_T1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v18">
      <variable name="v18" public_interface="out" units="flux"/>
      <variable name="Tr_pM9_T1" public_interface="in" units="molar"/>
      <variable name="kact_TrpM9T1" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v18</ci>
            <apply>
               <times/>
               <ci>kact_TrpM9T1</ci>
               <ci>Tr_pM9_T1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v19">
      <variable name="v19" public_interface="out" units="flux"/>
      <variable name="Tr" public_interface="in" units="molar"/>
      <variable name="pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="Tr_pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kon_TrpM9T1M3" public_interface="in" units="second_order_rate_constant"/>
      <variable name="koff_TrpM9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v19</ci>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>kon_TrpM9T1M3</ci>
                  <ci>Tr</ci>
                  <ci>pM9_T1_M3</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>koff_TrpM9T1M3</ci>
                  <ci>Tr_pM9_T1_M3</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v20">
      <variable name="v20" public_interface="out" units="flux"/>
      <variable name="Tr_pM9_T1_M3" public_interface="in" units="molar"/>
      <variable name="kact_TrpM9T1M3" public_interface="in" units="first_order_rate_constant"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v20</ci>
            <apply>
               <times/>
               <ci>kact_TrpM9T1M3</ci>
               <ci>Tr_pM9_T1_M3</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="pM9">
      <variable cmeta:id="pM9_pM9" initial_value="3e-7" name="pM9" public_interface="out" units="molar"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v15" 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>pM9</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v1</ci>
                  <ci>v4</ci>
                  <ci>v15</ci>
                  <ci>v11</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M3">
      <variable cmeta:id="M3_M3" initial_value="5e-8" name="M3" public_interface="out" units="molar"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <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>M3</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v6</ci>
                  <ci>v13</ci>
                  <ci>v14</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v1</ci>
                  <ci>v3</ci>
                  <ci>v5</ci>
                  <ci>v10</ci>
                  <ci>v12</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M3_pM9">
      <variable cmeta:id="M3_pM9_M3_pM9" initial_value="0" name="M3_pM9" public_interface="out" units="molar"/>
      <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>M3_pM9</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v1</ci>
               <ci>v2</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="T1">
      <variable cmeta:id="T1_T1" initial_value="3e-7" name="T1" public_interface="out" units="molar"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v4" 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>T1</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v3</ci>
                  <ci>v4</ci>
                  <ci>v7</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M3_T1">
      <variable cmeta:id="M3_T1_M3_T1" initial_value="0" name="M3_T1" public_interface="out" units="molar"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v9" 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>M3_T1</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v3</ci>
                  <ci>v9</ci>
               </apply>
               <ci>v11</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="pM9_T1">
      <variable cmeta:id="pM9_T1_pM9_T1" initial_value="0" name="pM9_T1" public_interface="out" units="molar"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v10" 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>pM9_T1</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v4</ci>
               <apply>
                  <plus/>
                  <ci>v5</ci>
                  <ci>v10</ci>
                  <ci>v17</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M3_pM9_T1">
      <variable cmeta:id="M3_pM9_T1_M3_pM9_T1" initial_value="0" name="M3_pM9_T1" public_interface="out" units="molar"/>
      <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>M3_pM9_T1</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v5</ci>
               <ci>v6</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M9_T1_star">
      <variable cmeta:id="M9_T1_star_M9_T1_star" initial_value="0" name="M9_T1_star" public_interface="out" units="molar"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v8" 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>M9_T1_star</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v7</ci>
                  <ci>v14</ci>
               </apply>
               <ci>v8</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M9">
      <variable cmeta:id="M9_M9" initial_value="0" name="M9" public_interface="out" units="molar"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="v9" 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>M9</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v9</ci>
                  <ci>v16</ci>
               </apply>
               <ci>v7</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M9_T1">
      <variable cmeta:id="M9_T1_M9_T1" initial_value="0" name="M9_T1" public_interface="out" units="molar"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v18" 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>M9_T1</ci>
            </apply>
            <apply>
               <plus/>
               <ci>v8</ci>
               <ci>v18</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="pM9_T1_M3">
      <variable cmeta:id="pM9_T1_M3_pM9_T1_M3" initial_value="0" name="pM9_T1_M3" public_interface="out" units="molar"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="v12" 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>pM9_T1_M3</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v10</ci>
                  <ci>v11</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v12</ci>
                  <ci>v19</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M3_pM9_T1_M3">
      <variable cmeta:id="M3_pM9_T1_M3_M3_pM9_T1_M3" initial_value="0" name="M3_pM9_T1_M3" public_interface="out" units="molar"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="v12" 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>M3_pM9_T1_M3</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v12</ci>
               <ci>v13</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="M9_T1_M3">
      <variable cmeta:id="M9_T1_M3_M9_T1_M3" initial_value="0" name="M9_T1_M3" public_interface="out" units="molar"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v20" 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>M9_T1_M3</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v13</ci>
                  <ci>v20</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v14</ci>
                  <ci>v9</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Tr">
      <variable cmeta:id="Tr_Tr" initial_value="1e-7" name="Tr" public_interface="out" units="molar"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="v16" public_interface="in" units="flux"/>
      <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="v20" 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>Tr</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v16</ci>
                  <ci>v18</ci>
                  <ci>v20</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v15</ci>
                  <ci>v17</ci>
                  <ci>v19</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Tr_pM9">
      <variable cmeta:id="Tr_pM9_Tr_pM9" initial_value="0" name="Tr_pM9" public_interface="out" units="molar"/>
      <variable name="v15" 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>Tr_pM9</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v15</ci>
               <ci>v16</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Tr_pM9_T1">
      <variable cmeta:id="Tr_pM9_T1_Tr_pM9_T1" initial_value="0" name="Tr_pM9_T1" public_interface="out" units="molar"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="v18" 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>Tr_pM9_T1</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v17</ci>
               <ci>v18</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Tr_pM9_T1_M3">
      <variable cmeta:id="Tr_pM9_T1_M3_Tr_pM9_T1_M3" initial_value="0" name="Tr_pM9_T1_M3" public_interface="out" units="molar"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="v20" 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>Tr_pM9_T1_M3</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v19</ci>
               <ci>v20</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="kinetic_parameters">
      <variable initial_value="3.4e4" name="kon_pM9T1" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="7.48e-5" name="koff_pM9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="3.4e4" name="kon_pM9T1M3" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="7.48e-5" name="koff_pM9T1M3" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1e4" name="kon_M3pM9" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="0.001" name="koff_M3pM9" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="1e4" name="kon_M3pM9T1" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="0.001" name="koff_M3pM9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1e4" name="kon_M3pM9T1M3" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="0.001" name="koff_M3pM9T1M3" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1.9e6" name="kon_M3T1" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="1.26e-4" name="koff_M3T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="5.6e6" name="kon_M9T1_star" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="1.6e-5" name="koff_M9T1_star" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="6.3e-4" name="kon_M9T1" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="2.5e-4" name="koff_M9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1.9e6" name="kon_M3_pM9T1" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="1.26e-4" name="koff_M3_pM9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1e4" name="kon_TrpM9" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="0.007" name="koff_TrpM9" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="1e4" name="kon_TrpM9T1" public_interface="out" units="second_order_rate_constant"/>
	  <variable initial_value="0.007" name="koff_TrpM9T1" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="1e4" name="kon_TrpM9T1M3" public_interface="out" units="second_order_rate_constant"/>
      <variable initial_value="0.007" name="koff_TrpM9T1M3" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="7.48e-5" name="kon_M9_M3T1" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="3.4e4" name="koff_M9_M3T1" public_interface="out" units="second_order_rate_constant"/>
	  <variable initial_value="0.00057" name="kact_M3pM9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="0.00057" name="kact_M3pM9T1M3" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="1.26e-4" name="kact_M9T1M3" public_interface="out" units="first_order_rate_constant"/>
      <variable initial_value="0.002" name="kact_TrpM9" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="0.0006" name="kact_TrpM9T1" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="0.0006" name="kact_TrpM9T1M3" public_interface="out" units="first_order_rate_constant"/>
	  <variable initial_value="0.0019" name="kact_M3pM9" public_interface="out" units="first_order_rate_constant"/>  
   </component>
   <connection>
      <map_components component_1="pM9" component_2="v1"/>
      <map_variables variable_1="pM9" variable_2="pM9"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="pM9" component_2="v4"/>
      <map_variables variable_1="pM9" variable_2="pM9"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="pM9" component_2="v11"/>
      <map_variables variable_1="pM9" variable_2="pM9"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="pM9" component_2="v15"/>
      <map_variables variable_1="pM9" variable_2="pM9"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v1"/>
      <map_variables variable_1="M3" variable_2="M3"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v3"/>
      <map_variables variable_1="M3" variable_2="M3"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v5"/>
      <map_variables variable_1="M3" variable_2="M3"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v6"/>
      <map_variables variable_1="v6" variable_2="v6"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v10"/>
      <map_variables variable_1="M3" variable_2="M3"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v12"/>
      <map_variables variable_1="M3" variable_2="M3"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v13"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="v14"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9" component_2="v1"/>
      <map_variables variable_1="M3_pM9" variable_2="M3_pM9"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9" component_2="v2"/>
      <map_variables variable_1="M3_pM9" variable_2="M3_pM9"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="T1" component_2="v3"/>
      <map_variables variable_1="T1" variable_2="T1"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="T1" component_2="v4"/>
      <map_variables variable_1="T1" variable_2="T1"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="T1" component_2="v7"/>
      <map_variables variable_1="T1" variable_2="T1"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="M3_T1" component_2="v3"/>
      <map_variables variable_1="M3_T1" variable_2="M3_T1"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="M3_T1" component_2="v11"/>
      <map_variables variable_1="M3_T1" variable_2="M3_T1"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1" component_2="v4"/>
      <map_variables variable_1="pM9_T1" variable_2="pM9_T1"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1" component_2="v5"/>
      <map_variables variable_1="pM9_T1" variable_2="pM9_T1"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1" component_2="v10"/>
      <map_variables variable_1="pM9_T1" variable_2="pM9_T1"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1" component_2="v17"/>
      <map_variables variable_1="pM9_T1" variable_2="pM9_T1"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1" component_2="v5"/>
      <map_variables variable_1="M3_pM9_T1" variable_2="M3_pM9_T1"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1" component_2="v6"/>
      <map_variables variable_1="M3_pM9_T1" variable_2="M3_pM9_T1"/>
      <map_variables variable_1="v6" variable_2="v6"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_star" component_2="v7"/>
      <map_variables variable_1="M9_T1_star" variable_2="M9_T1_star"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_star" component_2="v8"/>
      <map_variables variable_1="M9_T1_star" variable_2="M9_T1_star"/>
      <map_variables variable_1="v8" variable_2="v8"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_star" component_2="v14"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="M9" component_2="v2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="M9" component_2="v7"/>
      <map_variables variable_1="M9" variable_2="M9"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="M9" component_2="v16"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1" component_2="v8"/>
      <map_variables variable_1="M9_T1" variable_2="M9_T1"/>
      <map_variables variable_1="v8" variable_2="v8"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1" component_2="v18"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1_M3" component_2="v10"/>
      <map_variables variable_1="pM9_T1_M3" variable_2="pM9_T1_M3"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1_M3" component_2="v11"/>
      <map_variables variable_1="pM9_T1_M3" variable_2="pM9_T1_M3"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1_M3" component_2="v12"/>
      <map_variables variable_1="pM9_T1_M3" variable_2="pM9_T1_M3"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1_M3" component_2="v19"/>
      <map_variables variable_1="pM9_T1_M3" variable_2="pM9_T1_M3"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1_M3" component_2="v13"/>
      <map_variables variable_1="M3_pM9_T1_M3" variable_2="M3_pM9_T1_M3"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1_M3" component_2="v12"/>
      <map_variables variable_1="M3_pM9_T1_M3" variable_2="M3_pM9_T1_M3"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_M3" component_2="v13"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_M3" component_2="v14"/>
      <map_variables variable_1="M9_T1_M3" variable_2="M9_T1_M3"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_M3" component_2="v20"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v15"/>
      <map_variables variable_1="Tr" variable_2="Tr"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v16"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v17"/>
      <map_variables variable_1="Tr" variable_2="Tr"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v18"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v19"/>
      <map_variables variable_1="Tr" variable_2="Tr"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="v20"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9" component_2="v15"/>
      <map_variables variable_1="Tr_pM9" variable_2="Tr_pM9"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9" component_2="v16"/>
      <map_variables variable_1="Tr_pM9" variable_2="Tr_pM9"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1" component_2="v17"/>
      <map_variables variable_1="Tr_pM9_T1" variable_2="Tr_pM9_T1"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_M3" component_2="v9"/>
      <map_variables variable_1="M9_T1_M3" variable_2="M9_T1_M3"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="M9" component_2="v9"/>
      <map_variables variable_1="M9" variable_2="M9"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="M3_T1" component_2="v9"/>
      <map_variables variable_1="M3_T1" variable_2="M3_T1"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1" component_2="v18"/>
      <map_variables variable_1="Tr_pM9_T1" variable_2="Tr_pM9_T1"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1_M3" component_2="v19"/>
      <map_variables variable_1="Tr_pM9_T1_M3" variable_2="Tr_pM9_T1_M3"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1_M3" component_2="v20"/>
      <map_variables variable_1="Tr_pM9_T1_M3" variable_2="Tr_pM9_T1_M3"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="pM9" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M3" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M3_T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_star" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M9" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="pM9_T1_M3" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M3_pM9_T1_M3" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="M9_T1_M3" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Tr" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Tr_pM9_T1_M3" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="v1" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M3pM9" variable_2="kon_M3pM9"/>
      <map_variables variable_1="koff_M3pM9" variable_2="koff_M3pM9"/>
   </connection>
   <connection>
      <map_components component_1="v2" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_M3pM9" variable_2="kact_M3pM9"/>
   </connection>
   <connection>
      <map_components component_1="v3" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M3T1" variable_2="kon_M3T1"/>
      <map_variables variable_1="koff_M3T1" variable_2="koff_M3T1"/>
   </connection>
   <connection>
      <map_components component_1="v4" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_pM9T1" variable_2="kon_pM9T1"/>
      <map_variables variable_1="koff_pM9T1" variable_2="koff_pM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v5" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M3pM9T1" variable_2="kon_M3pM9T1"/>
      <map_variables variable_1="koff_M3pM9T1" variable_2="koff_M3pM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v6" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_M3pM9T1" variable_2="kact_M3pM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v7" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M9T1_star" variable_2="kon_M9T1_star"/>
      <map_variables variable_1="koff_M9T1_star" variable_2="koff_M9T1_star"/>
   </connection>
   <connection>
      <map_components component_1="v8" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M9T1" variable_2="kon_M9T1"/>
      <map_variables variable_1="koff_M9T1" variable_2="koff_M9T1"/>
   </connection>
   <connection>
      <map_components component_1="v9" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M9_M3T1" variable_2="kon_M9_M3T1"/>
      <map_variables variable_1="koff_M9_M3T1" variable_2="koff_M9_M3T1"/>
   </connection>
   <connection>
      <map_components component_1="v10" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M3_pM9T1" variable_2="kon_M3_pM9T1"/>
      <map_variables variable_1="koff_M3_pM9T1" variable_2="koff_M3_pM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v11" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_pM9T1M3" variable_2="kon_pM9T1M3"/>
      <map_variables variable_1="koff_pM9T1M3" variable_2="koff_pM9T1M3"/>
   </connection>
   <connection>
      <map_components component_1="v12" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_M3pM9T1M3" variable_2="kon_M3pM9T1M3"/>
      <map_variables variable_1="koff_M3pM9T1M3" variable_2="koff_M3pM9T1M3"/>
   </connection>
   <connection>
      <map_components component_1="v13" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_M3pM9T1M3" variable_2="kact_M3pM9T1M3"/>
   </connection>
   <connection>
      <map_components component_1="v14" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_M9T1M3" variable_2="kact_M9T1M3"/>
   </connection>
   <connection>
      <map_components component_1="v15" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_TrpM9" variable_2="kon_TrpM9"/>
      <map_variables variable_1="koff_TrpM9" variable_2="koff_TrpM9"/>
   </connection>
   <connection>
      <map_components component_1="v16" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_TrpM9" variable_2="kact_TrpM9"/>
   </connection>
   <connection>
      <map_components component_1="v17" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_TrpM9T1" variable_2="kon_TrpM9T1"/>
      <map_variables variable_1="koff_TrpM9T1" variable_2="koff_TrpM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v18" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_TrpM9T1" variable_2="kact_TrpM9T1"/>
   </connection>
   <connection>
      <map_components component_1="v19" component_2="kinetic_parameters"/>
      <map_variables variable_1="kon_TrpM9T1M3" variable_2="kon_TrpM9T1M3"/>
      <map_variables variable_1="koff_TrpM9T1M3" variable_2="koff_TrpM9T1M3"/>
   </connection>
   <connection>
      <map_components component_1="v20" component_2="kinetic_parameters"/>
      <map_variables variable_1="kact_TrpM9T1M3" variable_2="kact_TrpM9T1M3"/>
   </connection>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n2"/></boundIntervals></rdf:Description><rdf:Description rdf:about="#Tr_pM9_T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">trypsin-proMMP9-TIMP1</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Tr_pM9_T1</title></rdf:Description><rdf:Description rdf:about="rdf:#37cd525f-07bb-4e1e-85a4-485c3ab63962"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-12-28</W3CDTF></rdf:Description><rdf:Description rdf:about="#M3_pM9"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-3-promatrix metalloproteinase-9 complex</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP3-proMMP9</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M3_pM9</title></rdf:Description><rdf:Description rdf:about="#Tr_pM9"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">trypsin-proMMP9</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Tr_pM9</title></rdf:Description><rdf:Description rdf:about=""><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The University of Auckland, Bioengineering Institute</publisher><cmeta:comment><rdf:Description rdf:about="rdf:#e5c86249-1568-46a8-9278-522f42e31787"/></cmeta:comment><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#6a95ebdc-836e-49e1-9d4e-ba254a9746ae"/></created><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#46126a1b-26da-4940-9104-db0dae978bfa"/></creator></rdf:Description><rdf:Description rdf:about="rdf:#93c4590b-3a63-4a59-88f9-f4d7bb0d489a"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#9685a5af-b02a-47e9-990d-8089718a022e"/></subject></rdf:Description><rdf:Description rdf:about="#M9"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-9</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP9</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M9</title></rdf:Description><rdf:Description rdf:about="#pM9_T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">promatrix metalloproteinase-9-tissue inhibitor of metalloproteinase-1 complex</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">proMMP9-TIMP1</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">pM9_T1</title></rdf:Description><rdf:Description rdf:about="rdf:#46126a1b-26da-4940-9104-db0dae978bfa"><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#b7821ec9-cc87-4023-a0b8-1173ecb7658b"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#8f95675c-5980-4216-9d87-d7c02a32e53e"/></EMAIL><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#34fd54d2-3217-4412-be5a-76251117c684"/></N></rdf:Description><rdf:Description rdf:about="rdf:#e5c86249-1568-46a8-9278-522f42e31787"><rdf:value xml:lang="en">This cellML model is known to run in both PCEnv and COR to recreate the results in the published paper.  The units have been checked and they are consistent. Please note that many of the figures in the paper are complex and requite special simulation conditions. This particular CellMl model represents the basic core model presented in the paper. Initial conditions can be modified to generate more complex results.  We thank the model author Prakash Vempati for his assistance in getting this CellML model to run.</rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#10b253a6-ce0e-4703-aa30-926f86e59cda"/></creator></rdf:Description><rdf:Description rdf:about="#M3"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-3</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP3</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M3</title></rdf:Description><rdf:Description rdf:about="#M9_T1_M3"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP9-TIMP1-MMP3</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M9_T1_M3</title></rdf:Description><rdf:Description rdf:about="#vempati_model_2007"><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n1"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#7962016d-39d0-43e8-a1f9-c67f5257bf89"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#93c4590b-3a63-4a59-88f9-f4d7bb0d489a"/></reference><cmeta:comment><rdf:Description rdf:about="rdf:#4db5e780-313c-48d1-a7dd-361b8e006fa2"/></cmeta:comment><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        Vempati et al.'s 2007 biochemical model of the matrix metalloproteinase 9 activation and inhibition.
      </title></rdf:Description><rdf:Description rdf:about="#Tr"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">trypsin</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Tr</title></rdf:Description><rdf:Description rdf:about="rdf:#e2286a06-a516-4adf-85c0-6c81ce155b21"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#5fed64e6-d0e5-445b-abca-4d865a75e437"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#5fed64e6-d0e5-445b-abca-4d865a75e437"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Aleksander</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Popel</Family></rdf:Description><rdf:Description rdf:about="rdf:#34fd54d2-3217-4412-be5a-76251117c684"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family></rdf:Description><rdf:Description rdf:about="rdf:#e4dac773-56ca-41a6-a4b3-9eb081ffe094"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The Journal of Biological Chemistry</title></rdf:Description><rdf:Description rdf:about="#pM9"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">promatrix metalloproteinase-9</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">proMMP9</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">pM9</title></rdf:Description><rdf:Description rdf:about="#T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">TIMP1</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">tissue inhibitor of metalloproteinase-1</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">T1</title></rdf:Description><rdf:Description rdf:about="rdf:#7962016d-39d0-43e8-a1f9-c67f5257bf89"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#fb917faa-e471-4168-83dd-147a8b8ec0e7"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17848556</Pubmed_id></rdf:Description><rdf:Description rdf:about="rdf:#8d6a9840-fe3c-4dcf-a566-cc26ca777570"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#01ccb2bc-b951-4eb2-b17e-7d3f5712141c"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n3"><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">100000</pointDensity><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">144000</endingValue></rdf:Description><rdf:Description rdf:about="rdf:#676e260f-adf2-4354-96b4-a4df1be2d177"><rdf:_5 xml:lang="en">systems biology</rdf:_5><rdf:_4 xml:lang="en">MMP9</rdf:_4><rdf:_7 xml:lang="en">MMP3</rdf:_7><rdf:_6 xml:lang="en">TIMP</rdf:_6><rdf:_2 xml:lang="en">angiogenesis</rdf:_2><rdf:_1 xml:lang="en">signal transduction</rdf:_1><rdf:_3 xml:lang="en">MMP</rdf:_3><rdf:_8 xml:lang="en">biochemical kinetics</rdf:_8><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type></rdf:Description><rdf:Description rdf:about="#pM9_T1_M3"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">proMMP9-TIMP1-MMP3</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">pM9_T1_M3</title></rdf:Description><rdf:Description rdf:about="rdf:#8f95675c-5980-4216-9d87-d7c02a32e53e"><rdf:value xml:lang="en">c.lloyd@auckland.ac.nz</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description><rdf:Description rdf:about="#M3_pM9_T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-3-promatrix metalloproteinase-9-tissue inhibitor of metalloproteinase-1 complex</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP3-proMMP9-TIMP1</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M3_pM9_T1</title></rdf:Description><rdf:Description rdf:about="rdf:#41a43f7b-aff9-4998-8375-7ae6e64135c0"><rdf:_2><rdf:Description rdf:about="rdf:#8d6a9840-fe3c-4dcf-a566-cc26ca777570"/></rdf:_2><rdf:_1><rdf:Description rdf:about="rdf:#f82bac04-0169-46ed-a23b-6686637a5277"/></rdf:_1><rdf:_3><rdf:Description rdf:about="rdf:#e2286a06-a516-4adf-85c0-6c81ce155b21"/></rdf:_3><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#f82bac04-0169-46ed-a23b-6686637a5277"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#a31dafcf-cc5f-4270-b238-390a2fbbf1ca"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="#M3_pM9_T1_M3"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP3-proMMP9-TIMP1-MMP3</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M3_pM9_T1_M3</title></rdf:Description><rdf:Description rdf:about="rdf:#6a95ebdc-836e-49e1-9d4e-ba254a9746ae"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2008-07-08T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#a31dafcf-cc5f-4270-b238-390a2fbbf1ca"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Prakasht</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Vempati</Family></rdf:Description><rdf:Description rdf:about="rdf:#fb917faa-e471-4168-83dd-147a8b8ec0e7"><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">37596</last_page><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">A Biochemical Model of Matrix Metalloproteinase 9 Activation and Inhibition</title><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#37cd525f-07bb-4e1e-85a4-485c3ab63962"/></issued><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">282</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">37585</first_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#e4dac773-56ca-41a6-a4b3-9eb081ffe094"/></Journal><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#41a43f7b-aff9-4998-8375-7ae6e64135c0"/></creator></rdf:Description><rdf:Description rdf:about="#M9_T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP9-TIMP1</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-9-tissue inhibitor of metalloproteinase-1 complex</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M9_T1</title></rdf:Description><rdf:Description rdf:about="rdf:#9685a5af-b02a-47e9-990d-8089718a022e"><rdf:value><rdf:Description rdf:about="rdf:#676e260f-adf2-4354-96b4-a4df1be2d177"/></rdf:value><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type></rdf:Description><rdf:Description rdf:about="rdf:#ecd31d28-374c-42e8-89cf-849a4ff204d8"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="#M3_T1"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">MMP3-TIMP1</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">matrix metalloproteinase-3-tissue inhibitor of metalloproteinase-1 complex</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M3_T1</title></rdf:Description><rdf:Description rdf:about="rdf:#b7821ec9-cc87-4023-a0b8-1173ecb7658b"><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Auckland Bioengineering Institute</Orgunit></rdf:Description><rdf:Description rdf:nodeID="n2"><rdf:first><rdf:Description rdf:nodeID="n3"/></rdf:first><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:about="#Tr_pM9_T1_M3"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">trypsin-proMMP9-TIMP1-MMP3</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Tr_pM9_T1_M3</title></rdf:Description><rdf:Description rdf:about="rdf:#01ccb2bc-b951-4eb2-b17e-7d3f5712141c"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Emmanouil</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">D</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Karagiannis</Family></rdf:Description><rdf:Description rdf:about="#M9_T1_star"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">inactivated MMP9-TIMP1</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">inactivated matrix metalloproteinase-9-tissue inhibitor of metalloproteinase-1 complex</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M9_T1_star</title></rdf:Description><rdf:Description rdf:about="rdf:#10b253a6-ce0e-4703-aa30-926f86e59cda"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#4db5e780-313c-48d1-a7dd-361b8e006fa2"><rdf:value xml:lang="en">This is the CellML description of Vempati et al.'s 2007 biochemical model of the matrix metalloproteinase 9 activation and inhibition.</rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#ecd31d28-374c-42e8-89cf-849a4ff204d8"/></creator></rdf:Description></rdf:RDF></model>