forked from cmudrc/cmudrc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
149 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Buqiang Xu | ||
image: images/headshots/buqiang_xu.jpg | ||
role: bs | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Haidong Xin | ||
image: images/headshots/haidong_xin.png | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
home-page: https://xinhaidong.top | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Han Zhang | ||
role: graduated | ||
year: 2021 | ||
--- | ||
|
||
This is Han Zhang's Personal Page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Hanbin Wang | ||
image: images/headshots/hanbin_wang.jpg | ||
role: graduated | ||
year: 2023 | ||
links: | ||
email: [email protected] | ||
home-page: https://wanghanbinpanda.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Mingyan Wu | ||
image: images/headshots/mingyan_wu.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Qiushi Xiong | ||
image: images/headshots/qiushi_xiong.jpg | ||
role: ms | ||
year: 2023 | ||
links: | ||
email: [email protected] | ||
home-page: https://qiushixiong.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Sen Mei | ||
image: images/headshots/sen_mei.jpg | ||
role: ms | ||
year: 2022 | ||
links: | ||
email: [email protected] | ||
home-page: https://mssssss123.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Shaohua Duan | ||
image: images/headshots/shaohua_duan.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Shuliang Liu | ||
image: images/headshots/shuliang_liu.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Sijia Yao | ||
image: images/headshots/sijia_yao.jpg | ||
role: ms | ||
year: 2023 | ||
--- | ||
|
||
This is Sijia Yao's Personal Page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Tianshuo Zhou | ||
image: images/headshots/tianshuo_zhou.png | ||
role: ms | ||
year: 2022 | ||
links: | ||
email: [email protected] | ||
home-page: https://whale-z.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Tingran Zhang | ||
image: images/headshots/tingran_zhang.jpg | ||
role: bs | ||
year: 2023 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Xingsheng Zhu | ||
image: images/headshots/xingsheng_zhu.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Xinze Li | ||
image: images/headshots/xinze_li.jpg | ||
role: phd | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
home-page: https://eureka336.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Yibin Liu | ||
image: images/headshots/yibin_liu.jpg | ||
role: bs | ||
year: 2023 | ||
links: | ||
email: [email protected] | ||
home-page: https://10-oasis-01.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Yifan Ji | ||
image: images/headshots/yifan_ji.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Yuanhuiyi Lyu | ||
image: images/headshots/yuanhuiyi_lyu.png | ||
role: graduated | ||
year: 2021 | ||
links: | ||
email: [email protected] | ||
home-page: https://qc-ly.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Yuqing Lan | ||
image: images/headshots/yuqing_lan.jpg | ||
role: phd | ||
year: 2020 | ||
links: | ||
email: [email protected] | ||
home-page: https://yuqinglanok.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Zhenghao Liu | ||
image: images/headshots/zhenghao_liu.jpg | ||
role: pi | ||
year: 2021 | ||
links: | ||
email: [email protected] | ||
home-page: https://edwardzh.github.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Zhipeng Xu | ||
image: images/headshots/zhipeng_xu.png | ||
role: ms | ||
year: 2023 | ||
links: | ||
email: [email protected] | ||
home-page: https://pab1x.github.io/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Zhuoyang Wu | ||
image: images/headshots/zhuoyang_wu.jpg | ||
role: ms | ||
year: 2024 | ||
links: | ||
email: [email protected] | ||
--- | ||
|
Oops, something went wrong.