-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.html
More file actions
25 lines (19 loc) · 1021 Bytes
/
Copy pathreadme.html
File metadata and controls
25 lines (19 loc) · 1021 Bytes
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
<html><pre>
The XPP code associated with the paper:
Vo, Bertram, Tabak, Wechselberger "Mixed Mode Oscillations as a
Mechanism for Pseudo-Plateau Bursting", Journal of Computational
Neuroscience, vol. 28, pp. 443-458, 2010.
is available at this website:
<a href="http://www.math.fsu.edu/~bertram/software/pituitary/">http://www.math.fsu.edu/~bertram/software/pituitary/</a>
and specifically this link:
<a href="http://www.math.fsu.edu/~bertram/software/pituitary/JCNS_10.ode">http://www.math.fsu.edu/~bertram/software/pituitary/JCNS_10.ode</a>
These web pages were accessed last May 30th, 2014.
Note from the ModelDB administrator: to run with XPP version 7.0 I
found I needed to change bell=off to bell=0 on one of the last few
lines.
The model when run with parameters on line 30 changed to c=6, ga=18
produces a graph like the paper Figure 1b:
<img src="screenshot.png" alt="screenshot" width="550">
The parameter changes for the other figures are given in the
documentation at the top of the file.
</pre></html>