Rendering of the source text

<?xml version='1.0'?>
<!-- This CellML file was generated from:
 Strieter, J., et al. "A mathematical model of the rabbit cortical collecting tubule." American Journal of Physiology-Renal Physiology 263.6 (1992): F1063-F1075.-->
<model cmeta:id="Strieter_1992_NaK" name="Strieter_1992_NaK" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:xlink="http://www.w3.org/1999/xlink">

    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
		xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/">
		<rdf:Description rdf:about="">
			<dc:title>A kinetic model of Na+/K+-ATPase (sodium-potassium pump)</dc:title>
		</rdf:Description>
		<rdf:Description rdf:about="#Strieter_1992_NaK">
			<bqs:reference rdf:parseType="Resource">
				<dc:subject rdf:parseType="Resource">
					<bqs:subject_type>keyword</bqs:subject_type>
					<rdf:value>
						<rdf:Bag>
							<rdf:li>protein module</rdf:li>
						</rdf:Bag>
					</rdf:value>
				</dc:subject>
			</bqs:reference>
		</rdf:Description>
	</rdf:RDF>
    
    <import xlink:href="Units/Units.cellml">
        <units name="mM" units_ref="mM"/>
        <units name="mM_per_s" units_ref="mM_per_s"/>
    </import>
    <component name="NaK">
        <variable name="Na_int" public_interface="in" units="mM"/>
        <variable name="Na_ext" public_interface="in" units="mM"/>
        <variable name="K_int" public_interface="in" units="mM"/>
        <variable name="K_ext" public_interface="in" units="mM"/>
        <variable name="NH4_ext" public_interface="in" units="mM"/>
        <variable name="K_Na" units="mM"/>
        <variable name="K_K" units="mM"/>
        <variable name="K_NH4" units="mM"/>
        <variable initial_value="10.8" name="J_NaK_Na_Max" units="mM_per_s"/>
        <variable name="J_NaK_Na" public_interface="out" units="mM_per_s"/>
        <variable name="J_NaK_K" public_interface="out" units="mM_per_s"/>
        <variable name="J_NaK_NH4" public_interface="out" units="mM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>K_Na</ci>
                <apply>
                    <times/>
                    <cn cellml:units="mM">0.2</cn>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <divide/>
                            <ci>K_int</ci>
                            <cn cellml:units="mM">8.33</cn>
                        </apply>
                    </apply>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>K_K</ci>
                <apply>
                    <times/>
                    <cn cellml:units="mM">0.1</cn>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <divide/>
                            <ci>Na_ext</ci>
                            <cn cellml:units="mM">18.5</cn>
                        </apply>
                    </apply>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>K_NH4</ci>
                <apply>
                    <times/>
                    <cn cellml:units="dimensionless">0.2</cn>
                    <ci>K_K</ci>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>J_NaK_Na</ci>
                <apply>
                    <times/>
                    <ci>J_NaK_Na_Max</ci>
                    <apply>
                        <power/>
                        <apply>
                            <divide/>
                            <ci>Na_int</ci>
                            <apply>
                                <plus/>
                                <ci>Na_int</ci>
                                <ci>K_Na</ci>
                            </apply>
                        </apply>
                        <cn cellml:units="dimensionless">3</cn>
                    </apply>
                    <apply>
                        <power/>
                        <apply>
                            <divide/>
                            <ci>K_ext</ci>
                            <apply>
                                <plus/>
                                <ci>K_ext</ci>
                                <ci>K_K</ci>
                            </apply>
                        </apply>
                        <cn cellml:units="dimensionless">2</cn>
                    </apply>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>J_NaK_K</ci>
                <apply>
                    <divide/>
                    <apply>
                        <times/>
                        <apply>
                            <divide/>
                            <apply>
                                <minus/>
                                <cn cellml:units="dimensionless">2</cn>
                            </apply>
                            <cn cellml:units="dimensionless">3</cn>
                        </apply>
                        <ci>J_NaK_Na</ci>
                    </apply>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <divide/>
                            <apply>
                                <times/>
                                <ci>NH4_ext</ci>
                                <ci>K_K</ci>
                            </apply>
                            <apply>
                                <times/>
                                <ci>K_ext</ci>
                                <ci>K_NH4</ci>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>J_NaK_NH4</ci>
                <apply>
                    <times/>
                    <ci>J_NaK_K</ci>
                    <apply>
                        <power/>
                        <apply>
                            <divide/>
                            <ci>NH4_ext</ci>
                            <ci>K_NH4</ci>
                        </apply>
                        <cn cellml:units="dimensionless">1</cn>
                    </apply>
                    <apply>
                        <power/>
                        <apply>
                            <divide/>
                            <ci>K_K</ci>
                            <ci>K_ext</ci>
                        </apply>
                        <cn cellml:units="dimensionless">1</cn>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <!--
      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 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 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" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Terkildsen</vCard:Family>
                    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Jonna</vCard:Given>
                </vCard:N>
                <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <rdf:value xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">j.terkildsen@auckland.ac.nz</rdf:value>
                    <rdf:type xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 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" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Auckland Bioengineering Institute</vCard:Orgname>
                </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" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2009-11-11</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 "weinstein_2000_AE1", which is    
      declared on the <model> element.
    -->
        <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="#weinstein_2000_AE1">
            <!-- A human readable name for the model. -->
            <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">&#xd;
        The Weinstein 2000 quantitative model of AE1 (Cl/HCO3 exchanger).&#xd;
      </dc:title>
            <!-- A comment regarding the model. -->
            <cmeta:comment xmlns:cmeta="http://www.cellml.org/metadata/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                <rdf:value xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">&#xd;
          This is the CellML description of the Weinstein 2000 quantitative model of AE1 (Cl/HCO3 exchanger)&#xd;
        </rdf:value>
                <!-- The creator of the comment. -->
                <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Jonna Terkildsen</vCard:FN>
                </dc:creator>
            </cmeta:comment>
            <!--  Keyword(s) -->
            <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                <dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <bqs:subject_type xmlns:bqs="http://www.cellml.org/bqs/1.0#">keyword</bqs:subject_type>
                    <rdf:value xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                        <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                            <rdf:li xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">renal</rdf:li>
                            <rdf:li xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">ion transport</rdf:li>
                            <rdf:li xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">kidney</rdf:li>
                            <rdf:li xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">medullary collecting duct</rdf:li>
                        </rdf:Bag>
                    </rdf:value>
                </dc:subject>
            </bqs:reference>
            <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#">10894785</bqs:Pubmed_id>
                <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">
                        <rdf:Seq xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                            <rdf:li xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:parseType="Resource">
                                <bqs:Person xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                                    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                                        <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Weinstein</vCard:Family>
                                        <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">A</vCard:Given>
                                        <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">M</vCard:Other>
                                    </vCard:N>
                                </bqs:Person>
                            </rdf:li>
                        </rdf:Seq>
                    </dc:creator>
                    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">&#xd;
           A mathematical model of the outer medullary collecting duct of the rat&#xd;
          </dc:title>
                    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                        <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2000-07</dcterms:W3CDTF>
                    </dcterms:issued>
                    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">American Journal of Physiology</dc:title>
                    </bqs:Journal>
                    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">279</bqs:volume>
                    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">24</bqs:first_page>
                    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">45</bqs:last_page>
                </bqs:JournalArticle>
            </bqs:reference>
        </rdf:Description>
    </rdf:RDF>
</model>