-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
132 lines (127 loc) · 3.96 KB
/
Copy path_quarto.yml
File metadata and controls
132 lines (127 loc) · 3.96 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
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
project:
type: website
output-dir: docs
resources:
- fonts/*.*
- img/IMG_2950_wide.jpg
- data/ISCB46_Conference_Book.pdf
website:
title: "ISCB46"
cookie-consent:
type: express
style: headline
policy-url: https://www.iscb2025.info/imprint-and-privacy-policy.html
prefs-text: "Cookie Preferences & Privacy Policy"
navbar:
left:
- href: index.qmd
text: Home
- text: "Key Dates"
href: key-dates.qmd
- text: "About ISCB46"
menu:
- text: "Committees"
href: committees.qmd
- text: "Sustainability"
href: sustainability.qmd
- text: "Conference Bag"
href: conference-bag.qmd
- text: "Conference statistics"
href: stats.qmd
- text: "Conference information"
menu:
- text: "Venue"
href: venue.qmd
- text: "Badge Abbreviations"
href: badge-abbreviations.qmd
- text: "Social Program"
href: social.qmd
- text: "Registration (archived)"
href: registration.qmd
- text: "Calls (archived)"
href: calls.qmd
- text: "Awards & Support"
- text: "Best Poster & Presentation Awards"
href: awards-contributions.qmd
- text: "Student Conference Award (StCA)"
href: awards-student.qmd
- text: "Conference Attendance Support Program (CASP)"
href: awards-casp.qmd
# - href: venue.qmd
# text: "Conference venue"
- text: "Policies"
- href: registration-terms.qmd
text: "Registration Terms and Conditions"
- href: imprint-and-privacy-policy.qmd
text: "Privacy policy"
- text: "Program"
menu:
- text: "Schedule (PDF)"
href: data/ISCB46_Schedule.pdf
target: "_blank"
- text: "Conference Program"
href: https://www.conftool.org/iscb2025/sessions.php
target: "_blank"
- text: "Conference Book"
href: data/ISCB46_Conference_Book.pdf
target: "_blank"
- text: "Pre-conference Courses"
href: courses.qmd
- text: "Keynote Speakers"
href: keynote-speakers.qmd
- text: "Invited Sessions"
href: invited-sessions.qmd
- text: "Mini-Symposia"
- text: "Overview"
href: mini-symposia.qmd
- text: "Mini-Symposium 1"
href: mini-symposia-1.qmd
- text: "Mini-Symposium 2"
href: mini-symposia-2.qmd
- text: "Mini-Symposium 3"
href: mini-symposia-3.qmd
- text: "Mini-Symposium 4"
href: mini-symposia-4.qmd
- text: "About Basel"
menu:
- text: "Overview"
href: about-basel.qmd
- text: "Accommodation"
href: accommodation.qmd
- text: "Basel Card"
href: basel-card.qmd
- text: "Restaurants"
href: restaurants.qmd
- text: "FAQ & Instructions"
menu:
- text: "Attendee Essentials"
href: attendee_essentials.qmd
- text: "General FAQ"
href: faq.qmd
- text: "Childcare"
href: childcare.qmd
- text: "Guidelines"
- text: "Pre-conference courses"
href: guideline_courses.qmd
# - text: "Hybrid" # temporary commented out until info is added
# href: guideline_hybrid.qmd
- text: "Session chairs"
href: guideline_chairs.qmd
- text: "Speakers"
href: guideline_speakers.qmd
- text: "Poster presenters"
href: guideline_poster_presenters.qmd
- text: "Poster highlight presenters"
href: guideline_posterhighlight.qmd
- text: "Mini symposia organizers"
href: guideline_symposia.qmd
- text: "Sponsors"
href: sponsors.qmd
favicon: img/favicon.jpg
format:
html:
theme:
- zephyr-red.scss
- custom.scss
css: styles.css
toc: true