ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/121259.

Small world networks of Type I and Type II Excitable Neurons (Bogaard et al. 2009)

 Download zip file 
Help downloading and running models
Accession:121259
Implemented with NEURON 5.9, four model neurons with varying excitability properties affect the spatiotemporal patterning of small world networks of homogeneous and heterogeneous cell population.
Reference:
1 . Bogaard A, Parent J, Zochowski M, Booth V (2009) Interaction of cellular and network mechanisms in spatiotemporal pattern formation in neuronal networks. J Neurosci 29:1677-87 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network; Neuron or other electrically excitable cell;
Brain Region(s)/Organism: Hippocampus;
Cell Type(s):
Channel(s): I Na,t; I A; I K; I h;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Synchronization; Spatio-temporal Activity Patterns; Epilepsy;
Implementer(s):
Search NeuronDB for information about:  I Na,t; I A; I K; I h;
/
bogaard2009
readme.html
h.mod *
h2.mod
kaprox.mod *
kaprox2.mod
kdrca1.mod *
kdrca12.mod
nax.mod
nax2.mod
WMPas.mod
WMPas2.mod
WMPasDend.mod
WMPasDend2.mod
hetrig.hoc
hetrun.hoc
homrig.hoc
homrun.hoc
modelspecs.hoc
mosinit.hoc
screenshothet.jpg
screenshothom.jpg
                            
TITLE somatic leak

COMMENT

------------------------------------------
Ragnhild Halvorsrud June 1999
Dep. of Physiology, University of Oslo
------------------------------------------

Reference:
Lyle Borg-Graham:  'Interpretations of Data and Mechanisms for HPC-Models'
in "Cerebral Cortex" vol. 12: Cortical Models.
Eds: Jones, E. G. and Ulinski, P. S.

      Q10: Temperature sensitivity
    T_ref: Reference temperature
   T_corr: Correction factor when using other temperatures than T_ref

NB NB 
   The leak conductance accounts for the
   somatic shunt (sharp electrode recording).
   The soma specific resistance is Rm = 2.5 kOhm.
   Another value must be used for dendritic membrane.

ENDCOMMENT

UNITS {
	(mV) = (millivolt)
	(mA) = (milliamp)
}

NEURON {
	SUFFIX WMPas
	NONSPECIFIC_CURRENT i
	RANGE g, eleak
}

PARAMETER {
	v 		(mV)
	g = .0004	(mho/cm2)	<0,1e9>
	eleak = -65	(mV)
}

ASSIGNED { 
	i	(mA/cm2)
}

BREAKPOINT {
	i = g*(v - eleak)
}

Loading data, please wait...