-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
16 lines (15 loc) · 1013 Bytes
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
The code for the paper:<p/>
Lubba CH, Le Guen Y, Jarvis S, Jones NS, Cork SC, Eftekhar A, Schultz SR (2018) PyPNS: Multiscale Simulation of a Peripheral Nerve in Python. Neuroinformatics
<p/>
doi: <a href="https://doi.org/10.1007/s12021-018-9383-z">10.1007/s12021-018-9383-z</a>
<p/>
Is available at the authors repositories:
<p/>
"The latest version of our toolbox PyPNS (RRID:SCR_016336) can be accessed over GitHub: <a href="http://github.com/chlubba/PyPNS">http://github.com/chlubba/PyPNS</a>. The version this paper is based on is stored on Zenodo: <a href="https://doi.org/10.5281/zenodo.1204836">https://doi.org/10.5281/zenodo.1204836</a>. Scripts for the figures are as well maintained on GitHub: <a href="http://github.com/chlubba/PyPNS-PaperFigures">http://github.com/chlubba/PyPNS-PaperFigures</a>."
<p/>
A test run of the figure 3 generating code:<p/>
python ___paper_fig3_extrapolateMcIntyre.py
<p/>reproduced the figure from the paper:<p/>
<img src="./figure3.png" alt="figure 3">
</html>