Skip to content

Commit

Permalink
Add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdavidcl committed Mar 18, 2019
1 parent 79eb9d3 commit ef5dd36
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -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"
)
)

0 comments on commit ef5dd36

Please sign in to comment.