-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
84 lines (79 loc) · 2.36 KB
/
Copy path_quarto.yml
File metadata and controls
84 lines (79 loc) · 2.36 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
project:
type: rostools-theme
pre-render:
- quarto render slides/*.qmd
resources:
- slides/*.html
book:
title: "Advanced Reproducible Research in R"
subtitle: "A workshop on creating collaborative and automated analysis pipelines"
cover-image: "images/cover.svg"
cover-image-alt: "Three people working together to brainstorm, design, and develop a project."
author:
- name: Luke William Johnston
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0000-0003-4169-2616"
- name: Anders Askeland
date: last-modified
repo-url: https://github.com/rostools/r-cubed-advanced
site-url: https://r-cubed-advanced.rostools.org
chapters:
- index.qmd
- part: "Overview"
chapters:
- overview/syllabus.qmd
- overview/is-this-for-you.qmd
- overview/schedule.qmd
- overview/learning-design.qmd
- part: "Pre-workshop"
chapters:
- pre-workshop/overview.qmd
- pre-workshop/pre-reading.qmd
- pre-workshop/code-of-conduct.qmd
- pre-workshop/installing-programs-r.qmd
- pre-workshop/connect-github.qmd
- pre-workshop/installing-r-packages.qmd
- pre-workshop/setup-git.qmd
- pre-workshop/create-project.qmd
- pre-workshop/download-data.qmd
- pre-workshop/survey.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/dependencies.qmd
- sessions/pipelines-setup.qmd
- sessions/pipelines-outputs.qmd
- sessions/stats-modeling.qmd
- sessions/build-one-model.qmd
- sessions/many-models.qmd
- sessions/visualise-models.qmd
- sessions/project-work.qmd
appendices:
- appendix/social.qmd
- appendix/for-teachers.qmd
- CHANGELOG.md
- CONTRIBUTING.md
- text: License
href: LICENSE.md
- appendix/references.qmd
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
href: LICENSE.md
- text: "Code of Conduct"
href: "pre-workshop/code-of-conduct.qmd"
bibliography:
- "includes/references.bib"
- "includes/packages.bib"
format:
rostools-theme-html:
theme:
- brand
include-before-body:
- "includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true
metadata-files:
- _metadata.yml