Skip to content

Commit f0136db

Browse files
committed
Add link to CITATIONS.bib to the README. [ci skip]
1 parent 68490fc commit f0136db

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CITATION.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% primary paper, detailing the CUDAnative.jl GPU compiler and relevant aspects
1+
% primary paper, detailing the GPU compiler and relevant aspects
22
@article{besard2018juliagpu,
33
author = {Besard, Tim and Foket, Christophe and De Sutter, Bjorn},
44
title = {Effective Extensible Programming: Unleashing {Julia} on {GPUs}},
@@ -11,7 +11,7 @@ @article{besard2018juliagpu
1111
primaryClass = {cs.PL},
1212
}
1313

14-
% specific paper on array programming for heterogeneous systems (incl. CuArrays.jl)
14+
% specific paper on array programming for heterogeneous systems
1515
@article{besard2019prototyping,
1616
title = {Rapid software prototyping for heterogeneous and distributed platforms},
1717
author = {Besard, Tim and Churavy, Valentin and Edelman, Alan and De Sutter, Bjorn},

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ For usage instructions and other information, please refer to the documentation
4343
[juliagpu.gitlab.io](https://juliagpu.gitlab.io/CUDA.jl/).
4444

4545

46+
## Supporting and Citing
47+
48+
Much of the software in this ecosystem was developed as part of academic research. If you
49+
would like to help support it, please star the repository as such metrics may help us secure
50+
funding in the future. If you use our software as part of your research, teaching, or other
51+
activities, we would be grateful if you could cite our work. The
52+
[CITATION.bib](https://github.com/JuliaGPU/CUDA.jl/blob/master/CITATION.bib) file in the
53+
root of this repository lists the relevant papers.
54+
55+
4656
## Project Status
4757

4858
The package is tested against, and being developed for, Julia 1.3 and above. Main

docs/src/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ contributions have been made by the following individuals:
5555
## Supporting and Citing
5656

5757
Much of the software in this ecosystem was developed as part of academic research. If you
58-
would like to help support it, please star the relevant repository as such metrics may help
59-
us secure funding in the future. If you use our software as part of your research, teaching,
60-
or other activities, we would be grateful if you could cite our work. The
61-
[CITATION.bib](https://github.com/JuliaGPU/CUDA.jl/blob/master/CITATION.bib) at the top of
62-
this repository lists the relevant papers.
58+
would like to help support it, please star the repository as such metrics may help us secure
59+
funding in the future. If you use our software as part of your research, teaching, or other
60+
activities, we would be grateful if you could cite our work. The
61+
[CITATION.bib](https://github.com/JuliaGPU/CUDA.jl/blob/master/CITATION.bib) file in the
62+
root of this repository lists the relevant papers.

0 commit comments

Comments
 (0)