references
About
This page has the metadata:
index.qmd
---
title: "references"
bibliography: references.bib
csl: chicago-author-date.csl
link-citations: false
---I got from chicago-author-date.csl from https://github.com/citation-style-language/styles/blob/master/chicago-author-date.csl
I edited it to completely rename the <bibliography></bibliography> tags to <citation></citation> and removed the <bibliography></bibliography> tag in its entirety.
Each section below uses the usual Quarto cite syntax, e.g:
## Articles
* @bion2018
* @knuth1984Articles
Bion, Ricardo, Robert Chang, and Jason Goodman 2018. “How r Helps Airbnb Make the Most of Its Data.” The American Statistician 72 (1): 46–52. https://doi.org/10.1080/00031305.2017.1392362.
Knuth, Donald E. 1984. “Literate Programming.” The Computer Journal 27 (2): 97–111.
Books
Xie, Yihui 2015. Dynamic Documents with R and Knitr. 2nd ed. Chapman; Hall/CRC. https://yihui.name/knitr/.
Wickham, Hadley 2015. R Packages. 1st ed. O’Reilly Media, Inc.