Skip to content

Commit

Permalink
citation document and DOI (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Jun 18, 2019
1 parent 30c546f commit 62170d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@misc{BilevelOptimization.jl,
author = {Mathieu Besançon},
title = {matbesancon/BilevelOptimization.jl},
month = jun,
year = 2019,
doi = {10.5281/zenodo.3249187},
url = {https://doi.org/10.5281/zenodo.3249187}
}
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/matbesancon/BilevelOptimization.jl.svg?branch=master)](https://travis-ci.org/matbesancon/BilevelOptimization.jl)
[![codecov.io](http://codecov.io/github/matbesancon/BilevelOptimization.jl/coverage.svg?branch=master)](http://codecov.io/github/matbesancon/BilevelOptimization.jl?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/matbesancon/BilevelOptimization.jl/badge.svg?branch=master)](https://coveralls.io/github/matbesancon/BilevelOptimization.jl?branch=master)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3249187.svg)](https://doi.org/10.5281/zenodo.3249187)

This package is a Julia toolbox based on JuMP.jl for solving
[bilevel optimization problems](https://en.wikipedia.org/wiki/Bilevel_optimization).
Expand Down Expand Up @@ -241,12 +242,4 @@ including bilevel problems using non-linear techniques

## Citing

```
@misc{besancon19,
author = {{Mathieu Besançon}},
title = "BilevelOptimization.jl, a JuMP-based solver for linear bilevel optimization",
url = {https://github.com/matbesancon/BilevelOptimization.jl},
version = {0.2},
year = {2019}
}
```
See *CITATION.bib*

0 comments on commit 62170d6

Please sign in to comment.