-
Notifications
You must be signed in to change notification settings - Fork 3
/
links.qmd
46 lines (34 loc) · 2.94 KB
/
links.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
36
37
38
39
40
41
42
43
44
45
---
title: "5. Links to Further Resources"
sidebar: true
---
## Official Quarto documentation
- The official [Quarto](https://quarto.org/) webpage you have already used in this workshop
- [Get started tutorials](https://quarto.org/docs/get-started/): after the workshop, you already know these
- [Quarto Guide](https://quarto.org/docs/guide/): your main resource for everything Quarto related
- [Function Reference](https://quarto.org/docs/reference/): to look up some Quarto option you have forgotten the name of
- [Markdown Basics](https://quarto.org/docs/authoring/markdown-basics.html): to look up the Pandoc Markdown syntax Quarto heavily relies on
## Other recommended resources
- Quarto section in the r4ds book: <https://r4ds.hadley.nz/quarto.html>
Two especially noteworthy subsections are:
- Efficient strategies on how to set the figure size in .qmd documents:
<https://r4ds.hadley.nz/quarto.html#figure-sizing>
- Tips on how to use cache in quarto:
<https://r4ds.hadley.nz/quarto.html#sec-caching>
- Quarto for academics:
- Blog post: <https://quarto.org/docs/blog/posts/2023-05-22-quarto-for-academics/>
- Journal article templates: <https://quarto.org/docs/journals/formats.html>
- Quarto manuscripts: <https://quarto.org/docs/manuscripts/>
- Awesome-Quarto link collection: <https://github.com/mcanouil/awesome-quarto>
It also contains an extensive section on other Quarto tutorials & workshops
- [Documentation of the RStudio Visual Markdown Editor](https://rstudio.github.io/visual-markdown-editing/)
## Other self-paced tutorials by the LMU Open Science Center
This Quarto workshop is part of the self-paced tutorial series by the [LMU Open Science Center](https://www.osc.uni-muenchen.de/index.html):
- [Introduction to version control with git and GitHub within RStudio](https://lmu-osc.github.io/Introduction-RStudio-Git-GitHub/): How to set up a simple project with version control.
- [Collaborative coding with GitHub and RStudio](https://lmu-osc.github.io/Collaborative-RStudio-GitHub/): How to collaborate with others on code projects using GitHub.
- [Introduction to R](https://lmu-osc.github.io/introduction-to-R/): An introduction to the R programming language.
- [Introduction to `renv`](https://lmu-osc.github.io/introduction-to-renv/): How to manage the dependencies of an R project.
- [Introduction to Quarto](https://lmu-osc.github.io/introduction-to-Quarto/): How to combine prose and code to make documents more reproducible (**you are here**).
- [Introduction to Zotero](https://lmu-osc.github.io/introduction-to-zotero/): An introduction to the reference management software Zotero.
- [FAIR research data management](https://lmu-osc.github.io/FAIR-Data-Management/): How to make your data findable, accessible, interoperable, and reusable.
- [Code publishing](https://lmu-osc.github.io/code-publishing/): How to make your code available to others. Wraps up the complete self-paced tutorial series.