Skip to content

Commit

Permalink
add jiachen, jianpeng and xiaopan
Browse files Browse the repository at this point in the history
  • Loading branch information
jyao97 committed Aug 10, 2024
1 parent 47a11dc commit da3acab
Show file tree
Hide file tree
Showing 17 changed files with 283 additions and 89 deletions.
60 changes: 42 additions & 18 deletions _data/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@

# team member roles

pi:
icon: fa-solid fa-microscope
description: Principal Investigator
# pi:
# icon: fa-solid fa-microscope
# description: Principal Investigator

postdoc:
icon: fa-solid fa-glasses
description: Postdoctoral Researcher
# postdoc:
# icon: fa-solid fa-glasses
# description: Postdoctoral Researcher

phd:
icon: fa-solid fa-graduation-cap
description: PhD Student
# phd:
# icon: fa-solid fa-graduation-cap
# description: PhD Student

undergrad:
icon: fa-solid fa-user-graduate
description: Undergraduate Student
# undergrad:
# icon: fa-solid fa-user-graduate
# description: Undergraduate Student

programmer:
icon: fa-solid fa-code
description: Programmer
# programmer:
# icon: fa-solid fa-code
# description: Programmer

mascot:
icon: fa-solid fa-dog
description: Mascot
# mascot:
# icon: fa-solid fa-dog
# description: Mascot

# general

Expand Down Expand Up @@ -227,3 +227,27 @@ paper_home:

paper_code:
icon: fa-solid fa-code

people-homepage:
icon: fa-solid fa-house-user
text: Homepage

people-profile:
icon: fa-solid fa-link
text: UCR Profile

people-email:
icon: fa-solid fa-envelope
text: E-mail

people-gs:
icon: fa-brands fa-google
text: Google Scholar

people-twitter:
icon: fa-brands fa-twitter
text: Twitter

people-office:
icon: fa-solid fa-location-dot
text: Office
File renamed without changes.
59 changes: 59 additions & 0 deletions _includes/list_pi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{% assign emptyarray = "" | split: "," %}
{% assign data = site.data[include.data]
| default: site[include.data]
| default: emptyarray
| data_filter: include.filters
%}

{% assign years = data
| group_by_exp: "d", "d.date | date: '%Y'"
| sort: "name"
| reverse
%}

{% for year in years %}
{% assign data = year.items %}

{% if years.size > 1 %}
{{--}}<h3 id="{{ year.name }}">{{ year.name }}</h3>
{% assign data = data | sort: "date" | reverse %}
{% endif %}

{% for d in data %}
{% assign style = d.style | default: include.style %}

{%
include {{ include.component | append: ".html" }}
affiliation=d.affiliation
author=d.author
authors=d.authors
buttons=d.buttons
caption=d.caption
content=d.content
date=d.date
description=d.description
excerpt=d.excerpt
height=d.height
icon=d.icon
id=d.id
image=d.image
last_modified_at=d.last_modified_at
link=d.link
lookup=d.lookup
name=d.name
publisher=d.publisher
repo=d.repo
role=d.role
slug=d.slug
style=style
subtitle=d.subtitle
tags=d.tags
text=d.text
title=d.title
tooltip=d.tooltip
type=d.type
url=d.url
width=d.width
%}
{% endfor %}
{% endfor %}
59 changes: 59 additions & 0 deletions _includes/list_research.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{% assign emptyarray = "" | split: "," %}
{% assign data = site.data[include.data]
| default: site[include.data]
| default: emptyarray
| data_filter: include.filters
%}

{% assign years = data
| group_by_exp: "d", "d.date | date: '%Y'"
| sort: "name"
| reverse
%}

{% for year in years %}
{% assign data = year.items %}

{% if years.size > 1 %}
{{--}}<h3 id="{{ year.name }}">{{ year.name }}</h3>
{% assign data = data | sort: "date" | reverse %}
{% endif %}

{% for d in data %}
{% assign style = d.style | default: include.style %}

{%
include {{ include.component | append: ".html" }}
affiliation=d.affiliation
author=d.author
authors=d.authors
buttons=d.buttons
caption=d.caption
content=d.content
date=d.date
description=d.description
excerpt=d.excerpt
height=d.height
icon=d.icon
id=d.id
image=d.image
last_modified_at=d.last_modified_at
link=d.link
lookup=d.lookup
name=d.name
publisher=d.publisher
repo=d.repo
role=d.role
slug=d.slug
style=style
subtitle=d.subtitle
tags=d.tags
text=d.text
title=d.title
tooltip=d.tooltip
type=d.type
url=d.url
width=d.width
%}
{% endfor %}
{% endfor %}
59 changes: 59 additions & 0 deletions _includes/list_students.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{% assign emptyarray = "" | split: "," %}
{% assign data = site.data[include.data]
| default: site[include.data]
| default: emptyarray
| data_filter: include.filters
%}

{% assign years = data
| group_by_exp: "d", "d.date | date: '%Y'"
| sort: "name"
| reverse
%}

{% for year in years %}
{% assign data = year.items %}

{% if years.size > 1 %}
{{--}}<h3 id="{{ year.name }}">{{ year.name }}</h3>
{% assign data = data | sort: "date" | reverse %}
{% endif %}

{% for d in data %}
{% assign style = d.style | default: include.style %}

{%
include {{ include.component | append: ".html" }}
affiliation=d.affiliation
author=d.author
authors=d.authors
buttons=d.buttons
caption=d.caption
content=d.content
date=d.date
description=d.description
excerpt=d.excerpt
height=d.height
icon=d.icon
id=d.id
image=d.image
last_modified_at=d.last_modified_at
link=d.link
lookup=d.lookup
name=d.name
publisher=d.publisher
repo=d.repo
role=d.role
slug=d.slug
style=style
subtitle=d.subtitle
tags=d.tags
text=d.text
title=d.title
tooltip=d.tooltip
type=d.type
url=d.url
width=d.width
%}
{% endfor %}
{% endfor %}
4 changes: 2 additions & 2 deletions _layouts/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
%}

{% capture search -%}
research/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
publications/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
{%- endcapture %}

<p class="center">
<a href="{{ search | relative_url }}">
Search for {{ page.name | default: page.title }}'s papers on the Research page
Search for {{ page.name | default: page.title }}'s papers on the Publications page
</a>
</p>

Expand Down
20 changes: 0 additions & 20 deletions _members/jane-smith.md

This file was deleted.

20 changes: 20 additions & 0 deletions _members/jiachen-li.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Jiachen Li
image: people_photos/jiachenli.jpg
role: pi
affiliation: UC Riverside
aliases:
- J. Li
- J Li
links:
people-homepage: https://jiachenli94.github.io/
# people-profile: https://profiles.ucr.edu/app/home/profile/jiachenl
people-email: [email protected]
people-gs: https://scholar.google.com/citations?user=1_f79vUAAAAJ&hl
people-twitter: https://twitter.com/JiachenLi8
# people-office: 344 Winston Chung Hall (WCH)
---

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/>).
Dr. Li’s research interest lies in the broad intersection of robotics, trustworthy AI & ML, reinforcement learning, control, and optimization as well as their applications to intelligent autonomous systems (e.g., autonomous vehicles, mobile robots, drones, cyber-physical systems), especially human-robot interactions and multi-agent systems. <br>
**UC Riverside Profile**[HERE](https://profiles.ucr.edu/jiachen.li)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Office**: 344 Winston Chung Hall (WCH)
16 changes: 16 additions & 0 deletions _members/jianpeng-yao.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Jianpeng Yao
image: people_photos/jianpengyao.png
role: grad
affiliation: UC Riverside
aliases:
- J. Yao
- J Yao
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)
---

Jianpeng Yao is currently a first-year PhD student at UC Riverside. His research interests include robotics, reinforcement learning, and safe machine decisions.
10 changes: 0 additions & 10 deletions _members/john-doe.md

This file was deleted.

11 changes: 0 additions & 11 deletions _members/sarah-johnson.md

This file was deleted.

16 changes: 16 additions & 0 deletions _members/xiaopan-zhang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Xiaopan Zhang
image: people_photos/xiaopanzhang.jpg
role: grad
affiliation: UC Riverside
aliases:
- X. Zhang
- X 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)
---

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

0 comments on commit da3acab

Please sign in to comment.