-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.html
33 lines (29 loc) · 1.09 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<pre>
NEURON mod files from the paper:
<a href="http://jn.physiology.org/cgi/content/abstract/94/6/4145?etoc">
Migliore M, Ferrante M, Ascoli GA (2005)
Signal propagation in oblique dendrites of CA1 pyramidal cells.
J Neurophysiol 94:4145-4155
</a>
The model shows how the back- and forward propagation of action potentials
in the oblique dendrites of CA1 neurons could be modulated by local properties
such as morphology or active conductances.
The simulation reproduces Fig.2A of the paper, using neuron 5038804:
<br/>
<img src="fig2A.jpg" alt="Figure 2A">
<br/>
Morphology files for all the neurons used in this paper can be found at:
<a href="http://krasnow.gmu.edu/L-Neuron">http://krasnow.gmu.edu/L-Neuron</a>
Under unix systems:
to compile the mod files use the command
nrnivmodl
and run the simulation hoc file with the command
nrngui fig2A.hoc
Under Windows systems:
to compile the mod files use the "mknrndll" command.
A double click on the simulation file
fig2A.hoc
will open the simulation window.
Questions on how to use this model
should be directed to michele.migliore@pa.ibf.cnr.it
</pre>