-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (48 loc) · 1.33 KB
/
_config.yml
File metadata and controls
51 lines (48 loc) · 1.33 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
# global variables
author:
firstname: Jiabo
lastname: Huang
nickname: Raymond
email: jiabo.huang AT qmul.ac.uk
phone: +0044 07561775861
affliations:
- name: Computer Vision Group
link: http://www.dcs.qmul.ac.uk/research/vision/
- name: School of Electronic Engineering and Computer Science
link: http://www.eecs.qmul.ac.uk/
- name: Queen Mary University of London
link: http://www.qmul.ac.uk/
address:
- line: Mile End Road
- line: London, E1 4NS, UK
# - line: CS Room 329, Peter Landin Building
thumb: asserts/home/thumb.jpg
# baseurl: "" # the subpath of your site, e.g. /blog
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
links:
- name: Github
icon: "fa-brands fa-github"
link: https://github.com/Raymond-sci
- name: "Google Scholar"
icon: "fa-brands fa-google"
link: https://scholar.google.com/citations?user=o_ecsPcAAAAJ&hl=en
# Project pages setings
defaults:
- scope:
path: "_posts"
categories: project
values:
layout: project
permalink: /projects/:title
assets_dir: /assets/project
scholar:
source: assets/project/
bibliography: "**/*.bib{,tex}"
# Build settings
markdown: kramdown
kramdown:
input: GFM
# theme: minima
plugins:
- jekyll-feed
- jekyll/scholar