Quarto is a free, open source, and highly flexible technical publishing system that can be used to create reproducible, production quality articles, presentations, dashboards, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more. In this training, attendees will receive an in-depth introduction to how to use Quarto to combine text and code into reproducible documents. Particular focus will be on the anatomy of a Quarto document, rather than on using Quarto to produce any particular document type or with any particular programming language. Prior knowledge of markdown or a programming language may be helpful, but is not required.
Website: dataservices.library.jhu.edu/
Contact us: [email protected]
JHU Data Services, part of the Johns Hopkins University Sheridan Libraries, helps the JHU community find, use, visualize, manage, and share data. We offer live webinars and self-paced online trainings on computational research and coding, GIS, data management, data visualization, and more. See all of our training topics on our website.
This repository contains materials for one of our live webinars open to JHU students, faculty, and staff. Please contact us with any questions.
As of March 2020, Data Services workshops are being held virtually on Zoom. See our calendar to register for upcoming workshops.
Before the class, please install the following:
- R & RStudio
In RStudio, install the following packages by typing
install.packages("packagename")
in the Console pane:medicaldata
dplyr
ggplot2
reticulate
- Python
-
In-ClassScripts: This folder contains code files you will need for the workshop:
Exploratory Data Analysis.qmd
: This is the Quarto document we worked on during the hands-on portion of the workshopquarto-manuscript-tutorial
: This folder contains theindex.qmd
and_quarto.yml
files for the manuscript that we looked at during the demo portion of the workshop.
-
PresentationMaterials:
Creating Reproducible Documents with Quarto.html
: These are the slides, which can be viewed in the browser (recommended)Creating Reproducible Documents with Quarto.pdf
: If you can't view the browser version. this is a PDF copy of the slides.Quarto
: this folder contains the Quarto documents needed to edit and generate the presentation
-
Resources: This folder contains cheatsheets to assist you during the workshop and links to external sources for you to continue your learning
If you have taken the live webinar for this class, please take this survey: Creating Reproducible Documents with Quarto Survey
The presentation materials are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0), attributable to Data Services, Johns Hopkins University.
See LICENSE file for additional code licensing and re-use information.
The images, external resources, and cheatsheets linked in this repository may have other licenses and terms of use.
Please cite this material as:
Johns Hopkins University Data Services. November 12, 2024. Creating Reproducible Documents with Quarto. https://github.com/jhu-data-services/reproducible-documents-quarto