-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The BibTex entries generated in the article listing (https://computo-journal.org/site/publications.html) are different from the one generated within the articles.
For instance, for the last paper published, the BibTex button sends
@Article{jacques2025,
title={Model-Based Clustering and Variable Selection for Multivariate Count Data},
author={Julien Jacques and Thomas Brendan Murphy},
journal={Computo},
year={2025},
url={https://doi.org/10.57750/6v7b-8483}
}
while the citation generated by quarto from the metadata is
(see https://computo-journal.org/published-202507-jacques-count-data/#citation)
@Article{jacques2025,
author = {Jacques, Julien and Brendan Murphy, Thomas},
publisher = {French Statistical Society},
title = {Model-Based {Clustering} and {Variable} {Selection} for
{Multivariate} {Count} {Data}},
journal = {Computo},
date = {2025-07-01},
doi = {10.57750/6v7b-8483},
issn = {2824-7795},
langid = {en},
abstract = {Model-based clustering provides a principled way of
developing clustering methods. We develop a new model-based
clustering methods for count data. The method combines clustering
and variable selection for improved clustering. The method is based
on conditionally independent Poisson mixture models and Poisson
generalized linear models. The method is demonstrated on simulated
data and data from an ultra running race, where the method yields
excellent clustering and variable selection performance.}
}