LEMS ==== The Low Entropy Model Specification language. This repository contains the [Schema](https://github.com/LEMS/LEMS/tree/master/Schemas/LEMS) for the language, some [examples](https://github.com/LEMS/LEMS/tree/master/examples) and code for [generating the documentation](https://github.com/LEMS/LEMS/tree/master/docgeneration). **LEMS Documentation** See http://lems.github.io/LEMS 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](http://journal.frontiersin.org/Journal/10.3389/fninf.2014.00079/abstract), doi: 10.3389/fninf.2014.00079* **Java based LEMS interpreter/simulator** [jLEMS](https://github.com/LEMS/jLEMS) (see also [here](https://docs.neuroml.org/Userdocs/Software/jLEMS.html)). jLEMS can be used to parse and execute any LEMS model. For an application which adds NeuroML 2 ComponentType definitions and various options for importing & exporting LEMS to other formats, see [jNeuroML](https://github.com/NeuroML/jNeuroML). **Python based LEMS interpreter/simulator** [PyLEMS](https://github.com/LEMS/pylems) (see also [here](https://docs.neuroml.org/Userdocs/Software/pyLEMS.html)). This code is distributed under the terms of the GNU General Public License v3. [![Build Status](https://travis-ci.com/LEMS/LEMS.svg?branch=master)](https://travis-ci.com/LEMS/LEMS)