Location: Goodwin, 1965 @ 4053dbe17304 / goodwin_1965_b.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2009-06-17 14:27:07+12:00
Desc:
committing version02 of goodwin_1965
Permanent Source URI:
https://models.cellml.org/workspace/goodwin_1965/rawfile/4053dbe1730479c41042f8cbaf7365205d91086b/goodwin_1965_b.cellml

<?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 second control system with interactions between non-linear 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, <ulink url="http://www.sciencedirect.com.ezproxy.auckland.ac.nz/science/journal/00652571">
            <emphasis>Advances in Enzyme Regulation</emphasis>
          </ulink>, 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_1965b.png"/>
            </imageobject>
          </mediaobject>
          <caption>Schematic diagram of the second control system modelled in this study.  It is to be expected from the complexity of intracellular processes that control circuits will interact in some manner. One type of interaction which seems very probable is for the repressor of one genetic locus to have a repressive effect on another locus. This situation can be represented schematically here.</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="X1" cmeta:id="X1">
    <rdf:RDF>
      <rdf:Description rdf:about="X1">
        <dc:title>X1</dc:title>
        <dcterms:alternative>concentration of mRNA of the 1st species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="X1_X1" name="X1" initial_value="7"/>
	
	<variable units="flux" name="a1" initial_value="360"/>
	<variable units="flux" name="b1" initial_value="10"/>
	<variable units="dimensionless" name="A1" initial_value="36"/>
	<variable units="per_nanomolar" name="k11" initial_value="1"/>
	<variable units="per_nanomolar" name="k12" initial_value="0"/>
	
	<variable units="nanomolar" public_interface="in" name="Y1"/>
	<variable units="nanomolar" public_interface="in" name="Y2"/>
	<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>X1</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <divide/>
            <ci> a1 </ci>
		    <apply>
              <plus/>
              <ci> A1 </ci>
			  <apply>
                <times/>
			    <ci> k11 </ci>
		        <ci> Y1 </ci>
	          </apply>
			  <apply>
                <times/>
			    <ci> k12 </ci>
		        <ci> Y2 </ci>
	          </apply>
			</apply>
		  </apply>
		  <ci> b1 </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <component name="Y1" cmeta:id="Y1">
    <rdf:RDF>
      <rdf:Description rdf:about="Y1">
        <dc:title>Y1</dc:title>
        <dcterms:alternative>concentration of protein of the 1st species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="Y1_Y1" name="Y1" initial_value="-10"/>
	
	<variable units="flux" name="beta_1" initial_value="0"/>
	<variable units="first_order_rate_constant" name="alpha_1" initial_value="0.5"/>
	
	<variable units="nanomolar" public_interface="in" name="X1"/>
	<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>Y1</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> alpha_1 </ci>
		    <ci> X1 </ci>
		  </apply>
		  <ci> beta_1 </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <component name="X2" cmeta:id="X2">
    <rdf:RDF>
      <rdf:Description rdf:about="X2">
        <dc:title>X2</dc:title>
        <dcterms:alternative>concentration of mRNA of the 2nd species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="X2_X2" name="X2" initial_value="7"/>
	
	<variable units="flux" name="a2" initial_value="360"/>
	<variable units="flux" name="b2" initial_value="10"/>
	<variable units="dimensionless" name="A2" initial_value="43"/>
	<variable units="per_nanomolar" name="k21" initial_value="0"/>
	<variable units="per_nanomolar" name="k22" initial_value="1"/>
	
	<variable units="nanomolar" public_interface="in" name="Y1"/>
	<variable units="nanomolar" public_interface="in" name="Y2"/>
	<variable units="second" public_interface="in" name="time"/>
	
	<math xmlns="http://www.w3.org/1998/Math/MathML" id="3"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>X2</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <divide/>
            <ci> a2 </ci>
		    <apply>
              <plus/>
              <ci> A2 </ci>
			  <apply>
                <times/>
			    <ci> k21 </ci>
		        <ci> Y1 </ci>
	          </apply>
			  <apply>
                <times/>
			    <ci> k22 </ci>
		        <ci> Y2 </ci>
	          </apply>
			</apply>
		  </apply>
		  <ci> b2 </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <component name="Y2" cmeta:id="Y2">
    <rdf:RDF>
      <rdf:Description rdf:about="Y2">
        <dc:title>Y2</dc:title>
        <dcterms:alternative>concentration of protein of the 2nd species</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>
    <variable units="nanomolar" public_interface="out" cmeta:id="Y2_Y2" name="Y2" initial_value="-10"/>
	
	<variable units="flux" name="beta_2" initial_value="0"/>
	<variable units="first_order_rate_constant" name="alpha_2" initial_value="0.6"/>
	
	<variable units="nanomolar" public_interface="in" name="X2"/>
	<variable units="second" public_interface="in" name="time"/>
	
	<math xmlns="http://www.w3.org/1998/Math/MathML" id="4"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Y2</ci>
        </apply> 
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> alpha_2 </ci>
		    <ci> X2 </ci>
		  </apply>
		  <ci> beta_2 </ci>
	    </apply>
      </apply>
    </math>
  </component>
  
  <!-- connections -->
  
  <connection>
    <map_components component_2="environment" component_1="X1"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Y1"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="X2"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Y2"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="Y1" component_1="X1"/>
    <map_variables variable_2="X1" variable_1="X1"/>
	<map_variables variable_2="Y1" variable_1="Y1"/>
  </connection>
  
  <connection>
    <map_components component_2="Y2" component_1="X1"/>
    <map_variables variable_2="Y2" variable_1="Y2"/>
  </connection>
  
  <connection>
    <map_components component_2="Y2" component_1="X2"/>
    <map_variables variable_2="X2" variable_1="X2"/>
	<map_variables variable_2="Y2" variable_1="Y2"/>
  </connection>
  
  <connection>
    <map_components component_2="Y1" component_1="X2"/>
    <map_variables variable_2="Y1" variable_1="Y1"/>
  </connection>


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Seq rdf:about="rdf:#804645c8-d382-495e-99fa-1a283b681737">
    <rdf:li rdf:resource="rdf:#8b8ac034-3b9c-4e43-9156-8f6b55b1d9c4"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#$.+GML2">
    <ns7:boundIntervals rdf:resource="rdf:#$++GML2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2f0a679e-dbc5-46e0-8314-dd3a9ee86877">
    <dcterms:W3CDTF>1965-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#333dc724-79ca-4aef-809d-f5479295f416">
    <vCard:Given>Brian</vCard:Given>
    <vCard:Family>Goodwin</vCard:Family>
    <vCard:Other>C</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f3f51849-bc84-4d55-b0cc-efb3ec0882ea">
    <dcterms:W3CDTF>2008-09-26T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#05adbcbe-f366-4776-a164-adeec18ce5ce">
    <dc:creator rdf:resource="rdf:#0b187134-ed92-4bf4-9eac-4e318bee7aae"/>
    <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 second control system with interactions between non-linear oscillations.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e3450ca7-2b90-41a4-9735-fc78f6ada27d">
    <bqs:Pubmed_id>5861813</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#9b94ee5a-d92e-40cb-a038-0ac2c6f8c762"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#99663c9b-3f20-4d82-b762-deafea679c58">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3b8cfec0-547a-47f6-bb8d-a76dff0da18e">
    <dc:creator rdf:resource="rdf:#181049c5-fa61-4f2b-bcb0-759a30c31e61"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="#goodwin_model_1965">
    <ns7:simulation rdf:resource="rdf:#$.+GML2"/>
    <bqs:reference rdf:resource="rdf:#e3450ca7-2b90-41a4-9735-fc78f6ada27d"/>
<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:#3b8cfec0-547a-47f6-bb8d-a76dff0da18e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d9a2806a-b4d4-45d2-a311-5c06d04e9cfb">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#553a73a8-53bb-4f78-a335-ef1de28e0015">
    <dc:title>Advances in Enzyme Regulation</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher/>
    <cmeta:comment rdf:resource="rdf:#05adbcbe-f366-4776-a164-adeec18ce5ce"/>
    <dcterms:created rdf:resource="rdf:#f3f51849-bc84-4d55-b0cc-efb3ec0882ea"/>
    <dc:creator rdf:resource="rdf:#99b0c1d1-89d3-4deb-827e-66fa3d610045"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#04b14351-7a2d-40e9-ba38-31cea8b2f12b">
    <dc:creator rdf:resource="rdf:#99663c9b-3f20-4d82-b762-deafea679c58"/>
    <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 second control system with interactions between non-linear oscillations.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9b94ee5a-d92e-40cb-a038-0ac2c6f8c762">
    <dc:creator rdf:resource="rdf:#804645c8-d382-495e-99fa-1a283b681737"/>
    <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:#553a73a8-53bb-4f78-a335-ef1de28e0015"/>
    <dcterms:issued rdf:resource="rdf:#2f0a679e-dbc5-46e0-8314-dd3a9ee86877"/>
    <bqs:last_page>438</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#99b0c1d1-89d3-4deb-827e-66fa3d610045">
    <vCard:ORG rdf:resource="rdf:#d9a2806a-b4d4-45d2-a311-5c06d04e9cfb"/>
    <vCard:EMAIL rdf:resource="rdf:#c759bd22-2717-4d93-85d2-490f3b5dd736"/>
    <vCard:N rdf:resource="rdf:#254aa615-2951-4175-998d-61fe4e0536f5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0b187134-ed92-4bf4-9eac-4e318bee7aae">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8b8ac034-3b9c-4e43-9156-8f6b55b1d9c4">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#333dc724-79ca-4aef-809d-f5479295f416"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$++GML2">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$00HML2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#181049c5-fa61-4f2b-bcb0-759a30c31e61">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$00HML2">
    <ns7:endingValue>80</ns7:endingValue>
    <ns7:nonstandard-tabInt>false</ns7:nonstandard-tabInt>
    <ns7:nonstandard-tabStepSize>0.1</ns7:nonstandard-tabStepSize>
    <ns7:nonstandard-pointDensity>10000</ns7:nonstandard-pointDensity>
    <ns7:nonstandard-tabStrict>true</ns7:nonstandard-tabStrict>
    <ns7:maximumStepSize>0.01</ns7:maximumStepSize>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c759bd22-2717-4d93-85d2-490f3b5dd736">
    <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:#254aa615-2951-4175-998d-61fe4e0536f5">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
</rdf:RDF>
</model>