From ac4dd5f7ae96973ac7e8961295ae09ac2b08e03b Mon Sep 17 00:00:00 2001 From: Bardhyl Miftari <bmiftari@MacBook-Pro-de-Bardhyl.local> Date: Sat, 18 Nov 2023 14:51:27 +0100 Subject: [PATCH] adding references --- docs/source/examples.rst | 5 ++++- docs/source/references.rst | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/source/references.rst diff --git a/docs/source/examples.rst b/docs/source/examples.rst index ea26949..51185a8 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -1,9 +1,10 @@ Examples ======== -This section describes three examples. The first example deals with a microgrid system design problem and illustrates the basic features of GBOML. +This section is divided in two parts. The first part is dedicated to three examples. The first example deals with a microgrid system design problem and illustrates the basic features of GBOML. The second example is more sophisticated and focuses on a remote carbon-neutral fuel supply chain planning problem. Finally, the third example is based on a hypothetical problem and illustrates the Python API. +The second part provides a list of reference papers and models that use GBOML. .. toctree:: :maxdepth: 3 @@ -11,3 +12,5 @@ Finally, the third example is based on a hypothetical problem and illustrates th ./microgrid_example.rst ./remote_hub_example.rst ./python_api_example.rst + ./references.rst + diff --git a/docs/source/references.rst b/docs/source/references.rst new file mode 100644 index 0000000..35766c9 --- /dev/null +++ b/docs/source/references.rst @@ -0,0 +1,10 @@ +Models and papers that use on GBOML +=================================== + +* Berger et al. 2021, Remote Renewable Hubs for Carbon-Neutral Synthetic Fuel Production, https://www.frontiersin.org/articles/10.3389/fenrg.2021.671279/full . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/remote_energy_supply_chain . + +* Cauz et al. 2023, Reinforcement Learning for Joint Design and Control of Battery-PV Systems, https://arxiv.org/pdf/2307.04244.pdf . + +* Dachet et al. 2023, Towards CO2 valorization in a multi remote renewable energy hub framework, https://arxiv.org/pdf/2303.09454.pdf . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/towards_co2_valorization . + +* Fonder et al. 2023, Synthetic methane for closing the carbon loop: Comparative study of three carbon sources for remote carbon-neutral fuel synthetization, https://arxiv.org/pdf/2310.01964.pdf . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/synthetic_methane_morocco/gboml_models . \ No newline at end of file -- GitLab