Skip to content

Commit

Permalink
docs(neo4jsbml): add sbml_from_neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Feb 18, 2024
1 parent 847acf0 commit d413092
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 30 deletions.
53 changes: 25 additions & 28 deletions docs/_static/arrows/L3V2.7-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@
"UnitDefinition"
],
"properties": {
"id": "",
"name": "",
"metaid": "",
"sboTerm": ""
"id": ""
},
"style": {}
},
Expand All @@ -83,12 +80,10 @@
],
"properties": {
"id": "",
"name": "",
"metaid": "",
"sboTerm": "",
"spatialDimensions": "",
"size": "",
"constant": ""
"constant": "",
"units": ""
},
"style": {}
},
Expand All @@ -103,10 +98,8 @@
"Model"
],
"properties": {
"id": "",
"name": "",
"metaid": "",
"sboTerm": ""
"extentUnits": "",
"timeUnits": ""
},
"style": {}
},
Expand All @@ -121,10 +114,6 @@
"Unit"
],
"properties": {
"id": "",
"name": "",
"metaid": "",
"sboTerm": "",
"kind": "",
"exponent": "",
"scale": "",
Expand All @@ -142,7 +131,14 @@
"labels": [
"Species"
],
"properties": {},
"properties": {
"id": "",
"initialAmount": "",
"boundaryCondition": "",
"hasOnlySubstanceUnits": "",
"substanceUnits": "",
"constant": ""
},
"style": {}
},
{
Expand All @@ -164,8 +160,8 @@
{
"id": "n7",
"position": {
"x": 395.35883181268633,
"y": 418.1211943408167
"x": 422.06186045423505,
"y": 373.75832016801974
},
"caption": "",
"labels": [
Expand All @@ -188,7 +184,8 @@
],
"properties": {
"id": "",
"value": ""
"value": "",
"units": ""
},
"style": {}
}
Expand Down Expand Up @@ -250,14 +247,6 @@
"properties": {},
"style": {}
},
{
"id": "n7",
"fromId": "n6",
"toId": "n8",
"type": "HAS_LOCALPARAMETER",
"properties": {},
"style": {}
},
{
"id": "n8",
"fromId": "n5",
Expand All @@ -281,6 +270,14 @@
"type": "HAS_UNITS",
"properties": {},
"style": {}
},
{
"id": "n11",
"type": "HAS_LOCALPARAMETER",
"style": {},
"properties": {},
"fromId": "n7",
"toId": "n8"
}
]
}
Loading

0 comments on commit d413092

Please sign in to comment.