-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (39 loc) · 1.39 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
baseurl = "https://ivalab.github.io/VisNav/public"
baseURL = "https://ivalab.github.io/VisNav/public"
title = "VisNav Research"
Title = "VisNav Research"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
defaultContentLanguage = "en-us"
disqusShortname = ""
googleAnalytics = ""
[params]
style = "ivalab"
title = "IVALab:VisNav"
description = "Research efforts related to vision-in-the-loop navigation."
copyright = ""
support = "Research supported in part by National Science Foundation. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation."
sidebarAbout = ["Research efforts related to egocentric, perception-space, visual navigation."]
[[params.grants]]
grantee = "NSF"
award = "1849333"
url = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1849333&HistoricalAwards=false"
[[params.navlinks]]
name = "About"
url = "about/"
home = false
[[params.navlinks]]
name = "Robots"
url = "robots/"
home = false
[[params.navlinks]]
name = "Research"
url = "research/"
home = true
[params.social]
github = "https://github.com/ivalab"
github2 = "https://github.com/ivaROS"
youtube = "https://www.youtube.com/channel/UC-YbwwjK5GE1YjVolgNe5Kg/"
twitter = "https://twitter.com/IVALab5"
[taxonomies]
tags = "tags"