Skip to content

Commit 50adda5

Browse files
committed
add the template and some avatar
1 parent 7b59581 commit 50adda5

383 files changed

Lines changed: 32859 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-347 KB
Loading
-21.9 KB
Loading
-1.39 MB
Loading

content/authors/Xin Lin/avatar.jpg

126 KB
Loading
-3.77 MB
Loading
-28.6 KB
Loading
-277 KB
Loading
-6 KB
Binary file not shown.
-694 KB
Loading
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
# Display name
3+
title: "{{ replace .Name "-" " " | title }}"
4+
5+
# Username (this should match the folder name and the name on publications)
6+
authors:
7+
- "{{ urlize .Name }}"
8+
9+
# Is this the primary user of the site?
10+
superuser: false
11+
12+
# Role/position (e.g., Professor of Artificial Intelligence)
13+
role:
14+
15+
# Organizations/Affiliations
16+
organizations:
17+
- name:
18+
url: ""
19+
20+
# Short bio (displayed in user profile at end of posts)
21+
bio:
22+
23+
# List each interest with a dash
24+
interests:
25+
- Interest 1
26+
- Interest 2
27+
28+
education:
29+
courses:
30+
- course: Title course 1
31+
institution: Name of Institution
32+
year: 2012
33+
- course: Title course 1
34+
institution: Name of Institution
35+
year: 2012
36+
37+
# Social/Academic Networking
38+
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
39+
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
40+
# form "mailto:your-email@example.com" or "#contact" for contact widget.
41+
social:
42+
- icon: envelope
43+
icon_pack: fas
44+
link: '#contact' # For a direct email link, use "mailto:test@example.org".
45+
- icon: twitter
46+
icon_pack: fab
47+
link: https://twitter.com/USERNAME
48+
- icon: google-scholar
49+
icon_pack: ai
50+
link: https://scholar.google.com/citations?user=PERSON-ID
51+
- icon: github
52+
icon_pack: fab
53+
link: https://github.com/USERNAME
54+
# Link to a PDF of your resume/CV from the About widget.
55+
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
56+
# - icon: cv
57+
# icon_pack: ai
58+
# link: files/cv.pdf
59+
60+
# Enter email to display Gravatar (if Gravatar enabled in Config)
61+
email: ""
62+
63+
# Highlight the author in author lists? (true/false)
64+
highlight_name: false
65+
66+
# Organizational groups that you belong to (for People widget)
67+
# Set this to `[]` or comment out if you are not using People widget.
68+
user_groups:
69+
- Group 1
70+
- Group 2
71+
---

0 commit comments

Comments
 (0)