-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
127 lines (105 loc) · 4.09 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
publishdir = "public"
static = "/static"
builddrafts = false
baseurl = "https://research.zalando.com/"
canonifyurls = true
theme = "hugo-academic-group"
title = "Zalando Research"
math = true
copyright = "[Imprint](/imprint) · [Privacy Policy](https://en.zalando.de/zalando-privacy-policy/) · © Zalando SE, 2021"
[taxonomies]
category = "categories"
tag = "tags"
[params]
description = "Website of Zalando Research"
author = "Zalando Research Team"
email = "research@zalando.de"
address = "Mühlenstraße 25, 10243 Berlin, Germany"
slogan = "WELCOME TO ZALANDO RESEARCH"
slogan_text = "SCALING TECH IN FASHION WITH THE POWER OF EXPERIMENTATION IN THEORY AND PRACTICE."
[params.logo]
image = "img/zalando-research-logo.svg"
link = "https://research.zalando.com/"
[[params.slogan_columns]]
title = "About"
text = "**Zalando Research is an endeavor to place Zalando at the forefront of cutting-edge research and to complement our already strong foothold on technology. We want to carve out an academic starting point for Zalando Technology. We aim to give our great researchers an outlet where they can be better organized and aligned. Finally, also want to have a greater impact in the tech research community, especially in the fields of data science, machine learning, and artificial intelligence.**"
weight = 1
[[params.slogan_columns]]
title = "Mission"
text = "**We believe research should not be enclosed in the ivory towers of abstract and theoretical hypotheses. Our mission is to conduct research that is derived from real customer problems and challenges we face in our everyday work. Putting the customer at the forefront of our thinking is paramount for Zalando Research.**"
weight = 2
[[params.slogan_columns]]
title = "Approach"
text = "**We enable our research scientists to proactively exchange knowledge with others in the research communities. On top of speaking at conferences and publishing papers, we empower research collaborations with the global industry and academic partners. Our goal with Zalando Research is to have an official mandate for our talented scientists to work from, which also insists on collaborative projects within the greater academic community.**"
weight = 3
# 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.open_projects]
title = "Vacancies"
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 = "/#top"
weight = 1
[[menu.main]]
name = "Members"
url = "/#members"
weight = 2
[[menu.main]]
name = "Publications"
url = "/#publications"
weight = 3
[[menu.main]]
name = "Projects"
url = "/#projects"
weight = 4
[[menu.main]]
name = "Blog"
url = "/#posts"
weight = 5
[[menu.main]]
name = "Vacancies"
url = "/#open-projects"
weight = 6
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 7