Skip to content

Files

Latest commit

528afcc · Mar 12, 2025

History

History
17 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 608 Bytes

Brinner and Learn

A repository of "Brinner and Learn" presentations hosted by RMI's SPD team.

Adding New Presentations

Presentations are saved as .qmd files, and rendered using quarto.

To submit a new presentation, please open a PR into this repository with a file named YYYY-MM-DD_title_in_snake_case.qmd in the slides directory. The file should contain the following metadata at the top:

---
engine: "knitr"
title: "Title of Presentation"
author: "First Last"
---

See the quarto documentation for guidance on how to write Quarto presentation slides.