From 4ab4ba3eb70a9cdda610e4fd7983ed7288287ca9 Mon Sep 17 00:00:00 2001 From: Aldo Date: Fri, 30 Sep 2022 10:38:02 +0200 Subject: [PATCH] docs: update reference article from ArXiv to published paper --- README.md | 14 ++++++++------ docs/source/citing.rst | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 685fc36f..572f9b9f 100644 --- a/README.md +++ b/README.md @@ -95,17 +95,19 @@ pip install . # Citing DADApy -A description of the package is available [here](https://arxiv.org/abs/2205.03373). +A description of the package is available [here](https://www.sciencedirect.com/science/article/pii/S2666389922002070). Please consider citing it if you found this package useful for your research ```bib @article{dadapy, - author = {Glielmo, Aldo and Macocco, Iuri and Doimo, Diego and Carli, Matteo and Zeni, Claudio and Wild, Romina and d'Errico, Maria and Rodriguez, Alex and Laio Alessandro}, - title = {{DADApy: Distance-based Analysis of DAta-manifolds in Python}}, - journal = {arXiv preprint arXiv:2205.03373}, + title = {DADApy: Distance-based analysis of data-manifolds in Python}, + journal = {Patterns}, + pages = {100589}, year = {2022}, - doi = {10.48550/arXiv.2205.03373}, - url = {https://arxiv.org/abs/2205.03373}, + issn = {2666-3899}, + doi = {https://doi.org/10.1016/j.patter.2022.100589}, + url = {https://www.sciencedirect.com/science/article/pii/S2666389922002070}, + author = {Aldo Glielmo and Iuri Macocco and Diego Doimo and Matteo Carli and Claudio Zeni and Romina Wild and Maria d’Errico and Alex Rodriguez and Alessandro Laio}, } ``` diff --git a/docs/source/citing.rst b/docs/source/citing.rst index a5e95ee9..6329dd8c 100644 --- a/docs/source/citing.rst +++ b/docs/source/citing.rst @@ -1,17 +1,19 @@ Citing DADApy ============================ -A description of the package is available `here `_. +A description of the package is available `here `_. Please consider citing it if you found this package useful for your research .. code-block:: bib @article{dadapy, - author = {Glielmo, Aldo and Macocco, Iuri and Doimo, Diego and Carli, Matteo and Zeni, Claudio and Wild, Romina and d'Errico, Maria and Rodriguez, Alex and Laio Alessandro}, - title = {{DADApy: Distance-based Analysis of DAta-manifolds in Python}}, - journal = {arXiv preprint arXiv:2205.03373}, + title = {DADApy: Distance-based analysis of data-manifolds in Python}, + journal = {Patterns}, + pages = {100589}, year = {2022}, - doi = {https://doi.org/10.48550/arXiv.2205.03373}, - url = {https://arxiv.org/abs/2205.03373}, + issn = {2666-3899}, + doi = {https://doi.org/10.1016/j.patter.2022.100589}, + url = {https://www.sciencedirect.com/science/article/pii/S2666389922002070}, + author = {Aldo Glielmo and Iuri Macocco and Diego Doimo and Matteo Carli and Claudio Zeni and Romina Wild and Maria d’Errico and Alex Rodriguez and Alessandro Laio}, } \ No newline at end of file