From 0ba1b31c8271958ef47c652a9119205a833f95c4 Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 12 Feb 2024 07:32:29 -0500 Subject: [PATCH] Use CITATION.cff (#87) * Use CITATION.cff instead of bib --- CITATION.bib | 8 -------- CITATION.cff | 33 +++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 34 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 e99bd30..0000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{orban-limitedldlfactorizations-2020, - author = {D. Orban and {contributors}}, - title = {{LimitedLDLFactorizations.jl}: Limited-Memory $LDL^T$ Factorization}, - month = {January}, - howpublished = {https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl}, - year = {2021}, - DOI = {10.5281/zenodo.3474804}, -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..cd9e9a2 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,33 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: >- + LimitedLDLFactorizations.jl: Limited-Memory $LDL^T$ Factorization +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - 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 + - given-names: contributors +identifiers: + - description: Zenodo archive + type: doi + value: 10.5281/zenodo.3474804 +keywords: + - Linear Algebra + - Julia + - Matrix Factorization +license: MPL-2.0 +version: 0.5.1 +date-released: '2023-10-18' +repository-code: >- + https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl diff --git a/README.md b/README.md index 4c7a2f4..d04f104 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Port of LLDL to Julia. See https://github.com/optimizers/lldl. -Please cite this repository if you use LimitedLDLFactorizations.jl in your work: see [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl/blob/main/CITATION.bib). +Please cite this repository if you use LimitedLDLFactorizations.jl in your work: see [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl/blob/main/CITATION.cff). LimitedLDLFactorizations is a limited-memory LDLᵀ factorization for symmetric matrices. Given a symmetric matrix A, we search for a unit lower triangular L, a