Skip to content

Commit ed5f3e1

Browse files
authored
Add bibtex formatted citations per #229
1 parent f54890d commit ed5f3e1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,34 @@ If you have used this codebase in a scientific publication and wish to cite it,
268268
In: Journal of Open Source Software, The Open Journal, volume 2, number 11.
269269
2017
270270

271+
.. code:: bibtex
272+
@article{mcinnes2017hdbscan,
273+
title={hdbscan: Hierarchical density based clustering},
274+
author={McInnes, Leland and Healy, John and Astels, Steve},
275+
journal={The Journal of Open Source Software},
276+
volume={2},
277+
number={11},
278+
pages={205},
279+
year={2017}
280+
}
281+
271282
To reference the high performance algorithm developed in this library please cite our paper in ICDMW 2017 proceedings.
272283

273284
McInnes L, Healy J. *Accelerated Hierarchical Density Based Clustering*
274285
In: 2017 IEEE International Conference on Data Mining Workshops (ICDMW), IEEE, pp 33-42.
275286
2017
276287

288+
289+
.. code:: bibtex
290+
@inproceedings{mcinnes2017accelerated,
291+
title={Accelerated Hierarchical Density Based Clustering},
292+
author={McInnes, Leland and Healy, John},
293+
booktitle={Data Mining Workshops (ICDMW), 2017 IEEE International Conference on},
294+
pages={33--42},
295+
year={2017},
296+
organization={IEEE}
297+
}
298+
277299
---------
278300
Licensing
279301
---------

0 commit comments

Comments
 (0)