Rendering of the source text

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  goodwin_model_1965.xml


--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" name="goodwin_model_1965" cmeta:id="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 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.
          </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 units="second" exponent="-1"/>
  </units>
  
  <units name="flux">
    <unit units="nanomolar"/>
    <unit units="second" exponent="-1"/>
  </units>
  
  <units name="nanomolar">
    <unit units="mole" prefix="nano"/>
    <unit units="litre" exponent="-1"/>
  </units>
  
  <units name="per_nanomolar">
    <unit units="nanomolar" exponent="-1"/>
  </units>

  
  <component name="environment">
    <variable units="second" public_interface="out" name="time" cmeta:id="environment_time"/>
  </component>
  
  
  <component name="Xi" cmeta:id="Xi">
    <rdf:RDF>
      <rdf:Description rdf:about="Xi">
        <dc:title>Xi</dc:title>
        <dcterms:alternative>concentration of mRNA of the ith species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="Xi_Xi" name="Xi" initial_value="7"/>
	
	<variable units="flux" name="ai" initial_value="72"/>
	<variable units="flux" name="bi" initial_value="2"/>
	<variable units="dimensionless" name="Ai" initial_value="36"/>
	<variable units="per_nanomolar" name="ki" initial_value="1"/>
	
	<variable units="nanomolar" public_interface="in" name="Yi"/>
	<variable units="second" public_interface="in" name="time"/>
	
	<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 name="Yi" cmeta:id="Yi">
    <rdf:RDF>
      <rdf:Description rdf:about="Yi">
        <dc:title>Yi</dc:title>
        <dcterms:alternative>concentration of protein of the ith species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="Yi_Yi" name="Yi" initial_value="-10"/>
	
	<variable units="flux" name="beta_i" initial_value="0"/>
	<variable units="first_order_rate_constant" name="alpha_i" initial_value="1"/>
	
	<variable units="nanomolar" public_interface="in" name="Xi"/>
	<variable units="second" public_interface="in" name="time"/>
	
	<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_2="environment" component_1="Xi"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Yi"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="Yi" component_1="Xi"/>
    <map_variables variable_2="Xi" variable_1="Xi"/>
	<map_variables variable_2="Yi" variable_1="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 rdf:resource="rdf:#e708adac-3bd9-4cdf-a8c8-3d15f0e71aeb"/>
    <dc:title>Oscillatory behavior in enzymatic control processes</dc:title>
    <bqs:volume>3</bqs:volume>
    <bqs:first_page>425</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#52d10526-60cf-48bb-8b5d-8e8ce79416c6"/>
    <dcterms:issued rdf:resource="rdf:#9520fb92-aed5-45ae-a3ae-b28716510a72"/>
    <bqs:last_page>438</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#727cb747-2fe6-4f7c-af05-53768b339ea8">
    <dcterms:W3CDTF>2008-10-20T14:44:37+13:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9520fb92-aed5-45ae-a3ae-b28716510a72">
    <dcterms:W3CDTF>1965-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#04ec0aad-aa81-4b4c-8a7c-9468d05a291f">
    <vCard:Given>James</vCard:Given>
    <vCard:Family>Lawson</vCard:Family>
    <vCard:Other/>
  </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 rdf:resource="rdf:#50fc152e-9e8e-4774-8565-fa17f823ce2f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#52d10526-60cf-48bb-8b5d-8e8ce79416c6">
    <dc:title>Advances in Enzyme Regulation</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#54e52ab5-f3e9-442c-9c38-bb628490b158">
    <vCard:N rdf:resource="rdf:#04ec0aad-aa81-4b4c-8a7c-9468d05a291f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b80d5768-ff99-467c-a013-5e43a2616ea1">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f6adcc2f-78e0-42e8-89b5-44d4dd9564d3">
    <dc:creator rdf:resource="rdf:#e44dabb1-b1c8-48de-829e-066648d3c4c8"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$Us0fX3">
    <ns7:boundIntervals rdf:resource="rdf:#$Vs0fX3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$Ws0fX3">
    <ns7:endingValue>100</ns7:endingValue>
    <ns7:nonstandard-pointDensity>10000</ns7:nonstandard-pointDensity>
    <ns7:maximumStepSize>0.1</ns7:maximumStepSize>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e44dabb1-b1c8-48de-829e-066648d3c4c8">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#50fc152e-9e8e-4774-8565-fa17f823ce2f">
    <vCard:Given>Brian</vCard:Given>
    <vCard:Family>Goodwin</vCard:Family>
    <vCard:Other>Catherine Lloyd</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c70fabb3-65d7-46d6-b7da-d7bf08ce262e">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#259d71a5-df4a-49cd-9f5c-509f85ec0579">
    <dc:creator 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>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>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 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>5861813</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#11266519-7271-471a-bc27-084cdf789889"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c516be5a-a37b-41cf-9044-3e94210cc442">
    <vCard:ORG rdf:resource="rdf:#09171c79-b93b-4cf1-bc22-aa68e11c8956"/>
    <vCard:EMAIL rdf:resource="rdf:#a8ce840b-4bde-462c-a413-9e95f799b14b"/>
    <vCard:N 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>2008-09-26T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="#goodwin_model_1965">
    <ns7:simulation rdf:resource="rdf:#$Us0fX3"/>
    <bqs:reference rdf:resource="rdf:#29b9eb28-3913-4c9e-9c9b-0a1322f7ff81"/>
<bqs:reference rdf:parseType="Resource">
  <dc:subject 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>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:title>Oscillatory behavior in enzymatic control processes (Model 1)</dc:title>
	<dc:publisher/>
    <cmeta:comment rdf:resource="rdf:#259d71a5-df4a-49cd-9f5c-509f85ec0579"/>
    <dcterms:created rdf:resource="rdf:#8166cfc9-2c4d-4d22-b816-88da17e6ce3e"/>
    <dc:creator 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 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>