Commit 61bcbcb5 authored by unknown's avatar unknown
Browse files

v1.0.6.18 new reference to article

Showing with 32 additions and 27 deletions
+32 -27
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.6.17 Version: 1.0.6.18
Date: 2017-04-11 Date: 2017-05-22
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")), person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")), person("Charles", "Perrin", role = c("aut", "ths")),
......
...@@ -6,30 +6,35 @@ note <- sprintf("R package version %s", version) ...@@ -6,30 +6,35 @@ note <- sprintf("R package version %s", version)
citHeader("To cite airGR in publications use these two references:") citHeader("To cite airGR in publications use these two references:")
bibentry(bibtype="Article", bibentry(bibtype="Article",
title = "The Suite of Lumped GR Hydrological Models in an R package", title = "The Suite of Lumped {GR} 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")), 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", journal = "Environmental Modelling and Software",
year = "submitted", year = "2017",
textVersion = pages = {166--171},
paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V.", volume = {94},
"(submitted).", doi = "10.1016/j.envsoft.2017.05.002",
"The Suite of Lumped GR Hydrological Models in an R package.", textVersion =
"Environmental Modelling and Software.", paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V.",
sep = " ") "(2017).",
) "The Suite of Lumped GR Hydrological Models in an R package.",
"Environmental Modelling and Software,",
"94, 432-440.",
"DOI: 10.1016/j.envsoft.2017.05.002.",
sep = " ")
)
bibentry(bibtype="Manual", bibentry(bibtype="Manual",
title = "airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling", 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")), author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")),
journal = "R News", journal = "R News",
year = year, year = year,
note = note, note = note,
url = "https://webgr.irstea.fr/airGR/?lang=en", url = "https://webgr.irstea.fr/airGR/?lang=en",
textVersion = textVersion =
paste("Coron, L., Perrin, C. and Michel, C.", paste0("Coron, L., Perrin, C. and Michel, C. (",
year, year,
"airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling.", "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ",
note, note,
"https://webgr.irstea.fr/airGR/?lang=en.", ". URL: https://webgr.irstea.fr/airGR/."
sep = " ") )
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment