From db5eed9a54130d0e4a56a7753171ffbecde2b5da Mon Sep 17 00:00:00 2001
From: Olivier Delaigue <olivier.delaigue@irstea.fr>
Date: Thu, 14 Apr 2016 15:55:55 +0200
Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20d'un=20fichier=20de=20citation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Olivier Delaigue <olivier.delaigue@irstea.fr>
---
 inst/CITATION | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 inst/CITATION

diff --git a/inst/CITATION b/inst/CITATION
new file mode 100644
index 00000000..01468842
--- /dev/null
+++ b/inst/CITATION
@@ -0,0 +1,30 @@
+citHeader("To cite airGR in publications use these references:")
+
+citEntry(entry="Article",
+	title = "airGR: A suite of lumped hydrological models in an R-package",
+        author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("O. Delaigue"), as.person("G. Thirel"), as.person("V. Andréassian")),
+	journal = "Environmental Modelling and software",
+  	year = "in prep.",       
+        textVersion = 
+        paste("Coron, L., Perrin, C., Delaigue, O., Thirel, G. and Andréassian, V. ",
+	       "(in prep.): ", 
+               "airGR: A suite of lumped hydrological models in an R-package. ",
+               "Environmental Modelling and software. ",
+               sep="")
+         )
+
+citEntry(entry="Manual",
+	title = "airGR: Suite of GR hydrological models for precipitation-runoff modelling",
+        author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")),
+	journal = "R News",
+  	year = "2016",
+    note = "R package version 0.9.0.1",
+    url = "http://webgr.irstea.fr/modeles/?lang=en",
+        textVersion = 
+        paste("Coron, L., Perrin, C., Michel, C. ",
+	       "(2016): ", 
+               "airGR: Suite of GR hydrological models for precipitation-runoff modelling. ",
+               "R package version 1.0.0.0. ",
+               "http://webgr.irstea.fr/modeles/?lang=en",
+               sep="")
+         )
-- 
GitLab