My Presentation

A Quarto Reveal.js Presentation

Your Name

2025-09-30

Introduction

Welcome to your Quarto Reveal.js presentation!

  • Point one
  • Point two
  • Point three

Slide with R Code

# Example R code
library(ggplot2)
mtcars |>
  ggplot(aes(x = wt, y = mpg)) +
  geom_point() +
  geom_smooth(method = "lm") +
  labs(title = "Car Weight vs. MPG",
       x = "Weight (1000 lbs)",
       y = "Miles Per Gallon")

Incremental Lists

  • First item
  • Second item
  • Third item

Two Column Layout

Left Column

  • Item A
  • Item B
  • Item C

Right Column

  • Item 1
  • Item 2
  • Item 3

Fragment Examples

Fade in

Fade out

Highlight red

Fade in, then semi out

Math Equations

When \(a \ne 0\), there are two solutions to \((ax^2 + bx + c = 0)\):

\[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}\]

Images and Media

Quarto Logo

Tabset Panel

Tab A

Content for Tab A

Tab B

Content for Tab B

Tab C

Content for Tab C

Code with Output

# Summary statistics
summary(mtcars$mpg)
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
  10.40   15.43   19.20   20.09   22.80   33.90 

Thank You!

Questions?

Contact Information: - Email: your.email@example.com - Website: yourwebsite.com