Skip to content

Commit e02aeb7

Browse files
committed
Update README with new citation methods
1 parent 9dbd091 commit e02aeb7

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<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>
66
<a><img alt="Python version supported" src="https://img.shields.io/pypi/pyversions/radius-clustering"></a>
77
<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>
99

1010

1111
</p>
@@ -105,6 +105,26 @@ Please note that the project is released with a [Code of Conduct](CODE_OF_CONDUC
105105

106106
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
107107

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+
```
108128

109129
## Acknowledgments
110130

0 commit comments

Comments
 (0)