Location: Tabak, Mascagni and Bertram 2010 @ e6e01c9ce9b7 / tabak_mascagni_bertram_2010.cellml

Author:
Geoff Nunns <gnunns1@jhu.edu>
Date:
2010-04-19 12:38:24+12:00
Desc:
Adding CellML file
Permanent Source URI:
http://models.cellml.org/workspace/tabak_mascagni_bertram_2010/rawfile/e6e01c9ce9b70a21e1a55968e36fc38b912e75db/tabak_mascagni_bertram_2010.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 19/04/2010 at 12:12:23 at p.m. using:

COR (0.9.31.1371)
Copyright 2002-2010 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

CellML 1.0 was used to generate this model
http://www.cellml.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="tabak_mascagni_bertram_2010" name="tabak_mascagni_bertram_2010">



<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Mechanism for the universal pattern of activity in developing neuronal networks
</title>
				<author>
					<firstname>Geoffrey</firstname>
					<surname>Nunns</surname>
					<affiliation>
						<shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>
				This CellML model is runs in PCEnv, OpenCell and COR, and the units are consistent throughout. This is the mean field model with synaptic depression, and is only one of the five models described in the paper. However, the others describe networks of 100 linked cells, which is a simulation not inside the scope of CellML. This model also features elements unsuitable to CellML, the variable noise is defined as an array of values around zero with a normal distribution, but it is simply set to zero for this simulation. This model comes close to reproducing figures 7A and 7B, although the oscillation in these figures arising from the variable noise is not present.   
				</para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
ABSTRACT: Spontaneous episodic activity is a fundamental mode of operation of developing networks. Surprisingly, the duration of an episode of activity correlates with the length of the silent interval that precedes it, but not with the interval that follows. Here we use a modeling approach to explain this characteristic but so far unexplained feature of developing networks. Because the correlation pattern is observed in networks with different structures and components, a satisfactory model needs to generate the right pattern of activity regardless of the details of network architecture or individual cell properties. We thus developed simple models incorporating excitatory coupling between heterogeneous neurons and activity-dependent synaptic depression. These models robustly generated episodic activity with the correct correlation pattern. The correlation pattern resulted from episodes being triggered at random levels of recovery from depression while they terminated around the same level of depression. To explain this fundamental difference between episode onset and termination, we then used a mean field model, where only average activity and average level of recovery from synaptic depression are considered. In this model, episode onset is highly sensitive to inputs. Thus, noise resulting from random coincidences in the spike times of individual neurons led to the high variability at episode onset and to the observed correlation pattern. This work further demonstrates that networks with widely different architectures, different cell types and different functions, all operate according to the same general mechanism early in their development.
</para>
				<para>
The original paper reference is cited below:
</para>
				<para>
Mechanism for the universal pattern of activity in developing neuronal networks, Joel Tabak, Michael Mascagni, Richard Bertram, 2010, <emphasis>Journal of Neurophysiology</emphasis>, volume 103, 2208-2221.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=20164396&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 20164396</ulink>
				</para>
			</sect1>
		</article>
	</documentation>






   <component name="environment">
      <variable name="time" public_interface="out" units="second"/>
   </component>
   <component name="a">
      <variable initial_value="0.1" name="a" public_interface="out" units="dimensionless"/>
      <variable name="ainf" units="dimensionless"/>
      <variable initial_value="0.8" name="w" units="dimensionless"/>
      <variable initial_value="-0.05" name="ka" units="dimensionless"/>
      <variable initial_value="0.17" name="th0" units="dimensionless"/>
      <variable initial_value="0.01" name="n" units="dimensionless"/>
      <variable initial_value="0" name="wi" units="dimensionless"/>
      <variable name="noise" units="dimensionless"/>
      <variable name="time" public_interface="in" units="second"/>
      <variable name="s" public_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>noise</ci>
            <apply>
               <times/>
               <ci>n</ci>
               <ci>wi</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>ainf</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/>
                           <apply>
                              <times/>
                              <ci>w</ci>
                              <ci>s</ci>
                              <ci>a</ci>
                           </apply>
                           <ci>th0</ci>
                        </apply>
                        <ci>ka</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>a</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <plus/>
                  <apply>
                     <minus/>
                     <ci>ainf</ci>
                     <ci>a</ci>
                  </apply>
                  <ci>noise</ci>
               </apply>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="second">1</cn>
            </apply>
         </apply>
      </math>
   </component>
   <component name="s">
      <variable initial_value="0.3" name="s" public_interface="out" units="dimensionless"/>
      <variable name="sinf" units="dimensionless"/>
      <variable initial_value="250" name="taus" units="second"/>
      <variable initial_value="0.05" name="ks" units="dimensionless"/>
      <variable initial_value="0.2" name="ths" units="dimensionless"/>
      <variable name="time" public_interface="in" units="second"/>
      <variable name="a" public_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>sinf</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>a</ci>
                           <ci>ths</ci>
                        </apply>
                        <ci>ks</ci>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>s</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <minus/>
                  <ci>sinf</ci>
                  <ci>s</ci>
               </apply>
               <ci>taus</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="environment" component_2="a"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="s"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="a" component_2="s"/>
      <map_variables variable_1="a" variable_2="a"/>
      <map_variables variable_1="s" variable_2="s"/>
   </connection>




<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
  
 <rdf:Description rdf:about="">
 
 <dc:title>Mechanism for the Universal Pattern of Activity in Developing Neuronal Networks</dc:title>
  <dc:creator rdf:parseType="Resource">
 <vCard:N rdf:parseType="Resource">
  <vCard:Family>Nunns</vCard:Family> 
  <vCard:Given>Geoffrey</vCard:Given>
  <vCard:Other>Rogan</vCard:Other> 
  </vCard:N>
 <vCard:EMAIL rdf:parseType="Resource">
  <rdf:value>gnunns1@jhu.edu</rdf:value> 
  <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet" /> 
  </vCard:EMAIL>
 <vCard:ORG rdf:parseType="Resource">
  <vCard:Orgname>The University of Auckland</vCard:Orgname> 
  <vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit> 
  </vCard:ORG>
  </dc:creator>
 <dcterms:created rdf:parseType="Resource">
  <dcterms:W3CDTF>2010-04-19</dcterms:W3CDTF> 
  </dcterms:created>
 </rdf:Description>
 <rdf:Description rdf:about="#tabak_mascagni_bertram_2010">
  <dc:title>The Tabak et al. 2010 mean field model with synaptic depression.</dc:title> 
  <cmeta:comment rdf:parseType="Resource">
  <rdf:value>This is the CellML description of the Tabak et al. 2010 mathematical mean field model with synaptic depression.</rdf:value> 
  <dc:creator rdf:parseType="Resource">
  <vCard:FN>Geoffrey Nunns</vCard:FN> 
  </dc:creator>
  </cmeta:comment>
 <!--   Keyword(s) 
  --> 
 <bqs:reference rdf:parseType="Resource">
 <dc:subject rdf:parseType="Resource">
  <bqs:subject_type>keyword</bqs:subject_type> 
 <rdf:value>
 <rdf:Bag>
  <rdf:li>electrophysiology</rdf:li>
  <rdf:li>signal transduction</rdf:li> 
  <rdf:li>neurobiology</rdf:li> 
  </rdf:Bag>
  </rdf:value>
  </dc:subject>
  </bqs:reference>
 <bqs:reference rdf:parseType="Resource">
  <bqs:Pubmed_id>20164396</bqs:Pubmed_id> 
 <bqs:JournalArticle rdf:parseType="Resource">
 <dc:creator>
 <rdf:Seq>
 <rdf:li rdf:parseType="Resource">
 <bqs:Person rdf:parseType="Resource">
 <vCard:N rdf:parseType="Resource">
  <vCard:Family>Tabak</vCard:Family> 
  <vCard:Given>Joel</vCard:Given>  
  </vCard:N>
  </bqs:Person>
  </rdf:li>
 <rdf:li rdf:parseType="Resource">
 <bqs:Person rdf:parseType="Resource">
 <vCard:N rdf:parseType="Resource">
  <vCard:Family>Mascagni</vCard:Family> 
  <vCard:Given>Michael</vCard:Given> 
  </vCard:N>
  </bqs:Person>
  </rdf:li>
 <rdf:li rdf:parseType="Resource">
 <bqs:Person rdf:parseType="Resource">
 <vCard:N rdf:parseType="Resource">
  <vCard:Family>Bertram</vCard:Family> 
  <vCard:Given>Richard</vCard:Given>
  </vCard:N>
  </bqs:Person>
  </rdf:li>
  
  </rdf:Seq>
  </dc:creator>
  <dc:title>Mechanism for the Universal Pattern of Activity in Developing Neuronal Networks</dc:title> 
 <dcterms:issued rdf:parseType="Resource">
  <dcterms:W3CDTF>2010-02-17</dcterms:W3CDTF> 
  </dcterms:issued>
 <bqs:Journal rdf:parseType="Resource">
  <dc:title>Journal of Neurophysiology</dc:title> 
  </bqs:Journal>
  <bqs:volume>103</bqs:volume> 
  <bqs:first_page>2208</bqs:first_page> 
  <bqs:last_page>2221</bqs:last_page> 
  </bqs:JournalArticle>
  </bqs:reference>
  </rdf:Description>
  </rdf:RDF> 






</model>