diff --git a/README.md b/README.md index 47598e4..dc32476 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,53 @@ model to fire bursts. The dynamical variables x,y,z correspond to the membrane potential, a recovery variable, and a slower adaptation current, respectively. +# Simulation results + +## For Regular Bursting + +1) Membrane Potential (x) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/xreg.png) + +2) Recovery Variable (y) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/yreg.png) + +3) Slower Adaptation Current (z) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/zreg.png) + + +## For Chaotic Bursting + +1) Membrane Potential (x) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/xch.png) + +2) Recovery Variable (y) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/ych.png) + +3) Slower Adaptation Current (z) + +![alt text](https://github.com/doorkn-b/HindmarshRose1984/blob/master/Sim%20Images/zch.png) + +Simulations conducted through [jNeuroML](https://github.com/NeuroML/jNeuroML). + +Adding the environment variable JNML_HOME, pointing to the jNeuroML folder, as well as adding this path to the PATH variable will let you use the jnml utility from any folder. + +or + +``` +./jnml LEMS_Regular_HindmarshRose.xml +./jnml LEMS_Chaotic_HindmarshRose.xml +``` +from within the file. + +Simulated by https://github.com/doorkn-b + + + This model firstly appeared in: Hindmarsh J. L., and Rose R. M. (1984) A model of neuronal bursting using three coupled first order differential equations. Proc. R. Soc. diff --git a/Sim Images/xch.png b/Sim Images/xch.png new file mode 100644 index 0000000..2891b39 Binary files /dev/null and b/Sim Images/xch.png differ diff --git a/Sim Images/xreg.png b/Sim Images/xreg.png new file mode 100644 index 0000000..0b2ce88 Binary files /dev/null and b/Sim Images/xreg.png differ diff --git a/Sim Images/ych.png b/Sim Images/ych.png new file mode 100644 index 0000000..3b46931 Binary files /dev/null and b/Sim Images/ych.png differ diff --git a/Sim Images/yreg.png b/Sim Images/yreg.png new file mode 100644 index 0000000..f3cee2d Binary files /dev/null and b/Sim Images/yreg.png differ diff --git a/Sim Images/zch.png b/Sim Images/zch.png new file mode 100644 index 0000000..77ace2b Binary files /dev/null and b/Sim Images/zch.png differ diff --git a/Sim Images/zreg.png b/Sim Images/zreg.png new file mode 100644 index 0000000..6e2dcd0 Binary files /dev/null and b/Sim Images/zreg.png differ