Rendering of the source text

<?xml version="1.0"?>
<!--  FILE :  goodwin_model_1965.xml


--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="goodwin_model_1965" name="goodwin_model_1965">

<documentation xmlns="http://cellml.org/tmp-documentation">
    <article>
      <section id="sec_status">
        <title>Model Status</title>
        <para>
         This CellML model runs in both OpenCell and COR to recreate the published results.  The units have been checked and they are consistent.  This particular version of the model describes the first control system with non-interacting oscillations.
          </para>
      </section> 
      <sect1 id="sec_structure">
        <title>Model Structure</title>
        <para>
ABSTRACT: THE demonstration of negative feedback control processes operating at the molecular level in cells is one of the most significant developments in modern biology. The phenomena of feedback inhibition and feedback repression, whereby enzymatic activities are controlled at the level of the enzyme and the gene, respectively, provide a firm experimental basis for the construction of dynamic models which represent the fundamental regulatory activity of cells. The behavior of these and other molecular control circuits thus constitutes the basis of cell physiology, and in effect provides the physiologist with his elementary units of function. The purpose of this paper is to illustrate the type of periodic behavior which can arise in model systems incorporating the essential control features of enzymatic regulatory processes, and to discuss the significance of oscillatory motion in relation to the organization of cellular processes in time.  
</para>

        <para>
The complete original paper reference is cited below:
</para>
        <para>
          Oscillatory behavior in enzymatic control processes, Brian C. Goodwin, 1965, <emphasis>Advances in Enzyme Regulation</emphasis>
s, 3, 425-438. (An abstract and a PDF version of the article are available to subscribers on the journal website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=PubMed&amp;amp;list_uids=5861813&amp;amp;dopt=Abstract">PubMed ID: 5861813</ulink>
        </para>
		
        <informalfigure float="0" id="fig_reaction_diagram">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>cell diagram</title>
              </objectinfo>
              <imagedata fileref="goodwin_1965a.png"/>
            </imageobject>
          </mediaobject>
          <caption>Schematic diagram of the first control system modelled in this study. Here Li is a genetic locus which produces messenger dbonudeic acid  (mRNA) in quantities denoted by Xi. This mRNA then combines with ribosomes to form active protein-synthesizing aggregates (polysomes) designated by R, producing protein in quantity Yi. This protein assumed to be an enzyme then directs a metabolic transformation giving rise to a metabolic species M, which passes through a cellular pool, Pi. A fraction of the metabolite in  the pool feeds back to the genetic locus where it serves to repress the activity of the gene, presumably in association with a macromolecule, the aporepresser.</caption>
        </informalfigure>
      </sect1>
    </article>
  </documentation>
  
  
  <units name="first_order_rate_constant">
    <unit exponent="-1" units="second"/>
  </units>
  
  <units name="flux">
    <unit units="nanomolar"/>
    <unit exponent="-1" units="second"/>
  </units>
  
  <units name="nanomolar">
    <unit prefix="nano" units="mole"/>
    <unit exponent="-1" units="litre"/>
  </units>
  
  <units name="per_nanomolar">
    <unit exponent="-1" units="nanomolar"/>
  </units>

  
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
  </component>
  
  
  <component cmeta:id="Xi" name="Xi">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#Xi">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Xi</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">concentration of mRNA of the ith species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable cmeta:id="Xi_Xi" initial_value="7" name="Xi" public_interface="out" units="nanomolar"/>
	
	<variable initial_value="72" name="ai" units="flux"/>
	<variable initial_value="2" name="bi" units="flux"/>
	<variable initial_value="36" name="Ai" units="dimensionless"/>
	<variable initial_value="1" name="ki" units="per_nanomolar"/>
	
	<variable name="Yi" public_interface="in" units="nanomolar"/>
	<variable name="time" public_interface="in" units="second"/>
	
	<math xmlns="http://www.w3.org/1998/Math/MathML" id="1"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Xi</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <divide/>
            <ci> ai </ci>
		    <apply>
              <plus/>
              <ci> Ai </ci>
			  <apply>
                <times/>
			    <ci> ki </ci>
		        <ci> Yi </ci>
	          </apply>
			</apply>
		  </apply>
		  <ci> bi </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="Yi" name="Yi">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#Yi">
        <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Yi</dc:title>
        <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">concentration of protein of the ith species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable cmeta:id="Yi_Yi" initial_value="-10" name="Yi" public_interface="out" units="nanomolar"/>
	
	<variable initial_value="0" name="beta_i" units="flux"/>
	<variable initial_value="1" name="alpha_i" units="first_order_rate_constant"/>
	
	<variable name="Xi" public_interface="in" units="nanomolar"/>
	<variable name="time" public_interface="in" units="second"/>
	
	<math xmlns="http://www.w3.org/1998/Math/MathML" id="2"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Yi</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> alpha_i </ci>
		    <ci> Xi </ci>
		  </apply>
		  <ci> beta_i </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <!-- connections -->
  
  <connection>
    <map_components component_1="Xi" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="Yi" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="Xi" component_2="Yi"/>
    <map_variables variable_1="Xi" variable_2="Xi"/>
	<map_variables variable_1="Yi" variable_2="Yi"/>
  </connection>


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Seq rdf:about="rdf:#e708adac-3bd9-4cdf-a8c8-3d15f0e71aeb">
    <rdf:li rdf:resource="rdf:#1c1a259c-3321-4d05-9c6c-03f1224412eb"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#11266519-7271-471a-bc27-084cdf789889">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#e708adac-3bd9-4cdf-a8c8-3d15f0e71aeb"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Oscillatory behavior in enzymatic control processes</dc:title>
    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">3</bqs:volume>
    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">425</bqs:first_page>
    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#52d10526-60cf-48bb-8b5d-8e8ce79416c6"/>
    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#9520fb92-aed5-45ae-a3ae-b28716510a72"/>
    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">438</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#727cb747-2fe6-4f7c-af05-53768b339ea8">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2008-10-20T14:44:37+13:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9520fb92-aed5-45ae-a3ae-b28716510a72">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">1965-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#04ec0aad-aa81-4b4c-8a7c-9468d05a291f">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lawson</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1c1a259c-3321-4d05-9c6c-03f1224412eb">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#50fc152e-9e8e-4774-8565-fa17f823ce2f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#52d10526-60cf-48bb-8b5d-8e8ce79416c6">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Advances in Enzyme Regulation</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#54e52ab5-f3e9-442c-9c38-bb628490b158">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#04ec0aad-aa81-4b4c-8a7c-9468d05a291f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b80d5768-ff99-467c-a013-5e43a2616ea1">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f6adcc2f-78e0-42e8-89b5-44d4dd9564d3">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#e44dabb1-b1c8-48de-829e-066648d3c4c8"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$Us0fX3">
    <ns7:boundIntervals xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$Vs0fX3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$Ws0fX3">
    <ns7:endingValue xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">100</ns7:endingValue>
    <ns7:nonstandard-pointDensity xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">10000</ns7:nonstandard-pointDensity>
    <ns7:maximumStepSize xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">0.1</ns7:maximumStepSize>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e44dabb1-b1c8-48de-829e-066648d3c4c8">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#50fc152e-9e8e-4774-8565-fa17f823ce2f">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Brian</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Goodwin</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c70fabb3-65d7-46d6-b7da-d7bf08ce262e">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lloyd</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#259d71a5-df4a-49cd-9f5c-509f85ec0579">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#b80d5768-ff99-467c-a013-5e43a2616ea1"/>
    <rdf:value>This CellML model runs in both PCEnv and COR to recreate the published results.  The units have been checked and they are consistent.  This particular version of the model describes the first control system with non-interacting oscillations.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#09171c79-b93b-4cf1-bc22-aa68e11c8956">
    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">The University of Auckland</vCard:Orgname>
    <vCard:Orgunit xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Auckland Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a8ce840b-4bde-462c-a413-9e95f799b14b">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#05544146-e2ab-4a58-bcf4-3381e9fabaa3">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#727cb747-2fe6-4f7c-af05-53768b339ea8"/>
    <rdf:value>Added simulation metadata, cmeta:id's to some variables</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#54e52ab5-f3e9-442c-9c38-bb628490b158"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#29b9eb28-3913-4c9e-9c9b-0a1322f7ff81">
    <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#">5861813</bqs:Pubmed_id>
    <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#11266519-7271-471a-bc27-084cdf789889"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c516be5a-a37b-41cf-9044-3e94210cc442">
    <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#09171c79-b93b-4cf1-bc22-aa68e11c8956"/>
    <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#a8ce840b-4bde-462c-a413-9e95f799b14b"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#c70fabb3-65d7-46d6-b7da-d7bf08ce262e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$Vs0fX3">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$Ws0fX3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8166cfc9-2c4d-4d22-b816-88da17e6ce3e">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2008-09-26T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="#goodwin_model_1965">
    <ns7:simulation xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$Us0fX3"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#29b9eb28-3913-4c9e-9c9b-0a1322f7ff81"/>
<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>circadian rhythms</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </dc:subject>
</bqs:reference>
    <cmeta:comment rdf:resource="rdf:#f6adcc2f-78e0-42e8-89b5-44d4dd9564d3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#19506cea-83fa-457f-b6b4-721e6804a991">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Oscillatory behavior in enzymatic control processes (Model 1)</dc:title>
	<dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/"/>
    <cmeta:comment rdf:resource="rdf:#259d71a5-df4a-49cd-9f5c-509f85ec0579"/>
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#8166cfc9-2c4d-4d22-b816-88da17e6ce3e"/>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#c516be5a-a37b-41cf-9044-3e94210cc442"/>
    <cmeta:modification rdf:resource="rdf:#05544146-e2ab-4a58-bcf4-3381e9fabaa3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7604bc13-1b03-4c24-8b74-78f0b2d9a7bd">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#19506cea-83fa-457f-b6b4-721e6804a991"/>
    <rdf:value>This CellML model runs in both PCEnv and COR to recreate the published results.  The units have been checked and they are consistent.  This particular version of the model describes the first control system with non-interacting oscillations.</rdf:value>
  </rdf:Description>
</rdf:RDF>
</model>