-
Go through full list, add PMR links where possible (with note on curation?)
-
**Need a tool to read and import annotations created in CellML to Python!**
To identify the variables created by CellML users, annotations are required to be read and understood.
Based on the defi…
-
Hi, I am trying several tooling options and I thought JSim is the most universal man-in-the-middle between SBML, CellMl and other languages. I tried to import CellMl model ( https://models.cellml.org/…
-
Seems we are lacking an obvious "quick guide" or tutorial demonstrating how to use libCellML with CellML 1.x models. This seems like a useful thing to add.
-
I was trying to validate the n98.xml file at ~/examples/Bioelectrics/Monodomain/PythonChasteModel/n98.xml using https://chaste.cs.ox.ac.uk/cellml/ web-based cellml validator
The validator showed t…
-
Have started wondering what the steps would be to **eventually** do this
https://github.com/cellml/libcellml/issues/498
Would also involve
- [ ] Making libcellml pip installable (on linux at…
-
Currently terminology.rst says:
CellML Metadata Namespace
The namespace \http://www.cellml.org/metadata/1.0#
This will be outdated if the new version is ever approved :) We should possibly…
-
First, thanks for the great ecosystem! ModelingToolkit really looks promising.
I think I run into a limitation with the current design of CellMLToolkit. From my understanding it simply parses the c…
-
I am having trouble using the CellML related functions in antimony in Python, specifically `getCellMLString()` doesn't seem to exist (see picture). I am used version 2.13.4 which I pip installed.
…
-
```julia
julia> str = """5 -2"""
"5 -2"
julia> parsexml(str)
EzXML.Document(EzXML.Node())
julia> parsexml(str).root
ERROR: AssertionError: isempty(XML_GLOBAL_ERROR_STACK)
```
I have sn…