diff --git a/.reuse/dep5 b/.reuse/dep5 index 3621bb2ef..78eea379a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -31,6 +31,9 @@ Files: AUTHORS.md Copyright: 2024 OGL authors License: GPL-3.0-or-later +Files: CITATION.cff +Copyright: 2024 OGL authors +License: GPL-3.0-or-later # Sample paragraph, commented out: # # Files: src/* diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..70033f7d5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - names: "The OGL authors" +title: "The OpenFOAM Ginkgo Layer (OGL)" +version: 0.5.3 +date-released: 2024-03-08 +url: "https://github.com/hpsim/OGL" +preferred-citation: + type: article + authors: + - family-names: "Olenik" + given-names: "Gregor" + - family-names: "Koch" + given-names: "Marcel" + - family-names: "Boutanios" + given-names: "Ziad" + - family-names: "Anzt" + given-names: "Hartwig" + doi: "10.1007/s11012-024-01806-1" + journal: "Meccanica" + month: 6 + title: "Towards a platform‑portable linear algebra backend for OpenFOAM" + year: 2024 \ No newline at end of file diff --git a/README.md b/README.md index 7efc5eb51..a63966765 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,18 @@ When using OGL please cite the main Ginkgo paper describing Ginkgo's purpose, de available through the following reference: ``` bibtex +@Article{Olenik2024, +author={Olenik, Gregor and Koch, Marcel and Boutanios, Ziad and Anzt, Hartwig}, +title={Towards a platform-portable linear algebra backend for OpenFOAM}, +journal={Meccanica}, +year={2024}, +month={Jun}, +day={12}, +issn={1572-9648}, +doi={10.1007/s11012-024-01806-1}, +url={https://doi.org/10.1007/s11012-024-01806-1} +} + @article{Anzt_Ginkgo_A_Modern_2022, author = {Anzt, Hartwig and Cojean, Terry and Flegar, Goran and Göbel, Fritz and Grützmacher, Thomas and Nayak, Pratik and Ribizel, Tobias and Tsai, Yuhsiang and Quintana-Ortí, Enrique S.}, doi = {10.1145/3480935},