Skip to content

Commit 9f32367

Browse files
Update README.md
1 parent ca83e50 commit 9f32367

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,26 @@ To solve a `DelayJumpProblem`, here are few recommendations for good performance
138138
- [FiniteStateProjection.jl](https://github.com/kaandocal/FiniteStateProjection.jl): Finite State Projection algorithms for chemical reaction networks.
139139
- [MomentClosure.jl](https://github.com/augustinas1/MomentClosure.jl): Tools to generate and study moment equations for any chemical reaction network using various moment closure approximations.
140140

141+
## Citation
142+
```
143+
@article{fuDelaySSAToolkitJlStochastic2022,
144+
title = {{{DelaySSAToolkit}}.Jl: Stochastic Simulation of Reaction Systems with Time Delays in {{Julia}}},
145+
shorttitle = {{{DelaySSAToolkit}}.Jl},
146+
author = {Fu, Xiaoming and Zhou, Xinyi and Gu, Dongyang and Cao, Zhixing and Grima, Ramon},
147+
editor = {Valencia, Alfonso},
148+
year = {2022},
149+
month = sep,
150+
journal = {Bioinformatics},
151+
volume = {38},
152+
number = {17},
153+
pages = {4243--4245},
154+
issn = {1367-4803, 1460-2059},
155+
doi = {10.1093/bioinformatics/btac472},
156+
copyright = {All rights reserved},
157+
langid = {english}
158+
}
159+
```
160+
141161
## References
142162
<a id="1">[1]</a> Daniel T. Gillespie, "Exact stochastic simulation of coupled chemical reactions", The Journal of Physical Chemistry 1977 81 (25), 2340-2361.
143163
[https://doi.org/10.1021/j100540a008](https://doi.org/10.1021/j100540a008)

0 commit comments

Comments
 (0)