-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.qmd
More file actions
32 lines (22 loc) 路 1.34 KB
/
Copy pathindex.qmd
File metadata and controls
32 lines (22 loc) 路 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: "From Code to Paper: Reproducible Research with Quarto"
---
Welcome to **"From Code to Paper: Reproducible Research with Quarto"** talk, part of the SATRA Foundation's *Introduction to Data Science with R* series, hosted by the SARA Institute of Data Science.
馃幆 **Goal of this session**\
Help early-career researchers and first-time coders understand how to use R and Quarto to create long-form, reproducible documents like thesis manuscripts, academic reports, and even personal websites.
------------------------------------------------------------------------
## 馃 What You'll Learn
- Why reproducibility matters in research\
- What is **Quarto** and how it fits into the R ecosystem\
- Core use cases (articles, presentations, websites)\
- How to write academic documents using Quarto\
- How to use GitHub for version control and collaboration\
- Hands-on coding exercises to build your first Quarto project
------------------------------------------------------------------------
## 馃洜 Requirements
To follow along, please install:
- [R](https://cran.r-project.org/)
- [RStudio](https://posit.co/download/rstudio-desktop/)
- [Quarto CLI](https://quarto.org/docs/get-started/)
- A [GitHub](https://github.com/) account (optional, but recommended)
------------------------------------------------------------------------