From d2902e90a5c48a90b386ed783c3eb0a03fd6674a Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Mon, 22 Jul 2024 13:47:55 +0100 Subject: [PATCH] Add citation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8e632c9..a847e06 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,14 @@ plt.show()

+# Citation +If you use `thermox` in your research, please cite the library using the following BibTeX entry: + +```bibtex +@misc{duffield2024thermox, + title={thermox: Exact OU processes with JAX}, + author={Duffield, Samuel and Donatella, Kaelan and Melanson, Denis}, + howpublished={\url{https://github.com/normal-computing/thermox}}, + year={2024} +} +```