diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-27 20:29:20 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-27 20:29:20 +0100 |
| commit | c4a5622940d4b20e83215f113d0ff31c55b13695 (patch) | |
| tree | 403fff5d7c0577288fb22f1ba19a57baf1b63468 | |
| parent | add readme (diff) | |
| download | rgensvm-c4a5622940d4b20e83215f113d0ff31c55b13695.tar.gz rgensvm-c4a5622940d4b20e83215f113d0ff31c55b13695.zip | |
add citation to package
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | inst/CITATION | 21 |
2 files changed, 22 insertions, 1 deletions
@@ -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." + ) +) |
