Skip to content

Commit 31fe22a

Browse files
Merge pull request #181 from matthiaskoenig/sbmlsim2
Sbmlsim2
2 parents 072267b + 4fea8b5 commit 31fe22a

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![sbmlsim logo](https://github.com/matthiaskoenig/sbmlsim/raw/develop/docs/images/favicon/sbmlsim-100x100-300dpi.png)
2+
3+
14
# sbmlsim: SBML simulation made easy
25
[![GitHub Actions CI/CD Status](https://github.com/matthiaskoenig/sbmlsim/workflows/CI-CD/badge.svg)](https://github.com/matthiaskoenig/sbmlsim/actions/workflows/main.yml)
36
[![Version](https://img.shields.io/pypi/v/sbmlsim.svg)](https://pypi.org/project/sbmlsim/)
@@ -8,7 +11,7 @@
811

912
sbmlsim is a collection of python utilities to simplify simulations with
1013
[SBML](http://www.sbml.org) models implemented on top of
11-
[roadrunner](http://libroadrunner.org/). Source code is available from
14+
[roadrunner](http://libroadrunner.org/). Source code is available from
1215
[https://github.com/matthiaskoenig/sbmlsim](https://github.com/matthiaskoenig/sbmlsim).
1316

1417
Features include among others
@@ -21,8 +24,8 @@ Features include among others
2124
If you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/sbmlsim/issues).
2225

2326
## Installation
24-
sbmlutils is available from [pypi](https://pypi.python.org/pypi/sbmlsim) and
25-
can be installed via
27+
sbmlutils is available from [pypi](https://pypi.python.org/pypi/sbmlsim) and
28+
can be installed via
2629
```bash
2730
pip install sbmlsim
2831
```
@@ -42,12 +45,12 @@ pip install git+https://github.com/matthiaskoenig/sbmlsim.git@develop
4245
- Documentation: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)
4346

4447
## Funding
45-
Matthias König is supported and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151
46-
"QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection -
47-
A Systems Medicine Approach)" by grant number 436883643 and by grant number
48+
Matthias König is supported and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151
49+
"QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection -
50+
A Systems Medicine Approach)" by grant number 436883643 and by grant number
4851
465194077 (Priority Programme SPP 2311, Subproject SimLivA).
4952

5053
Matthias König was supported by the Federal Ministry of Education and Research (BMBF, Germany)
51-
within the research network Systems Medicine of the Liver (**LiSyM**, grant number 031L0054).
52-
54+
within the research network Systems Medicine of the Liver (LiSyM, grant number 031L0054).
55+
5356
© 2019-2026 Matthias König

release-notes/0.3.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Release notes for sbmlsim 0.3.0
2+
![sbmlsim logo](https://github.com/matthiaskoenig/sbmlsim/raw/develop/docs/images/favicon/sbmlsim-100x100-300dpi.png)
23

34
We are pleased to release the next version of pymetadata including the
45
following changes:
56

67
## Features & fixes
78
* python 3.13 and 3.14 support
89
* sensitivity analysis
10+
* updated README (#173)
11+
* logo added to documentation (#175)
912

1013
Your pymetadata team

0 commit comments

Comments
 (0)