Why?

  • PhD: a complex, long-term project
  • Need: a structured framework to manage information

Quarto + R = perfect match

How?

Quarto website template with custom R functions

paper(file_name = NULL)
---
title: ""
author: "Your Name"
status: "idea"
bibliography: ../references.bib
---

# [Link to file]()
<!-- e.g. GitHub -->

# Abstract

# Outline
...

Make it your own!

Customize it – every person & project is different


Descriptive, not prescriptive


Thank you!