Skip to content

Commit 757a450

Browse files
committed
Generate spec docs for sbml
1 parent c77b629 commit 757a450

File tree

8 files changed

+4939
-1
lines changed

8 files changed

+4939
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ cython_debug/
163163
.idea/
164164
/examples/document.specification.bson
165165
/examples/neuroml2/hello_world.v.dat
166+
/examples/sbml/example_sbml_test.xml

docs/sphinx/source/api/Contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modelspec contributors
44

55
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6-
This page is generated periodically, most recently on 2023-09-18.
6+
This page is generated periodically, most recently on 2023-09-19.
77

88
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
99
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))

examples/COMBINE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# COMBINE standards in modelspec
2+
3+
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.
4+
5+
## NeuroML
6+
7+
A preliminary version of an API for [NeuroML2](https://docs.neuroml.org/Userdocs/NeuroMLv2.html) can be found [here](NeuroML).
8+
9+
## SBML
10+
11+
work towards an API for [SBML](https://www.sbml.org/) can be found [here](SBML).
12+
13+
## CellML
14+
15+
TODO...
16+
17+
## SED-ML
18+
19+
TODO...
20+

0 commit comments

Comments
 (0)