Skip to content

Commit

Permalink
Fix citation info (#2318)
Browse files Browse the repository at this point in the history
I found incorrect citation information in README.md. This PR fixes that and also updates the CAGRA paper information.

Authors:
  - tsuki (https://github.com/enp1s0)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #2318
  • Loading branch information
enp1s0 authored May 16, 2024
1 parent eb1333d commit 8158538
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,24 +354,23 @@ If citing CAGRA, please consider the following bibtex:
@misc{ootomo2023cagra,
title={CAGRA: Highly Parallel Graph Construction and Approximate Nearest Neighbor Search for GPUs},
author={Hiroyuki Ootomo and Akira Naruse and Corey Nolet and Ray Wang and Tamas Feher and Yong Wang},
year={2023},
eprint={2308.15136},
archivePrefix={arXiv},
primaryClass={cs.DS}
year={2024},
series = {ICDE '24}
}
```

If citing the k-selection routines, please consider the following bibtex:

```bibtex
@proceedings{10.1145/3581784,
title = {SC '23: Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
title = {Parallel Top-K Algorithms on GPU: A Comprehensive Study and New Methods},
author={Jingrong Zhang, Akira Naruse, Xipeng Li, and Yong Wang},
year = {2023},
isbn = {9798400701092},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
abstract = {Started in 1988, the SC Conference has become the annual nexus for researchers and practitioners from academia, industry and government to share information and foster collaborations to advance the state of the art in High Performance Computing (HPC), Networking, Storage, and Analysis.},
location = {, Denver, CO, USA, }
location = {Denver, CO, USA}
series = {SC '23}
}
```

Expand All @@ -394,4 +393,4 @@ If citing the nearest neighbors descent API, please consider the following bibte
location = {Virtual Event, Queensland, Australia},
series = {CIKM '21}
}
```
```

0 comments on commit 8158538

Please sign in to comment.