-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.html
34 lines (22 loc) · 1.05 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
<html><pre>
This is the readme for the model associated with the paper
Park C, Rubin JE (2013) Cooperation of intrinsic bursting and calcium
oscillations underlying activity patterns of model pre-Botzinger
complex neurons. J Comput Neurosci 34:345-66
This model written in XPP was implemented by Jon Rubin and Choongseok
Park.
XPP is freely available at <a href="http://www.math.pitt.edu/~bard/xpp/xpp.html">http://www.math.pitt.edu/~bard/xpp/xpp.html</a>
To run the model in it's default setting start with a command like
(depends on your platform):
xppaut OneCellTwoOsc.ode
Once XPP starts select Initalconds -> (G)o to see an figure like this:
<img src="./screenshot.png" alt="screenshot">
Inside XPP, use File -> Read set with the included set files to get
certain dynamics from the paper:
OneCellTwoOsc.ode.setsb <-> the paper's Fig. 2a,
<img src="./fig2a.png" alt="fig 2a">
OneCellTwoOsc.ode.setdb <-> the paper's Fig. 2b,
<img src="./fig2b.png" alt="fig 2b">
OneCellTwoOsc.ode.setsdb <-> the paper's Fig. 2c
<img src="./fig2c.png" alt="fig 2c">
</pre></html>