aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-27 20:29:20 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-27 20:29:20 +0100
commitc4a5622940d4b20e83215f113d0ff31c55b13695 (patch)
tree403fff5d7c0577288fb22f1ba19a57baf1b63468
parentadd readme (diff)
downloadrgensvm-c4a5622940d4b20e83215f113d0ff31c55b13695.tar.gz
rgensvm-c4a5622940d4b20e83215f113d0ff31c55b13695.zip
add citation to package
-rw-r--r--README.md2
-rw-r--r--inst/CITATION21
2 files changed, 22 insertions, 1 deletions
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."
+ )
+)