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="tomida2003" name="tomida2003">

<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>NFAT functions as a working memory of Ca2+ signals in decoding Ca2+ oscillation</title>
			</articleinfo>
			<sect1 id="sec_status">
				<title>Model Status</title>
				<para>
    This CellML version of the model has been checked in COR and PCEnv and it runs in PCEnv to recreate the results in figure 3.  The model will not run in COR because it contains a remainder function.  The units have been checked and they are consistent.
</para>
        </sect1>
        <sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
Abstract: Transcription by the nuclear factor of activated T cells (NFAT) is regulated by the frequency of Ca(2+) oscillation. However, why and how Ca(2+) oscillation regulates NFAT activity remain elusive. NFAT is dephosphorylated by Ca(2+)-dependent phosphatase calcineurin and translocates from the cytoplasm to the nucleus to initiate transcription. We analyzed the kinetics of dephosphorylation and translocation of NFAT. We show that Ca(2+)-dependent dephosphorylation proceeds rapidly, while the rephosphorylation and nuclear transport of NFAT proceed slowly. Therefore, after brief Ca(2+) stimulation, dephosphorylated NFAT has a lifetime of several minutes in the cytoplasm. Thus, Ca(2+) oscillation induces a build-up of dephosphorylated NFAT in the cytoplasm, allowing effective nuclear translocation, provided that the oscillation interval is shorter than the lifetime of dephosphorylated NFAT. We also show that Ca(2+) oscillation is more cost-effective in inducing the translocation of NFAT than continuous Ca(2+) signaling. Thus, the lifetime of dephosphorylated NFAT functions as a working memory of Ca(2+) signals and enables the control of NFAT nuclear translocation by the frequency of Ca(2+) oscillation at a reduced cost of Ca(2+) signaling.
				</para>
				
				<para>
The original paper reference is cited below:
				</para>
				
				<para>NFAT functions as a working memory of Ca2+ signals in decoding Ca2+ oscillation, Taichiro Tomida, Kenzo Hirose, Azusa Takizawa, Futoshi Shibasaki and Masamitsu Iino, 2003,  
						<emphasis>The EMBO Journal</emphasis>, 22, 3825-3832.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=12881417&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 12881417</ulink>
				</para>
				
				<informalfigure float="0" id="fig_reaction_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>model diagram</title>
							</objectinfo>
							<imagedata fileref="tomida_2003.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic diagram of a model of NFAT translocation. NFAT assumes one of the three states, cytoplasmic phosphorylated, cytoplasmic dephosphorylated or nuclear transported. Rate constants are defined as indicated. The dephosphorylation rate constant (k1) was assumed to be regulated by [Ca2+]i.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>
  
      
  <!--
        *******************************************************************************************
    	***			U	N	I	T	S	    		        ***
        *******************************************************************************************
  -->
    
  <units base_units="yes" name="molecule"/>
  
  <units name="minute">
    <unit multiplier="60" units="second"/>
 </units>
  
  <units name="per_minute">
  	<unit exponent="-1" units="minute"/>
  </units>
  
  <units name="molecules_per_minute">
  	<unit units="molecule"/>
	<unit exponent="-1" units="minute"/>
  </units>

    <!--
        *******************************************************************************************
      	***			C   O   M   P   O   N   E   N   T   S				***
        *******************************************************************************************
  -->
   
    <component name="model">  
			  	
    <variable cmeta:id="model_time" name="time" units="minute"/>
    
   	<variable initial_value="5000" name="NFATP_cyt" units="molecule"/>
  	<variable initial_value="0" name="NFAT_cyt" units="molecule"/>
	  <variable initial_value="0" name="NFAT_nuc" units="molecule"/>
	  <variable name="NFAT_tot" units="molecule"/>
    
		<variable initial_value="0" name="k1_unstim" units="per_minute"/>
		<variable initial_value="0.359" name="k1_stim" units="per_minute"/>
		
		<variable cmeta:id="model_k1" name="k1" units="per_minute"/>
  	<variable cmeta:id="model_k2" initial_value="0.147" name="k2" units="per_minute"/>
		<variable cmeta:id="model_k3" initial_value="0.06" name="k3" units="per_minute"/>
		<variable cmeta:id="model_k4" initial_value="0.035" name="k4" units="per_minute"/>
		
		<variable initial_value="3" name="stim_wavelength" units="minute"/>
		<variable initial_value="0.5" name="stim_duration" units="minute"/>
		<variable name="stim_on" units="dimensionless"/>
		<!-- in case want to reach steady state with other models -->
		<variable initial_value="1" name="time_before_stim" units="minute"/> 
		
		<variable name="Jdephosphorylation" units="molecules_per_minute"/>
		<variable name="Jtranslocate" units="molecules_per_minute"/>
		<variable name="Jexport" units="molecules_per_minute"/>
		
		<variable cmeta:id="model_percentage_NFAT_cyt" name="percentage_NFAT_cyt" units="dimensionless"/>
		<variable cmeta:id="model_percentage_NFATP_cyt" name="percentage_NFATP_cyt" units="dimensionless"/>
		<variable cmeta:id="model_percentage_NFAT_nuc" name="percentage_NFAT_nuc" units="dimensionless"/>
		
		<!-- anticipating model extension -->
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="stim_on_eq">
						<apply id="stim_on_eq">
						<eq/> 
							<ci>stim_on</ci>
								<piecewise>
										<piece>
											<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
											
											<apply>
												<and/>
													<apply>
														<geq/>
														<ci>time</ci>
														<ci>time_before_stim</ci>
													</apply>
													
													<apply>
														<leq/>
															<apply>
																<rem/>
																	<apply>
																		<minus/>
																		<ci> time </ci>
																		<ci> time_before_stim </ci>
																	</apply>
																<ci> stim_wavelength </ci>
															</apply>
															<ci> stim_duration </ci>
													</apply>
											
											</apply>
											
											
										</piece>
									 <otherwise>
										 <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">0</cn>
									 </otherwise>
						 </piecewise>
				</apply>
		</math>
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="k1_eq">
						<apply id="k1_eq">
						<eq/> 
							<ci>k1</ci>
								<piecewise>
										<piece>
											<ci>k1_stim</ci>
											<apply>
													<eq/>
													<ci>stim_on</ci>
													<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
											</apply>
										</piece>
									 <otherwise>
										 <ci>k1_unstim</ci>
									 </otherwise>
						 </piecewise>
				</apply>
		</math>
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="Jdephosphorylation_eq">
						<apply id="Jdephosphorylation_eq">
						<eq/> 
							<ci>Jdephosphorylation</ci>
								<apply>
									<minus/>
											<apply>
												<times/>
												<ci>k1</ci>
												<ci>NFATP_cyt</ci>
											</apply>
											<apply>
												<times/>
												<ci>k2</ci>
												<ci>NFAT_cyt</ci>
 											</apply>
 								</apply>
				</apply>
		</math>
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="Jtranslocate_eq">
								<apply id="Jtranslocate_eq">
								<eq/> 
									<ci>Jtranslocate</ci>
									<apply>
										<times/>
										<ci>k3</ci>
										<ci>NFAT_cyt</ci>
									</apply>
						</apply>
		</math>
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="Jexport_eq">
					<apply id="Jexport_eq">
					<eq/> 
						<ci>Jexport</ci>
						<apply>
							<times/>
							<ci>k4</ci>
							<ci>NFAT_nuc</ci>
						</apply>
			</apply>
		</math>

    <math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="NFATP_cyt_eq">
      <apply id="NFATP_cyt_eq">
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> NFATP_cyt </ci>
        </apply>
        
        <apply>
        	<minus/>
        	<ci> Jexport </ci>
        	<ci> Jdephosphorylation </ci>
        </apply>
        
      </apply>
    </math>
    
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="NFAT_cyt_eq">
			<apply id="NFAT_cyt_eq">
        <eq/>
				<apply>
          <diff/>
					<bvar>
            <ci> time </ci>
          </bvar>
					<ci> NFAT_cyt </ci>
				</apply>

				<apply>
					<minus/>
					<ci> Jdephosphorylation </ci>
					<ci> Jtranslocate </ci>
				</apply>

			</apply>
    </math>
    
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="NFAT_nuc_eq">
			<apply id="NFAT_nuc_eq">
        <eq/>
				<apply>
          <diff/>
					<bvar>
            <ci> time </ci>
          </bvar>
					<ci> NFAT_nuc </ci>
				</apply>

				<apply>
					<minus/>
					<ci> Jtranslocate </ci>
					<ci> Jexport </ci>
				</apply>

			</apply>
    </math>
    
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="NFAT_toteq">
								<apply id="NFAT_totcyteq">
								<eq/>
									<ci>NFAT_tot</ci>
									<apply>
										<plus/>
										<ci>NFATP_cyt</ci>
										<ci>NFAT_cyt</ci>
										<ci>NFAT_nuc</ci>
									</apply>
						</apply>
		</math>   
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="percentage_NFAT_cyteq">
								<apply id="percentage_NFAT_cyteq">
								<eq/> 
									<ci>percentage_NFAT_cyt</ci>
									<apply>
										<divide/>
												<apply>
														<times/>
														<ci> NFAT_cyt </ci>
														<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 100 </cn>
												</apply>
												<ci> NFAT_tot </ci>
									</apply>
						</apply>
		</math>    
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="percentage_NFATP_cyteq">
								<apply id="percentage_NFATP_cyteq">
								<eq/> 
									<ci>percentage_NFATP_cyt</ci>
									<apply>
										<divide/>
												<apply>
														<times/>
														<ci> NFATP_cyt </ci>
														<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 100 </cn>
												</apply>
												<ci> NFAT_tot </ci>
									</apply>
						</apply>
		</math>  
		
		<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="percentage_NFAT_nuceq">
								<apply id="percentage_NFAT_nuceq">
								<eq/> 
									<ci>percentage_NFAT_nuc</ci>
									<apply>
										<divide/>
												<apply>
														<times/>
														<ci> NFAT_nuc </ci>
														<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 100 </cn>
												</apply>
												<ci> NFAT_tot </ci>
									</apply>
						</apply>
		</math>  
 
  </component>
  
  
  <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: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>Cooling</vCard:Family>
          <vCard:Given>Michael</vCard:Given>
		</vCard:N>
        <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
          <rdf:value>m.cooling@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>2005-04-24</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 "tomida2003", which is    
      declared on the <model> element.
    -->
    <rdf:Description rdf:about="#tomida2003">
      
      <!--  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>calcium dynamics</rdf:li>
			  <rdf:li>oscillation</rdf:li>
			  <rdf:li>NFAT</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>12881417</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>Tomida</vCard:Family>
                    <vCard:Given>T</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>Hirose</vCard:Family>
                    <vCard:Given>K</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>Takizawa</vCard:Family>
                    <vCard:Given>A</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>Shibasaki</vCard:Family>
                    <vCard:Given>F</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>Iino</vCard:Family>
                    <vCard:Given>M</vCard:Given>
				  </vCard:N>
                </bqs:Person>
              </rdf:li>
            </rdf:Seq>
          </dc:creator>
          <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
            NFAT functions as a working memory of Ca2+ signals in decoding Ca2+ oscillation
          </dc:title>
          <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
            <dcterms:W3CDTF>2003-08-01</dcterms:W3CDTF>
          </dcterms:issued>
          <bqs:Journal rdf:parseType="Resource">
            <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">European Molecular Biology Organisation Journal</dc:title>
			<bqs:volume>22</bqs:volume>
            <bqs:first_page>3825</bqs:first_page>
            <bqs:last_page>3832</bqs:last_page>
          </bqs:Journal>
        </bqs:JournalArticle>
      </bqs:reference>
    </rdf:Description>
  </rdf:RDF> 
</model>