From df111c961d45072ae92e692e56108a14fd73f664 Mon Sep 17 00:00:00 2001 From: tmigot Date: Fri, 19 Mar 2021 05:24:35 +0100 Subject: [PATCH 1/2] Create CITATION.bib --- CITATION.bib | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 00000000..2adb0642 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,8 @@ +@Misc{orban-siqueira-optimizationproblems-2021, + author = {D. Orban and A. S. Siqueira and {contributors}}, + title = {{OptimizationProblems.jl}: A collection of optimization problems in {JuMP} syntax}, + month = {March}, + howpublished = {\url{https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl}}, + year = {2021}, + DOI = {10.5281/zenodo.3672094}, +} From 9703f2bb246c0e9c363d08d486245c51bcffd493 Mon Sep 17 00:00:00 2001 From: tmigot Date: Fri, 19 Mar 2021 06:15:15 +0100 Subject: [PATCH 2/2] update citetion readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8fb16436..32340635 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # OptimizationProblems +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3672094.svg)](https://doi.org/10.5281/zenodo.3672094) [![CI](https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/actions) [![Build Status](https://api.cirrus-ci.com/github/JuliaSmoothOptimizers/OptimizationProblems.jl.svg)](https://cirrus-ci.com/github/JuliaSmoothOptimizers/OptimizationProblems.jl) [![codecov](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl) @@ -33,3 +34,7 @@ objective, constraints and their derivatives. Please open pull requests to submit new problems! When submitting a problem, please pay particular attention to the documentation. We would like to gather as much information as possible on the provenance of problems. + +## How to cite + +If you use OptimizationProblems.jl in your work, please cite using the format given in [CITATION.bib](CITATION.bib).