From d0beebfd08f4f76f88506386f6000fef051ec298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David-Elias=20K=C3=BCnstle?= Date: Wed, 12 Jun 2024 16:38:36 +0200 Subject: [PATCH] Add citation to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c63834e..3bae821 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ This library is free to use, share, and adapt under the [MIT License](https://gi Please cite our [JOSS paper](https://joss.theoj.org/papers/10.21105/joss.06139#) if you publish work using `cblearn`: +**Künstle et al., (2024). cblearn: Comparison-based Machine Learning in Python. Journal of Open Source Software, 9(98), 6139, https://doi.org/10.21105/joss.06139** + ``` @article{Künstle2024, doi = {10.21105/joss.06139}, @@ -77,4 +79,4 @@ Please cite our [JOSS paper](https://joss.theoj.org/papers/10.21105/joss.06139#) title = {cblearn: Comparison-based Machine Learning in Python}, journal = {Journal of Open Source Software} } -``` \ No newline at end of file +```