Location: Tabak, Toporikova, Freeman, Bertram, 2007 @ 86ac1fa92c0b / tabak_toporikova_freeman_bertram_2007_b.cellml

Author:
Ethan Choi <mcho099@aucklanduni.ac.nz>
Date:
2009-11-26 10:05:14+13:00
Desc:
Fixed equations using authors original code.
Permanent Source URI:
https://models.physiomeproject.org/workspace/tabak_toporikova_freeman_bertram_2007/rawfile/86ac1fa92c0bfb573e71a9afd251f5d6b5f59c99/tabak_toporikova_freeman_bertram_2007_b.cellml

<?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#" cmeta:id="tabak_model_2007_version01_gA" name="tabak_model_2007_version01_gA">
	<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>Bioengineering Institute, 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>
Prolactin (PRL) is a hormone which is synthesised and secreted by lactotrophs in the anterior lobe of the pituitary gland.  It plays an important role in lactation, and influences many other physiological functions.  Its release is inhibited by hypothalamic dopamine (DA), which acts through the D2 receptor to decrease PRL synthesis and secretion.  The latter is decreased, at least in part, by hyperpolarisation of the lactotroph membrane, which prevents action potentials and the associated increase in intracellular calcium concentration that triggers PRL exocytosis.  Membrane hyperpolarisation is caused by the activation of an inward rectifying potassium current, and an A-type potassium current is also increased by DA.
</para>
				<para>
While this inhibitory effect occurs at DA concentrations between 0.1 and 10 micromolar, paradoxically, at much lower DA concentrations (less than 1 nanomolar) DA has a stimulatory effect on the release of PRL from lactotrophs.  This stimulatory effect seems to be mediated, at least in part, through an increase in the intracellular calcium concentration.  However, the definite biophysical mechanism underlying this phenomenon has not been identified.
</para>
				<para>
In the paper described here, Tabak <emphasis>et al.</emphasis> investigate the idea that a calcium-activated fast potassium current (BK) might be responsible for the stimulatory effect of DA in lactotrophs.  In addition, they explore the effects of DA on the fast, inactivating A-type potassium channel.  To get a clearer understanding of the effects of DA on a lactotroph, they develop a mathematical model of the lactotroph.  model simulations revealed the addition of either a BK-type current or an A-type current could transform a spontaneously spiking model to a bursting model, but the precise effect on the cytosolic calcium concentration was dependent on the type of current.  Specifically, increasing the BK current increased the cytosolic calcium concentration, while increasing the A-type current could lead to either an increase or a decrease in cytosolic calcium depending on the model parameters.
</para>
				<para>
The complete 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 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 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 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 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 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"><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">3000</endingValue></rdf:Description><rdf:Description rdf:about="rdf:#b7ffd76c-165e-4082-92c8-6ae1ced91a33"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-08-07T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#be2ab823-c986-45fc-a666-9911c9f3e9ce"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_1 xml:lang="en">endocrine</rdf:_1><rdf:_2 xml:lang="en">dopamine</rdf:_2><rdf:_3 xml:lang="en">prolactin</rdf:_3><rdf:_4 xml:lang="en">pituitary</rdf:_4><rdf:_5 xml:lang="en">lactotroph</rdf:_5></rdf:Description><rdf:Description rdf:about="rdf:#7e0ad3e4-1b47-4984-bfe8-5fe6ae436609"><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:about="rdf:#d4d2ac4c-0b42-4980-8f7f-f16a0df85c91"/></creator><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">22</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">211</first_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#83ac1327-6c48-4d9f-add3-7282458f4b18"/></Journal><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#f1d41112-3b5f-49dc-9ca1-e21367501d1f"/></issued><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">222</last_page></rdf:Description><rdf:Description rdf:about="#tabak_model_2007"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        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.
      </title><cmeta:comment><rdf:Description rdf:about="rdf:#76550037-a153-4a42-8b68-97ab29909d7a"/></cmeta:comment><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#79960ff7-b851-4a91-9759-9b5945dce374"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#51635fbd-34ce-432f-898a-59b99cb43205"/></reference></rdf:Description><rdf:Description rdf:about="I_Ca"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">I_Ca</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">voltage-dependent calcium current</alternative></rdf:Description><rdf:Description rdf:about="PRL"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">PRL</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">prolactin</alternative></rdf:Description><rdf:Description rdf:about="rdf:#3de0a512-1c31-4ab7-b619-ea8c9f20e8dd"><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">The Bioengineering Institute</Orgunit></rdf:Description><rdf:Description rdf:about="rdf:#165f3f90-d85e-4ab2-803b-eaf93dfd8578"><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:about="Ca"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Ca</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">calcium</alternative></rdf:Description><rdf:Description rdf:about="I_A"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">I_DA</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">A-type dopamine-sensitive fast potassium current</alternative></rdf:Description><rdf:Description rdf:about="I_K"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">I_K</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">voltage-dependent potassium current</alternative></rdf:Description><rdf:Description rdf:about="rdf:#b2fae7e1-ba87-47fe-a358-004e3f4d6a2a"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Natalia</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Toporikova</Family></rdf:Description><rdf:Description rdf:about="rdf:#e0080ff9-b1c5-4738-b7af-a40ed1cc4fdb"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#165f3f90-d85e-4ab2-803b-eaf93dfd8578"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#3de0a512-1c31-4ab7-b619-ea8c9f20e8dd"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#6da2653d-1bde-4787-ab6c-0e400ea7f866"/></EMAIL></rdf:Description><rdf:Description rdf:about="rdf:#7f7e2b44-ef70-4e4f-ac94-0d789eaac0e6"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#19ce60ca-2b8c-4a08-8448-e5d3234fa5f3"/></N></rdf:Description><rdf:Description rdf:about="rdf:#546b41a7-a27f-4966-b6a6-d6bd2a8ffb05"><rdf:value xml:lang="en"></rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#98590cb9-34a9-4ff3-ae94-adf67e689a8e"/></creator></rdf:Description><rdf:Description rdf:about="h"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">h</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">A-type dopamine-sensitive fast potassium current h gate</alternative></rdf:Description><rdf:Description rdf:nodeID="n2"><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest><rdf:first><rdf:Description rdf:nodeID="n1"/></rdf:first></rdf:Description><rdf:Description rdf:about="rdf:#83ac1327-6c48-4d9f-add3-7282458f4b18"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Journal of Computational Neuroscience</title></rdf:Description><rdf:Description rdf:about="a"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">a</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">A-type dopamine-sensitive fast potassium current a gate</alternative></rdf:Description><rdf:Description rdf:about="rdf:#19ce60ca-2b8c-4a08-8448-e5d3234fa5f3"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Richard</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Bertram</Family></rdf:Description><rdf:Description rdf:about="rdf:#98590cb9-34a9-4ff3-ae94-adf67e689a8e"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en"></FN></rdf:Description><rdf:Description rdf:about="I_SK"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">I_SK</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">slow, calcium-activated potassium current</alternative></rdf:Description><rdf:Description rdf:about="rdf:#a49bafd3-8aa3-44ef-a03a-a9df76377735"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Marc</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:about="rdf:#51635fbd-34ce-432f-898a-59b99cb43205"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#4342c2ae-a627-408b-b708-ebb9d3184550"/></subject></rdf:Description><rdf:Description rdf:about="rdf:#e20c6886-f95f-40dc-8b58-6667ad158c67"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="m"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">m</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">voltage-dependent calcium current m gate</alternative></rdf:Description><rdf:Description rdf:about="rdf:#83cf42f6-404e-4150-ba13-29b2765b7653"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Joel</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Tabak</Family></rdf:Description><rdf:Description rdf:nodeID="n3"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n2"/></boundIntervals></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#e0080ff9-b1c5-4738-b7af-a40ed1cc4fdb"/></creator><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The University of Auckland, Bioengineering Institute</publisher><cmeta:comment><rdf:Description rdf:about="rdf:#546b41a7-a27f-4966-b6a6-d6bd2a8ffb05"/></cmeta:comment><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#b7ffd76c-165e-4082-92c8-6ae1ced91a33"/></created></rdf:Description><rdf:Description rdf:about="rdf:#6da2653d-1bde-4787-ab6c-0e400ea7f866"><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">c.lloyd@auckland.ac.nz</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#4342c2ae-a627-408b-b708-ebb9d3184550"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:about="rdf:#be2ab823-c986-45fc-a666-9911c9f3e9ce"/></rdf:value></rdf:Description><rdf:Description rdf:about="#tabak_model_2007_version01_gA"><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n3"/></simulation></rdf:Description><rdf:Description rdf:about="rdf:#f1d41112-3b5f-49dc-9ca1-e21367501d1f"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-04</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#be8fa726-b9f0-4454-bd02-f9ab541c3041"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#b2fae7e1-ba87-47fe-a358-004e3f4d6a2a"/></N></rdf:Description><rdf:Description rdf:about="rdf:#2445d324-36d0-4336-97a8-4066c40b199a"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#83cf42f6-404e-4150-ba13-29b2765b7653"/></N></rdf:Description><rdf:Description rdf:about="rdf:#76550037-a153-4a42-8b68-97ab29909d7a"><rdf:value xml:lang="en">This is 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.</rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#e20c6886-f95f-40dc-8b58-6667ad158c67"/></creator></rdf:Description><rdf:Description rdf:about="rdf:#d10032d4-769c-4b1c-98a9-425aa562ea00"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#a49bafd3-8aa3-44ef-a03a-a9df76377735"/></N></rdf:Description><rdf:Description rdf:about="rdf:#d4d2ac4c-0b42-4980-8f7f-f16a0df85c91"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_1><rdf:Description rdf:about="rdf:#2445d324-36d0-4336-97a8-4066c40b199a"/></rdf:_1><rdf:_2><rdf:Description rdf:about="rdf:#be8fa726-b9f0-4454-bd02-f9ab541c3041"/></rdf:_2><rdf:_3><rdf:Description rdf:about="rdf:#d10032d4-769c-4b1c-98a9-425aa562ea00"/></rdf:_3><rdf:_4><rdf:Description rdf:about="rdf:#7f7e2b44-ef70-4e4f-ac94-0d789eaac0e6"/></rdf:_4></rdf:Description><rdf:Description rdf:about="n"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">n</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">voltage-dependent potassium current n gate</alternative></rdf:Description><rdf:Description rdf:about="rdf:#79960ff7-b851-4a91-9759-9b5945dce374"><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:about="rdf:#7e0ad3e4-1b47-4984-bfe8-5fe6ae436609"/></JournalArticle></rdf:Description></rdf:RDF></model>