From ef5dd3659f32e7c62085147b6d78a4ab9316027c Mon Sep 17 00:00:00 2001 From: David Charte Date: Mon, 18 Mar 2019 13:32:46 +0100 Subject: [PATCH] Add citation --- inst/CITATION | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 inst/CITATION diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..8e8c883 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,18 @@ +citHeader("To cite ruta in publications use:") + +citEntry( + entry = "Article", + title = "Ruta: Implementations of neural autoencoders in R", + author = personList(as.person("David Charte"), as.person("Francisco Herrera"), as.person("Francisco Charte")), + journal = "Knowledge-Based Systems", + year = "2019", + volume = "In press", + doi = "10.1016/j.knosys.2019.01.014", + + textVersion = paste( + "D. Charte, F. Herrera and F. Charte,", + "Ruta: Implementations of neural autoencoders in R,", + "Knowledge-Based Systems (2019),", + "https://doi.org/10.1016/j.knosys.2019.01.01" + ) +)