forked from biaslab/biaslab-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
171 lines (144 loc) · 4.11 KB
/
config.toml
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
164
165
166
167
168
169
170
171
publishdir = "public"
static = "/static"
builddrafts = false
# Replace this with your website URL
baseurl = "https://biaslab.github.io"
canonifyurls = true
theme = "academic-group"
title = "BIASlab"
math = true
copyright = "© BIASlab, 2017 "
enableRobotsTXT = true
[taxonomies]
category = "categories"
tag = "tags"
[params]
description = "Website of research group"
author = "BIASlab"
email = "info<at>biaslab.org"
address = '<a href="https://www.google.nl/maps/place/Flux/@51.4477301,5.4899384,17z/data=!3m1!4b1!4m13!1m7!3m6!1s0x47c6d8e732a9a3c3:0x5b7b2b4ec811981c!2sFlux!3b1!8m2!3d51.4477268!4d5.4921271!3m4!1s0x47c6d8e732a9a3c3:0x5b7b2b4ec811981c!8m2!3d51.4477268!4d5.4921271">Flux building 7.060, Groene Loper 19, 5612 AP Eindhoven, the Netherlands</a>'
slogan = "BIAS<b>LAB</b>"
slogan_icon = "icon-spsbrats_logo"
slogan_text = "Bayesian Intelligent Autonomous Systems"
custom_css = ["biaslab.css"]
landing_heading = "Developing autonomous agents that learn from their environment"
landing_description = "Using these agents to develop novel signal processing systems"
positions_available = true
[params.logo]
image = "img/tue-logo.png"
link = "https://tue.nl"
[[params.navbar_hierarchy]]
name = "SPS"
link = "https://www.tue.nl/en/university/departments/electrical-engineering/research/research-groups/signal-processing-systems-sps/"
position = 1
[[params.navbar_hierarchy]]
name = "BIASlab"
link = "/"
position = 2
[[params.sponsors]]
name = "NWO"
link = "http://www.stw.nl"
image = "/img/sponsors/NWO.png"
[[params.sponsors]]
name = "GN Resound"
link = "http://www.resound.com/"
image = "/img/sponsors/GNResound.png"
# Selected Publications section.
[params.publications_selected]
detailed_list = true
title = "Selected Publications"
subtitle = ""
# Publications section.
# Section will only be displayed if there are publications in `content/publication/`.
[params.publications]
count = 5
detailed_list = false
title = "Publications"
subtitle = ""
str_all = "More Publications"
# Posts section.
# Section will only be displayed if there are posts in `content/post/`.
[params.posts]
count = 2
title = "Blog"
subtitle = ""
str_all = "More Posts"
str_read_more = "Read more"
# Projects section.
# Section will only be displayed if there are projects in `content/project/`.
[params.projects]
title = "Projects"
subtitle = ""
count = 3
str_all = "More Projects"
# Vacancies section
# Section will only be displayed if there are valid vacancies in `content/vacancy`
[params.vacancies]
title = "Recruitment"
subtitle = ""
count = 3
str_all = "More Vacancies"
# Contact section.
[params.contact]
enable = true
title = "Contact"
subtitle = ""
autolink = false # Automatically link email and phone?
# Navigation Links
# The weight parameter defines the order that the links will appear in.
[[menu.main]]
name = "Home"
url = "#home"
weight = 1
[[menu.main]]
name = "Publications"
url = "#publications"
parent="research"
weight = 3
[[menu.main]]
name = "Starter's guide"
url = "/research/starter-guide"
parent="research"
weight = 3
[[menu.main]]
name = "Research"
weight = 2
identifier = "research"
[[menu.main]]
name = "Projects"
url = "#projects"
parent = "research"
weight = 2
[[menu.main]]
name = "Members"
url = "#members"
weight = 5
[[menu.main]]
name = "Blog"
url = "#posts"
weight = 4
[[menu.main]]
name = "ForneyLab"
url = "/project/forneylab"
weight = 3
[[menu.main]]
name = "Recruitment"
url = "#vacancies"
weight = 6
identifier="recruitment"
[[menu.main]]
name = "PhD vacancies"
url = "#vacancies"
parent = "recruitment"
[[menu.main]]
name = "MSc projects"
url = "#vacancies"
parent = "recruitment"
[[menu.main]]
name = "BSc projects"
url = "#vacancies"
parent = "recruitment"
[[menu.main]]
name = "Contact"
url = "#contact"
weight = 7