From 1a24317d845917c8fb7a750a6c235c1718bd6017 Mon Sep 17 00:00:00 2001 From: tsuki <12711693+enp1s0@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:03:37 +0900 Subject: [PATCH] Fix the CAGRA paper citation (#1788) This PR fixes the citation info for the CAGRA paper in README.md. I forgot to write closing '```' in the citation part in README.md rel: https://github.com/rapidsai/raft/pull/1787 Authors: - tsuki (https://github.com/enp1s0) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/1788 --- 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} } +```