-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
345 lines (282 loc) · 11.2 KB
/
config.toml
File metadata and controls
345 lines (282 loc) · 11.2 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
# Site settings
# baseurl = "https://litrans.ca/"
baseurl = "/"
languageCode = "en-us"
title = "LiTrans"
theme = ""
publishDir = "public"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-137871044-1"
# <!-- Google tag (gtag.js) -->
# <script async src="https://www.googletagmanager.com/gtag/js?id=G-TXRQT7N0B5"></script>
# <script>
# window.dataLayer = window.dataLayer || [];
# function gtag(){dataLayer.push(arguments);}
# gtag('js', new Date());
#
# gtag('config', 'G-TXRQT7N0B5');
# </script>
[params]
# You can use Markdown syntax for urls [text](//url.to/source) or
# most longer texts.
#
# All icons using Fontawesome's icon font. Look at fortawesome.github.io/Font-Awesome/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
# name = "Your name"
# description = "Your description"
# email = "your@email.com"
# Link custom assets relative to /static
custom_css = ["css/plugins/animate-css/animate.css"]
custom_js = []
favicon = "favicon.ico"
# Possibility to disable external/additional fonts
# Exception: Fontawesome
disableFonts = false
# 404 error customization
[params.error404]
heading = "Page couldn't be found"
text = "Please visit "
# Optional piwik tracking
#[params.analytics.piwik]
# URL = "https://stats.example.com"
# ID = "42"
# # Track all subdomains with "*.example.com"
# domain = "www.example.com"
# # Optional integrity check hash
# hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Navigation
[params.navigation]
brand = "LiTrans"
# icon = "fa fa-home"
# Optional logo as brand stored in img/logos
logo = "litrans.png"
projects = "Projects"
publication = "Publications"
team = "Team"
news = "News"
contact = "Contact Us"
# Add custom links. Those can be pre- and postpended to the default menu above.
# Use the weight attribute to order your custom links. Uncomment the example
# below and replace the values with your own.
# prepended links
#[[menu.prepend]]
# url = "http://gohugo.io"
# name = "Hugo"
# weight = 10
# postpended links
# [[menu.postpend]]
# url = "http://gohugo.io"
# name = "Hugo"
# weight = 10
# Hero section
[params.hero]
# To change the background image of the hero, replace 'header-bg.jpg' in
# the 'static/img' folder.
title = "Centre for Urban Innovation @ Toronto Metropolitan University"
subtitle = "Laboratory of Innovations in Transportation"
buttonText = "Explore"
# Projects section
[params.projects]
enable = true
center = true
title = "What We Do"
subtitle = "Creating Cyber-Physical Future of Urban Mobility using Intelligent Technologies & Mathematics"
[[params.projects.row]]
[[params.projects.row.list]]
icon = "fas fa-car"
title = "Sustainable Smart Mobility"
description = "Distributed traffic management system with application in CAV routing, advanced on-demand transit, traffic management, & system optimization."
url = "projects/e2ecav2018.pdf"
[[params.projects.row.list]]
icon = "fas fa-brain"
title = "AI, Machine Learning & Mobility"
description = "Developing data-driven model structure and estimation methods for discrete choice analysis."
url = "projects/wongfarooq-iatbr-2018.pdf"
[[params.projects.row.list]]
icon = "fa fa-user-shield"
title = "Resilience, Cybersecurity, & Privacy"
description = "Blockchain framework for Smart Mobility Data-Markets (BSMD) with a focus on cybersecurity and personal privacy."
url = "https://arxiv.org/pdf/1809.05785.pdf"
[[params.projects.row.list]]
icon = "fa fa-vr-cardboard"
title = "Virtual Reality based Digital Twin"
description = "Virtual Immersive Reality Environment (VIRE) for travel behaviour experiments."
url = "projects/kalatianfarooq-iatbr-2018.pdf"
[[params.projects.row.list]]
icon = "fas fa-city"
title = "UrbanFlux & IoT"
description = "Ubiquitous sensors network for sensing multimodal traffic in real-time for complete streets"
url = "https://bilalfarooqdotcom.files.wordpress.com/2018/02/farooq_ryerson_slides.pdf"
# Publication section
[params.publication]
enable = true
center = true
# All projects defined in their own files. You can find example projects
# at 'exampleSite/data/projects'. Copy the 'projects' folder into the
# 'data' directory at the root of this Hugo site.
title = "Recent Publications"
# subtitle = ""
display = true
# News section
[params.news]
enable = true
title = "News"
center = false
# subtitle = ""
# endpoint = ""
# Team section
[params.team]
enable = true
# Possibility to center items
center = true
links = false
title = "Our Team"
alumni = true
subtitle = "We prioritize, value, and practice equity, diversity, and inclusion in our research, lab space, teaching, and engagements. We cherish kindness, integrity, excellence, innovation, commitment, and rigour. Before reaching out to us for any possible positions in our lab, please do consider that we are shamelessly uncompromising when it comes to abiding by our values. [Link to lab's statement of values.](https://litrans.ca/projects/smart-mobility/LiTransValues_22012022.pdf)"
# description = "..."
# All team member's pictures are stored under 'static/img/team'.
# Replace them with your own too.
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
# Client section
[params.clients_list]
enable = true
# Possibility to center items
center = true
# Optional client title specifying the involvement
title = "Affiliations & Funding sources"
# All the clients' logos are stored under 'static/img/logos'.
# Replace them with your clients's logos.
# Suggestion: .svg in the size of 280px*80px looks good
[[params.clients]]
logo = "tmu.jpeg"
link = "https://www.torontomu.ca/"
[[params.clients]]
logo = "NSERC_RGB.png"
link = "http://www.nserc-crsng.gc.ca/index_eng.asp"
[[params.clients]]
logo = "cfref.png"
link = "https://www.cfref-apogee.gc.ca/home-accueil-eng.aspx"
[[params.clients]]
logo = "crc.jpg"
link = "http://www.chairs-chaires.gc.ca/home-accueil-eng.aspx"
[[params.clients]]
logo = "ontario.png"
link = "https://www.ontario.ca/page/ontario-research-fund"
[[params.clients]]
logo = "mitacs.png"
link = "https://www.mitacs.ca/"
[[params.clients]]
logo = "cutric.png"
link = "http://cutric-crituc.org/"
[[params.clients]]
logo = "sshrc.jpeg"
link = "http://www.sshrc-crsh.gc.ca/home-accueil-eng.aspx"
[[params.clients]]
logo = "cfi.png"
link = "https://www.innovation.ca/"
[[params.clients]]
logo = "esrc.png"
link = "https://esrc.ukri.org/"
[[params.clients]]
logo = "aws.png"
link = "https://aws.amazon.com/"
[[params.clients]]
logo = "ospe.png"
link = "https://ospe.on.ca/"
[[params.clients]]
logo = "ff.png"
link = "https://fuseforward.com/"
[[params.clients]]
logo = "lc.png"
link = "http://www.lazaretcapital.ca/"
[[params.clients]]
logo = "innisfil.jpg"
link = "https://innisfil.ca/"
[[params.clients]]
logo = "iie.png"
link = "https://www.iie.org/"
# Contact section
[params.contact]
enable = true
title = "Contact us"
mapurl = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1443.2139942011902!2d-79.38044537639092!3d43.66006799849111!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNDPCsDM5JzM2LjIiTiA3OcKwMjInNDcuNSJX!5e0!3m2!1sen!2sca!4v1551126871383&zoom=15"
addressTitle = "Office"
address = "Centre for Urban Innovation<br/>CUI-330, Toronto Metropolitan University<br/>44 Gerrard Street East, Toronto ON M5G 1G3, Canada"
phoneNumber = "416 979-5000 ext 556456"
# buttonText = "Send message"
# netlify = true
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
# It is possible to substitute formspring with other providers
# as an example the mailout plugin from caddy.
# Provide the post URL for the form and depending on the provider
# add some custom JS script to finish the implementation.
# postURL = "https://example.com/mailout/"
email = "bilal.farooq@torontomu.ca"
# Success and error message overwrite for async contact form
#thanks = "Thank you for awesomely contacting us."
#error = "Message could not be send. Please contact us at mail@example.com instead."
twitter = "@litrans_lab"
twitter_url = "https://twitter.com/litrans_lab/"
# linkedin = "LiTrans"
# linkedin_url = "https://www.linkedin.com/company/litrans"
[params.contact.captcha]
# sitekey = ""
# 'warning' defines error messages for invalid inputs
# [params.contact.form.name]
# text = "Your Name *"
# warning = "Please enter your name."
# [params.contact.form.email]
# text = "Your Email *"
# warning = "Please enter your email address."
# [params.contact.form.phone]
# text = "Your Phone *"
# warning = "Please enter your phone number."
# [params.contact.form.message]
# text = "Your Message *"
# warning = "Please enter a message."
# Add optional form fields to identify contact forms
# [[params.contact.form.hidden]]
# name = "someID"
# value = "example.com"
#
#[[params.contact.form.hidden]]
# Special values for name such as "page" and "site" will be autofilled
# name = "page"
# Footer section
[params.footer]
enable = true
copyright = "Published under the [Apache License 2.0.](/)"
# [[params.footer.social]]
# icon = "fab fa-twitter"
# link = "#"
# title = "Twitter"
# [[params.footer.social]]
# icon = "fab fa-facebook"
# link = "#"
# title = "Facebook"
# [[params.footer.social]]
# icon = "fab fa-github"
# link = "https://www.linkedin.com/company/litrans"
# title = "LinkedIn"
[[params.footer.quicklinks]]
text = "Privacy Policy"
link = "/privacy"
[[params.footer.quicklinks]]
text = "Terms of Use"
link = "/tos"
#[[params.footer.quicklinks]]
# text = "Hugo"
# link = "http://gohugo.io/"