From 28853891d1f3d38f602d45d03f0e0a8de8112e71 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Thu, 4 Jun 2020 17:47:03 +0200
Subject: [PATCH] doc: Add bibliographic reference

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8016abe..91bdc86 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # VGEST
 
-VGEST is software developped in Pascal by Jean-Claude Bader. It serves to calculate water volume limits to be respected in reservoirs set up in parallel on a hydrographic network, to allow the best future satisfaction of a common downstream management objective (low-water support or flood lamination).
-
-*Bader, J.-C., Dorchies, D., 2016. Calcul des limites de volumes d’eau à respecter dans des réservoirs implantés en parallèle sur un réseau hydrographique, pour permettre la meilleure satisfaction future d’un objectif commun de gestion à l’aval (soutien d’étiage ou laminage de crue) : logiciel VGEST - Application au cas du bassin de la Seine (Amélioration et extension de la méthode précédemment développée dans le cadre du programme Climaware). IRD, Montpellier. https://www.documentation.ird.fr/hor/fdi:010070461*
+VGEST is software developped in Pascal by Jean-Claude Bader [^Bader2016]. It serves to calculate water volume limits to be respected in reservoirs set up in parallel on a hydrographic network, to allow the best future satisfaction of a common downstream management objective (low-water support or flood lamination).
 
 
 ## Requirements
@@ -22,7 +20,12 @@ C:\FPC\bin\i386-win32\fpc.exe src\VGEST.PAS && move /Y src\VGEST.exe .
 
 ## Get started with the example
 
-The `example` directory contains all the configuration for calculating statistics about respecting a maximum flow of 110 m<sup>3</sup>/s at Paris. These statistics are calculated from the Seine River Basin naturalised flow database between 1993/01/01 and 2009/12/31.
+The `example` directory contains all the configuration for calculating statistics about respecting a maximum flow of 110 m<sup>3</sup>/s at Paris. These statistics are calculated from the Seine River Basin naturalised flow database between 1993/01/01 and 2009/12/31 [^Hydratec2011].
 
 Copy the files contained in the `example` directory to the root directory and run `VGEST.exe`.
 
+## References
+
+[^Bader2016]: Bader, J.-C., Dorchies, D., 2016. Calcul des limites de volumes d’eau à respecter dans des réservoirs implantés en parallèle sur un réseau hydrographique, pour permettre la meilleure satisfaction future d’un objectif commun de gestion à l’aval (soutien d’étiage ou laminage de crue) : logiciel VGEST - Application au cas du bassin de la Seine (Amélioration et extension de la méthode précédemment développée dans le cadre du programme Climaware). IRD, Montpellier. https://www.documentation.ird.fr/hor/fdi:010070461
+
+[^Hydratec2011]: Hydratec, 2011. Actualisation de la base de données des débits journaliers naturalisés [Update of the naturalized daily streamflow database] (Rapport d’étude). Hydratec, Paris.
-- 
GitLab