-
Notifications
You must be signed in to change notification settings - Fork 12
/
.zenodo.json
38 lines (38 loc) · 2.46 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"upload_type": "software",
"title": "sbmlutils: Python utilities for SBML",
"creators": [
{
"orcid": "0000-0003-1725-179X",
"affiliation": "Humboldt-University Berlin, Institute for Theoretical Biology, Berlin",
"name": "König, Matthias"
}
],
"description": "<p><code>sbmlutils</code> is a collection of python utilities for working with <a href=\"http://www.sbml.org\">SBML</a> models implemented on top of <code><a href=\"http://sbml.org/Software/libSBML\">libsbml</a></code> and other libraries with source code available from <a href=\"https://github.com/matthiaskoenig/sbmlutils\">https://github.com/matthiaskoenig/sbmlutils</a></p>\n<p>Features include among others<ul><li>helper functions for model creation, manipulation, and annotation</li><li>HTML reports of SBML models at <a href=\"https://sbml4humans.de\">https://sbml4humans.de</a></li><li>file converters (XPP)</li></ul></p>\n<p>The documentation is available on <a href=\"https://sbmlutils.readthedocs.io\">https://sbmlutils.readthedocs.io</a></p>\n<p>If you have any questions or issues please <a href=\"https://github.com/matthiaskoenig/sbmlutils/issues\">open an issue</a></p>\n<h2>Funding</h2><p>Matthias König is supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (<strong>LiSyM</strong>, grant number 031L0054) and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151 <strong><a href=\"https://qualiperf.de\">QuaLiPerF</a></strong> (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach)\" by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA). SBML4Humans was funded as part of <a href=\"https://summerofcode.withgoogle.com/\">Google Summer of Code 2021</a>. Matthias König has received funds from the EOSCsecretariat.eu which has received funding from the European Union's Horizon Programme call H2020-INFRAEOSC-05-2018-2019, grant Agreement number 831644.</p>",
"access_right": "open",
"license": "LGPL-3.0",
"keywords": [
"SBML",
"Python",
"modeling",
"standardization",
"COMBINE"
],
"contributors": [
{
"name": "Das, Sankha",
"affiliation": "BITS Pilani, Rajasthan, India",
"type": "ProjectMember"
}
],
"communities": [
{
"identifier": "eoscsecretariat"
}
],
"grants": [
{
"id": "831644"
}
]
}