|
5 | 5 | <a href="https://lias-laboratory.github.io/radius_clustering/"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/lias-laboratory/radius_clustering/sphinx.yml?label=Doc%20Building"></a>
|
6 | 6 | <a><img alt="Python version supported" src="https://img.shields.io/pypi/pyversions/radius-clustering"></a>
|
7 | 7 | <a href="https://codecov.io/gh/scikit-learn-contrib/radius_clustering"><img alt="Codecov" src="https://codecov.io/gh/scikit-learn-contrib/radius_clustering/branch/master/graph/badge.svg"></a>
|
8 |
| -<a href="https://mybinder.org/v2/gh/scikit-learn-contrib/radius_clustering/HEAD?urlpath=%2Fdoc%2Ftree%2Fnotebooks.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg"></a> |
| 8 | +<a href="https://mybinder.org/v2/gh/scikit-learn-contrib/radius_clustering/HEAD?urlpath=%2Fdoc%2Ftree%2Fnotebooks%2Fcomparison_example.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg"></a> |
9 | 9 |
|
10 | 10 |
|
11 | 11 | </p>
|
@@ -105,6 +105,26 @@ Please note that the project is released with a [Code of Conduct](CODE_OF_CONDUC
|
105 | 105 |
|
106 | 106 | This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
|
107 | 107 |
|
| 108 | +## How to cite this work |
| 109 | + |
| 110 | +If you use Radius Clustering in your research, please cite the following paper and the software itself: |
| 111 | + |
| 112 | +```bibtex |
| 113 | +@inproceedings{haenn_clustering2024, |
| 114 | + TITLE = {{Clustering Under Radius Constraints Using Minimum Dominating Sets}}, |
| 115 | + AUTHOR = {Haenn, Quentin and Chardin, Brice and Baron, Micka{\"e}l}, |
| 116 | + URL = {https://hal.science/hal-04533921}, |
| 117 | + BOOKTITLE = {{Lecture Notes in Artificial Intelligence}}, |
| 118 | + ADDRESS = {Poitiers, France}, |
| 119 | + PUBLISHER = {{Springer}}, |
| 120 | + YEAR = {2024}, |
| 121 | + MONTH = Jun, |
| 122 | + KEYWORDS = {Constrained Clustering ; Radius Based Clustering ; Minimum Dominating Set ; Constrained Clustering Radius Based Clustering Minimum Dominating Set}, |
| 123 | + PDF = {https://hal.science/hal-04533921v1/file/clustering_under_radius_using_mds.pdf}, |
| 124 | + HAL_ID = {hal-04533921}, |
| 125 | + HAL_VERSION = {v1}, |
| 126 | +} |
| 127 | +``` |
108 | 128 |
|
109 | 129 | ## Acknowledgments
|
110 | 130 |
|
|
0 commit comments