Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neuroml/org.neuroml.import
Import other formats into LEMS & combine with NeuroML models
https://github.com/neuroml/org.neuroml.import
computational-neuroscience lems neuroml
Last synced: 21 days ago
JSON representation
Import other formats into LEMS & combine with NeuroML models
- Host: GitHub
- URL: https://github.com/neuroml/org.neuroml.import
- Owner: NeuroML
- License: lgpl-3.0
- Created: 2013-02-27T16:59:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T15:03:56.000Z (5 months ago)
- Last Synced: 2024-08-21T17:04:20.680Z (4 months ago)
- Topics: computational-neuroscience, lems, neuroml
- Language: Java
- Homepage: http://neuroml.org
- Size: 430 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.lesser
Awesome Lists containing this project
README
Import into LEMS format
=======================[![Java CI with Maven](https://github.com/NeuroML/org.neuroml.import/actions/workflows/ci.yml/badge.svg)](https://github.com/NeuroML/org.neuroml.import/actions/workflows/ci.yml)
[![GitHub](https://img.shields.io/github/license/NeuroML/org.neuroml.import)](https://github.com/NeuroML/org.neuroml.import/blob/master/LICENSE.lesser)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/NeuroML/org.neuroml.import)](https://github.com/NeuroML/org.neuroml.import/pulls)
[![GitHub issues](https://img.shields.io/github/issues/NeuroML/org.neuroml.import)](https://github.com/NeuroML/org.neuroml.import/issues)
[![GitHub Org's stars](https://img.shields.io/github/stars/NeuroML?style=social)](https://github.com/NeuroML)
[![Twitter Follow](https://img.shields.io/twitter/follow/NeuroML?style=social)](https://twitter.com/NeuroML)
[![Gitter](https://badges.gitter.im/NeuroML/community.svg)](https://gitter.im/NeuroML/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)Import other formats into LEMS & combine with NeuroML models.
The simplest way to get access to this functionality is to install jNeuroML: https://github.com/NeuroML/jNeuroML
and find the range of import formats currently supported with:jnml -help
This code is distributed under the terms of the GNU Lesser General Public License.
API Documentation can be found [here](http://neuroml.github.io/org.neuroml.import/index.html).