From b346532b6409e3e61d0686cd13e6c2f378985c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81linson=20S=2E=20Xavier?= Date: Thu, 12 Nov 2020 07:57:07 -0600 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index be61f4c..72648dd 100755 --- a/README.md +++ b/README.md @@ -33,3 +33,21 @@ ### License Released under the modified BSD license. See `LICENSE.md` for more details. + +### Citing + +If you find UC.jl useful in your research, we would appreciate a citation such as: + +``` +@software{ucjl, + author = {Alinson S. Xavier and Feng Qiu}, + title = {{UnitCommitment.jl: A Julia/JuMP Optimization Package + for the Security-Constrained Unit Commitment Problem}}, + month = nov, + year = 2020, + publisher = {Zenodo}, + version = {v0.1.0}, + doi = {10.5281/zenodo.4269874}, + url = {https://doi.org/10.5281/zenodo.4269874} +} +```