-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
36 lines (22 loc) · 1.54 KB
/
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
27
28
29
30
31
32
33
34
35
---
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](background/zotero_basics.qmd)
2. [Integrating Zotero](integrating_zotero/citations_in_quarto.qmd)
3. [Exercises](exercises/exercise_1.qmd)
4. [Advanced](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 and 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. You do not need to install Quarto separately if you have a recent version of RStudio.**
:::
::: {.callout-tip title="Exercises"}
We recommend completing all of the steps outlined in the Background and Integrating Zotero sections of this tutorial *as you read through them.* The Exercises section of this tutorial essentially rehashes the same content, but is intended to review and consolidate the topics discussed.
Moreover, while this tutorial can be completed with any code text editor, we highly recommend using RStudio because it is well-integrated with Zotero.
:::