sys-bio / AntimonyEditor

Antimony Web Editor: A Web Editor for the Antimony Modeling Language
https://sys-bio.github.io/AntimonyEditor/
MIT License
0 stars 1 forks source link

Improve Biomodels Performance #8

Open evaxliu opened 11 months ago

evaxliu commented 11 months ago

Possibly consider cacheing list of models from biomodels so we lessen the bulk of the api call

REST calls in python

evaxliu commented 11 months ago

https://github.com/sys-bio/AntimonyEditor/blob/master/src/features/BrowseBiomodels.ts https://github.com/sys-bio/AntimonyEditor/blob/master/src/components/antimony-editor/AntimonyEditor.tsx

Relevant files

evaxliu commented 11 months ago

https://www.ebi.ac.uk/biomodels/search?query=*%3A* https://www.ebi.ac.uk/biomodels/docs/

Relevant links

evaxliu commented 11 months ago

What a model json looks like { "format": "SBML", "id": "BIOMD0000000513", "lastModified": "2014-03-05T00:00:00Z", "name": "Kerkhoven2013 - Glycolysis in T.brucei - MODEL A", "submissionDate": "2014-03-05T00:00:00Z", "submitter": "Vijayalakshmi Chelliah", "url": "https://www.ebi.ac.uk/biomodels/BIOMD0000000513" }

evaxliu commented 10 months ago

Awaiting update from Bart