Instructions for managing the bibliography and converting formats.
This skill handles citation management and format conversion.
bibliography.bib (BibTeX format) is the master source for citations.authorYEARkeyword (lowercase).
mitchell2019artificial, bolukbasi2016debiasing.To convert between BibTeX and CSL YAML (often used in Quarto frontmatter):
quarto pandoc:
quarto pandoc bibliography.bib -t csljson -o bibliography.jsonquarto pandoc bibliography.bib -t markdown -o bibliography.mdreferences.yml), manual entry might be required if automated tools aren't configured.bibliography.bib are cited in at least one exercise.