Skip to content

Commit

Permalink
fixed citation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Oct 16, 2021
1 parent 23dd112 commit 667f199
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,34 @@
citation(auto = meta)

bibentry(bibtype = "article",
title = paste("Getting things in order: ",
"An introduction to the R package seriation"),
author = {
personList(person("Michael", "Hahsler",
email = "[email protected]"),
person("Kurt", "Hornik",
email = "[email protected]"),
person("Christian", "Buchta",
email = "[email protected]"))
},
year = 2008,
journal = "Journal of Statistical Software",
volume = 25,
number = 3,
pages = "1--34",
url = "https://www.jstatsoft.org/v25/i03/",
doi = "10.18637/jss.v025.i03",
month = "March",
issn = "1548-7660"
)
title = paste("Getting things in order: ",
"An introduction to the R package seriation"),
author = {
personList(person("Michael", "Hahsler",
email = "[email protected]"),
person("Kurt", "Hornik",
email = "[email protected]"),
person("Christian", "Buchta",
email = "[email protected]"))
},
year = 2008,
journal = "Journal of Statistical Software",
volume = 25,
number = 3,
pages = "1--34",
doi = "10.18637/jss.v025.i03",
month = "March",
issn = "1548-7660"
)

bibentry(bibtype = "article",
title = "An experimental comparison of seriation methods for one-mode two-way data",
author = person("Michael", "Hahsler", email = "[email protected]"),
year = 2017,
journal = "European Journal of Operational Research",
volume = 257,
number = 1,
pages = "133--143",
doi = "10.1016/j.ejor.2016.08.066",
month = "February"
)

0 comments on commit 667f199

Please sign in to comment.