diff options
| -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." + ) +) |
