Rendering of the source text

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

CREATED :  7th August 2007

LAST MODIFIED : 26th November 2009

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 Tabak, Toporikova, Freeman, and Bertram's 2007 mathematical model of a lactotroph, investigating how low doses of dopamine may stimulate prolactin secretion by increasing fast potassium currents.
-->
<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="tabak_2007_b" name="tabak_2007_b">

	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Low dose of dopamine may stimulate prolactin secretion by increasing fast potassium currents</title>
				<author>
					<firstname>Catherine</firstname>
					<surname>Lloyd</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>
            The authors highlight that the original code they wrote for this model can be downloaded <ulink url="http://www.math.fsu.edu/~bertram/software/pituitary/JCNS_07.ode">here</ulink>.  This particular CellML version of the model has the A-type potassium current switched on (gA=25).  For the alternative model which has the BK-type current switched on and the A-type potassium current switched off please see the gBK version of the model. This CellML model runs in PCEnv and COR to replicate the published results (figure 5c). Please note that the model needs to be run for at least 3000ms to allow the model to reach stability.
          </para>
			</section>

			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
ABSTRACT: Dopamine (DA) released from the hypothalamus tonically inhibits pituitary lactotrophs. DA (at micromolar concentration) opens potassium channels, hyperpolarizing the lactotrophs and thus preventing the calcium influx that triggers prolactin hormone release. Surprisingly, at concentrations ~1000 lower, DA can stimulate prolactin secretion. Here, we investigated whether an increase in a K+ current could mediate this stimulatory effect. We considered the fast K+ currents flowing through large-conductance BK channels and through A-type channels. We developed a minimal lactotroph model to investigate the effects of these two currents. Both I BK and I A could transform the electrical pattern of activity from spiking to bursting, but through distinct mechanisms. I BK always increased the intracellular Ca2+ concentration, while I A could either increase or decrease it. Thus, the stimulatory effects of DA could be mediated by a fast K+ conductance which converts tonically spiking cells to bursters. In addition, the study illustrates that a heterogeneous distribution of fast K+ conductances could cause heterogeneous lactotroph firing patterns.
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="tabak_2007.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the model.</caption>
</informalfigure>

				<para>
The original paper reference is cited below:
</para>
				<para>
				
				Low dose of dopamine may stimulate prolactin secretion by increasing fast potassium currents, Joel Tabak, Natalia Toporikova, Marc E. Freeman, and Richard Bertram, 2007, <emphasis>Journal of Computational Neuroscience</emphasis>, 22, 211-222.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=17058022&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 17058022</ulink>
				</para>
			</sect1>
		</article>
	</documentation>

   <units name="millisecond">
      <unit prefix="milli" units="second"/>
   </units>
   <units name="millivolt">
      <unit prefix="milli" units="volt"/>
   </units>
   <units name="picofarad">
      <unit prefix="pico" units="farad"/>
   </units>
   <units name="nanosiemens">
      <unit prefix="nano" units="siemens"/>
   </units>
   <units name="picoampere">
      <unit prefix="pico" units="ampere"/>
   </units>
   <units name="micromolar">
      <unit prefix="micro" units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <units name="micromolar_4">
      <unit exponent="-4" units="micromolar"/>
   </units>
   <units name="micromolar_femtocoulomb">
      <unit units="micromolar"/>
      <unit exponent="-1" prefix="femto" units="coulomb"/>
   </units>
   <units name="first_order_rate_constant">
      <unit exponent="-1" units="millisecond"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="millisecond"/>
   </component>
   <component name="membrane">
      <variable initial_value="-60" name="V" public_interface="out" units="millivolt"/>
      <variable initial_value="10" name="C" units="picofarad"/>
      <variable name="I_Ca" public_interface="in" units="picoampere"/>
      <variable name="I_K" public_interface="in" units="picoampere"/>
      <variable name="I_SK" public_interface="in" units="picoampere"/>
      <variable name="I_DA" public_interface="in" units="picoampere"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>V</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <minus/>
                  <apply>
                     <plus/>
                     <ci>I_Ca</ci>
                     <ci>I_K</ci>
                     <ci>I_SK</ci>
                     <ci>I_DA</ci>
                  </apply>
               </apply>
               <ci>C</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="I_K">
      <variable cmeta:id="I_K_I_K" name="I_K" public_interface="out" units="picoampere"/>
      <variable initial_value="4" name="gK" units="nanosiemens"/>
      <variable name="time" private_interface="out" public_interface="in" units="millisecond"/>
      <variable name="VK" public_interface="in" units="millivolt"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <variable name="n" private_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>I_K</ci>
            <apply>
               <times/>
               <ci>gK</ci>
               <ci>n</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>VK</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="n">
      <variable initial_value="0.1" name="n" public_interface="out" units="dimensionless"/>
      <variable name="n_infinity" units="dimensionless"/>
      <variable initial_value="0.7" name="lambda" units="dimensionless"/>
      <variable initial_value="30" name="tau_n" units="millisecond"/>
      <variable initial_value="-5" name="vn" units="millivolt"/>
      <variable initial_value="10" name="sn" units="millivolt"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>n</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <ci>lambda</ci>
                  <apply>
                     <minus/>
                     <ci>n_infinity</ci>
                     <ci>n</ci>
                  </apply>
               </apply>
               <ci>tau_n</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>n_infinity</ci>
            <apply>
               <divide/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <ci>vn</ci>
                           <ci>V</ci>
                        </apply>
                        <ci>sn</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="I_Ca">
      <variable cmeta:id="I_Ca_I_Ca" name="I_Ca" public_interface="out" units="picoampere"/>
      <variable initial_value="2" name="gCa" units="nanosiemens"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <variable name="VCa" public_interface="in" units="millivolt"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <variable name="m_infinity" private_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>I_Ca</ci>
            <apply>
               <times/>
               <ci>gCa</ci>
               <ci>m_infinity</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>VCa</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="m">
      <variable name="m_infinity" public_interface="out" units="dimensionless"/>
      <variable initial_value="-20" name="vm" units="millivolt"/>
      <variable initial_value="12" name="sm" units="millivolt"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>m_infinity</ci>
            <apply>
               <divide/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <ci>vm</ci>
                           <ci>V</ci>
                        </apply>
                        <ci>sm</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="I_SK">
      <variable cmeta:id="I_SK_I_SK" name="I_SK" public_interface="out" units="picoampere"/>
      <variable initial_value="1.7" name="gSK" units="nanosiemens"/>
      <variable name="s_infinity" units="dimensionless"/>
      <variable initial_value="0.5" name="ks" units="micromolar"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <variable name="VK" public_interface="in" units="millivolt"/>
      <variable name="Ca" public_interface="in" units="micromolar"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>I_SK</ci>
            <apply>
               <times/>
               <ci>gSK</ci>
               <ci>s_infinity</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>VK</ci>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>s_infinity</ci>
            <apply>
               <divide/>
               <apply>
                  <power/>
                  <ci>Ca</ci>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <power/>
                     <ci>Ca</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  </apply>
                  <apply>
                     <power/>
                     <ci>ks</ci>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="I_DA">
      <variable cmeta:id="I_DA_I_DA" name="I_DA" public_interface="out" units="picoampere"/>
      <variable name="I_A" units="picoampere"/>
      <variable initial_value="25" name="gA" units="nanosiemens"/>
      <variable name="time" private_interface="out" public_interface="in" units="millisecond"/>
      <variable name="VK" public_interface="in" units="millivolt"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <variable name="a_infinity" private_interface="in" units="dimensionless"/>
      <variable name="h" private_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>I_DA</ci>
            <ci>I_A</ci>
         </apply>
         <apply>
            <eq/>
            <ci>I_A</ci>
            <apply>
               <times/>
               <ci>gA</ci>
               <ci>a_infinity</ci>
               <ci>h</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>VK</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="a">
      <variable name="a_infinity" public_interface="out" units="dimensionless"/>
      <variable initial_value="-20" name="va" units="millivolt"/>
      <variable initial_value="10" name="sa" units="millivolt"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>a_infinity</ci>
            <apply>
               <divide/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <ci>va</ci>
                           <ci>V</ci>
                        </apply>
                        <ci>sa</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="h">
      <variable initial_value="0.1" name="h" public_interface="out" units="dimensionless"/>
      <variable name="h_infinity" units="dimensionless"/>
      <variable initial_value="20" name="tau_h" units="millisecond"/>
      <variable initial_value="-60" name="vh" units="millivolt"/>
      <variable initial_value="5" name="sh" units="millivolt"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>h</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <minus/>
                  <ci>h_infinity</ci>
                  <ci>h</ci>
               </apply>
               <ci>tau_h</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>h_infinity</ci>
            <apply>
               <divide/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <ci>V</ci>
                           <ci>vh</ci>
                        </apply>
                        <ci>sh</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Ca">
      <variable initial_value="0.1" name="Ca" public_interface="out" units="micromolar"/>
      <variable initial_value="0.01" name="fc" units="dimensionless"/>
      <variable initial_value="0.0015" name="alpha" units="micromolar_femtocoulomb"/>
      <variable initial_value="0.16" name="kc" units="first_order_rate_constant"/>
      <variable name="I_Ca" public_interface="in" units="picoampere"/>
      <variable name="time" public_interface="in" units="millisecond"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Ca</ci>
            </apply>
            <apply>
               <times/>
               <apply>
                  <minus/>
                  <ci>fc</ci>
               </apply>
               <apply>
                  <plus/>
                  <apply>
                     <times/>
                     <ci>alpha</ci>
                     <ci>I_Ca</ci>
                  </apply>
                  <apply>
                     <times/>
                     <ci>kc</ci>
                     <ci>Ca</ci>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="PRL">
      <variable name="PRL" units="dimensionless"/>
      <variable initial_value="1" name="kPRL" units="micromolar_4"/>
      <variable name="Ca" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>PRL</ci>
            <apply>
               <times/>
               <ci>kPRL</ci>
               <apply>
                  <power/>
                  <ci>Ca</ci>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">4</cn>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="model_parameters">
      <variable initial_value="-75" name="VK" public_interface="out" units="millivolt"/>
      <variable initial_value="50" name="VCa" public_interface="out" units="millivolt"/>
   </component>
   <group>
      <relationship_ref relationship="containment"/>
      <component_ref component="membrane">
         <component_ref component="I_Ca">
            <component_ref component="m"/>
         </component_ref>
         <component_ref component="I_K">
            <component_ref component="n"/>
         </component_ref>
         <component_ref component="I_SK"/>
         <component_ref component="I_DA">
            <component_ref component="a"/>
            <component_ref component="h"/>
         </component_ref>
      </component_ref>
   </group>
   <group>
      <relationship_ref relationship="encapsulation"/>
      <component_ref component="I_Ca">
         <component_ref component="m"/>
      </component_ref>
      <component_ref component="I_K">
         <component_ref component="n"/>
      </component_ref>
      <component_ref component="I_DA">
         <component_ref component="a"/>
         <component_ref component="h"/>
      </component_ref>
   </group>
   <connection>
      <map_components component_1="membrane" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="I_K" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="I_Ca" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="I_SK" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="I_DA" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Ca" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="I_Ca"/>
      <map_variables variable_1="I_Ca" variable_2="I_Ca"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="I_K"/>
      <map_variables variable_1="I_K" variable_2="I_K"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="I_SK"/>
      <map_variables variable_1="I_SK" variable_2="I_SK"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="I_DA"/>
      <map_variables variable_1="I_DA" variable_2="I_DA"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="a" component_2="I_DA"/>
      <map_variables variable_1="a_infinity" variable_2="a_infinity"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="h" component_2="I_DA"/>
      <map_variables variable_1="h" variable_2="h"/>
      <map_variables variable_1="time" variable_2="time"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="I_K" component_2="model_parameters"/>
      <map_variables variable_1="VK" variable_2="VK"/>
   </connection>
   <connection>
      <map_components component_1="n" component_2="I_K"/>
      <map_variables variable_1="n" variable_2="n"/>
      <map_variables variable_1="time" variable_2="time"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="I_Ca" component_2="model_parameters"/>
      <map_variables variable_1="VCa" variable_2="VCa"/>
   </connection>
   <connection>
      <map_components component_1="m" component_2="I_Ca"/>
      <map_variables variable_1="m_infinity" variable_2="m_infinity"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="I_SK" component_2="model_parameters"/>
      <map_variables variable_1="VK" variable_2="VK"/>
   </connection>
   <connection>
      <map_components component_1="I_SK" component_2="Ca"/>
      <map_variables variable_1="Ca" variable_2="Ca"/>
   </connection>
   <connection>
      <map_components component_1="I_DA" component_2="model_parameters"/>
      <map_variables variable_1="VK" variable_2="VK"/>
   </connection>
   <connection>
      <map_components component_1="Ca" component_2="I_Ca"/>
      <map_variables variable_1="I_Ca" variable_2="I_Ca"/>
   </connection>
   <connection>
      <map_components component_1="PRL" component_2="Ca"/>
      <map_variables variable_1="Ca" variable_2="Ca"/>
   </connection>

   
    

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><rdf:_3><rdf:Description rdf:nodeID="n2"/></rdf:_3><rdf:_2><rdf:Description rdf:nodeID="n3"/></rdf:_2><rdf:_1><rdf:Description rdf:nodeID="n4"/></rdf:_1><rdf:_4><rdf:Description rdf:nodeID="n5"/></rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n6"><rdf:value xml:lang="en">c.lloyd@auckland@auckland.ac.nz</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n7"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:nodeID="n8"/></rdf:value></rdf:Description><rdf:Description rdf:nodeID="n9"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">N</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Toporikova</Family></rdf:Description><rdf:Description rdf:nodeID="n10"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n11"/></N></rdf:Description><rdf:Description rdf:nodeID="n8"><rdf:_3 xml:lang="en">prolactin</rdf:_3><rdf:_2 xml:lang="en">dopamine</rdf:_2><rdf:_1 xml:lang="en">endocrine</rdf:_1><rdf:_4 xml:lang="en">pituitary</rdf:_4><rdf:_5 xml:lang="en">lactotroph</rdf:_5><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n3"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></Person></rdf:Description><rdf:Description rdf:nodeID="n4"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n13"/></Person></rdf:Description><rdf:Description rdf:nodeID="n14"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-04</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n15"><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Auckland Bioengineering Institute</Orgunit></rdf:Description><rdf:Description rdf:nodeID="n16"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
            Low dose of dopamine may stimulate prolactin secretion by increasing fast potassium currents
          </title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n1"/></creator><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n14"/></issued><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n17"/></Journal></rdf:Description><rdf:Description rdf:nodeID="n12"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n9"/></N></rdf:Description><rdf:Description rdf:nodeID="n18"><rdf:type><rdf:Description rdf:about="http://www.example.org/foo/bar/bazfoo"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n5"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n10"/></Person></rdf:Description><rdf:Description rdf:nodeID="n19"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n20"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n15"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n6"/></EMAIL></rdf:Description><rdf:Description rdf:nodeID="n21"><rdf:first><rdf:Description rdf:nodeID="n22"/></rdf:first><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:nodeID="n23"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n24"/></N></rdf:Description><rdf:Description rdf:nodeID="n24"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">M</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Freeman</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">E</Other></rdf:Description><rdf:Description rdf:nodeID="n17"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Journal of Computational Neuroscience</title><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">22</volume><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">222</last_page><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">211</first_page></rdf:Description><rdf:Description rdf:nodeID="n20"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other></rdf:Description><rdf:Description rdf:nodeID="n2"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n23"/></Person></rdf:Description><rdf:Description rdf:nodeID="n25"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n7"/></subject></rdf:Description><rdf:Description rdf:nodeID="n22"><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">4000</endingValue><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">10000</pointDensity><maximumStepSize xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">10</maximumStepSize></rdf:Description><rdf:Description rdf:nodeID="n26"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Tabak</Family></rdf:Description><rdf:Description rdf:nodeID="n13"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n26"/></N></rdf:Description><rdf:Description rdf:nodeID="n11"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">R</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Bertram</Family></rdf:Description><rdf:Description rdf:about="#tabak_2007_b"><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n27"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n25"/></reference><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n28"/></simulation></rdf:Description><rdf:Description rdf:about=""><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
            Low dose of dopamine may stimulate prolactin secretion by increasing fast potassium currents (A-Type K Current)
      </title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n19"/></creator><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n29"/></created></rdf:Description><rdf:Description rdf:nodeID="n29"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-08-07</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n28"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n21"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n27"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17058022</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n16"/></JournalArticle></rdf:Description></rdf:RDF></model>