Skip to content

Commit 37a9da1

Browse files
committed
Update COMBINE specs docs
1 parent 757a450 commit 37a9da1

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

examples/COMBINE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# COMBINE standards in modelspec
22

3+
![combine](images/combine.png)
4+
35
To illustrate the utility of modelspec, and to create a uniform, compatible set of APIs across a diverse range of model specification formats, we are investigating the [COMBINE set of standards in computational biology](https://co.mbine.org/standards/), and attempting to express these formats in modelspec.
46

57
## NeuroML
68

7-
A preliminary version of an API for [NeuroML2](https://docs.neuroml.org/Userdocs/NeuroMLv2.html) can be found [here](NeuroML).
9+
![neuroml](images/neuroml.png)
10+
11+
A preliminary version of an API for [NeuroML2](https://docs.neuroml.org/Userdocs/NeuroMLv2.html) can be found [here](neuroml2). This allows generation of NeuroML2 models using the modelspec based API, saving as valid XML, as well as JSON, YAML and BSON equivalents. See [neuroml2_spec.py](neuroml2/neuroml2_spec.py).
12+
13+
[NeuroMLlite](https://github.com/NeuroML/NeuroMLlite) already uses modelspec as its primary specification format. See [here](https://github.com/NeuroML/NeuroMLlite/blob/master/neuromllite/__init__.py).
814

915
## SBML
1016

11-
work towards an API for [SBML](https://www.sbml.org/) can be found [here](SBML).
17+
![combine](images/sbml.png)
18+
19+
Work towards an API for [SBML](https://www.sbml.org/) can be found [here](sbml).
20+
21+
An example of an SBML file generated from this is [here](sbml/test_minimal_example.xml).
1222

1323
## CellML
1424

@@ -17,4 +27,3 @@ TODO...
1727
## SED-ML
1828

1929
TODO...
20-

examples/images/combine.png

165 KB
Loading

examples/images/neuroml.png

3.8 KB
Loading

examples/images/sbml.png

17.9 KB
Loading

examples/sbml/SBML.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,4 +2263,3 @@ XHTML field of SBase
22632263

22642264

22652265
</table>
2266-

examples/sbml/SBML.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,4 +882,3 @@ Allowed field Data Type Description
882882
**xmlns** str str fixed "http://www.w3.org/1999/xhtml"
883883
**content** str str valid XHTML
884884
=============== =========== ========================================
885-

examples/sbml/SBML.specification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,4 +1003,4 @@
10031003
}
10041004
}
10051005
}
1006-
}
1006+
}

0 commit comments

Comments
 (0)