Skip to content

Commit 78dc5bf

Browse files
authored
Merge pull request #80 from osorensen/copilot/update-citation-format
Add inst/CITATION for published article
2 parents 57d05ad + 9113861 commit 78dc5bf

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

inst/CITATION

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
bibentry(
2+
bibtype = "Article",
3+
title = "Sequential Rank and Preference Learning with the Bayesian Mallows Model",
4+
author = c(
5+
person("Øystein", "Sørensen"),
6+
person("Anja", "Stein"),
7+
person("Waldir Leoncio", "Netto"),
8+
person("David S.", "Leslie")
9+
),
10+
journal = "Bayesian Analysis",
11+
year = "2025",
12+
volume = "1",
13+
number = "1",
14+
pages = "1--26",
15+
doi = "10.1214/25-BA1564",
16+
url = "https://doi.org/10.1214/25-BA1564",
17+
textVersion = paste(
18+
"Sørensen, Ø., Stein, A., Netto, W. L., & Leslie, D. S. (2025).",
19+
"Sequential Rank and Preference Learning with the Bayesian Mallows Model.",
20+
"Bayesian Analysis, 1(1), 1–26.",
21+
"https://doi.org/10.1214/25-BA1564"
22+
)
23+
)

inst/REFERENCES.bib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ @article{10.1214/25-BA1564
33
title = {{Sequential Rank and Preference Learning with the Bayesian Mallows Model}},
44
journal = {Bayesian Analysis},
55
publisher = {International Society for Bayesian Analysis},
6+
volume = {1},
7+
number = {1},
68
pages = {1 -- 26},
79
keywords = {Mallows mixtures, partial rankings, particle filter, preference learning, SMC2},
810
year = {2025},

0 commit comments

Comments
 (0)