-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.html
45 lines (43 loc) · 1.46 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
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<p>Model
files in the NEURON simulation environment (v7.5) from the paper:</p>
<p><b>The
subthreshold-active Kv7 current limits spike-induced Ca2+
influx in hippocampal mossy fiber synaptic terminals to regulate
neurotransmission.”</b></p>
<p>By
Katiuscia Martinello , Elisabetta Giacalone , Michele Migliore ,
David A. Brown and Mala M. Shah</p>
<p>Communications
Biology, 2019</p>
<p></p>
<p>Auto-launch
from ModelDB or:</p>
<p>Compile
the mod files with mknrndll (mswin or graphical mac) or nrnivmodl
(unix/linux)). Start the simulation by (unix/linux) typing on the
command line:</p>
<p>nrngui
mosinit.hoc</p>
<p>or
(mac os x) drag and dropping the mosinit.hoc file on the nrngui icon
or (mswin) double clicking on the mosinit.hoc file.</p>
<p><br/>
<br/>
</p>
<p>Select
“Single AP” or “50 Hz train” to reproduce respectively
figures 4b,c and d of the paper.</p>
<p>The
simulations will reproduce functional effects of Km removal in mossy
fiber boutons.</p>
<p><br/>
After you press the "Single AP" button you should see images like these:<p/>
<img src="./screenshot1.png" alt="screenshot 1"><p/>
and after you press "50 Hz train" you should see the below:<p/>
<img src="./screenshot2.png" alt="screenshot 2"><p/>
If you need more help running the model on your platform, please consult this page:<p/>
<a href="https://senselab.med.yale.edu/ModelDB/NEURON_DwnldGuide.cshtml">https://senselab.med.yale.edu/ModelDB/NEURON_DwnldGuide.cshtml</a>
<br/>
</p>
</html>