Organisation: INCF, OpenSourceBrain
Mentors: Padraig Gleeson and Ankur Sinha
Contributor: Rahul Sonkar
Developement of Jupyter Notebook for Generic NeuroML Model
- Interactive notebook for Hodgkin Huxley Tutorial
- Using available python code (https://github.com/openworm/hodgkin_huxley_tutorial/tree/master/notebooks/Python_HH_version)
- Using NeuroML version (https://github.com/openworm/hodgkin_huxley_tutorial/tree/master/notebooks/NeuroML_HH_version)
- Updated Sphinx documentation for HH Tutorial
- Support for voltage clamp in python code
- Notebook for generic NeuroML model,
- Based on python's Element Tree method. (https://github.com/openworm/hodgkin_huxley_tutorial/tree/master/notebooks/NeuroML_Generic_ET)
- Based on libneuroml API (https://github.com/openworm/hodgkin_huxley_tutorial/tree/master/notebooks/NeuroML_Generic_libneuro)