diff --git a/README.md b/README.md index d2cf260..758ce46 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ A more elaborate example can be found in the detailed documentation. Examples fr ## Citing this package If you want to use this package in your work, please cite it as: -Natarajan, A., De Iorio, M., Heinecke, A., Mayer, E. and Glenn, S. (2023). ‘Cohesion and Repulsion in Bayesian Distance Clustering’, _Journal of the Americal Statistical Association_. DOI: [10.1080/01621459.2023.2191821](https://doi.org/10.1080/01621459.2023.2191821). +Natarajan, A., De Iorio, M., Heinecke, A., Mayer, E. and Glenn, S. (2023). ‘Cohesion and Repulsion in Bayesian Distance Clustering’, _Journal of the American Statistical Association, 119(546), pp. 1374--1384_. DOI: [10.1080/01621459.2023.2191821](https://doi.org/10.1080/01621459.2023.2191821). For BibTeX users: @@ -57,6 +57,9 @@ For BibTeX users: author = {Natarajan, Abhinav and De Iorio, Maria and Heinecke, Andreas and Mayer, Emanuel and Glenn, Simon}, title = {Cohesion and Repulsion in Bayesian Distance Clustering}, journal = {Journal of the American Statistical Association}, + volume = {119}, + issue = {546}, + pages={1374--1384}, year = {2023} } ``` diff --git a/docs/src/cite.md b/docs/src/cite.md index 9e96c69..c0472c3 100644 --- a/docs/src/cite.md +++ b/docs/src/cite.md @@ -1,7 +1,7 @@ # Citation Information If you want to use this package in your work, please cite it as: -Natarajan, A., De Iorio, M., Heinecke, A., Mayer, E. and Glenn, S. (2023). ‘Cohesion and Repulsion in Bayesian Distance Clustering’, _Journal of the Americal Statistical Association_. DOI: [10.1080/01621459.2023.2191821](https://doi.org/10.1080/01621459.2023.2191821). +Natarajan, A., De Iorio, M., Heinecke, A., Mayer, E. and Glenn, S. (2023). ‘Cohesion and Repulsion in Bayesian Distance Clustering’, _Journal of the American Statistical Association, 119(546), pp. 1374--1384_. DOI: [10.1080/01621459.2023.2191821](https://doi.org/10.1080/01621459.2023.2191821). For BibTeX users: @@ -11,6 +11,9 @@ For BibTeX users: author = {Natarajan, Abhinav and De Iorio, Maria and Heinecke, Andreas and Mayer, Emanuel and Glenn, Simon}, title = {Cohesion and Repulsion in Bayesian Distance Clustering}, journal = {Journal of the American Statistical Association}, + volume = {119}, + issue = {546}, + pages={1374--1384}, year = {2023} } -``` \ No newline at end of file +```