diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index 7584d94..0000000 --- a/CITATION.bib +++ /dev/null @@ -1,8 +0,0 @@ -@Misc{orban-siqueira-nlpmodelsknitro-2020, - author = {D. Orban and A. S. Siqueira and {contributors}}, - title = {{NLPModelsKnitro.jl}: A thin {KNITRO} wrapper for {NLPModels}}, - month = {July}, - howpublished = {\url{https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl}}, - year = {2020}, - DOI = {10.5281/zenodo.3994983}, -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..55dda6e --- /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: >- + NLPModelsKnitro.jl: A thin KNITRO wrapper for NLPModels +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.3994983 +keywords: + - Nonlinear Optimization + - Least squares + - Julia + - Nonlinear Programming +license: MPL-2.0 +version: 0.8.0 +date-released: '2023-10-30' +repository-code: >- + https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl diff --git a/Project.toml b/Project.toml index bc2b78a..0542022 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,5 @@ name = "NLPModelsKnitro" uuid = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb" -authors = ["Dominique Orban "] version = "0.8.0" [deps] diff --git a/README.md b/README.md index 107aa8f..08697e7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## How to Cite - If you use NLPModelsKnitro.jl in your work, please cite using the format given in [CITATION.bib](https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl/blob/main/CITATION.bib). + If you use NLPModelsKnitro.jl in your work, please cite using the format given in [CITATION.cff](https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl/blob/main/CITATION.cff). [![CI](https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl/actions/workflows/CI_M1.yml/badge.svg)](https://github.com/JuliaSmoothOptimizers/NLPModelsKnitro.jl/actions/workflows/CI_M1.yml) [![DOI](https://zenodo.org/badge/181238418.svg)](https://zenodo.org/badge/latestdoi/181238418)