From 22b923dc8243242fbda65d1f5a89e351026f5e17 Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Wed, 7 Dec 2016 14:36:11 +0100 Subject: [PATCH] Citation updated --- inst/CITATION | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/inst/CITATION b/inst/CITATION index 1612560b..f655e189 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,16 +1,16 @@ -citHeader("To cite airGR in publications use these references:") +citHeader("To cite airGR in publications use these two references:") citEntry(entry="Article", title = "airGR: A suite of lumped hydrological models in an R-package", author = personList(as.person("L. Coron"), as.person("G. Thirel"), as.person("O. Delaigue"), as.person("C. Perrin"), as.person("V. Andréassian")), journal = "Environmental Modelling and software", - year = "in prep.", + year = "submitted", textVersion = - paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V. ", - "(in prep.). ", - "airGR: A suite of lumped hydrological models in an R-package. ", - "Environmental Modelling and software. ", - sep="") + paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V.", + "(submitted).", + "airGR: A suite of lumped hydrological models in an R-package.", + "Environmental Modelling and software.", + sep = " ") ) citEntry(entry="Manual", @@ -21,10 +21,10 @@ citEntry(entry="Manual", note = "R package version 1.0.3", url = "https://webgr.irstea.fr/airGR/?lang=en", textVersion = - paste("Coron, L., Perrin, C. and Michel, C. ", - "(2016). ", - "airGR: Suite of GR hydrological models for precipitation-runoff modelling. ", - "R package version 1.0.3", - "https://webgr.irstea.fr/airGR/?lang=en", - sep="") + paste("Coron, L., Perrin, C. and Michel, C.", + "(2016).", + "airGR: Suite of GR hydrological models for precipitation-runoff modelling.", + "R package version 1.0.3.", + "https://webgr.irstea.fr/airGR/?lang=en.", + sep = " ") ) -- GitLab