Skip to content

Commit cfd3efc

Browse files
authored
Update CITATION.bib
1 parent 2529349 commit cfd3efc

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CITATION.bib

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
@article {2022Catalyst,
2-
author = {Loman, T. and Ma, Y. and Ilin, V. and Gowda, S. and Korsbo, N. and Yewale, N. and Rackauckas, C. V. and Isaacson, S. A.},
3-
title = {Catalyst: Fast Biochemical Modeling with Julia},
4-
elocation-id = {2022.07.30.502135},
5-
year = {2022},
6-
doi = {10.1101/2022.07.30.502135},
7-
publisher = {Cold Spring Harbor Laboratory},
8-
URL = {https://www.biorxiv.org/content/early/2022/08/02/2022.07.30.502135},
9-
eprint = {https://www.biorxiv.org/content/early/2022/08/02/2022.07.30.502135.full.pdf},
10-
journal = {bioRxiv}
1+
@article{CatalystPLOSCompBio2023,
2+
doi = {10.1371/journal.pcbi.1011530},
3+
author = {Loman, Torkel E. AND Ma, Yingbo AND Ilin, Vasily AND Gowda, Shashi AND Korsbo, Niklas AND Yewale, Nikhil AND Rackauckas, Chris AND Isaacson, Samuel A.},
4+
journal = {PLOS Computational Biology},
5+
publisher = {Public Library of Science},
6+
title = {Catalyst: Fast and flexible modeling of reaction networks},
7+
year = {2023},
8+
month = {10},
9+
volume = {19},
10+
url = {https://doi.org/10.1371/journal.pcbi.1011530},
11+
pages = {1-19},
12+
abstract = {We introduce Catalyst.jl, a flexible and feature-filled Julia library for modeling and high-performance simulation of chemical reaction networks (CRNs). Catalyst supports simulating stochastic chemical kinetics (jump process), chemical Langevin equation (stochastic differential equation), and reaction rate equation (ordinary differential equation) representations for CRNs. Through comprehensive benchmarks, we demonstrate that Catalyst simulation runtimes are often one to two orders of magnitude faster than other popular tools. More broadly, Catalyst acts as both a domain-specific language and an intermediate representation for symbolically encoding CRN models as Julia-native objects. This enables a pipeline of symbolically specifying, analyzing, and modifying CRNs; converting Catalyst models to symbolic representations of concrete mathematical models; and generating compiled code for numerical solvers. Leveraging ModelingToolkit.jl and Symbolics.jl, Catalyst models can be analyzed, simplified, and compiled into optimized representations for use in numerical solvers. Finally, we demonstrate Catalyst’s broad extensibility and composability by highlighting how it can compose with a variety of Julia libraries, and how existing open-source biological modeling projects have extended its intermediate representation.},
13+
number = {10},
14+
1115
}
1216

1317
@misc{ma2021modelingtoolkit,

0 commit comments

Comments
 (0)