-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
145 lines (131 loc) · 3.1 KB
/
_config.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
title: Bern Interpretable AI Symposium (BIAS)
preposition: ""
description: >-
BIAS in Medical Image Analysis, at the University of Bern, on 24th of March 2023.
baseurl: "/bias23" # the subpath of your site, e.g. /blog
url: "https://ubern-mia.github.io/bias23" # the base hostname & protocol for your site, e.g. https://example.com
# Build settings
markdown: kramdown
sass:
style: compressed
# Exclude from processing
exclude:
- .github/
- venv/
- README.md
- LICENSE.md
- REDISTRIBUTED.md
- screenshot.png
- jekyll-theme-conference.gemspec
- purgecss.config.js
- _config.example.yml
# Collections and their defaults
collections:
talks:
output: true
permalink: /:collection/:title/
speakers:
output: true
permalink: /:collection/:title/
rooms:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
type: talks
values:
layout: talk
- scope:
path: ""
type: speakers
values:
layout: speaker
- scope:
path: ""
type: rooms
values:
layout: room
# Theme default values
conference:
lang: en
show_errors: True
navigation:
logo:
name: about ARTORG
#img: "/assets/images/artorg-logo-transparent.png"
url: "https://www.artorg.unibe.ch/"
links:
- name: Program
relative_url: /program/
- name: Talks
relative_url: /talks/
- name: Speakers
relative_url: /speakers/
- name: Submission
relative_url: /submission/
- name: Location
relative_url: /location/
# Main landing page
main:
# logo:
# img: ''
links:
- name: Program
relative_url: /program/
- name: How to reach us
relative_url: /location/
link_preview:
disable: false
# Live indications
live:
date: 24.03.2023
timezone: GMT+1
stop: 480 # in minutes
streaming:
enable: true
pause: 60 # in minutes
prepend: 5 # in minutes
extend: 5 # in minutes
demo:
enable: false
duration: 300 # in seconds
pause: 10 # in seconds
map:
# Initial map center point
home_coord: 46.9480, 7.4474
# Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/
# The following do match the Bootstrap design not too badly:
# - Hydda.Full
# - Thunderforest.Neighbourhood
# - Esri.WorldTopoMap
map_provider: "OpenStreetMap.Mapnik"
default_zoom: 17
talks:
# Talk categories
main_categories:
- name: Information
color: info
- name: Keynotes
color: warning
- name: Industry
color: secondary
- name: Student
color: primary
- name: Panel
color: success
speakers:
show_firstname: true
location:
# Disable links to locations
hide: false
# URL of location / room overview page
url: "/location"
# Main page title shown on location/room navigation bar
navbar_title: "Location"
# Show map on location main page
map: False
program:
url: "/program"
time_steps: 15
show_alltimes: false