forked from GriffithsLab/griffithslab-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
471 lines (379 loc) · 12.9 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
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
# Configuration of Academic
# Documentation: https://sourcethemes.com/academic/
#
# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# The URL of your website.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "" # https://griffithslab.github.io/"
# Title of your site
#title = "Academic"
#title = "Whole Brain Modelling Group"
title = "Fields Institute Thematic Program on Mathematics of Neuroscience"
# Your copyright notice - appears in site footer.
# To display a copyright symbol, type `©`.
copyright = "© 2034"
theme = "academic"
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
paginate = 10
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false
# Get last modified date for content from Git?
enableGitInfo = false
[outputs]
home = [ "HTML", "CSS", "RSS", "JSON" ]
section = [ "HTML", "RSS" ]
# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab.
fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
[params]
# AUTHOR SETUP
# Your details.
#name = "John David Griffiths"
#role = "Group Lead"
# Organizations/Affiliations.
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
organizations = [ { name = "Krembil Centre for Neurionformatics @ CAMH", url = "https://www.camh.ca/en/science-and-research/institutes-and-centres/krembil-centre-for-neuroinformatics" } ]
gravatar = false # Get your avatar from Gravatar.com? (true/false)
#avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
# Details for the Contact Widget
email = "j.davidgriffiths@camh.ca"
#address = "CAMH, 250 College Street, Toronto, Canada"
address = "Krembil Centre for Neuroinformatics (KCNI); Centre for Addiction and Mental Health (CAMH): 250 College Street (Floor 12), Toronto ON"
#office_hours = "Monday 10:00 to 13:00 or email for appointment"
# phone = "416-535-8501 x 30251"
#skype = "echo123"
#telegram = ""
#keybase = "" # Your keybase.io username.
github = "www.github.com/JohnGriffiths"
# Discussion link (e.g. link to a forum, mailing list, or chat).
# Uncomment line below to use.
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
# Enable/disable map in Contact widget.
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
# a map provider below.
# To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
# https://developers.google.com/maps/documentation/javascript/get-api-key
# To use OpenStreetMap tiles, set `map = 2`.
# To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
# https://www.mapbox.com/studio/account/tokens
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
#
# Map provider:
# 0: No map
# 1: Google Maps
# 2: OpenStreetMap (Mapnik)
# 3: OpenStreetMap (Mapbox)
# map = 1
# map_api_key = "AIzaSyCarwwzZW_5EE1Jnfn8MV--vjDbqGd9cO8"
# latitude = "43.659980"
# longitude = "-79.399447"
# zoom = 15
# SITE SETUP
# Color theme.
# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`.
#color_theme = "default"
color_theme = "dark"
# Font style.
# Choose from `default`, `classic`, or `playfair`.
font = "default"
# Description for social sharing and search engines. If undefined, author role is used in place.
description = "Fields Institute Thematic Program on Mathematics of Neuroscience"
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
#sharing_image = "cartoon_brain_reading_a_book.png"
sharing_image = "KCNI_WBM_logo.png"
# Twitter username (without @). Used when a vistor shares your site on Twitter.
twitter = "neurodidact"
# Diplay a logo in navigation bar rather than title (optional).
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
#logo = "KCNI_WBM_logo.png"
logo = "CAMH_Horz_logo_w_Krembil_KO_sm.png"
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04"
time_format = "3:04 PM"
# Show estimated reading time for posts?
reading_time = true
# Display comment count? Requires commenting to be enabled.
comment_count = true
# Display next/previous section pager?
section_pager = true
# Enable global LaTeX math rendering?
# If false, you can enable it locally on a per page basis.
#math = false
math = true
# Highlight.js options
# highlight
# Enable global source code highlighting? If false, you can
# override it for a particular page in that page's preamble.
#
# Example: highlight = true
#
# highlight_languages
# Add support for highlighting additional languages. Support for
# languages mentioned here will be included in all pages.
#
# Example: highlight_languages = ["go", "lisp", "ocaml"]
#
# highlight_style
# Choose a different CSS style for highlighting source
# code. Setting this option in a page's preamble has no
# effect.
#
# Example: highlight_style = "github-gist"
#
# For the list of supported languages and styles, see:
# https://cdnjs.com/libraries/highlight.js/
#
# For more info on the highlighting options, see:
# https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
highlight = true
highlight_languages = []
# highlight_style = "github"
# Enable native social sharing buttons?
#sharing = true # JG_MOD
sharing = false
# Privacy pack
# Show a cookie consent message to visitors
# Anonymize IP in Google Analytics (if enabled)
privacy_pack = false
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
custom_css = ["simple_purple.css"]
custom_js = []
# Publication types.
# Used to categorize publications.
# The index of the publication type in the list is used as its unique numerical identifier.
# The numeric ID is used in a publication's frontmatter to categorize it.
# The language can be edited below.
# For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
# translated.
publication_types = [
'Uncategorized', # 0
'Conference paper', # 1
'Journal article', # 2
'Manuscript', # 3
'Report', # 4
'Book', # 5
'Book section' # 6
]
# Configuration of talk pages.
[params.talks]
# Show talk time?
time = false
# true
# Configuration of publication pages.
[params.publications]
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January, 2006"
# Configuration of project pages.
[params.projects]
# List publications and talks related to the project?
list_children = true
# Post list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
post_format = 2
# Publication list format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
publication_format = 4
# Talk list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
talk_format = 2
# Configuration of project pages.
#[params.research]
# # List publications and talks related to the project?
# list_children = true
# # Post list format.
# # 0 = Simple
# # 1 = Detailed
# # 2 = Stream
# post_format = 2
# # Publication list format.
# # 0 = Simple
# # 1 = Detailed
# # 2 = APA
# # 3 = MLA
# # 4 = Stream
# publication_format = 4
# # Talk list format.
# # 0 = Simple
# # 1 = Detailed
# # 2 = Stream
# talk_format = 2
# Social/Academic Networking
#
# Icon pack "fab" includes the following social network icons:
#
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
# youtube, instagram, soundcloud
#
# For email icon, use "fas" icon pack, "envelope" icon, and
# "mailto:your@email.com" as the link.
#
# Full list: https://fontawesome.com/icons
#
# Icon pack "ai" includes the following academic icons:
#
# cv, google-scholar, arxiv, orcid, researchgate, mendeley
#
# Full list: https://jpswalsh.github.io/academicons/
#[[params.social]]
# icon = "envelope"
# icon_pack = "fas"
# link = "#contact" # For a direct email link, use "mailto:test@example.org".
#[[params.social]]
# icon = "twitter"
# icon_pack = "fab"
# link = "https://twitter.com/neurodidact"
# [[params.social]]
# icon = "google-scholar"
# icon_pack = "ai"
# link = "https://scholar.google.ca/citations?user=xwkt6aQAAAAJ&hl=en"
# [[params.social]]
# icon = "github"
# icon_pack = "fab"
# link = "https://github.com/GriffithsLab"
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[params.social]]
# icon = "cv"
# icon_pack = "ai"
# link = "files/cv.pdf"
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[params.menus]
# Align the main menu to the right of the page? (true/false)
# align_right = false
# true
align_left = true
[[menu.main]]
name = "About"
url = "#about"
#url = "#"
weight = 1
#[[menu.main]]
# name = "News & Musings"
# url = "#news"
# weight = 2
#[[menu.main]]
# name = "Posts"
# url = "#posts"
# weight = 3
#[[menu.main]]
# name = "Projects"
# url = "#projects"
# weight = 4
#[[menu.main]]
# name = "Research"
# url = "#research"
# weight= 2
[[menu.main]]
name = "Research"
url = "#projects"
weight = 3
[[menu.main]]
name = "Publications"
url = "#publications_selected"
weight = 4
#[[menu.main]]
# name = "Tutorials"
# url = "/tutorial/"
# weight = 5
[[menu.main]]
name = "People"
url = "people"
weight = 5
#[[menu.main]]
# name = "Resources"
# url = "/resources/"
# weight = 6
#[[menu.main]]
# name = "Tools & Resources"
# url = "#tools"
# weight = 5
[[menu.main]]
name = "Talks & Teaching"
url = "#talks_and_teaching"
weight = 6
[[menu.main]]
name = "Code & Software"
url = "#code_and_software"
weight = 7
#[[menu.main]]
# name = "" # "News & Musings"
# url = "#news"
# weight = 1
[[menu.main]]
name = "Join us!"
url = "/positions"
weight = 8
[[menu.main]]
name = "Contact"
url = "#contact"
weight = 9
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[menu.main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 7
# Search.
[params.search]
# Search provider:
# 0: No search engine
# 1: Built-in (Fuse)
# 2: Algolia (https://www.algolia.com)
engine = 1
# Configuration of Algolia search engine.
# Paste the values from your Algolia dashboard.
[params.search.algolia]
app_id = ""
api_key = ""
index_name = ""
show_logo = false
# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
publication_type = "publication_types"
# Languages
# Create a [languages.X] block for each language you want, where X is the language ID.
# Refer to https://sourcethemes.com/academic/docs/language/
# Configure the English version of the website.
[languages.en]
languageCode = "en-us"
# Uncomment the lines below to configure your website in a second language.
#[languages.zh]
# languageCode = "zh-Hans"
# title = "Chinese website title..."
# [languages.zh.params]
# name = "Your name in Chinese..."
# role = "Your role in Chinese..."
# [[languages.zh.menu.main]]
# name = "Wo"
# url = "#about"
# weight = 1