May 23, 2023
Open-source publishing system
Leveraged by multiple coding languages (Python, R, Julia, ObservableJS)
Supported by multiple IDEs (VS Code, Jupyter, RStudio, Neovim)
Can publish to multiple hosting targets (QuartoPub | GitHub Pages | Posit Connect | Netlify | Others)
Everything I’m going to show you was coded with open-source tools and published via Quarto
I’m going to use RStudio and freely publish to Quarto.pub
In much the same way that Tidyverse brings consistency and good documentation to base-R, and Tidymodels brings consistency and good documentation to modeling and ML, Quarto brings consistency and good documentation to reproducibility (i.e. [literate] coding.)
Reproducible workflows for computation thinking
data → analysis → publishing
Do everything with code
Derive reports from code
Quarto reports can be PDF, MSWord, Slides (PPTx, revealjs, etc.), Websites, Dashboards, eBooks, Blogs, Interactivity apps (ObservableJS; Shiny; more)
Quarto will generate citations and a bibliography in multiple styles
Quarto generates numbering for tables and figures
Excellent support for LaTeX equations and citations
Quarto helps you derive reports from code and facilitates publishing to your favorite host
Unlike many other tools, Quarto is open, does not lock-in to a proprietary host. You render Quarto reports that can be hosted anywhere, anytime. Quarto is about scholarly [scientific] communication.
Mine - YouTube
Mock - YouTube
Quarto Docs
get started
guides
reference
gallery
Next: Code as you like
File > New file > Quarto Presentation
Quarto Guides
User guide (columns, fig captions,
Quarto reference documentation
Columns
Fig captions
Mine Çetinkaya-Rundel
CC BY 4.0 John R Little