Skip to content

Commit

Permalink
add all grad students
Browse files Browse the repository at this point in the history
  • Loading branch information
jyao97 committed Aug 11, 2024
1 parent eb8e63f commit dfea004
Show file tree
Hide file tree
Showing 30 changed files with 438 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</span>
{% endif %}
{% if site.logo-text != false %}
<span class="title-text" data-tooltip="Home">
<span class="title-text">
{% if site.title and site.show-title != false %}
<span class="title">{{ site.title }}</span>
{% endif %}
Expand Down
3 changes: 3 additions & 0 deletions _includes/list_pi.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

{%
include {{ include.component | append: ".html" }}
display_1=d.display_1
display_2=d.display_2
display_3=d.display_3
affiliation=d.affiliation
author=d.author
authors=d.authors
Expand Down
3 changes: 3 additions & 0 deletions _includes/list_students.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

{%
include {{ include.component | append: ".html" }}
display_1=d.display_1
display_2=d.display_2
display_3=d.display_3
affiliation=d.affiliation
author=d.author
authors=d.authors
Expand Down
57 changes: 57 additions & 0 deletions _includes/portrait_pi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{% if include.lookup %}
{% assign member = site.members
| where_exp: "member", "member.slug == include.lookup"
| first
%}
{% else %}
{% assign member = include %}
{% endif %}

{% assign type = site.data.types[member.role] %}

<div class="portrait-wrapper-pi">
<a
{% if page.slug != member.slug %}
href="{{ member.url | relative_url }}"
{% endif %}
class="portrait-pi"
data-style="{{ include.style }}"
aria-label="{{ member.name | default: "member link" }}"
>
{% if type %}
{% include icon.html icon=type.icon %}
{% endif %}

<img
src="{{ member.image | relative_url }}"
class="portrait-image-pi"
alt="member portrait"
loading="lazy"
{% include fallback.html %}
>

{% if member.name %}
<span class="portrait-name-pi">
{{ member.name }}
</span>
{% endif %}

{% if member.display_1 %}
<span class="display_1">
{{member.display_1}}
</span>
{% endif %}

{% if member.display_2 %}
<span class="display_2">
{{member.display_2}}
</span>
{% endif %}

{% if member.display_3 %}
<span class="display_3">
{{member.display_3}}
</span>
{% endif %}
</a>
</div>
57 changes: 57 additions & 0 deletions _includes/portrait_students.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{% if include.lookup %}
{% assign member = site.members
| where_exp: "member", "member.slug == include.lookup"
| first
%}
{% else %}
{% assign member = include %}
{% endif %}

{% assign type = site.data.types[member.role] %}

<div class="portrait-wrapper">
<a
{% if page.slug != member.slug %}
href="{{ member.url | relative_url }}"
{% endif %}
class="portrait"
data-style="{{ include.style }}"
aria-label="{{ member.name | default: "member link" }}"
>
{% if type %}
{% include icon.html icon=type.icon %}
{% endif %}

<img
src="{{ member.image | relative_url }}"
class="portrait-image"
alt="member portrait"
loading="lazy"
{% include fallback.html %}
>

{% if member.name %}
<span class="portrait-name">
{{ member.name }}
</span>
{% endif %}

{% if member.display_1 %}
<span class="display_1">
{{member.display_1}}
</span>
{% endif %}

{% if member.display_2 %}
<span class="display_2">
{{member.display_2}}
</span>
{% endif %}

{% if member.display_3 %}
<span class="display_3">
{{member.display_3}}
</span>
{% endif %}
</a>
</div>
18 changes: 18 additions & 0 deletions _members/albert-dang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Albert Dang
image: people_photos/albert_dang.png
role: grad
affiliation: UC Riverside
aliases:
- A. Dang
- A Dang
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'M.S. Student in Robotics'
display_2: 'Spring 2024 -- Present'
---

Yu Xia is currently a MS student in Robotics at UC Riverside.
18 changes: 18 additions & 0 deletions _members/anirudh_nittur_venkatesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Anirudh Nittur Venkatesh
image: people_photos/default.png
role: grad
affiliation: UC Riverside
# aliases:
# - Z. Li
# - Z Li
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'M.S. Student in CS'
display_2: 'Winter 2024 -- Present'
---

Anirudh Nittur Venkatesh is currently a MS student in Computer Science at UC Riverside.
18 changes: 18 additions & 0 deletions _members/fnu-heman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Fnu Heman
image: people_photos/default.png
role: grad
affiliation: UC Riverside
# aliases:
# - A. Dang
# - A Dang
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'M.S. Student in Robotics'
display_2: 'Winter 2024 -- Present'
---

Fnu Heman is currently a MS student in Robotics at UC Riverside.
3 changes: 3 additions & 0 deletions _members/jiachen-li.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ links:
people-gs: https://scholar.google.com/citations?user=1_f79vUAAAAJ&hl
people-twitter: https://twitter.com/JiachenLi8
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Assistant Professor'
display_2: ECE & CSE
# display_3: Department of Computer Science and Engineering (Cooperating Faculty)
---

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/>).
Expand Down
2 changes: 2 additions & 0 deletions _members/jianpeng-yao.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ links:
people-email: [email protected]
people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in EE'
display_2: 'Spring 2024 -- Present'
---

Jianpeng Yao is currently a first-year PhD student at UC Riverside. His research interests include robotics, reinforcement learning, and safe machine decisions.
18 changes: 18 additions & 0 deletions _members/junge-zhang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Junge Zhang
image: people_photos/default.png
role: grad
affiliation: UC Riverside
aliases:
- J. Zhang
- J Zhang
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in CS'
display_2: 'Starting in Fall 2024'
---

Junge Zhang is currently a first-year PhD student at UC Riverside.
18 changes: 18 additions & 0 deletions _members/justin-yue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Justin Yue
image: people_photos/default.png
role: grad
affiliation: UC Riverside
aliases:
- J. Yue
- J Yue
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in CS'
display_2: 'Starting in Fall 2024'
---

Justin Yue is currently a first-year PhD student at UC Riverside. He is co-advised by Prof. Hang Qiu and Prof. Jiachen Li.
18 changes: 18 additions & 0 deletions _members/mingxuan-yan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Mingxuan Yan
image: people_photos/mingxuanyan.jpg
role: grad
affiliation: UC Riverside
aliases:
- M. Yan
- M Yan
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in CS'
display_2: 'Starting in Fall 2024'
---

Mingxuan Yan is currently a first-year PhD student at UC Riverside.
2 changes: 2 additions & 0 deletions _members/xiaopan-zhang.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ links:
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in EE'
display_2: 'Spring 2024 -- Present'
---

Xiaopan Zhang is currently a first-year PhD student at UC Riverside.
18 changes: 18 additions & 0 deletions _members/yu_xia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Yu Xia
image: people_photos/yuxia.jpg
role: grad
affiliation: UC Riverside
aliases:
- Y. Xia
- Y Xia
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'M.S. Student in Robotics'
display_2: 'Spring 2024 -- Present'
---

Yu Xia is currently a MS student in Robotics at UC Riverside.
2 changes: 2 additions & 0 deletions _members/zehao-wang.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ links:
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in CS'
display_2: 'Spring 2024 -- Present'
---

Zhixu Li is currently a second-year PhD student at UC Riverside.
18 changes: 18 additions & 0 deletions _members/zhifeng-wu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Zhifeng Wu
image: people_photos/zhifengwu.jpg
role: grad
affiliation: UC Riverside
aliases:
- Z. Wu
- Z Wu
links:
# people-homepage: https://jyao97.github.io/
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'M.S. Student in CS'
display_2: 'Summer 2024 -- Present'
---

Zhifeng Wu is currently a MS student in Computer Science at UC Riverside.
2 changes: 2 additions & 0 deletions _members/zhixu-li.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ links:
# people-email: [email protected]
# people-gs: https://scholar.google.com/citations?user=P6I5HF8AAAAJ
# people-office: 344 Winston Chung Hall (WCH)
display_1: 'Ph.D. Student in CS'
display_2: 'Spring 2024 -- Present'
---

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

0 comments on commit dfea004

Please sign in to comment.