ModECI / modelspec

Functionality for specifying models & enabling automatic serialization - will be used by MDF & NeuroMLlite
https://modeci.github.io/modelspec/
Apache License 2.0
3 stars 9 forks source link

Add XML serialization to MDF #30

Closed pgleeson closed 1 year ago

pgleeson commented 1 year ago

Which will allow defining the specification of languages like NeuroML and SBML.

Example of a target XML file here (generated by libNeuroML, see NeuroML docs)

Example of a prototype spec to write NeuroML: https://github.com/ModECI/modelspec/blob/development/examples/neuroml2/neuroml2_spec.py

Example JSON file generated by this: https://github.com/ModECI/modelspec/blob/development/examples/neuroml2/TestNeuroML.json

pgleeson commented 1 year ago

Done (tested with NeuroML)