Location: Macgregor, Leng, 2005 @ b41ac05c2167 / macgregor_leng_2005.cellml

Author:
Geoff Nunns <gnunns1@jhu.edu>
Date:
2010-03-30 12:37:16+13:00
Desc:
Updated model status with abstract, fixed ulink errors and corrected typos in RDF.
Permanent Source URI:
https://models.cellml.org/workspace/macgregor_leng_2005/rawfile/b41ac05c216730316f3ab4b522bd40219a2a4694/macgregor_leng_2005.cellml

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

CREATED :  19th June 2007

LAST MODIFIED : 19th June 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 MacGregor and Leng's 2005 mathematical model of hypothalamic control of growth hormone 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="macgregor_model_2005" name="macgregor_leng_model_2005_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Modelling the Hypothalamic Control of Growth Hormone Secretion</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
        This particular CellML model describes the pituitary model of the published article.  The units have been checked and are consistent and the model runs in PCEnv to replicate the published results (as shown in figure 3B of the paper).
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
Abstract: Here, we construct a mathematical model of the hypothalamic systems that control the secretion of growth hormone (GH). The work extends a recent model of the pituitary GH system, adding representations of the hypothalamic GH-releasing hormone (GHRH) and somatostatin neurones, each modelled as a single synchronised unit. An unpatterned stochastic input drives the GHRH neurones generating pulses of GHRH release that trigger GH pulses. Delayed feedback from GH results in increased somatostatin release, which inhibits both GH secretion and GHRH release, producing an overall pattern of 3-h pulses of GH secretion that is very similar to the secretory profile observed in male rats. Rather than directly stimulating somatostatin release, GH feedback triggers a priming effect, increasing releasable stores of somatostatin. Varying this priming effect to reduce the effect of GH can reproduce the less pulsatile form of GH release observed in the female rat. The model behaviour is tested by comparison with experimental observations with a range of different experimental protocols involving GHRH injections and somatostatin and GH infusion.
</para>

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

<para>
Modelling the hypothalamic control of growth hormone secretion, D. J. MacGregor and G. Leng, 2005, <emphasis>Journal of Neuroendocrinology</emphasis>, volume 17, 788-803.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=16280026&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 16280026</ulink>
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="macgregor_2005.png"/>
  </imageobject>
</mediaobject>
<caption>A schematic diagram of the different components and connections in the growth hormone secretory system.  Somatostatin (SOS) inhibits the secretion of both growth hormone-releasing hormone (GHRH) and growth hormone (GH).  After a delay, GH feeds back to prime the pool of releasable somatostatin, resulting in the bulk release of somatostatin, which in turn allows further GHRH release and and another burst of GH.</caption>
</informalfigure>
</sect1>
</article>
</documentation>

 



  
  
  <units name="nanomolar">
    <unit units="mole" prefix="nano"/>
    <unit units="litre" exponent="-1"/>
  </units>
  
  <units name="minute">
    <unit units="second" multiplier="60.0"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit units="minute" exponent="-1"/>
  </units>
  
  <units name="second_order_rate_constant">
    <unit units="nanomolar" exponent="-1"/>
    <unit units="minute" exponent="-1"/>
  </units>
  
  <units name="flux">
    <unit units="nanomolar"/>
    <unit units="minute" exponent="-1"/>
  </units>
  
  <units name="per_nanomolar">
    <unit units="nanomolar" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="minute" public_interface="out" name="time"/>
  </component>
  
 
  <component cmeta:id="r" name="r">
     
    <variable units="nanomolar" public_interface="out" name="r" initial_value="0.0"/> 
    
    <variable units="flux" name="Ir"/>
    <variable units="first_order_rate_constant" name="k6" initial_value="5.0"/>
     
    <variable units="minute" 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/>
          <ci> Ir </ci>
          <apply>
            <times/>
           <ci> k6 </ci>
            <ci> r </ci>
          </apply>
        </apply>  
      </apply>

      <apply>
        <eq/>
        <ci> Ir </ci>
        <piecewise>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 0.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 90.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 91.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 92.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 93.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 113.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 114.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 115.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 116.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 136.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 137.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 138.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 139.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 159.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 160.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 161.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 162.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 252.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 253.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 254.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 255.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 275.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 276.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 277.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 278.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 298.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 299.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 300.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 301.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 321.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 322.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 323.0 </cn>
              </apply>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="flux"> 0.0 </cn>
          </otherwise>
        </piecewise>
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="s" name="s">
     
    <variable units="nanomolar" public_interface="out" name="s" initial_value="0.0"/> 
    
    <variable units="flux" public_interface="in" name="Is"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k7"/>
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> s </ci> 
        </apply>
        <apply>
          <minus/>
          <ci> Is </ci>
          <apply>
            <times/>
            <ci> k7 </ci>
            <ci> s </ci>
          </apply>
        </apply>  
      </apply>
    </math> 
  </component>

  <component cmeta:id="f" name="f">
     
    <variable units="dimensionless" public_interface="out" name="f" initial_value="0.3"/> 
    
    <variable units="second_order_rate_constant" name="k1" initial_value="0.1"/>
    <variable units="first_order_rate_constant" name="k2" initial_value="0.002"/>
    <variable units="first_order_rate_constant" name="k3" initial_value="0.018"/>
    <variable units="dimensionless" name="phi_b_s"/>
    <variable units="dimensionless" name="sb" initial_value="0.029"/>
    <variable units="dimensionless" name="delta_b" initial_value="0.3"/>
    
    <variable units="nanomolar" public_interface="in" name="r"/>
    <variable units="nanomolar" public_interface="in" name="c"/>
    <variable units="nanomolar" public_interface="in" name="s"/>
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> f </ci> 
        </apply>
        <apply>
          <plus/> 
          <apply>
            <minus/>
            <apply>
              <times/>
              <ci> k1 </ci>
              <apply>
                <plus/>
                <ci> r </ci>
                <ci> c </ci>
              </apply>
              <ci> f </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci> k2 </ci>
              <apply>
                <times/>
                <ci> k3 </ci>
                <ci> phi_b_s </ci>
              </apply>
            </apply>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn> 
              <ci> f </ci>
            </apply>
          </apply>
        </apply>  
      </apply> 
    
      <apply id="phi_b_s_calculation">
        <eq/>
        <ci> phi_b_s </ci>
        <apply>
          <divide/>
          <cn cellml:units="dimensionless"> 1.0 </cn> 
          <apply>
            <plus/>
            <cn cellml:units="dimensionless"> 1.0 </cn>
            <apply>
              <exp/>
              <apply>
                <divide/>
                <apply>
                  <minus/>
                  <apply>
                    <minus/>
                    <apply>
                      <log/>
		      <apply>
                        <times/>
                        <cn cellml:units="per_nanomolar"> 1.0 </cn>
                        <ci> s </ci>
		      </apply>
                    </apply>
                    <ci> sb </ci>
                  </apply>
                </apply>
                <ci> delta_b </ci>
              </apply>
            </apply>
          </apply>  
        </apply>
      </apply>
    </math> 
  </component>

  <component cmeta:id="h" name="h">
     
    <variable units="nanomolar" public_interface="out" name="h" initial_value="0.0"/> 
    
    <variable units="first_order_rate_constant" name="k4" initial_value="9.0"/>
    <variable units="first_order_rate_constant" name="k5" initial_value="71.0"/>
    <variable units="dimensionless" name="phi_r_s"/>
    <variable units="dimensionless" name="sr" initial_value="-0.56"/>
    <variable units="dimensionless" name="delta_r" initial_value="0.3"/>
    
    <variable units="dimensionless" public_interface="in" name="f"/>
    <variable units="first_order_rate_constant" public_interface="in" name="k8"/>
    <variable units="dimensionless" public_interface="in" name="j1"/>
    <variable units="nanomolar" public_interface="in" name="r"/>
    <variable units="nanomolar" public_interface="in" name="c"/>
    <variable units="nanomolar" public_interface="in" name="s"/>
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> h </ci> 
        </apply>
        <apply>
          <times/>
          <ci> j1 </ci> 
          <apply>
            <minus/>
            <apply>
              <times/>
              <apply>
                <plus/>
                <ci> k4 </ci>
                <apply>
                  <times/>
                  <ci> k5 </ci>
                  <apply>
                    <minus/>
                    <cn cellml:units="dimensionless"> 1.0 </cn> 
                    <ci> phi_r_s </ci>
                  </apply>
                </apply>
              </apply>
              <apply>
                <times/>
                <apply>
                  <plus/>
                  <ci> r </ci>
                  <ci> c </ci>
                </apply>
                <ci> f </ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci> k8 </ci> 
              <ci> h </ci>
            </apply>
          </apply>
        </apply>  
      </apply> 
    
      <apply id="phi_r_s_calculation">
        <eq/>
        <ci> phi_r_s </ci>
        <apply>
          <divide/>
          <cn cellml:units="dimensionless"> 1.0 </cn> 
          <apply>
            <plus/>
            <cn cellml:units="dimensionless"> 1.0 </cn>
            <apply>
              <exp/>
              <apply>
                <divide/>
                <apply>
                  <minus/>
                  <apply>
                    <minus/>
                    <apply>
                      <log/>
		      <apply>
                        <times/>
                        <cn cellml:units="per_nanomolar"> 1.0 </cn>
                        <ci> s </ci>
	              </apply>
                    </apply>
                    <ci> sr </ci>
                  </apply>
                </apply>
                <ci> delta_r </ci>
              </apply>
            </apply>
          </apply>  
        </apply>
      </apply>
    </math> 
  </component>
  
  <component name="model_parameters">
    <variable units="dimensionless" public_interface="out" name="j1" initial_value="10"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k7" initial_value="5.0"/>
    <variable units="flux" public_interface="out" name="Is"/>
    <variable units="first_order_rate_constant" public_interface="out" name="k8" initial_value="0.07"/>
    <variable units="nanomolar" public_interface="out" name="c" initial_value="0.01"/>

    <variable units="minute" public_interface="in" name="time"/>

    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/>
        <ci> Is </ci>
        <piecewise>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <gt/>
                <ci> time </ci>
                <cn cellml:units="minute"> 0.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 90.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <gt/>
                <ci> time </ci>
                <cn cellml:units="minute"> 90.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 180.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 10.0 </cn>
            <apply>
              <and/>
              <apply>
                <gt/>
                <ci> time </ci>
                <cn cellml:units="minute"> 180.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 270.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="flux"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <gt/>
                <ci> time </ci>
                <cn cellml:units="minute"> 270.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 360.0 </cn>
              </apply>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="flux"> 0.0 </cn>
          </otherwise>
        </piecewise>
      </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="s"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="f"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

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

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

  <connection>
    <map_components component_2="model_parameters" component_1="s"/>
    <map_variables variable_2="Is" variable_1="Is"/>
    <map_variables variable_2="k7" variable_1="k7"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="f"/>
    <map_variables variable_2="c" variable_1="c"/>
  </connection>

  <connection>
    <map_components component_2="r" component_1="f"/>
    <map_variables variable_2="r" variable_1="r"/>
  </connection>

  <connection>
    <map_components component_2="s" component_1="f"/>
    <map_variables variable_2="s" variable_1="s"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="h"/>
    <map_variables variable_2="c" variable_1="c"/>
    <map_variables variable_2="j1" variable_1="j1"/>
    <map_variables variable_2="k8" variable_1="k8"/>
  </connection>

  <connection>
    <map_components component_2="r" component_1="h"/>
    <map_variables variable_2="r" variable_1="r"/>
  </connection>

  <connection>
    <map_components component_2="s" component_1="h"/>
    <map_variables variable_2="s" variable_1="s"/>
  </connection>

  <connection>
    <map_components component_2="f" component_1="h"/>
    <map_variables variable_2="f" variable_1="f"/>
  </connection>
  
<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#e934ccce-66bd-4ec4-bfd1-bae7066a355b">
    <rdf:li>endocrine</rdf:li>
    <rdf:li>somatostatin</rdf:li>
    <rdf:li>hypothalamus</rdf:li>
    <rdf:li>growth hormone releasing hormone</rdf:li>
    <rdf:li>growth hormone</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#3bf615c8-8e2c-4cfc-be30-4a5292e696a1">
    <rdf:li rdf:resource="rdf:#1fe64fd2-bf82-4022-b42a-8ab8c37703d8"/>
    <rdf:li rdf:resource="rdf:#8f070586-19f9-4d6d-820b-b50bad39355a"/>
  </rdf:Seq>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#580f1f38-27da-4e6e-9311-5a8dd7a07bf3"/>
    <dcterms:created rdf:resource="rdf:#8ed9d161-151a-491f-87ee-627e5b74d21c"/>
    <dc:creator rdf:resource="rdf:#04a9cae3-1b65-490e-9864-8b1cec2b9082"/>
    <cmeta:modification rdf:resource="rdf:#96dc0f6c-66ef-412f-aac8-0e55b9a3f23a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0c78cb72-74d0-4763-9098-4dd25c0e992e">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e548e51a-8a50-4c30-99ac-1d602784711e">
    <dc:title>Journal of Neuroendocrinology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#580f1f38-27da-4e6e-9311-5a8dd7a07bf3">
    <dc:creator rdf:resource="rdf:#09eae02c-27dd-4330-9526-e054b73ac94b"/>
    <rdf:value>The model runs in PCEnv to replicate the results in the published paper.  In particular the initial conditions have been set to the same as those which generate the results for figure 3B in the published paper.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#854fa0cf-23ca-4f40-89ca-5f27bf8efc4e">
    <dcterms:W3CDTF>2005-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a388d5ed-04ee-4677-ac6b-71743d6d3312">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f5f2d868-b64d-4c2a-9e4f-5d2d8b4a71d3">
    <vCard:N rdf:resource="rdf:#14e55baf-0b64-45db-984b-27d654a186be"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8f070586-19f9-4d6d-820b-b50bad39355a">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#72f1523c-f0f0-4398-b777-889bcdb3ee45"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#41f75429-c520-4de2-9eef-b9449c4cbd04">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#e934ccce-66bd-4ec4-bfd1-bae7066a355b"/>
  </rdf:Description>
  <rdf:Description rdf:about="#f">
    <dcterms:alternative>density of free GHRH receptors</dcterms:alternative>
    <dc:title>f</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#macgregor_model_2005">
    <dc:title>
        MacGregor and Leng's 2005 mathematical model of hypothalamic control of growth hormone secretion.
      </dc:title>
    <cmeta:bio_entity>hypothalamus</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#465a82ed-587a-4f22-9c14-f9b6c7a65b65"/>
    <bqs:reference rdf:resource="rdf:#51cb3699-c5ec-4f0c-b299-85a9477ec13b"/>
    <bqs:reference rdf:resource="rdf:#cce5a670-0ab2-41b7-9e2f-e33dc27fe0d8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1fe64fd2-bf82-4022-b42a-8ab8c37703d8">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#1bdddde3-5781-4d14-b270-701d2fa9476e"/>
  </rdf:Description>
  <rdf:Description rdf:about="#h">
    <dcterms:alternative>GH</dcterms:alternative>
    <dcterms:alternative>growth hormone</dcterms:alternative>
    <dc:title>h</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#r">
    <dcterms:alternative>GHRH</dcterms:alternative>
    <dcterms:alternative>growth hormone releasing hormone</dcterms:alternative>
    <dc:title>r</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#s">
    <dcterms:alternative>endogenous somatostatin</dcterms:alternative>
    <dc:title>s</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#51cb3699-c5ec-4f0c-b299-85a9477ec13b">
    <bqs:Pubmed_id>16280026</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#bc9d252a-b155-4984-931c-10804358a848"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#85914a8b-a31f-484e-a91e-50aa060b4310">
    <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:#bc9d252a-b155-4984-931c-10804358a848">
    <dc:creator rdf:resource="rdf:#3bf615c8-8e2c-4cfc-be30-4a5292e696a1"/>
    <dc:title>Modelling the hypothalamic control of growth hormone secretion.</dc:title>
    <bqs:volume>17</bqs:volume>
    <bqs:first_page>788</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#e548e51a-8a50-4c30-99ac-1d602784711e"/>
    <dcterms:issued rdf:resource="rdf:#854fa0cf-23ca-4f40-89ca-5f27bf8efc4e"/>
    <bqs:last_page>803</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0fbb6963-0b79-4fca-9072-7dcfb48597b3">
    <dcterms:W3CDTF>2007-09-04T15:13:18+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#09eae02c-27dd-4330-9526-e054b73ac94b">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1bdddde3-5781-4d14-b270-701d2fa9476e">
    <vCard:Given>D</vCard:Given>
    <vCard:Family>MacGregor</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#04a9cae3-1b65-490e-9864-8b1cec2b9082">
    <vCard:ORG rdf:resource="rdf:#0c78cb72-74d0-4763-9098-4dd25c0e992e"/>
    <vCard:EMAIL rdf:resource="rdf:#85914a8b-a31f-484e-a91e-50aa060b4310"/>
    <vCard:N rdf:resource="rdf:#a388d5ed-04ee-4677-ac6b-71743d6d3312"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#96dc0f6c-66ef-412f-aac8-0e55b9a3f23a">
    <dcterms:modified rdf:resource="rdf:#0fbb6963-0b79-4fca-9072-7dcfb48597b3"/>
    <rdf:value>Checked the model in COR and made all the units consistent.  I also reduced the model back to its foundation form (the pituitary part only), and added two complex piecewise equations to simulate the injection of the hormones.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#f5f2d868-b64d-4c2a-9e4f-5d2d8b4a71d3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#72f1523c-f0f0-4398-b777-889bcdb3ee45">
    <vCard:Given>G</vCard:Given>
    <vCard:Family>Leng</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#14e55baf-0b64-45db-984b-27d654a186be">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fcee99e6-1afc-40cd-acb7-8716e0e2b54d">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#465a82ed-587a-4f22-9c14-f9b6c7a65b65">
    <dc:creator rdf:resource="rdf:#fcee99e6-1afc-40cd-acb7-8716e0e2b54d"/>
    <rdf:value>This is the CellML description of MacGregor and Leng's 2005 mathematical model of hypothalamic control of growth hormone secretion.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cce5a670-0ab2-41b7-9e2f-e33dc27fe0d8">
    <dc:subject rdf:resource="rdf:#41f75429-c520-4de2-9eef-b9449c4cbd04"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8ed9d161-151a-491f-87ee-627e5b74d21c">
    <dcterms:W3CDTF>2007-05-28T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
</rdf:RDF>
</model>