diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index 3fa0655..0000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{orban-siqueira-quadraticmodels-2020, - author = {D. Orban and A. S. Siqueira and {contributors}}, - title = {{QuadraticModels.jl}: Data Structures for Linear and Quadratic Optimization Problems based on {NLPModels.jl}}, - month = {December}, - howpublished = {\url{https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl}}, - year = {2020}, - DOI = {10.5281/zenodo.4027577} -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e8dd24b --- /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: >- + QuadraticModels.jl: Data Structures for Linear and Quadratic Optimization Problems based on NLPModels +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@gerad.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.4027577 +keywords: + - Linear Algebra + - Julia + - Matrix Factorization +license: MPL-2.0 +version: 0.9.5 +date-released: '2023-12-04' +repository-code: >- + https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl diff --git a/Project.toml b/Project.toml index 2e6fef7..a82d4c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,5 @@ name = "QuadraticModels" uuid = "f468eda6-eac5-11e8-05a5-ff9e497bcd19" -authors = ["Dominique Orban "] version = "0.9.5" [deps]