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="vilar_rnx_2006" name="vilar_rnx_2006">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Signal processing in the TGF-beta superfamily ligand-receptor network</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 CellML model has been checked in both PCEnv and COR and the model runs in both to recreate figure 5A in the paper.  This particular version of the model describes a two-compartment model of receptor trafficking for one ligand.  The equations have been written in the format of reactions (of which there are 13) and the concentrations of the substrates are expressed as the sum of the reaction fluxes.  Initial conditions were not provided in the paper so were taken from the SBML model in the BioModels database (<ulink url="http://www.ebi.ac.uk/biomodels-main/BIOMD0000000101">BIOMD0000000101</ulink>).  Also note that the model only runs correctly if time in minutes is defined as 3600s, and the ligand concentration is increased from 3E-5 to 0.01 at time t=2500 to ensure that the system reaches steady state. Hence, the time t=0 of the paper corresponds to t=2500 in the model (alo in accordance with the SBML model).
          </para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
ABSTRACT: The TGF-beta pathway plays a central role in tissue homeostasis and morphogenesis. It transduces a variety of extracellular signals into intracellular transcriptional responses that control a plethora of cellular processes, including cell growth, apoptosis, and differentiation. We use computational modeling to show that coupling of signaling with receptor trafficking results in a highly versatile signal-processing unit, able to sense by itself absolute levels of ligand, temporal changes in ligand dimensionless, and ratios of multiple ligands. This coupling controls whether the response of the receptor module is transient or permanent and whether or not different signaling channels behave independently of each other. Our computational approach unifies seemingly disparate experimental observations and suggests specific changes in receptor trafficking patterns that can lead to phenotypes that favor tumor progression.
</para>
	
<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="vilar_2006.png"/>
  </imageobject>
</mediaobject>
<caption>Two-Compartment Model of Receptor Trafficking and Signaling.</caption>
</informalfigure>

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

<para>
Signal processing in the TGF-beta superfamily ligand-receptor network, Jose M. G. Vilar, Ronald Jansen and Chris Sander, 2006, <emphasis>PLoS Computational Biology</emphasis>, volume 2, 36-45.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=16446785&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 16446785</ulink>
</para>

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

  <units name="minute">
     <unit multiplier="3600" units="second"/>
  </units>
  
  <units name="per_minute">
     <unit exponent="-1" units="minute"/>
  </units>
 
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="minute"/>
  </component> 
  
  <!-- reactions -->
  
  <component name="v1">
    <variable name="v1" public_interface="out" units="per_minute"/> 
    
    <variable name="l" public_interface="in" units="dimensionless"/>
    <variable name="RI" public_interface="in" units="dimensionless"/>
	<variable name="RII" public_interface="in" units="dimensionless"/>
	<variable name="ka" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="1"> 
      <apply>
        <eq/> 
        <ci> v1 </ci> 
        <apply>
          <times/> 
	      <ci> ka </ci>
          <ci> l </ci>
		  <ci> RI </ci>
          <ci> RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v2">
    <variable name="v2" public_interface="out" units="per_minute"/> 
    
    <variable name="l_RI_RII" public_interface="in" units="dimensionless"/>
    <variable name="kcd" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="2"> 
      <apply>
        <eq/> 
        <ci> v2 </ci> 
        <apply>
          <times/> 
	      <ci> kcd </ci>
          <ci> l_RI_RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v3">
    <variable name="v3" public_interface="out" units="per_minute"/> 
    
    <variable name="l_RI_RII" public_interface="in" units="dimensionless"/>
    <variable name="klid" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="3"> 
      <apply>
        <eq/> 
        <ci> v3 </ci> 
        <apply>
          <times/> 
	      <ci> klid </ci>
          <ci> l_RI_RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v4">
    <variable name="v4" public_interface="out" units="per_minute"/> 
    
    <variable name="l_RI_RII" public_interface="in" units="dimensionless"/>
    <variable name="ki" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="4"> 
      <apply>
        <eq/> 
        <ci> v4 </ci> 
        <apply>
          <times/> 
	      <ci> ki </ci>
          <ci> l_RI_RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v5">
    <variable name="v5" public_interface="out" units="per_minute"/> 
    
    <variable name="p_RI" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="5"> 
      <apply>
        <eq/> 
        <ci> v5 </ci> 
        <ci> p_RI </ci>
	  </apply>
    </math> 
  </component>
  
  <component name="v6">
    <variable name="v6" public_interface="out" units="per_minute"/> 
    
    <variable name="RI" public_interface="in" units="dimensionless"/>
    <variable name="kcd" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="6"> 
      <apply>
        <eq/> 
        <ci> v6 </ci> 
        <apply>
          <times/> 
	      <ci> kcd </ci>
          <ci> RI </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v7">
    <variable name="v7" public_interface="out" units="per_minute"/> 
    
    <variable name="RI" public_interface="in" units="dimensionless"/>
    <variable name="ki" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="7"> 
      <apply>
        <eq/> 
        <ci> v7 </ci> 
        <apply>
          <times/> 
	      <ci> ki </ci>
          <ci> RI </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v8">
    <variable name="v8" public_interface="out" units="per_minute"/> 
    
    <variable name="RI_endo" public_interface="in" units="dimensionless"/>
    <variable name="kr" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="8"> 
      <apply>
        <eq/> 
        <ci> v8 </ci> 
        <apply>
          <times/> 
	      <ci> kr </ci>
          <ci> RI_endo </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v9">
    <variable name="v9" public_interface="out" units="per_minute"/> 
    
    <variable name="l_RI_RII_endo" public_interface="in" units="dimensionless"/>
    <variable name="kr" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="9"> 
      <apply>
        <eq/> 
        <ci> v9 </ci> 
        <apply>
          <times/> 
	      <ci> kr </ci>
          <ci> l_RI_RII_endo </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v10">
    <variable name="v10" public_interface="out" units="per_minute"/> 
    
    <variable name="p_RII" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="10"> 
      <apply>
        <eq/> 
        <ci> v10 </ci> 
        <ci> p_RII </ci>
	  </apply>
    </math> 
  </component>
  
  <component name="v11">
    <variable name="v11" public_interface="out" units="per_minute"/> 
    
    <variable name="RII" public_interface="in" units="dimensionless"/>
    <variable name="kcd" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="11"> 
      <apply>
        <eq/> 
        <ci> v11 </ci> 
        <apply>
          <times/> 
	      <ci> kcd </ci>
          <ci> RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v12">
    <variable name="v12" public_interface="out" units="per_minute"/> 
    
    <variable name="RII" public_interface="in" units="dimensionless"/>
    <variable name="ki" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="12"> 
      <apply>
        <eq/> 
        <ci> v12 </ci> 
        <apply>
          <times/> 
	      <ci> ki </ci>
          <ci> RII </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <component name="v13">
    <variable name="v13" public_interface="out" units="per_minute"/> 
    
    <variable name="RII_endo" public_interface="in" units="dimensionless"/>
    <variable name="kr" public_interface="in" units="per_minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="13"> 
      <apply>
        <eq/> 
        <ci> v13 </ci> 
        <apply>
          <times/> 
	      <ci> kr </ci>
          <ci> RII_endo </ci>
		</apply>  
      </apply>
    </math> 
  </component>
  
  <!-- substrates -->
 
  <component name="l">
    <variable cmeta:id="l_l" name="l" public_interface="out" units="dimensionless"/>
	
	<variable name="time" public_interface="in" units="minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="14"> 
      <apply>
        <eq/> 
        <ci> l </ci>
        <piecewise>
          <piece>
		    <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">0.01</cn>
            <apply>
              <geq/>
              <ci>time</ci>
		      <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="minute">2500</cn>
            </apply>
		  </piece>
          <otherwise>
            <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">0.00003</cn>
          </otherwise>
        </piecewise>
      </apply>
    </math> 
  </component>
  
  <component name="l_RI_RII">
    <variable cmeta:id="l_RI_RII_l_RI_RII" initial_value="0.0" name="l_RI_RII" public_interface="out" units="dimensionless"/> 
    
    <variable name="v1" public_interface="in" units="per_minute"/>
    <variable name="v2" public_interface="in" units="per_minute"/>
	<variable name="v3" public_interface="in" units="per_minute"/>
	<variable name="v4" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="15"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> l_RI_RII </ci> 
        </apply>
        <apply>
          <minus/> 
		  <ci> v1 </ci>
		  <apply>
            <plus/>
			<ci> v2 </ci>
            <ci> v3 </ci>
			<ci> v4 </ci>
		  </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="RI">
    <variable cmeta:id="RI_RI" initial_value="20.0" name="RI" public_interface="out" units="dimensionless"/> 
    
    <variable name="v1" public_interface="in" units="per_minute"/>
    <variable name="v5" public_interface="in" units="per_minute"/>
	<variable name="v6" public_interface="in" units="per_minute"/>
    <variable name="v7" public_interface="in" units="per_minute"/>
	<variable name="v8" public_interface="in" units="per_minute"/>
	<variable name="v9" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="16"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> RI </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/> 
            <ci> v5 </ci>			 
		    <ci> v8 </ci>
            <ci> v9 </ci>
		  </apply>
		  <apply>
            <plus/>
			<ci> v1 </ci>
			<ci> v6 </ci>
            <ci> v7 </ci>
	      </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="RII">
    <variable initial_value="20.0" name="RII" public_interface="out" units="dimensionless"/> 
    
    <variable name="v1" public_interface="in" units="per_minute"/>
    <variable name="v9" public_interface="in" units="per_minute"/>
	<variable name="v10" public_interface="in" units="per_minute"/>
    <variable name="v11" public_interface="in" units="per_minute"/>
	<variable name="v12" public_interface="in" units="per_minute"/>
	<variable name="v13" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="17"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> RII </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/> 
            <ci> v9 </ci>			 
		    <ci> v10 </ci>
            <ci> v13 </ci>
		  </apply>
		  <apply>
            <plus/>
			<ci> v1 </ci>
			<ci> v11 </ci>
            <ci> v12 </ci>
	      </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="l_RI_RII_endo">
    <variable initial_value="40.0" name="l_RI_RII_endo" public_interface="out" units="dimensionless"/> 
    
    <variable name="v4" public_interface="in" units="per_minute"/>
    <variable name="v9" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="18"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> l_RI_RII_endo </ci> 
        </apply>
        <apply>
          <minus/> 
		  <ci> v4 </ci>
		  <ci> v9 </ci> 
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="RI_endo">
    <variable initial_value="0.0" name="RI_endo" public_interface="out" units="dimensionless"/> 
    
    <variable name="v7" public_interface="in" units="per_minute"/>
    <variable name="v8" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="19"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> RI_endo </ci> 
        </apply>
        <apply>
          <minus/> 
		  <ci> v7 </ci>
		  <ci> v8 </ci> 
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="RII_endo">
    <variable initial_value="0.0" name="RII_endo" public_interface="out" units="dimensionless"/> 
    
    <variable name="v12" public_interface="in" units="per_minute"/>
    <variable name="v13" public_interface="in" units="per_minute"/>
	<variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="20"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> RII_endo </ci> 
        </apply>
        <apply>
          <minus/>
          <ci> v12 </ci>
		  <ci> v13 </ci>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component name="model_parameters">
    <variable initial_value="0.033333333" name="kr" public_interface="out" units="per_minute"/>
	<variable initial_value="0.0277777778" name="kcd" public_interface="out" units="per_minute"/>
	<variable initial_value="0.25" name="klid" public_interface="out" units="per_minute"/>
	<variable initial_value="1" name="ka" public_interface="out" units="per_minute"/>
	<variable initial_value="0.333333333" name="ki" public_interface="out" units="per_minute"/>
	<variable initial_value="8" name="p_RI" public_interface="out" units="per_minute"/>
	<variable initial_value="4" name="p_RII" public_interface="out" units="per_minute"/>
  </component>
  
  <connection>
    <map_components component_1="l" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII_endo" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="RI_endo" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="RII_endo" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="l" component_2="v1"/>
    <map_variables variable_1="l" variable_2="l"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v1"/>
    <map_variables variable_1="v1" variable_2="v1"/>
	<map_variables variable_1="RI" variable_2="RI"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v1"/>
    <map_variables variable_1="v1" variable_2="v1"/>
	<map_variables variable_1="RII" variable_2="RII"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII" component_2="v1"/>
    <map_variables variable_1="v1" variable_2="v1"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v1"/>
    <map_variables variable_1="ka" variable_2="ka"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII" component_2="v2"/>
    <map_variables variable_1="v2" variable_2="v2"/>
	<map_variables variable_1="l_RI_RII" variable_2="l_RI_RII"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v2"/>
    <map_variables variable_1="kcd" variable_2="kcd"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII" component_2="v3"/>
    <map_variables variable_1="v3" variable_2="v3"/>
	<map_variables variable_1="l_RI_RII" variable_2="l_RI_RII"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v3"/>
    <map_variables variable_1="klid" variable_2="klid"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII" component_2="v4"/>
    <map_variables variable_1="v4" variable_2="v4"/>
	<map_variables variable_1="l_RI_RII" variable_2="l_RI_RII"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII_endo" component_2="v4"/>
    <map_variables variable_1="v4" variable_2="v4"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v4"/>
    <map_variables variable_1="ki" variable_2="ki"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v5"/>
    <map_variables variable_1="p_RI" variable_2="p_RI"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v5"/>
    <map_variables variable_1="v5" variable_2="v5"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v6"/>
    <map_variables variable_1="v6" variable_2="v6"/>
	<map_variables variable_1="RI" variable_2="RI"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v6"/>
    <map_variables variable_1="kcd" variable_2="kcd"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v7"/>
    <map_variables variable_1="v7" variable_2="v7"/>
	<map_variables variable_1="RI" variable_2="RI"/>
  </connection>
  
  <connection>
    <map_components component_1="RI_endo" component_2="v7"/>
    <map_variables variable_1="v7" variable_2="v7"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v7"/>
    <map_variables variable_1="ki" variable_2="ki"/>
  </connection>
  
  <connection>
    <map_components component_1="RI_endo" component_2="v8"/>
    <map_variables variable_1="v8" variable_2="v8"/>
	<map_variables variable_1="RI_endo" variable_2="RI_endo"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v8"/>
    <map_variables variable_1="v8" variable_2="v8"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v8"/>
    <map_variables variable_1="kr" variable_2="kr"/>
  </connection>
  
  <connection>
    <map_components component_1="l_RI_RII_endo" component_2="v9"/>
    <map_variables variable_1="v9" variable_2="v9"/>
	<map_variables variable_1="l_RI_RII_endo" variable_2="l_RI_RII_endo"/>
  </connection>
  
  <connection>
    <map_components component_1="RI" component_2="v9"/>
    <map_variables variable_1="v9" variable_2="v9"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v9"/>
    <map_variables variable_1="v9" variable_2="v9"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v9"/>
    <map_variables variable_1="kr" variable_2="kr"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v10"/>
    <map_variables variable_1="p_RII" variable_2="p_RII"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v10"/>
    <map_variables variable_1="v10" variable_2="v10"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v11"/>
    <map_variables variable_1="v11" variable_2="v11"/>
	<map_variables variable_1="RII" variable_2="RII"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v11"/>
    <map_variables variable_1="kcd" variable_2="kcd"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v12"/>
    <map_variables variable_1="v12" variable_2="v12"/>
	<map_variables variable_1="RII" variable_2="RII"/>
  </connection>
  
  <connection>
    <map_components component_1="RII_endo" component_2="v12"/>
    <map_variables variable_1="v12" variable_2="v12"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v12"/>
    <map_variables variable_1="ki" variable_2="ki"/>
  </connection>
  
  <connection>
    <map_components component_1="RII_endo" component_2="v13"/>
    <map_variables variable_1="v13" variable_2="v13"/>
	<map_variables variable_1="RII_endo" variable_2="RII_endo"/>
  </connection>
  
  <connection>
    <map_components component_1="RII" component_2="v13"/>
    <map_variables variable_1="v13" variable_2="v13"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="v13"/>
    <map_variables variable_1="kr" variable_2="kr"/>
  </connection>
  
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <foo xmlns="http://www.example.org/foo/bar/baz"/>
    <!--
      The following RDF block contains metadata that applies to this document
      as a whole, as indicated by the empty about attribute on the 
      <rdf:Description> element.
    -->
    <rdf:Description rdf:about="">
      <!--
        The Model Builder Metadata.  The Dublin Core "creator" element is used  
        to indicate the person who translated the model into CellML.
      -->
	  <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Signal processing in the TGF-beta superfamily ligand-receptor network (Reaction Form)</dc:title>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
        <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
          <vCard:Family>Lloyd</vCard:Family>
          <vCard:Given>Catherine</vCard:Given>
		  <vCard:Other>May</vCard:Other>
        </vCard:N>
        <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
          <rdf:value>c.lloyd@auckland@auckland.ac.nz</rdf:value>
          <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
        </vCard:EMAIL>
        <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
          <vCard:Orgname>The University of Auckland</vCard:Orgname>
          <vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
        </vCard:ORG>
      </dc:creator>
      
      <!--
        The Creation Date metadata. This is the date on which the model
        was translated into CellML.
      -->
      <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
        <dcterms:W3CDTF>2009-09-28</dcterms:W3CDTF>
      </dcterms:created>
      
      <!--
        The Modification History metadata. This lists the changes that have been
        made to the document, who made the changes, and when they were made.
      -->
     
    </rdf:Description>
    
    <!--
      The following metadata refers to the model itself, as indicated by the
      reference to the ID "vilar_rnx_2006", which is    
      declared on the <model> element.
    -->
    <rdf:Description rdf:about="#vilar_rnx_2006">
      <!-- A human readable name for the model. -->
      <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
        The Vilar et al. 2006 Model of Signal Processing in the TGF-beta Superfamily Ligand-Receptor Network
      </dc:title>
      
      <!-- A comment regarding the model. -->
      <cmeta:comment rdf:parseType="Resource">
        <rdf:value>
          This is the CellML description of Vilar et al.'s mathematical model of ligand-receptor binding and receptor complex internalisation in the TGF-beta superfamiliy ligand-receptor network
        </rdf:value>
        <!-- The creator of the comment. -->
        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
          <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
        </dc:creator>
      </cmeta:comment>
      
      <!--  Keyword(s) -->
      <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>TGF-beta</rdf:li>
            </rdf:Bag>
          </rdf:value>
        </dc:subject>
      </bqs:reference>

      <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource">
        <bqs:Pubmed_id>16446785</bqs:Pubmed_id>
        <bqs:JournalArticle rdf:parseType="Resource">
          <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">
            <rdf:Seq>
              <rdf:li rdf:parseType="Resource">
                <bqs:Person rdf:parseType="Resource">
                  <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
                    <vCard:Family>Vilar</vCard:Family>
                    <vCard:Given>Jose</vCard:Given>
                    <vCard:Other>M</vCard:Other>
					<vCard:Other>G</vCard:Other>
                  </vCard:N>
                </bqs:Person>
              </rdf:li>
              <rdf:li rdf:parseType="Resource">
                <bqs:Person rdf:parseType="Resource">
                  <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
                    <vCard:Family>Jansen</vCard:Family>
                    <vCard:Given>Ronald</vCard:Given>
				  </vCard:N>
                </bqs:Person>
              </rdf:li>
			  <rdf:li rdf:parseType="Resource">
                <bqs:Person rdf:parseType="Resource">
                  <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
                    <vCard:Family>Sander</vCard:Family>
                    <vCard:Given>Chris</vCard:Given>
                  </vCard:N>
                </bqs:Person>
              </rdf:li>
            </rdf:Seq>
          </dc:creator>
          <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
           Signal processing in the TGF-beta superfamily ligand-receptor network
          </dc:title>
          <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
            <dcterms:W3CDTF>2006-01</dcterms:W3CDTF>
          </dcterms:issued>
          <bqs:Journal rdf:parseType="Resource">
            <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">PLoS Computational Biology</dc:title>
          </bqs:Journal>
          <bqs:volume>2</bqs:volume>
          <bqs:first_page>36</bqs:first_page>
          <bqs:last_page>45</bqs:last_page>
        </bqs:JournalArticle>
      </bqs:reference>
    </rdf:Description>
  </rdf:RDF>  

</model>