Skip to content

Commit

Permalink
new teams
Browse files Browse the repository at this point in the history
  • Loading branch information
vinthony committed Dec 8, 2024
1 parent d86ea74 commit 39e595c
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 93 deletions.
2 changes: 1 addition & 1 deletion _layouts/seminars.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h3>Upcoming Seminar</h3>
<div class="col-12 col-md-12 mb-2">
{% for seminar in site.seminar %}
<p style="margin-bottom: 0px;"> 🌟 {{seminar.time}}, <b>“{{ seminar.title }}”</b>, {{ seminar.author }}, {{seminar.info}}
<p style="margin-bottom: 5px;"> Vol.{{seminar.vol}}. [{{seminar.time}}] <b>“{{ seminar.title }}”</b>, {{ seminar.author }}, {{seminar.info}}
{% if seminar.personal_url %}
<a target="_blank" href="{{ seminar.personal_url }}" rel="noreferrer">
<i class="fa fa-home" style="font-size:24px"></i></a>
Expand Down
201 changes: 115 additions & 86 deletions _layouts/teams.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _seminar/20241124-yizhang.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
vol: '001'
time: 2024.11.22
title: "基于视觉-语言大模型的高效迁移学习"
author: "张毅"
Expand Down
1 change: 1 addition & 0 deletions _seminar/20241206-shihua.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
vol: '002'
time: 2024.12.06
title: "Fast Convergence DETR"
author: "Shihua Huang"
Expand Down
3 changes: 2 additions & 1 deletion _seminar/20241213-yuema.md
Original file line number Diff line number Diff line change
@@ -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/
---
3 changes: 2 additions & 1 deletion _team/jiachenan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _team/liyunzhu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion _team/xuanwu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _team/yizuopeng.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _team/yudianzheng.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39e595c

Please sign in to comment.