This is the readme for the models associated with the paper:

Barlow BM, Joos B, Trinh AK, Longtin A (2018) Cooling reverses pathological bifurcations to spontaneous firing caused by mild traumatic injury. Chaos 28:106328 http://dx.doi.org/10.1063/1.5040288

This archive was contributed by B Barlow. It requires the NEURON simulator and works under mac, linux, and mswin.

To run the model, extract this archive and then depending on your platform:

mac, linux/unix:
----------------

type at the terminal prompt

python3 example_Fig2a.py

mswin
-----

Using the spyder app in the IPython console type

import example_Fig2a

The figures will appear in a Plots pane.


The following figures will be generated (you can close one to see the next) which correspond to Figure 2a in the paper in the order of the middle, top, and then bottom traces:

screenshot 1

screenshot 2

screenshot 3

Operating systems versions tested:
macOS Mojave 10.14.6
linux Ubuntu 18.04.4 LTS bionic
mswin Windows 10 Pro Version 1909 OS build 18363.720 Spyder 4.0.1

NEURON version 7.7.2 on mac and mswin, 7.8.0-99-gda5790d7 on linux