Skip to content

Commit 60a17b5

Browse files
authored
Update README.md
1 parent dc058de commit 60a17b5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Currently, the following backends are supported:
2424
[docs-stable-url]: https://juliagpu.github.io/KernelAbstractions.jl/stable
2525
[docs-latest-img]: https://img.shields.io/badge/docs-dev-blue.svg
2626
[docs-latest-url]: https://juliagpu.github.io/KernelAbstractions.jl/dev
27-
[doi-img]: https://zenodo.org/badge/DOI/10.5281/zenodo.15635193.svg
28-
[doi-url]: https://doi.org/10.5281/zenodo.15635193
27+
[doi-img]: https://zenodo.org/badge/DOI/10.5281/zenodo.4021259.svg
28+
[doi-url]: https://doi.org/10.5281/zenodo.4021259
2929
[codecov-img]: https://codecov.io/gh/JuliaGPU/KernelAbstractions.jl/branch/main/graph/badge.svg
3030
[codecov-url]: https://codecov.io/gh/JuliaGPU/KernelAbstractions.jl
3131
[ci-img]: https://github.com/JuliaGPU/KernelAbstractions.jl/actions/workflows/ci.yml/badge.svg?branch=main
@@ -37,3 +37,16 @@ License
3737
-------
3838

3939
KernelAbstractions.jl is licensed under the [MIT license](LICENSE.md).
40+
41+
Cite this package as
42+
--------------------
43+
44+
```
45+
@software{Churavy_KernelAbstractions_jl,
46+
author = {Churavy, Valentin},
47+
license = {MIT},
48+
title = {{KernelAbstractions.jl}},
49+
url = {https://github.com/JuliaGPU/KernelAbstractions.jl}
50+
doi = {10.5281/zenodo.4021259},
51+
}
52+
```

0 commit comments

Comments
 (0)