From beaf0b785f8df36fc4d71503ed2426a5f69f5475 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 27 Jul 2023 11:10:41 -0500 Subject: [PATCH] Add zenodo.json --- .zenodo.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..64d5b82 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,27 @@ +{ + "creators": [ + { + "orcid": "0000-0002-5022-9802", + "affiliation": "Argonne National Laboratory", + "name": "Santos Xavier, Alinson" + }, + { + "affiliation": "University of Florida", + "name": "Kazachkov, Aleksandr M." + }, + { + "affiliation": "Technische Universität Berlin", + "name": "Yurdakul, Ogün" + }, + { + "affiliation": "Purdue University", + "name": "He, Jun" + }, + { + "affiliation": "Argonne National Laboratory", + "name": "Qiu, Feng" + } + ], + "title": "UnitCommitment.jl: A Julia/JuMP Optimization Package for Security-Constrained Unit Commitment", + "description": "UnitCommitment.jl (UC.jl) is an optimization package for the Security-Constrained Unit Commitment Problem (SCUC), a fundamental optimization problem in power systems used, for example, to clear the day-ahead electricity markets. The package provides benchmark instances for the problem and Julia/JuMP implementations of state-of-the-art mixed-integer programming formulations." + } \ No newline at end of file