diff --git a/CITATION.cff b/CITATION.cff index bb7f67e0..97185386 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,8 @@ -# This CITATION.cff file was generated with cffinit. -# Visit https://bit.ly/cffinit to generate yours today! - cff-version: 1.2.0 title: KernelAbstractions.jl message: 'If you use this software, please cite it as below.' type: software +doi: 10.5281/zenodo.4021259 authors: - family-names: Churavy given-names: Valentin diff --git a/README.md b/README.md index 20db4021..2605bc56 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Cite this package as author = {Churavy, Valentin}, license = {MIT}, title = {{KernelAbstractions.jl}}, -url = {https://github.com/JuliaGPU/KernelAbstractions.jl} -doi = {10.5281/zenodo.4021259}, +url = {https://github.com/JuliaGPU/KernelAbstractions.jl}, +doi = {10.5281/zenodo.4021259} } ```