From 849dfad16c9a331a293c5a12dbd5309e9651954c Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 12 Feb 2024 07:33:50 -0500 Subject: [PATCH] Use CITATION.cff (#310) * Use CITATION.cff Co-authored-by: geoffroyleconte <47035783+geoffroyleconte@users.noreply.github.com> --- CITATION.bib | 8 -------- CITATION.cff | 46 ++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 47 insertions(+), 9 deletions(-) delete mode 100644 CITATION.bib create mode 100644 CITATION.cff diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index 8b5dc5cb..00000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{orban-siqueira-linearoperators-2020, - author = {D. Orban and A. S. Siqueira and {contributors}}, - title = {{LinearOperators.jl}}, - month = {September}, - howpublished = {\url{https://github.com/JuliaSmoothOptimizers/LinearOperators.jl}}, - year = {2020}, - DOI = {10.5281/zenodo.2559295}, -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..44b8f1d8 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,46 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: >- + LinearOperators.jl: Linear Operators for Julia +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Geoffroy + family-names: Leconte + email: geoffroy.leconte@polymtl.ca + affiliation: >- + GERAD and Department of Mathematics and + Industrial Engineering, Polytechnique Montréal, + QC, Canada. + orcid: 'https://orcid.org/0000-0002-1825-1639' + - given-names: Dominique + family-names: Orban + email: dominique.orban@gerad.ca + orcid: 'https://orcid.org/0000-0002-8017-7687' + affiliation: >- + GERAD and Department of Mathematics and + Industrial Engineering, Polytechnique Montréal, + QC, Canada + - affiliation: 'Netherlands eScience Center, Amsterdam, NL' + orcid: 'https://orcid.org/0000-0003-4451-281X' + email: abel.s.siqueira@gmail.com + given-names: Abel + family-names: Soares Siqueira + - given-names: contributors +identifiers: + - description: Zenodo archive + type: doi + value: 10.5281/zenodo.2559295 +keywords: + - Linear Algebra + - Julia + - Matrix Factorization +license: MPL-2.0 +version: 2.6.0 +date-released: '2023-12-11' +repository-code: >- + https://github.com/JuliaSmoothOptimizers/LinearOperators.jl diff --git a/README.md b/README.md index 16da0933..e3e939a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## How to Cite -If you use LinearOperators.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/blob/main/CITATION.bib). +If you use LinearOperators.jl in your work, please cite using the format given in [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/blob/main/CITATION.cff). ## Philosophy