Amrita Neuron Simulator.
Amrita Neuron simulator is a web project which can be used to simulate
different neuron models like Hodgkin-huxley, Adex, Izhikevich. The simulator
UI is build using ReactJs and the state of the UI is managed using MobX.
Developed by Joshy Alphonse and Shyam Diwakar
Last updated 28-Oct-2017
E-mail: shyam@amrita.edu
# # ###### ######## ######
# # # # # # #
# # # # # # #####
# ## # # # # #
# # ###### # ###### #
#
We have included a prebuilt simulator files in "/build" dir for quick use.
Use a webserver to mount the "/build" to the localhost to access the simulator
GUI
Project Structure.
The Source for the simulator is contained in the 'src' directory.
'src' -- Containes base simulator UI components
'src\adex-components' -- UI components for AdeX neuron model.
'src\hodgkin-huxley-components' -- UI components for Hodgkin Huxley model.
'src\izhikevich-componets' -- UI components for Izhikevich neuron model
'src\store' -- parameters and variables which determine the state of the UI defined in MobX stores
Requiremnts to run the Development versions:
Nodejs
To setup the Development version of the simulator:
***NodeJS should be pre-installed on the system***
Download This Repo as .zip or Clone it.
Unzip the file.
Start a CLI in the project directory.
Run "npm install" to install the neccessary node packages.
Run "npm run start" to start the Development Server.
Go to 'http:\\localhost:3000'
Happy Hacking.