rstudio::conf(2022)
Designing the data science classroom
Maria Tackett
File organization & storage
Deploying materials
Benefits for instructor
Benefits for students
---
title: "Presentation title"
subtitle: "Data science course"
author: "Maria Tackett"
footer: "[π rstd.io/teach-ds-conf22](https://rstd.io/teach-ds-conf22)"
logo: "images/logo.png"
format:
revealjs:
theme: simple
transition: fade
slide-number: true
incremental: false
chalkboard: true
execute:
freeze: auto
echo: true
---
Follow at along at Module 08 - Organizing Materials Slides on RStudio Cloud
[DEMO]
Easily share course materials, particularly for online courses
Search capabilities, so students can more easily find materials
Reproducible website that is easier to update
Learn by doing!
Make a website repo on GitHub.
If youβre using a GitHub organization for your course, you can make the repo inside that organization
The website repo must be public to publish it
Clone the repo and start a new RStudio project.
Run the following code in the Terminal.
quarto create-project --type website
This will populate the standard files for a new website.
Follow at along at Module 08 - Organizing Materials Website on RStudio Cloud
[DEMO]
Run the following code in the Terminal
quarto publish gh-pages
Run the following code in the Terminal
quarto publish quarto-pub
Making presentations in Quarto: quarto.org/docs/presentations/revealjs
Making websites in Quarto: quarto.org/docs/websites
Publishing content: quarto.org/docs/publishing
Please go to rstd.io/conf-workshop-survey to fill out the workshop feedback survey. Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops and we really appreciate you taking the time to provide it.