-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy path_quarto.yml
149 lines (141 loc) · 4.07 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
project:
type: website
# output directory used on gh-pages branch. format: YYMM
output-dir: "docs"
render:
- "!compiled/"
- "!LICENSE"
- "!scripts"
- "!tmprepo"
- "!*.Rmd"
- "!*.md"
- "!*.ipynb"
- "*.qmd"
website:
image: "assets/images/seo.jpg"
favicon: "assets/favicon.png"
navbar:
logo: "assets/logos/nbis-scilifelab.png"
logo-alt: "nbis-scilifelab-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-scRNAseq/"
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-scrnaseq/"
format:
html:
quarto-required: ">=1.3.4"
include-in-header: "assets/include_head.html"
include-before-body: "assets/include_body_before.html"
include_after_body: "assets/include_body_after.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.jpg"
callout-icon: true
date: last-modified
date-format: "DD-MMM-YYYY"
author:
- name: "Åsa Björklund"
- name: "Paulo Czarnewski"
- name: "Susanne Reinsbach"
- name: "Roy Francis"
lightbox:
match: auto
revealjs:
quarto-required: ">=1.3.4"
include-in-header: "assets/include_head.html"
include-before-body: "assets/include_body_before.html"
include_after_body: "assets/include_body_after.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.jpg"
hero: "assets/images/slide-hero.png"
title-slide-attributes:
data-background-image: "assets/images/home.jpg"
data-background-size: "cover"
data-background-opacity: "1"
subtitle: "Single Cell RNA-Seq Analysis"
header-logo-left: ../../assets/logos/nbis.png
header-logo-left-height: 25px
header-logo-left-url: https://nbisweden.github.io/workshop-scrnaseq/home_schedule.html
header-logo-right: ../../assets/logos/scilifelab.png
header-logo-right-height: 25px
header-logo-right-url: https://nbisweden.github.io/workshop-scrnaseq/home_contents.html
template-partials:
- "assets/title-slide.html"
csl: apa.csl
execute:
eval: true
echo: true
warning: false
message: false
freeze: true
filters:
- assets/custom.lua
- reveal-logo
- lightbox
- fontawesome
# used site-wide wherever uppmax project ids are used
uppmax_compute: naiss2023-22-1345
uppmax_storage: naiss2023-23-648
# location options are stockholm or online. For rendering the info page.
# one or more separated by commas or semicolon. online doesn't display any location info.
location: uppsala
assistants:
- "AB: Åsa Björklund"
- "JW: Jakub Westholm"
- "MV: Massimiliano Volpe"
- "NO: Nikolay Oskolkov"
- "PA: Prasoon Agarwal"
- "PP: Paul Pyl"
- "RF: Roy Francis"
- "RS: Rasool Saghaleyni"
- "YL: Yuan Li"
schedule_message:
colors:
primary: "#95b540"
secondary: "#BDD775"
tertiary: "#E9F2D1"
data-url: "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"