Menu

Tree [a0f812] master /
 History

HTTPS access


File Date Author Commit
 .idea 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 build 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 config 2017-09-18 Shyam Diwakar Shyam Diwakar [021c00] Add existing file
 public 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 scripts 2017-09-18 Shyam Diwakar Shyam Diwakar [021c00] Add existing file
 src 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 .gitattributes 2017-09-18 Shyam Diwakar Shyam Diwakar [d0d65c] :confetti_ball: Added .gitattributes & .gitigno...
 .gitignore 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 README.md 2017-10-28 Shyam Diwakar Shyam Diwakar [a0f812] Some typos in README fixed
 debug.log 2017-09-18 Shyam Diwakar Shyam Diwakar [021c00] Add existing file
 package.json 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version
 yarn.lock 2017-10-28 Shyam Diwakar Shyam Diwakar [c50d84] New version

Read Me

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

http://www.amrita.edu/compneuro

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.

    Want the latest updates on software, tech news, and AI?
    Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.