Home
  • About
  • Projects
  • Blog
  • Talks
  • Resources

Quarto 101

Why Quarto is the next tool in the line up
Author

Brian Cervantes Alvarez

Published

November 14, 2023

Modified

April 8, 2025

Yapper Labs | AI Summary Model Logo Model: ChatGPT o1

I created a dynamic Quarto presentation integrating code examples in R, Python, Julia, and ObservableJS, as well as embedded Shiny applications. I showcased the generation of multiple simulated datasets, multi-language FizzBuzz tabsets, and a serverless Shiny approach. This methodology emphasizes cross-language interoperability, reproducible workflows, and streamlined deployment for advanced data visualization.

This website uses Google Analytics to improve its functionality.
Source Code
---
title: "Quarto 101"
author: "Brian Cervantes Alvarez"
date: "11-14-2023"
date-modified: today
description: "Why Quarto is the next tool in the line up"
image: /assets/images/quartoLogo.jpeg
format:
  html:
    code-tools: true
    html-math-method: katex
    page-layout: full
execute: 
  warning: false
  message: false
ai-summary:
  banner-title: "Yapper Labs | AI Summary"
  model-title: "Model: ChatGPT o1"
  model-img: "/assets/images/OpenAI-white-monoblossom.svg"
  summary: "I created a dynamic Quarto presentation integrating code examples in R, Python, Julia, and ObservableJS, as well as embedded Shiny applications. I showcased the generation of multiple simulated datasets, multi-language FizzBuzz tabsets, and a serverless Shiny approach. This methodology emphasizes cross-language interoperability, reproducible workflows, and streamlined deployment for advanced data visualization."
---

:::{.column-page}

```{=html}
<div style="
  position: relative;
  width: 100%;
  height: 70vh;        /* 70% of the viewport height */
  min-height: 10vh;   /* fallback on very short screens */
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
              rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
              rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  margin: 1rem 0;
">
  <iframe 
    src="https://bcervantesalvarez.github.io/Presentations/TeachingQuarto/"
    title="Teaching Quarto"
    style="
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    ">
  </iframe>
</div>
```
:::
  • Made with Quarto®

  • Built with ChatGPT®

  • Hosted with Cloudflare®

 
  • Privacy Policy

  • License