You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---title: "Quarto bibliography.yml references"bibliography: bibliography.yml---
Making a citation to citation key `osmnx`[@osmnx].
bibliography.yml:
- id: osmnxDOI: 10.1016/j.compenvurbsys.2017.05.004type: article-journaltitle: 'OSMnx: New methods for acquiring, constructing, analyzing, and visualizing complex street networks'author:
- given: Geofffamily: Boeing
Run:
quarto render document.qmd
Note the logged error:
[WARNING] Citeproc: citation osmnx not found
Prepending the following to bibliography.yml solves the issue:
references:
IIRC Pandoc accepts CSL JSON (as JSON or YAML) when formatted a list of dictionaries rather than a top-level dictionary with a references key.