-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
30 lines (18 loc) · 990 Bytes
/
index.qmd
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
---
title: "Welcome to the Zotero Tutorial!"
format: html
---
# Tutorial Overview
This self-paced tutorial will introduce you to Zotero, a free citation management tool that can help you organize your research and create bibliographies with a specific focus on integrating it with RStudio and Quarto. It is intended to take about 30-60 minutes to complete.
The tutorial is split into the following sections:
1. [Getting Started with Zotero](zotero_basics.qmd)
2. [Integrating Zotero](citations_in_quarto.qmd)
3. [Exercises](exercise_1.qmd)
4. [Advanced](zotero_groups.qmd)
::: {.callout-tip title="Software Requirements"}
To complete this tutorial, you will need to have the following software installed on your computer:
- [Zotero](https://www.zotero.org/download/)
- [Zotero Connector](https://www.zotero.org/download/)
- [RStudio](https://www.rstudio.com/products/rstudio/download/)
- [Quarto](https://quarto.org/docs/get-started/) **RStudio comes bundled with Quarto.**
:::