Location: Smith, 1980 @ b542e1515c46 / smith_1980.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2007-07-18 02:20:41+12:00
Desc:
committing version01 of smith_1980
Permanent Source URI:
https://models.physiomeproject.org/workspace/smith_1980/rawfile/b542e1515c465d5ef6090d9a7254da4a3fff9b8e/smith_1980.cellml

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

CREATED :  18th July 2007

LAST MODIFIED : 18th July 2007

AUTHOR :  Catherine Lloyd
          Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.1 Specification.

DESCRIPTION :  This file contains a CellML description of Smith's 1980 mathematical model for the hypothalamic regulation of pituitary secretion of luteinizing hormone - feedback control of gonadotropin secretion. 

CHANGES:  
  
--><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:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="smith_model_1980" name="smith_model_1980_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Hypothalamic regulation of pituitary secretion of luteinizing hormone. II. Feedback control of gonadotropin secretion</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
In human males the secretion of luteinizing hormone (LH) from the anterior pituitary gland is principally controlled by luteinizing hormone releasing hormone (LHRH) which, itself, is secreted by the hypothalamus.  LH in turn influences the secretion of testosterone by the testes, which then has a feedback effect on secretion of its precursor hormones LHRH and LH. 
</para>

<para>
In the paper described here, William Smith proposes a simple mathematical model incorporating a negative feedback loop to describe the kinetics of the hormone cascade in the secretion of testosterone (as summarised in the figure below).
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="smith_1980.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the mathematical model representing the male hypothalamic-pituitary-gonadal system.  The model has three main components: the hypothalamus which secretes luteinizing hormone releasing hormone (LHRH), the pituitary which responds to LHRH by secreting luteinizing hormone (LH), and the gonads (or testes) which, in responds to LH, secrete testosterone.  Finally, LH and testosterone feedback on the hypothalamus to regulate LHRH secretion.</caption>
</informalfigure>

<para>
The complete original paper reference is cited below:
</para>

<para>
<ulink url="http://www.springerlink.com/content/pu11363366022540/?p=3e13cfd941d04c37b73466066437cd18&amp;pi=2">Hypothalamic regulation of pituitary secretion of luteinizing hormone. II. Feedback control of gonadotropin secretion</ulink>, William R. Smith, 1980, <ulink url="http://www.springerlink.com/content/119979/">
            <emphasis>Bulletin of Mathematical Biology</emphasis>
          </ulink>, 42, 57-78.  (A <ulink url="http://www.springerlink.com/content/pu11363366022540/fulltext.pdf">PDF</ulink> version of the article is available to journal subscribers on the <emphasis>Bulletin of Mathematical Biology</emphasis> website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=6986927&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 6986927</ulink>
</para>

</sect1>
</article>
</documentation> 





  <units name="hour">
    <unit units="second" multiplier="3600.0"/>
  </units>

  <units name="ng_ml">
    <unit units="gram" prefix="nano"/>
    <unit units="litre" prefix="milli" exponent="-1"/>
  </units>

  <units name="pg_ml_hr">
    <unit units="gram" prefix="pico"/>
    <unit units="litre" prefix="milli" exponent="-1"/>
    <unit units="hour" exponent="-1"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit units="hour" exponent="-1"/>
  </units>

  
  <component name="environment">
    <variable units="hour" public_interface="out" name="time"/>
  </component>
  
  <component cmeta:id="R" name="R">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="R">
        <dc:title>R</dc:title>
        <dcterms:alternative>LHRH</dcterms:alternative>
        <dcterms:alternative>luteinizing hormone releasing hormone</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="ng_ml" public_interface="out" name="R"/>
    
    <variable units="first_order_rate_constant" name="h" initial_value="12.0"/>
    <variable units="pg_ml_hr" name="c" initial_value="100.0"/>
    <variable units="first_order_rate_constant" name="b1" initial_value="1.29"/>
    <variable units="dimensionless" name="H"/>
    <variable units="dimensionless" name="x"/>
    
    <variable units="ng_ml" public_interface="in" name="T"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> R </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <apply>
              <minus/>
              <ci> c </ci>
              <apply>
                <times/>
                <ci> h </ci>
                <ci> T </ci>
              </apply>
            </apply>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <ci> H </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> b1 </ci>
            <ci> R </ci>
          </apply>
        </apply>
      </apply>

      <apply>
        <eq/> 
        <ci> x </ci> 
        <apply>
          <minus/>
          <ci> T </ci>
          <apply>
            <divide/>
            <ci> c </ci>
            <ci> h </ci>
          </apply>
        </apply>
      </apply>

      <apply>
        <eq/> 
        <ci> H </ci> 
        <piecewise>
          <piece>
            <cn cellml:units="dimensionless"> 1.0 </cn>
            <apply>
              <gt/>
              <ci> x </ci>
              <cn cellml:units="dimensionless"> 0.0 </cn>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="dimensionless"> 0.0 </cn>
          </otherwise>
        </piecewise>
      </apply>      
    </math>
  </component>

  <component cmeta:id="L" name="L">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="L">
        <dc:title>L</dc:title>
        <dcterms:alternative>LH</dcterms:alternative>
        <dcterms:alternative>luteinizing hormone</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="ng_ml" public_interface="out" name="L"/>
    
    <variable units="first_order_rate_constant" name="g1" initial_value="10.0"/>
    <variable units="first_order_rate_constant" name="b2" initial_value="0.97"/>
    
    <variable units="ng_ml" public_interface="in" name="R"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> L </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> g1 </ci>
            <ci> R </ci>
          </apply>
          <apply>
            <times/>
            <ci> b2 </ci>
            <ci> L </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="T" name="T">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="T">
        <dc:title>T</dc:title>
        <dcterms:alternative>testosterone</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="ng_ml" public_interface="out" name="T"/>
    
    <variable units="first_order_rate_constant" name="g2" initial_value="0.7"/>
    <variable units="first_order_rate_constant" name="b3" initial_value="1.39"/>
    
    <variable units="ng_ml" public_interface="in" name="L"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> T </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> g2 </ci>
            <ci> L </ci>
          </apply>
          <apply>
            <times/>
            <ci> b3 </ci>
            <ci> T </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <connection>
    <map_components component_2="environment" component_1="R"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="L"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="T"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="T" component_1="R"/>
    <map_variables variable_2="T" variable_1="T"/>
  </connection> 

  <connection>
    <map_components component_2="L" component_1="R"/>
    <map_variables variable_2="R" variable_1="R"/>
  </connection>
 
  <connection>
    <map_components component_2="L" component_1="T"/>
    <map_variables variable_2="L" variable_1="L"/>
  </connection>

<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#b7eff707-247a-4d36-9841-e0609bacd5d2">
    <rdf:li>testosterone</rdf:li>
    <rdf:li>luteinizing hormone</rdf:li>
    <rdf:li>hypothalamus</rdf:li>
    <rdf:li>pituitary</rdf:li>
    <rdf:li>testis</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#7e373a8a-613a-4d60-a087-d692d1e7bce9">
    <rdf:li rdf:resource="rdf:#c5ec021c-4174-408d-bd4e-c64dd5bd96cb"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#d784e7ad-62d5-4894-955f-2d9f37bc5091">
    <dcterms:W3CDTF>2007-07-18T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9e5b2476-29a9-4707-9857-92bca6587f2b">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#b7eff707-247a-4d36-9841-e0609bacd5d2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a17e87f3-feee-4af1-bbd7-303dbcfa1119">
    <vCard:Given>William</vCard:Given>
    <vCard:Family>Smith</vCard:Family>
    <vCard:Other>R</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6a7763b1-8b24-4207-b516-30b0ce464c9d">
    <dc:creator rdf:resource="rdf:#bb46f15b-4e4f-41c0-b9f8-cf68a0a9ed35"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#6a7763b1-8b24-4207-b516-30b0ce464c9d"/>
    <dcterms:created rdf:resource="rdf:#d784e7ad-62d5-4894-955f-2d9f37bc5091"/>
    <dc:creator rdf:resource="rdf:#367d5ef4-8d72-4d30-9c67-0a2c6caf81df"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bb46f15b-4e4f-41c0-b9f8-cf68a0a9ed35">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0bb46a5a-8cc1-4c58-b43d-e8658f445fc6">
    <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:#5ea4ed80-140c-4c8a-a77b-0b7829ea9972">
    <dc:title>Bulletin of Mathematical Biology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2741e4b-4d11-4d6a-bd46-88479fe0f282">
    <dc:creator rdf:resource="rdf:#7e373a8a-613a-4d60-a087-d692d1e7bce9"/>
    <dc:title>Hypothalamic regulation of pituitary secretion of luteinizing hormone. II. Feedback control of gonadotropin secretion</dc:title>
    <bqs:volume>42</bqs:volume>
    <bqs:first_page>57</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#5ea4ed80-140c-4c8a-a77b-0b7829ea9972"/>
    <dcterms:issued rdf:resource="rdf:#a8ddfc10-4082-465c-a089-d29c6530864c"/>
    <bqs:last_page>78</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4855cd63-9b22-4a99-ba4e-741d477fe32b">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3df1951a-afb8-48e4-a0c5-de9fce8754ab">
    <bqs:Pubmed_id>6986927</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#d2741e4b-4d11-4d6a-bd46-88479fe0f282"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a8ddfc10-4082-465c-a089-d29c6530864c">
    <dcterms:W3CDTF>1980-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#51e1cc08-2041-48ca-92d8-e1f7576af40f">
    <dc:subject rdf:resource="rdf:#9e5b2476-29a9-4707-9857-92bca6587f2b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8a7244ed-b00b-42e1-8f7c-0905cf8de5a9">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#367d5ef4-8d72-4d30-9c67-0a2c6caf81df">
    <vCard:ORG rdf:resource="rdf:#8a7244ed-b00b-42e1-8f7c-0905cf8de5a9"/>
    <vCard:EMAIL rdf:resource="rdf:#0bb46a5a-8cc1-4c58-b43d-e8658f445fc6"/>
    <vCard:N rdf:resource="rdf:#ea1e36fa-78e0-4fc6-af4d-d9c1ab905848"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#424b07f3-22e0-40f3-b579-a20d7b621c4b">
    <dc:creator rdf:resource="rdf:#4855cd63-9b22-4a99-ba4e-741d477fe32b"/>
    <rdf:value>This is a CellML description of Smith's 1980 mathematical model for the hypothalamic regulation of pituitary secretion of luteinizing hormone - feedback control of gonadotropin secretion.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="#smith_model_1980">
    <dc:title>
        Smith's 1980 mathematical model for the hypothalamic regulation of pituitary secretion of luteinizing hormone - feedback control of gonadotropin secretion.  
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#424b07f3-22e0-40f3-b579-a20d7b621c4b"/>
    <bqs:reference rdf:resource="rdf:#3df1951a-afb8-48e4-a0c5-de9fce8754ab"/>
    <bqs:reference rdf:resource="rdf:#51e1cc08-2041-48ca-92d8-e1f7576af40f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c5ec021c-4174-408d-bd4e-c64dd5bd96cb">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#a17e87f3-feee-4af1-bbd7-303dbcfa1119"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ea1e36fa-78e0-4fc6-af4d-d9c1ab905848">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
</rdf:RDF>
</model>