From 2a42a71c15758f3ad1d0636a20ba53956ae135f7 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ootomo Date: Thu, 31 Aug 2023 00:25:58 +0900 Subject: [PATCH] Fix CAGRA citation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0717bf0b8d..56d422b489 100755 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ If citing the single-linkage agglomerative clustering APIs, please consider the archivePrefix={arXiv}, primaryClass={cs.LG} } +``` If citing CAGRA, please consider the following bibtex: ```bibtex @@ -404,3 +405,4 @@ If citing CAGRA, please consider the following bibtex: archivePrefix={arXiv}, primaryClass={cs.DS} } +```