From c4a5622940d4b20e83215f113d0ff31c55b13695 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 27 Mar 2018 20:29:20 +0100 Subject: add citation to package --- README.md | 2 +- inst/CITATION | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 inst/CITATION diff --git a/README.md b/README.md index 65f1f88..1fc8143 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ avialable through the following R command: Alternatively, you can use the following BibTeX code directly: @article{JMLR:v17:14-526, - author = {Gerrit J.J. van den Burg and Patrick J.F. Groenen}, + author = {Gerrit J.J. {van den Burg} and Patrick J.F. Groenen}, title = {{GenSVM}: A Generalized Multiclass Support Vector Machine}, journal = {Journal of Machine Learning Research}, year = {2016}, diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..243ec70 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,21 @@ +citHeader("To site GenSVM in publications use:") + +bibentry(bibtype="article", + key="JMLR:v17:14-526", + title= "{GenSVM}: A Generalized Multiclass Support Vector Machine", + author = personList( + as.person("Gerrit J.J. van den Burg"), + as.person("Patrick J.F. Groenen") + ), + journal = "Journal of Machine Learning Research", + year = "2016", + volume = "17", + number = "225", + pages = "1-42", + url = "http://jmlr.org/papers/v17/14-526.html", + textVersion = paste( + "Gerrit J.J. van den Burg and Patrick J.F. Groenen (2016).", + "GenSVM: A Generalized Multiclass Support Vector Machine.", + "Journal of Machine Learning Research, 17(225):1--42." + ) +) -- cgit v1.2.3