Quarto
Resources for Using Quarto at the Urban Institute
1 What is Quarto?
Quarto is an open-source scientific and technical publishing system that lets users create and publish reproducible, production quality articles, presentations, dashboards, websites, blogs, and books. Quarto lets you generate dynamic output using Python, R, Julia, and Observable within reproducible documents that can be regenerated when underlying assumptions or data change. It also integrates with the citation manager Zotero, which can be particularly useful when working on publications.
We recommend checking out the official Quarto documentation to learn what you can do with the tool. In particular, the gallery provides great examples of articles & reports, presentations, interactive documents, websites, books, and more.
2 Resources for using Quarto at Urban
The templates in urbnquarto have not been approved by Urban’s COMMS team and should not be used for external publications without explicit approval from COMMS.
- urbnquarto: Templates (e.g. for web reports, presentations, and Word documents) for working with Quarto that apply Urban styling.
- R Users Group presentation: An intro to Quarto for R users (recording here).
- Python Users Group presentation: A demo of using Quarto with Jupyter Notebooks in Python.
3 Examples from Urban projects
If you have additional examples of projects at Urban that use Quarto that you would like included here, let us know by opening an issue or pull request in our GitHub repository.
3.1 Quarto Books
- tidysynthesis documentation: A Quarto book documenting the
tidysynthesis
R package. - Boosting Upward Mobility from Poverty data documentation: A Quarto book with documentation on data sets and variables that make up Urban’s mobility metrics (repo here).
- Spatial Equity Data Tool (SEDT) documentation: A Quarto book with documentation on Urban’s SEDT.
3.2 Quarto Websites
- Mobility Metrics data tables: 3,500+ Quarto websites with data tables of metrics measuring the status of and progress toward increasing upward mobility and equity across geographies (repo here).
- Education Data Portal FAQ site: A Quarto website with answers and code syntax for questions that users commonly ask about the Education Data Portal API (repo here).
3.3 Quarto Presentations
- Democratizing Access to Education Data: A Quarto presentation using reveal.js on the Education Data Portal presented at posit::conf(2023) (repo here).
- renv: How to save your collaboRators (and future you) grief: A Quarto presentation using reveal.js on using renv (repo here).