Skip to content

NeuroML/org.neuroml.export

Repository files navigation

Export from NeuroML & LEMS

Java CI with Maven Publish Javadocs

GitHub GitHub pull requests GitHub issues GitHub Org's stars Twitter Follow Gitter

Package to allow models in NeuroML 2 & LEMS format to be exported in various formats. Based on earlier code at https://sourceforge.net/apps/trac/neuroml/browser/NeuroML2/src/org/neuroml/exporters and template based codegen from https://github.com/borismarin/som-codegen

Current targets: NEURON, SBML, Brian, XPP, Matlab, SED-ML, C/Sundials, Modelica

The simplest way to get access to this functionality is to install jNeuroML: https://github.com/NeuroML/jNeuroML and find the range of export formats currently supported with:

jnml -help

This code is distributed under the terms of the GNU Lesser General Public License.

The API documentation can be found here