1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
## -*- mode: r -*-
citHeader("To cite BatchJobs, BatchExperiments or batchtools in publications use:")
citEntry(entry = "Article",
title = "batchtools: Tools for R to work on batch systems",
author = personList(as.person("Michel Lang"),
as.person("Bernd Bischl"),
as.person("Dirk Surmann")),
journal = "The Journal of Open Source Software",
year = "2017",
month = "feb",
number = "10",
doi = "10.21105/joss.00135",
url = "https://doi.org/10.21105/joss.00135",
textVersion =
paste("Michel Lang, Bernd Bischl, Dirk Surmann (2017).",
"batchtools: Tools for R to work on batch systems.",
"The Journal of Open Source Software, 2(10).",
"URL https://doi.org/10.21105/joss.00135.")
)
citEntry(entry = "Article",
title = "{BatchJobs} and {BatchExperiments}: Abstraction Mechanisms for Using {R} in Batch Environments",
author = personList(as.person("Bernd Bischl"),
as.person("Michel Lang"),
as.person("Olaf Mersmann"),
as.person("J{\\\"o}rg Rahnenf{\\\"u}hrer"),
as.person("Claus Weihs")),
journal = "Journal of Statistical Software",
year = "2015",
volume = "64",
number = "11",
pages = "1--25",
doi = "10.18637/jss.v064.i11",
url = "https://www.jstatsoft.org/v64/i11/",
textVersion =
paste("Bernd Bischl, Michel Lang, Olaf Mersmann, Joerg Rahnenfuehrer, Claus Weihs (2015).",
"BatchJobs and BatchExperiments: Abstraction Mechanisms for Using R in Batch Environments.",
"Journal of Statistical Software, 64(11), 1-25.",
"URL https://www.jstatsoft.org/v64/i11/.")
)
|