-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphd_students.yml
More file actions
74 lines (70 loc) · 2.4 KB
/
phd_students.yml
File metadata and controls
74 lines (70 loc) · 2.4 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
#==============================================================================
# PhD Students (_data/phd_students.yml)
#
# Purpose:
# Stores information about current PhD students in the lab.
# Displayed on /team page using _includes/team-grid.html
#
# Usage:
# Add new students at the TOP or BOTTOM as preferred.
#
# Required Fields:
# - name: Full name (required)
#
# Optional Fields:
# - photo: Filename in /images/teampic/ (default: bio-photo.jpg)
# - info: Role/title (e.g., "PhD Student", "PhD Candidate")
# - short_bio: Brief description (not currently displayed)
# - email: Email address
# - website: Personal website URL
# - github: GitHub profile URL
# - linkedin: LinkedIn profile URL
# - google_scholar: Google Scholar profile URL
# - orcid: ORCID URL
# - twitter: Twitter/X URL
# - links: Custom links array with {url, type, label, icon}
#
# Display:
# Members are displayed as cards with photo, name, role, and social links.
# Cards are responsive and adjust to screen size automatically.
#
# Template:
# - name:
# photo:
# info:
# email:
# website:
# github:
# linkedin:
# google_scholar:
#==============================================================================
- name: Zhiyuan (Joe) Yang
photo: zhiyuan_yang.jpg
info: PhD Student
email: "zhiyuan.yang@mail.concordia.ca"
github: "https://github.com/CSMYang"
linkedin: "https://www.linkedin.com/in/joe-yang-51b8a1236?originalSubdomain=ca"
google_scholar: "https://scholar.google.com/citations?user=LrYx1-IAAAAJ&hl=en"
- name: Ghodsiyeh (Rose) Rostami
photo: rose_rostami.jpeg
info: |
PhD Student
Co-supervised with Dr. Po-Han Chen
email: "rose.rostami@mail.concordia.ca"
github: "https://github.com/RoseRostami"
linkedin: "https://www.linkedin.com/in/ghodsiyeh-rostami/"
google_scholar: "https://scholar.google.com/citations?user=p0wQZKwAAAAJ&hl=en"
- name: Haoyu He
photo: haoyu_he.jpg
info: PhD Student
email: "h_haoy@live.concordia.ca"
google_scholar: "https://scholar.google.com/citations?user=2kGaTpEAAAAJ&hl=en"
linkedin: "www.linkedin.com/in/haoyu-he-7a2406242"
- name: Anh Nguyen
photo: anh_nguyen.jpg
info: |
PhD Student, Stony Brook University, US
Co-supervised with Dr. Dimitris Samaras
email: "atinguyen@cs.stonybrook.edu"
website: "https://anhtienng.github.io/"
google_scholar: "https://scholar.google.com/citations?user=bddbZYUAAAAJ&hl=en"