Skip to content

Commit dfea004

Browse files
committed
add all grad students
1 parent eb8e63f commit dfea004

30 files changed

+438
-11
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</span>
2828
{% endif %}
2929
{% if site.logo-text != false %}
30-
<span class="title-text" data-tooltip="Home">
30+
<span class="title-text">
3131
{% if site.title and site.show-title != false %}
3232
<span class="title">{{ site.title }}</span>
3333
{% endif %}

_includes/list_pi.html

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
{%
2626
include {{ include.component | append: ".html" }}
27+
display_1=d.display_1
28+
display_2=d.display_2
29+
display_3=d.display_3
2730
affiliation=d.affiliation
2831
author=d.author
2932
authors=d.authors

_includes/list_students.html

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
{%
2626
include {{ include.component | append: ".html" }}
27+
display_1=d.display_1
28+
display_2=d.display_2
29+
display_3=d.display_3
2730
affiliation=d.affiliation
2831
author=d.author
2932
authors=d.authors

_includes/portrait_pi.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{% if include.lookup %}
2+
{% assign member = site.members
3+
| where_exp: "member", "member.slug == include.lookup"
4+
| first
5+
%}
6+
{% else %}
7+
{% assign member = include %}
8+
{% endif %}
9+
10+
{% assign type = site.data.types[member.role] %}
11+
12+
<div class="portrait-wrapper-pi">
13+
<a
14+
{% if page.slug != member.slug %}
15+
href="{{ member.url | relative_url }}"
16+
{% endif %}
17+
class="portrait-pi"
18+
data-style="{{ include.style }}"
19+
aria-label="{{ member.name | default: "member link" }}"
20+
>
21+
{% if type %}
22+
{% include icon.html icon=type.icon %}
23+
{% endif %}
24+
25+
<img
26+
src="{{ member.image | relative_url }}"
27+
class="portrait-image-pi"
28+
alt="member portrait"
29+
loading="lazy"
30+
{% include fallback.html %}
31+
>
32+
33+
{% if member.name %}
34+
<span class="portrait-name-pi">
35+
{{ member.name }}
36+
</span>
37+
{% endif %}
38+
39+
{% if member.display_1 %}
40+
<span class="display_1">
41+
{{member.display_1}}
42+
</span>
43+
{% endif %}
44+
45+
{% if member.display_2 %}
46+
<span class="display_2">
47+
{{member.display_2}}
48+
</span>
49+
{% endif %}
50+
51+
{% if member.display_3 %}
52+
<span class="display_3">
53+
{{member.display_3}}
54+
</span>
55+
{% endif %}
56+
</a>
57+
</div>

_includes/portrait_students.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{% if include.lookup %}
2+
{% assign member = site.members
3+
| where_exp: "member", "member.slug == include.lookup"
4+
| first
5+
%}
6+
{% else %}
7+
{% assign member = include %}
8+
{% endif %}
9+
10+
{% assign type = site.data.types[member.role] %}
11+
12+
<div class="portrait-wrapper">
13+
<a
14+
{% if page.slug != member.slug %}
15+
href="{{ member.url | relative_url }}"
16+
{% endif %}
17+
class="portrait"
18+
data-style="{{ include.style }}"
19+
aria-label="{{ member.name | default: "member link" }}"
20+
>
21+
{% if type %}
22+
{% include icon.html icon=type.icon %}
23+
{% endif %}
24+
25+
<img
26+
src="{{ member.image | relative_url }}"
27+
class="portrait-image"
28+
alt="member portrait"
29+
loading="lazy"
30+
{% include fallback.html %}
31+
>
32+
33+
{% if member.name %}
34+
<span class="portrait-name">
35+
{{ member.name }}
36+
</span>
37+
{% endif %}
38+
39+
{% if member.display_1 %}
40+
<span class="display_1">
41+
{{member.display_1}}
42+
</span>
43+
{% endif %}
44+
45+
{% if member.display_2 %}
46+
<span class="display_2">
47+
{{member.display_2}}
48+
</span>
49+
{% endif %}
50+
51+
{% if member.display_3 %}
52+
<span class="display_3">
53+
{{member.display_3}}
54+
</span>
55+
{% endif %}
56+
</a>
57+
</div>

_members/albert-dang.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Albert Dang
3+
image: people_photos/albert_dang.png
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- A. Dang
8+
- A Dang
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'M.S. Student in Robotics'
15+
display_2: 'Spring 2024 -- Present'
16+
---
17+
18+
Yu Xia is currently a MS student in Robotics at UC Riverside.

_members/anirudh_nittur_venkatesh.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Anirudh Nittur Venkatesh
3+
image: people_photos/default.png
4+
role: grad
5+
affiliation: UC Riverside
6+
# aliases:
7+
# - Z. Li
8+
# - Z Li
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'M.S. Student in CS'
15+
display_2: 'Winter 2024 -- Present'
16+
---
17+
18+
Anirudh Nittur Venkatesh is currently a MS student in Computer Science at UC Riverside.

_members/fnu-heman.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Fnu Heman
3+
image: people_photos/default.png
4+
role: grad
5+
affiliation: UC Riverside
6+
# aliases:
7+
# - A. Dang
8+
# - A Dang
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'M.S. Student in Robotics'
15+
display_2: 'Winter 2024 -- Present'
16+
---
17+
18+
Fnu Heman is currently a MS student in Robotics at UC Riverside.

_members/jiachen-li.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ links:
1313
people-gs: https://scholar.google.com/citations?user=1_f79vUAAAAJ&hl
1414
people-twitter: https://twitter.com/JiachenLi8
1515
# people-office: 344 Winston Chung Hall (WCH)
16+
display_1: 'Assistant Professor'
17+
display_2: ECE & CSE
18+
# display_3: Department of Computer Science and Engineering (Cooperating Faculty)
1619
---
1720

1821
Dr. Jiachen Li is an assistant professor in the [Department of Electrical and Computer Engineering](https://www.ece.ucr.edu/) and the [Department of Computer Science and Engineering](https://www1.cs.ucr.edu/) (by courtesy) at the University of California, Riverside. He is the Director of the Trustworthy Autonomous Systems Laboratory (TASL) and a faculty member in the [Center for Robotics and Intelligent Systems (CRIS)](https://www.cris.ucr.edu/). Before joining UCR, he was a postdoctoral scholar at Stanford University. He received his Ph.D. from the University of California, Berkeley. Dr. Li received an RSS Robotics Pioneer Award in 2022 and was selected as an ASME DSCD Rising Star in 2023. He is an associate editor or a reviewer for over 25 premier journals and conferences. He has organized multiple workshops on robotics, machine learning, computer vision, and intelligent transportation systems at premier international conferences, including ICRA, IROS, NeurIPS, ICCV, IV, and ITSC. More details about his research and activities can be found on his website (<https://jiachenli94.github.io/>).

_members/jianpeng-yao.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ links:
1111
people-email: [email protected]
1212
people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
1313
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in EE'
15+
display_2: 'Spring 2024 -- Present'
1416
---
1517

1618
Jianpeng Yao is currently a first-year PhD student at UC Riverside. His research interests include robotics, reinforcement learning, and safe machine decisions.

_members/junge-zhang.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Junge Zhang
3+
image: people_photos/default.png
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- J. Zhang
8+
- J Zhang
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in CS'
15+
display_2: 'Starting in Fall 2024'
16+
---
17+
18+
Junge Zhang is currently a first-year PhD student at UC Riverside.

_members/justin-yue.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Justin Yue
3+
image: people_photos/default.png
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- J. Yue
8+
- J Yue
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in CS'
15+
display_2: 'Starting in Fall 2024'
16+
---
17+
18+
Justin Yue is currently a first-year PhD student at UC Riverside. He is co-advised by Prof. Hang Qiu and Prof. Jiachen Li.

_members/mingxuan-yan.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Mingxuan Yan
3+
image: people_photos/mingxuanyan.jpg
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- M. Yan
8+
- M Yan
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in CS'
15+
display_2: 'Starting in Fall 2024'
16+
---
17+
18+
Mingxuan Yan is currently a first-year PhD student at UC Riverside.

_members/xiaopan-zhang.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ links:
1111
# people-email: [email protected]
1212
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
1313
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in EE'
15+
display_2: 'Spring 2024 -- Present'
1416
---
1517

1618
Xiaopan Zhang is currently a first-year PhD student at UC Riverside.

_members/yu_xia.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Yu Xia
3+
image: people_photos/yuxia.jpg
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- Y. Xia
8+
- Y Xia
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'M.S. Student in Robotics'
15+
display_2: 'Spring 2024 -- Present'
16+
---
17+
18+
Yu Xia is currently a MS student in Robotics at UC Riverside.

_members/zehao-wang.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ links:
1111
# people-email: [email protected]
1212
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
1313
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in CS'
15+
display_2: 'Spring 2024 -- Present'
1416
---
1517

1618
Zhixu Li is currently a second-year PhD student at UC Riverside.

_members/zhifeng-wu.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Zhifeng Wu
3+
image: people_photos/zhifengwu.jpg
4+
role: grad
5+
affiliation: UC Riverside
6+
aliases:
7+
- Z. Wu
8+
- Z Wu
9+
links:
10+
# people-homepage: https://jyao97.github.io/
11+
# people-email: [email protected]
12+
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
13+
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'M.S. Student in CS'
15+
display_2: 'Summer 2024 -- Present'
16+
---
17+
18+
Zhifeng Wu is currently a MS student in Computer Science at UC Riverside.

_members/zhixu-li.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ links:
1111
# people-email: [email protected]
1212
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
1313
# people-office: 344 Winston Chung Hall (WCH)
14+
display_1: 'Ph.D. Student in CS'
15+
display_2: 'Spring 2024 -- Present'
1416
---
1517

1618
Zhixu Li is currently a second-year PhD student at UC Riverside.

0 commit comments

Comments
 (0)