diff --git a/_layouts/seminars.html b/_layouts/seminars.html index 3bdef6c..942e5e7 100644 --- a/_layouts/seminars.html +++ b/_layouts/seminars.html @@ -14,7 +14,7 @@

Upcoming Seminar

{% for seminar in site.seminar %} -

🌟 {{seminar.time}}, “{{ seminar.title }}”, {{ seminar.author }}, {{seminar.info}} +

Vol.{{seminar.vol}}. [{{seminar.time}}] “{{ seminar.title }}”, {{ seminar.author }}, {{seminar.info}} {% if seminar.personal_url %} diff --git a/_layouts/teams.html b/_layouts/teams.html index 3640e40..e92718a 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -2,72 +2,98 @@ layout: default bodyClass: "page-teams" --- +

{% assign promoted_teams = site.team | where: "promoted", true | sort: "weight" %}

Principal Investigator (PI)

{% for team in promoted_teams %} -
-
- {% if team.image %} -
- {{ team.title }} -
- {% endif %} -
-

{{ team.title }}

-

{{ team.jobtitle }}

- {% if team.personal_url %} - - - {% endif %} - {% if team.github_url %} - - - {% endif %} - {% if team.scholar_url %} - - - +
+ +
+ {% if team.image %} + {{ team.title }} {% endif %} + +
+

{{ team.title }}

+

{{ team.jobtitle }}

+ {% if team.personal_url %} + + + {% endif %} + {% if team.github_url %} + + + {% endif %} + {% if team.scholar_url %} + + + + + + {% endif %} +
+
{{ team.excerpt | truncate: 120 }}
- -
+
{% endfor %} -

+
{% assign teams = site.team | where: "promoted", false | where: "class", "phd" | sort: "weight" %} -

PhD Students

+

Our Rising Stars ⬇️

{% for team in teams %} -
-
- {% if team.image %} -
- {{ team.title }} -
- {% endif %} -
+
+ +
+ {% if team.image %} + {{ team.title }} + {% endif %} + + + + +

{{ team.title }}

{{ team.jobtitle }}

+

{{ team.from }}

{% if team.personal_url %} @@ -79,29 +105,30 @@

{{ team.title }}

{% if team.scholar_url %} - - {% endif %} + + {% endif %}
- +
{{ team.excerpt | truncate: 120 }}
{% endfor %} -
-
-
- {% assign promoted_teams = site.team | where: "promoted", false | where: "class", "master" | sort: "weight" %} -

Master Students

- {% for team in promoted_teams %} -
-
- {% if team.image %} -
- {{ team.title }} -
- {% endif %} -
+ + {% assign teams = site.team | where: "promoted", false | where: "class", "master" | sort: "weight" %} + {% for team in teams %} +
+ +
+ {% if team.image %} + {{ team.title }} + {% endif %} + + + + +

{{ team.title }}

{{ team.jobtitle }}

+

{{ team.from }}

{% if team.personal_url %} @@ -113,29 +140,30 @@

{{ team.title }}

{% if team.scholar_url %} - - {% endif %} + + {% endif %}
- +
{{ team.excerpt | truncate: 120 }}
{% endfor %} -
-
-
- {% assign promoted_teams = site.team | where: "promoted", false | where: "class", "visiting" | sort: "weight" %} -

Visiting Students

- {% for team in promoted_teams %} -
-
- {% if team.image %} -
- {{ team.title }} -
- {% endif %} -
+ + {% assign teams = site.team | where: "promoted", false | where: "class", "visiting" | sort: "weight" %} + {% for team in teams %} +
+ +
+ {% if team.image %} + {{ team.title }} + {% endif %} + + + + +

{{ team.title }}

{{ team.jobtitle }}

+

Visiting Student

{% if team.personal_url %} @@ -147,13 +175,14 @@

{{ team.title }}

{% if team.scholar_url %} - - {% endif %} + + {% endif %}
- +
{{ team.excerpt | truncate: 120 }}
{% endfor %} +
-
+
diff --git a/_seminar/20241124-yizhang.md b/_seminar/20241124-yizhang.md index de7bc9e..5c0df41 100644 --- a/_seminar/20241124-yizhang.md +++ b/_seminar/20241124-yizhang.md @@ -1,4 +1,5 @@ --- +vol: '001' time: 2024.11.22 title: "基于视觉-语言大模型的高效迁移学习" author: "张毅" diff --git a/_seminar/20241206-shihua.md b/_seminar/20241206-shihua.md index 85ee9aa..576fc6f 100644 --- a/_seminar/20241206-shihua.md +++ b/_seminar/20241206-shihua.md @@ -1,4 +1,5 @@ --- +vol: '002' time: 2024.12.06 title: "Fast Convergence DETR" author: "Shihua Huang" diff --git a/_seminar/20241213-yuema.md b/_seminar/20241213-yuema.md index c542165..7881f53 100644 --- a/_seminar/20241213-yuema.md +++ b/_seminar/20241213-yuema.md @@ -1,7 +1,8 @@ --- +vol: '003' time: 2024.12.20 title: "AIGC 视频可控生成和编辑" author: "Yue Ma (马跃)" -info: "PhD Student from HKUST" +info: "PhD student from HKUST" personal_url: https://mayuelala.github.io/ --- \ No newline at end of file diff --git a/_team/jiachenan.md b/_team/jiachenan.md index 00918eb..f442990 100644 --- a/_team/jiachenan.md +++ b/_team/jiachenan.md @@ -2,7 +2,8 @@ title: "Jiachen An" date: 2018-12-20T13:44:55+10:00 image: "https://robohash.org/jiachenan?bgset=bg1" -jobtitle: "25 Fall @ University of Macau" +jobtitle: "Master Student" +from: "2025 Fall" promoted: false class: master weight: 1 diff --git a/_team/liyunzhu.md b/_team/liyunzhu.md index 3ec46f0..88ab261 100644 --- a/_team/liyunzhu.md +++ b/_team/liyunzhu.md @@ -2,7 +2,7 @@ title: "Liyun Zhu" date: 2018-12-20T13:44:55+10:00 image: "https://tom-roujiang.github.io/liyun_zhu//images/profile.jpg" -jobtitle: "Master student from ANU" +jobtitle: "MS from ANU" promoted: false class: visiting personal_url: https://tom-roujiang.github.io/liyun_zhu/ diff --git a/_team/xuanwu.md b/_team/xuanwu.md index 075b328..320c5db 100644 --- a/_team/xuanwu.md +++ b/_team/xuanwu.md @@ -2,7 +2,7 @@ title: "Xuan Wu" date: 2018-12-20T13:44:55+10:00 image: "https://robohash.org/xuanwu?bgset=bg1" -jobtitle: "Master student from SCU" +jobtitle: "MS from SCU" promoted: false class: visiting weight: 1 diff --git a/_team/yizuopeng.md b/_team/yizuopeng.md index 97f01db..8f526ae 100644 --- a/_team/yizuopeng.md +++ b/_team/yizuopeng.md @@ -2,7 +2,7 @@ title: "Yizuo Peng" date: 2018-12-20T13:44:55+10:00 image: "https://robohash.org/yizuopeng?bgset=bg1" -jobtitle: "Master student from THU(SZ)" +jobtitle: "MS from THU(SZ)" promoted: false class: visiting weight: 1 diff --git a/_team/yudianzheng.md b/_team/yudianzheng.md index 7488b90..1f4d752 100644 --- a/_team/yudianzheng.md +++ b/_team/yudianzheng.md @@ -2,7 +2,8 @@ title: "Yudian Zheng" date: 2018-12-20T13:44:55+10:00 image: "https://robohash.org/yudianzheng?bgset=bg1" -jobtitle: "24 Fall @ University of Macau" +jobtitle: "PHD Student" +from: "2025 Fall" promoted: false class: phd weight: 1