Skip to content

Commit 7573314

Browse files
committed
updated citation
- fix #23 - add citation to sphinx docs
1 parent b67986b commit 7573314

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Additionally, multibind supports cycles whose free energies are dependent on mul
1111

1212
## Installation
1313

14-
**multibind** is on [PyPI](https://pypi.org/project/multibind/). You need **Python 3.10** through **3.14**.
14+
**multibind** is on [PyPI](https://pypi.org/project/multibind/). **Python 3.10** through **3.14** is supported.
1515

1616
```bash
1717
pip install multibind
@@ -101,4 +101,4 @@ scanner.run(concentrations, svd=True)
101101

102102
When using **multibind** in published works, please cite the following preprint:
103103

104-
Kenney, Ian Michael, and Oliver Beckstein. Thermodynamically Consistent Determination of Free Energies and Rates in Kinetic Cycle Models. 2023. doi:[10.1101/2023.04.08.536126](https://doi.org/10.1101/2023.04.08.536126).
104+
Kenney, Ian Michael, and Oliver Beckstein. *Thermodynamically Consistent Determination of Free Energies and Rates in Kinetic Cycle Models.* Biophysical Reports 3 (2023), 100120. doi:[10.1016/j.bpr.2023.100120](https://doi.org/10.1016/j.bpr.2023.100120).

docs/index.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ Multibind documentation
1313
usage
1414
api
1515

16+
If you use multibind in your research, please cite:
17+
18+
Kenney, Ian Michael, and Oliver Beckstein. *Thermodynamically Consistent Determination of Free Energies and Rates
19+
in Kinetic Cycle Models.* Biophysical Reports 3 (2023), 100120. doi:`10.1016/j.bpr.2023.100120`_
20+
21+
.. _10.1016/j.bpr.2023.100120: https://doi.org/10.1016/j.bpr.2023.100120
22+
23+
.. code-block:: text
24+
25+
@article{kenney2023thermodynamically,
26+
title={Thermodynamically Consistent Determination of Free Energies and Rates in Kinetic Cycle Models},
27+
author={Kenney, Ian Michael and Beckstein, Oliver},
28+
journal={Biophysical Reports},
29+
volume={3},
30+
pages={100120},
31+
year={2023},
32+
publisher={Elsevier},
33+
doi={10.1016/j.bpr.2023.100120}
34+
}
35+
1636
Indices and tables
1737
==================
1838

0 commit comments

Comments
 (0)