Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference article from ArXiv to published paper #81

Merged
merged 1 commit into from
Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
```
14 changes: 8 additions & 6 deletions docs/source/citing.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
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

.. 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},
}