From 9e041c8b2e1751b2e21190e14e618a5409c601b5 Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 12 Feb 2024 07:45:34 -0500 Subject: [PATCH] Add CITATION.cff (#320) * Add CITATION.cff --- CITATION.bib | 8 -------- CITATION.cff | 47 +++++++++++++++++++++++++++++++++++++++++++++++ LICENSE.md | 2 +- README.md | 2 +- docs/src/index.md | 2 +- 5 files changed, 50 insertions(+), 11 deletions(-) delete mode 100644 CITATION.bib create mode 100644 CITATION.cff diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index ec03cd2b..00000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{orban-siqueira-optimizationproblems-2021, - author = {D. Orban and A. S. Siqueira and {contributors}}, - title = {{OptimizationProblems.jl}: A collection of optimization problems in Julia}, - month = {July}, - howpublished = {\url{https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl}}, - year = {2022}, - DOI = {10.5281/zenodo.3672094}, -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..c1aac6fd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,47 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: >- + OptimizationProblems.jl: A collection of optimization problems in Julia +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Tangi + family-names: Migot + email: tangi.migot@gmail.com + affiliation: >- + GERAD and Department of Mathematics and + Industrial Engineering, Polytechnique Montréal, + QC, Canada. + orcid: 'https://orcid.org/0000-0001-7729-2513' + - 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.3672094 +keywords: + - Nonlinear Optimization + - Least squares + - Julia + - Nonlinear Programming +license: MPL-2.0 +version: 0.7.3 +date-released: '2023-07-24' +repository-code: >- + https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl diff --git a/LICENSE.md b/LICENSE.md index bd88dc12..5595775b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2015-2019: Dominique Orban, Abel Soares Siqueira +Copyright (c) 2015-present: Tangi Migot and Dominique Orban and Abel Soares Siqueira OptimizationProblems.jl is licensed under the [MPL version 2.0](https://www.mozilla.org/MPL/2.0/). diff --git a/README.md b/README.md index 6353e42b..6478b270 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ as much information as possible on the provenance of problems. The documentation ## How to cite -If you use OptimizationProblems.jl in your work, please cite using the format given in [CITATION.bib](CITATION.bib). +If you use OptimizationProblems.jl in your work, please cite using the format given in [CITATION.cff](CITATION.cff). # Bug reports and discussions diff --git a/docs/src/index.md b/docs/src/index.md index e3a23e2c..aad812f8 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -15,7 +15,7 @@ pkg> test OptimizationProblems ## How to cite -If you use OptimizationProblems.jl in your work, please cite using the format given in [CITATION.bib](https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/blob/main/CITATION.bib). +If you use OptimizationProblems.jl in your work, please cite using the format given in [CITATION.cff](https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/blob/main/CITATION.cff). # Bug reports and discussions