-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (66 loc) · 2.83 KB
/
Copy path_config.yml
File metadata and controls
82 lines (66 loc) · 2.83 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
# SITE CONFIGURATION
title: Neural Coding Lab # your site title
author: jiaxx # You :P
description: > # Meta description of Homepage
Brain
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://jiaxx.github.io/" #http://www.xiaoxuanvision.net/" # the base hostname & protocol for your site, e.g. http://example.com
# SEO PLUGIN
social:
name: Xiaoxuan Jia
links:
- https://github.com/NeuralCoding-Lab
- https://github.com/jiaxx
- https://scholar.google.com/citations?user=7waL2dAAAAAJ&hl=en
# THEME SETTINGS
navigation: # Navigation links
#- {name: 'News', link: '/news'}
- {name: 'Team', link: '/people'} #_layout/people.html uses data in people.json in /_data; image file in /assets/img/name_thumb@2x.jpg
- {name: 'Research', link: '/about'}
- {name: 'Publications', link: '/pubs'}
- {name: 'Teaching', link: '/teaching'}
- {name: 'Culture', link: '/culture'}
- {name: 'Join Us', link: '/join'}
#- {name: 'Consulting', link: '/consulting'}
- {name: 'Contact', link: '/contact'}
tagline: >
<p style="font-size: 1.4em;"><i>– Dr. Xiaoxuan Jia</i></p>
<p>At the Neural Coding Lab, we study how visual information is represented and dynamically routed across the visual hierarchy.
We aim to understand how these representations emerge from network dynamics and how they can be controlled, linking neural computation with general intelligence.
To learn more, please check out our research <a href="/about">directions</a> and <a href="/pubs">publications</a>.
<p>If you are interested in joining us, please check available <a href="/join">positions</a> and send an <a href="/contact">inquiry</a> with CV.
hero_img: posts/waveforms.jpg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: jxiaoxuan@gmail.com # email
twitter_username: xiaoxuan_jia # replace with your_twitter_username or comment to remove link from footer
github_username: jiaxx # replace with your_github_username or comment to remove link from footer
orcid_id: 0000-0001-5484-9331
#scholar_id: XXXXX
# pubmed_search: Xiaoxuan Jia
# instagram_username: XXXX # replace with your_instagram_username or comment to remove link from footer
# disqus:
# shortname: jiaxx # to enable comments replace with your_disqus_shortname
# google_tag_manager: GTM-XXXXXXX # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID
service_worker: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
# theme: jekyll-sleek # Uncomment if you're using the theme as a ruby gem
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
include: ['_pages']
permalink: /:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-seo-tag