-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (29 loc) · 1.09 KB
/
CITATION.cff
File metadata and controls
29 lines (29 loc) · 1.09 KB
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
# YAML 1.2
---
cff-version: "1.2.2"
message: "If you use this software, please cite it using the information provided in this metadata."
authors:
-
given-names: Timo
family-names: Maarleveld
affiliation: "Vrije Universiteit Amsterdam"
orcid: "https://orcid.org/0000-0002-3947-134X"
-
given-names: Brett
family-names: Olivier
affiliation: "Vrije Universiteit Amsterdam"
orcid: "https://orcid.org/0000-0002-5293-5321"
-
given-names: Frank
family-names: Bruggeman
affiliation: "Vrije Universiteit Amsterdam"
orcid: "https://orcid.org/0000-0002-0255-4766"
title: "StochPy: A Comprehensive, User-Friendly Tool for Simulating Stochastic Biological Processes"
version: "2.5"
repository-code: "https://github.com/SystemsBioinformatics/stochpy"
date-released: 2025-06-18
doi: "10.5281/zenodo.5093784"
license: "BSD-3-Clause"
url: "https://github.com/SystemsBioinformatics/stochpy"
abstract: "StochPy is a versatile stochastic modeling package which is designed for stochastic simulation of molecular control networks."
...