citHeader("To cite package ''CascadeData'' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry = "Article",
         title = "Cascade: a R-package to study, predict and simulate the diffusion of a signal through a temporal gene network",
         author = personList(as.person("Nicolas Jung"),
                             as.person("Frederic Bertrand"),
                             as.person("Seiamak Bahram"),
                             as.person("Myriam Maumy-Bertrand"),
                             as.person("Laurent Vallat")
                             ),
         year = 2014,
         
journal="Bioinformatics",
issue=4,
volume=30,
pages="571-3",
         textVersion =
         paste0("Jung, N., Bertrand, F., Bahram, S., Vallat, L., and Maumy-Bertrand, M. (2014). Cascade: a R-package to study, predict and simulate the diffusion of a signal through a temporal gene network. Bioinformatics, 30(4):571-3, btt705."))