|
1 | | -.. |PyPI version| image:: https://badge.fury.io/py/tda-mapper.svg |
2 | | - :target: https://badge.fury.io/py/tda-mapper |
3 | | -.. |downloads| image:: https://img.shields.io/pypi/dm/tda-mapper |
4 | | - :target: https://pypi.python.org/pypi/tda-mapper/ |
5 | | -.. |test| image:: https://github.com/lucasimi/tda-mapper-python/actions/workflows/test.yml/badge.svg |
| 1 | +.. |PyPI version| image:: https://img.shields.io/pypi/v/tda-mapper?logo=python&logoColor=silver |
| 2 | + :target: https://pypi.python.org/pypi/tda-mapper |
| 3 | +.. |downloads| image:: https://img.shields.io/pypi/dm/tda-mapper?logo=python&logoColor=silver |
| 4 | + :target: https://pypi.python.org/pypi/tda-mapper |
| 5 | +.. |test| image:: https://img.shields.io/github/actions/workflow/status/lucasimi/tda-mapper-python/test.yml?logo=github&logoColor=silver&branch=main&label=test |
6 | 6 | :target: https://github.com/lucasimi/tda-mapper-python/actions/workflows/test.yml |
7 | | -.. |publish| image:: https://github.com/lucasimi/tda-mapper-python/actions/workflows/publish.yml/badge.svg |
| 7 | +.. |publish| image:: https://img.shields.io/github/actions/workflow/status/lucasimi/tda-mapper-python/publish.yml?logo=github&logoColor=silver&label=publish |
8 | 8 | :target: https://github.com/lucasimi/tda-mapper-python/actions/workflows/publish.yml |
9 | | -.. |docs| image:: https://readthedocs.org/projects/tda-mapper/badge/?version=main |
10 | | - :target: https://tda-mapper.readthedocs.io/en/main/?badge=main |
11 | | -.. |codecov| image:: https://codecov.io/github/lucasimi/tda-mapper-python/graph/badge.svg?token=FWSD8JUG6R |
| 9 | +.. |docs| image:: https://img.shields.io/readthedocs/tda-mapper/main?logo=readthedocs&logoColor=silver |
| 10 | + :target: https://tda-mapper.readthedocs.io/en/main/ |
| 11 | +.. |codecov| image:: https://img.shields.io/codecov/c/github/lucasimi/tda-mapper-python?logo=codecov&logoColor=silver |
12 | 12 | :target: https://codecov.io/github/lucasimi/tda-mapper-python |
13 | | -.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10642381.svg |
| 13 | +.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.10642381-blue?logo=doi&logoColor=silver |
14 | 14 | :target: https://doi.org/10.5281/zenodo.10642381 |
15 | | -.. |Streamlit App| image:: https://static.streamlit.io/badges/streamlit_badge_black_white.svg |
| 15 | +.. |Streamlit App| image:: https://img.shields.io/badge/Streamlit-App-blue?logo=streamlit&logoColor=silver |
16 | 16 | :target: https://tda-mapper-app.streamlit.app/ |
17 | 17 | .. |Step 1| image:: https://github.com/lucasimi/tda-mapper-python/raw/main/resources/mapper_1.png |
18 | 18 | .. |Step 2| image:: https://github.com/lucasimi/tda-mapper-python/raw/main/resources/mapper_2.png |
@@ -80,35 +80,34 @@ archived in a permanent Zenodo record, and the |
80 | 80 | which provides a broader methodological overview. |
81 | 81 | We recommend citing the specific version of the library used in your research, as well as the latest version of the preprint. |
82 | 82 |
|
83 | | -- **tda-mapper**: For example to cite version 0.7.3 you can use: |
| 83 | +- **tda-mapper**: For example to cite version 0.8.0 you can use: |
84 | 84 |
|
85 | 85 | .. code:: bibtex |
86 | 86 |
|
87 | | - @software{simi_2024_12729251, |
| 87 | + @software{simi_2024_14194667, |
88 | 88 | author = {Simi, Luca}, |
89 | 89 | title = {tda-mapper}, |
90 | | - month = jul, |
| 90 | + month = nov, |
91 | 91 | year = 2024, |
92 | 92 | publisher = {Zenodo}, |
93 | | - version = {v0.7.3}, |
94 | | - doi = {10.5281/zenodo.12729251}, |
95 | | - url = {https://doi.org/10.5281/zenodo.12729251} |
96 | | - } |
| 93 | + version = {v0.8.0}, |
| 94 | + doi = {10.5281/zenodo.14194667}, |
| 95 | + url = {https://doi.org/10.5281/zenodo.14194667} |
| 96 | + } |
97 | 97 |
|
98 | 98 | - **Methodology**: For the preprint, you can use: |
99 | 99 |
|
100 | 100 | .. code:: bibtex |
101 | 101 |
|
102 | | - @misc{simi_2024_11187959, |
| 102 | + @misc{simi_2024_11187959, |
103 | 103 | author = {Simi, Luca}, |
104 | | - title = {{A Scalable Approach for Mapper via Vantage Point |
105 | | - Trees}}, |
| 104 | + title = {{A Scalable Approach for Mapper via Vantage Point Trees}}, |
106 | 105 | month = may, |
107 | 106 | year = 2024, |
108 | 107 | publisher = {Zenodo}, |
109 | 108 | doi = {10.5281/zenodo.11187959}, |
110 | 109 | url = {https://doi.org/10.5281/zenodo.11187959} |
111 | | - } |
| 110 | + } |
112 | 111 |
|
113 | 112 |
|
114 | 113 | .. toctree:: |
|
0 commit comments