-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (57 loc) · 1.69 KB
/
_config.yml
File metadata and controls
62 lines (57 loc) · 1.69 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
# Site Settings
locale: "en-US"
title: "Gandhimathi Padmanaban"
subtitle: ""
name: "Gandhimathi Padmanaban"
description: "Ph.D. Candidate in Industrial & Systems Engineering. Research on geometry-informed computer vision, vision transformers, and transportation safety; future agenda on limit-aware hybrid AI for reliable deep perception."
url: "https://mathipadmanaban.github.io"
repository: "mathipadmanaban/mathipadmanaban.github.io"
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
plugins:
- jekyll-include-cache
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
include:
- _pages
sass:
sass_dir: assets/css
style: compressed
# Site Author
author:
name: "Gandhimathi Padmanaban"
avatar: "/assets/images/mathi-profile.png"
bio: "Hybrid AI · Computer Vision · Transportation Safety"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:gmathi@umich.edu"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/mathipadmanaban67/"
- label: "ResearchGate"
icon: "fab fa-fw fa-researchgate"
url: "https://www.researchgate.net/profile/Gandhimathi-Padmanaban"
- label: "ORCID"
icon: "fab fa-fw fa-orcid"
url: "https://orcid.org/0000-0002-5143-8948"
- label: "Google Scholar"
icon: "fas fa-fw fa-graduation-cap"
url: "https://scholar.google.com/citations?user=aNWRkHIAAAAJ"
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/mathipadmanaban"
# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true