Skip to content

Commit db70b87

Browse files
committed
Update citations in README
1 parent f5cf96c commit db70b87

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ pairAA.save_potential("pairAA.csv")
148148
## Citing MSIBI
149149
Details of the underlying method and its validation can be found [here](http://dx.doi.org/10.1063/1.4880555).
150150

151-
If you use this package, please cite the above paper. The BibTeX reference is
151+
If you use this package, please cite the following papers. The BibTeX references are:
152+
153+
This paper discusses the design and implementation of MSIBI
154+
152155
```
153156
@article{Moore2014,
154157
author = "Moore, Timothy C. and Iacovella, Christopher R. and McCabe, Clare",
@@ -161,6 +164,22 @@ If you use this package, please cite the above paper. The BibTeX reference is
161164
}
162165
```
163166

167+
This paper discusses the python package that runs MSIBI optimizations
168+
169+
```
170+
@article{Jones2026,
171+
doi={10.21105/joss.09244},
172+
url={https://doi.org/10.21105/joss.09244},
173+
year={2026},
174+
publisher={The Open Journal},
175+
volume={11},
176+
number={119},
177+
pages={9244},
178+
author={Jones, Chris D. and Almarashi, Mazin and Albooyeh, Marjan and Jankowski, Eric and McCabe, Clare},
179+
title={msibi: Multistate Iterative Boltzmann Inversion}, journal = {Journal of Open Source Software}
180+
}
181+
```
182+
164183
## Contributing to msibi
165184
We welcome all contributions to msibi. Please see
166185
[contributing guidelines](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)