Skip to content

LEMS/jLEMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09b25eb · Aug 20, 2024
May 1, 2024
Aug 13, 2024
Jun 15, 2021
Jan 16, 2013
Nov 25, 2012
Sep 16, 2014
Nov 25, 2012
May 3, 2023
Nov 19, 2012
Nov 10, 2012
Jun 14, 2024
Jun 11, 2024
Jun 11, 2024
Jun 11, 2024

Repository files navigation

jLEMS

DOI Java CI with Maven

Java Interpreter for the Low Entropy Model Specification language.

See https://docs.neuroml.org/Userdocs/Software/jLEMS.html.

For more details on LEMS see:

Robert C. Cannon, Padraig Gleeson, Sharon Crook, Gautham Ganapathy, Boris Marin, Eugenio Piasini and R. Angus Silver, LEMS: A language for expressing complex biological models in concise and hierarchical form and its use in underpinning NeuroML 2, Frontiers in Neuroinformatics 2014, doi: 10.3389/fninf.2014.00079

Quick installation

Clone this repository:

git clone git://github.com/LEMS/jLEMS.git

Install with Maven:

cd jLEMS
mvn install

Run an example:

./lems src/test/resources/example1.xml        (Linux/Mac)
lems.bat src\test\resources\example1.xml      (Windows)

This software is distributed under the terms of the MIT License.