From ca5e9e27bb57bd4c75e77a4ec3fcfc24aa7972ea Mon Sep 17 00:00:00 2001 From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local> Date: Sat, 18 Nov 2023 15:06:09 +0100 Subject: [PATCH] adding references in citation --- docs/source/citation.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/source/citation.rst b/docs/source/citation.rst index 5a5ad1f..30ff32d 100644 --- a/docs/source/citation.rst +++ b/docs/source/citation.rst @@ -1,7 +1,8 @@ Citing GBOML ------------ -An early version of the GBOML framework was introduced in a recent paper: https://www.frontiersin.org/articles/10.3389/fenrg.2021.671279/full. -GBOML has been published in the Journal of Open-Source Software : https://joss.theoj.org/papers/10.21105/joss.04158. +An early version of the GBOML framework was introduced in a paper: https://www.frontiersin.org/articles/10.3389/fenrg.2021.671279/full. +GBOML software has been published in the Journal of Open-Source Software : https://joss.theoj.org/papers/10.21105/joss.04158. +The inner workings of GBOML and a benchmark have been discussed in a recent paper published in Optimization Methods and Software : https://www.tandfonline.com/doi/full/10.1080/10556788.2023.2246169 . To cite the software : @@ -20,3 +21,18 @@ To cite the software : journal = {Journal of Open Source Software} } +.. code-block:: + + @article{Miftari2023, + author = {Bardhyl Miftari, Mathias Berger, Guillaume Derval, Quentin Louveaux and Damien Ernst}, + title = {GBOML: a structure-exploiting optimization modelling language in Python}, + journal = {Optimization Methods and Software}, + volume = {0}, + number = {0}, + pages = {1-30}, + year = {2023}, + publisher = {Taylor & Francis}, + doi = {10.1080/10556788.2023.2246169}, + URL = {https://doi.org/10.1080/10556788.2023.2246169}, + eprint = {https://doi.org/10.1080/10556788.2023.2246169} + } -- GitLab