-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
163 lines (154 loc) · 4.12 KB
/
_quarto.yml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
project:
type: website
# output directory used on gh-pages branch. format: YYMM
output-dir: "2505"
render:
- "!README.md"
- "!LICENSE"
- "!LICENSE.md"
- "!scripts"
- "!tmprepo"
- "!*.Rmd"
- "!*.md"
- "*.qmd"
website:
image: "assets/images/banner.webp"
favicon: "assets/favicon.png"
navbar:
logo: "assets/logos/nbis-scilifelab.png"
logo-alt: "logo"
right:
- text: "Home"
href: "index.html"
- text: "Schedule"
href: "home_schedule.html"
- text: "Contents"
href: "home_contents.html"
- text: "Precourse"
href: "home_precourse.html"
- text: "Syllabus"
href: "home_syllabus.html"
- text: "Info"
href: "home_info.html"
- icon: "github"
href: "https://github.com/NBISweden/workshop-data-visualization-r/"
page-footer:
border: false
left: "{{< meta current_year >}} [NBIS](https://nbis.se) | [GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
site-url: "https://nbisweden.github.io/workshop-data-visualization-r/"
open-graph: true
format:
html:
quarto-required: ">=1.4.0"
include-in-header: "assets/include_head.html"
theme: "assets/css/styles.scss"
smooth-scroll: true
toc: true
toc-depth: 4
toc-location: right
number-sections: true
number-depth: 4
code-fold: false
code-tools: false
code-copy: true
code-overflow: wrap
df-print: paged
standalone: false
fig-align: left
title-block-banner: "assets/images/banner.webp"
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
image: "assets/images/featured.webp"
lightbox: auto
revealjs:
quarto-required: ">=1.4.0"
include-in-header: "assets/include_head.html"
theme: ["default","assets/css/slides.scss"]
df-print: paged
width: 1280
height: 720
transition: "fade"
transition-speed: "fast"
smaller: false
incremental: false
scrollable: false
slide-level: 2
slide-number: true
progress: true
date: last-modified
date-format: "DD-MMM-YYYY"
fig-align: left
chalkboard: true
callout-icon: true
image: "/assets/images/featured.webp"
hero: "/assets/images/slide-hero.webp"
title-slide-attributes:
data-background-image: "/assets/images/cover.webp"
data-background-size: "cover"
data-background-opacity: "1"
header-logo-left: /assets/logos/nbis.png
header-logo-left-height: 25px
header-logo-left-url: "https://nbisweden.github.io/workshop-data-visualization-r/"
header-logo-right: /assets/logos/scilifelab.png
header-logo-right-height: 25px
header-logo-right-url: "https://nbisweden.github.io/workshop-data-visualization-r"
template-partials:
- "assets/title-slide.html"
bibliography: references.bib
csl: apa.csl
knitr:
opts_chunk:
results: hold
execute:
eval: true
echo: true
warning: false
message: false
freeze: true
filters:
- assets/custom.lua
- assets/fold-results.lua
- reveal-logo
# location is used to render the info page
# location options are linkoping, lund, umea, stockholm, uppsala or online
# one or more separated by commas or semicolon.
location: lund_mv
assistants:
- "LM: Lokesh Mano"
- "MR: Markus Ringńer"
- "LV: Louella Vasquez"
- "KK: Katja Kozjek"
schedule_message: "Breaks are planned for approximately at 10:15 and 15:00 every day."
colors:
primary: "#95b540"
secondary: "#E9F2D1"
# r packages needed for the workshop
# used in home_precourse.Rmd
# split into cran and bioc packages
# if a package is needed by students and repo, add to _student
# if a package is only needed for repo (build, rendering etc), add to _repo
# NOT USED FOR GITHUB ACTIONS
packages:
packages_cran_student:
- BiocManager
- remotes
- dplyr
- ggplot2
- pheatmap
- stringr
- tidyr
packages_bioc_student:
packages_github_student:
packages_cran_repo:
- here
- htmlTable
- knitr
- leaflet
- lubridate
- readxl
- writexl
- yaml
packages_bioc_repo:
packages_github_repo: