Skip to content

Commit 9113861

Browse files
Copilotosorensen
andcommitted
Add inst/CITATION file and update REFERENCES.bib with volume/issue info
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
1 parent 775ed9c commit 9113861

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)