Skip to content
Snippets Groups Projects
Unverified Commit 3f90d1b8 authored by Dilawar Singh's avatar Dilawar Singh Committed by GitHub
Browse files

Update README.md

Moved authors/credits to separate file 'CREDITS'.
parent e9957948
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ interface with Python, graphical displays with Matplotlib, PyQt, and OpenGL, and ...@@ -33,6 +33,9 @@ interface with Python, graphical displays with Matplotlib, PyQt, and OpenGL, and
support for many model formats. These include SBML, NeuroML, GENESIS kkit and support for many model formats. These include SBML, NeuroML, GENESIS kkit and
cell.p formats, HDF5 and NSDF for data writing. cell.p formats, HDF5 and NSDF for data writing.
# Documentation
MOOSE Documentation can be found at https://moose.ncbs.res.in/?q=documentation .
# VERSION # VERSION
...@@ -43,27 +46,15 @@ Python-based SBML reader , improved handling of reaction-diffusion systems, and ...@@ -43,27 +46,15 @@ Python-based SBML reader , improved handling of reaction-diffusion systems, and
substantial refinements to the rdesigneur interface for setting up multiscale substantial refinements to the rdesigneur interface for setting up multiscale
models. Several additional rdesigneur tutorials have been implemented. models. Several additional rdesigneur tutorials have been implemented.
# LICENSE # Installing
MOOSE is released under the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
# Building and installing
See the file `INSTALL.md`. See the file `INSTALL.md`.
# AUTHORS # AUTHORS
- Upinder S. Bhalla - Primary Architect, Chemical kinetic solvers See the file `CREDITS`
- Niraj Dudani - Neuronal solver
- Subhasis Ray - PyMOOSE Design and Documentation, Python Plugin Interface, NSDF Format
- G.V.HarshaRani - Web page design, SBML support, Kinetikit Plugin Development
- Aditya Gilra - NeuroML reader development, integrate-and-fire neurons/networks, STDP
- Aviral Goel - Moogli/Neurokit Development
- Dilawar Singh - Packaging
# Examples, tutorials and Demos: ## Examples, tutorials and Demos:
Look in the [moose-examples repository](https://github.com/BhallaLab/moose-examples) for sample code. Look in the [moose-examples repository](https://github.com/BhallaLab/moose-examples) for sample code.
...@@ -79,7 +70,7 @@ Look in the [moose-examples repository](https://github.com/BhallaLab/moose-examp ...@@ -79,7 +70,7 @@ Look in the [moose-examples repository](https://github.com/BhallaLab/moose-examp
all meant to run as individual files. all meant to run as individual files.
# Supported file formats. ## Supported file formats.
MOOSE comes with a NeuroML reader. Demos/neuroml has some python scripts showing MOOSE comes with a NeuroML reader. Demos/neuroml has some python scripts showing
how to load NeuroML models. how to load NeuroML models.
...@@ -97,7 +88,8 @@ need to have all the channels used in the .p file preloaded in /library: ...@@ -97,7 +88,8 @@ need to have all the channels used in the .p file preloaded in /library:
MOOSE can also read .swc files from NeuroMorpho.org. MOOSE can also read .swc files from NeuroMorpho.org.
# Documentation # LICENSE
Complete MOOSE Documentation can be found at - MOOSE is released under the GNU General Public License as published by
https://moose.ncbs.res.in/?q=documentation the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment