diff --git a/_data/members.yaml b/_data/members.yaml index d5deaf45..5a944294 100644 --- a/_data/members.yaml +++ b/_data/members.yaml @@ -49,7 +49,7 @@ - name: Bach Thuan BUI name_jp: Bach Thuan Bui role: phd - image: https://thuanbb.github.io/assets/img/thuan.jpg + image: /images/team/thuan.png url: https://thuanbb.github.io/ badges: [Visual SLAM] date: 2022-09-01 @@ -90,7 +90,7 @@ - name: Quang Vinh TRAN name_jp: Quang Vinh Tran role: m - image: /images/team/dummy.png + image: /images/team/vinh.png url: badges: [] date: 2023-09-01 @@ -98,7 +98,7 @@ - name: Quang Tien DAM name_jp: Quang Tien Dam role: m - image: /images/team/dummy.png + image: /images/team/tien.png url: badges: [] date: 2023-09-01 @@ -106,7 +106,7 @@ - name: Huy Hoang BUI name_jp: Huy Hoang Bui role: m - image: /images/team/dummy.png + image: /images/team/hoang.png url: badges: [] date: 2023-09-01 @@ -114,7 +114,7 @@ - name: Yuki ENDO name_jp: 遠藤 優貴 role: m - image: /images/team/dummy.png + image: /images/team/2023/endo.png url: badges: [] date: 2024-04-01 @@ -122,7 +122,7 @@ - name: Yusuke SUZUKI name_jp: 鈴木 優介 role: m - image: /images/team/dummy.png + image: /images/team/2023/suzuki.png url: badges: [] date: 2024-04-01 @@ -130,7 +130,7 @@ - name: Yuhi NISHIKORI name_jp: 錦織 勇飛 role: m - image: /images/team/dummy.png + image: /images/team/2023/nishikori.png url: badges: [] date: 2024-04-01 @@ -138,7 +138,7 @@ - name: Kakeru MINESAKI name_jp: 峯崎 翔琉 role: m - image: /images/team/dummy.png + image: /images/team/2023/minesaki.png url: badges: [] date: 2024-04-01 @@ -146,7 +146,7 @@ - name: Hai Minh Hieu BUI name_jp: Hai Minh Hieu Bui role: m - image: /images/team/dummy.png + image: /images/team/2023/hieu.png url: badges: [] date: 2024-04-01 diff --git a/images/team/2023/hieu.png b/images/team/2023/hieu.png new file mode 100755 index 00000000..1810b4c6 Binary files /dev/null and b/images/team/2023/hieu.png differ diff --git a/images/team/2023/minesaki.png b/images/team/2023/minesaki.png new file mode 100755 index 00000000..877f878d Binary files /dev/null and b/images/team/2023/minesaki.png differ diff --git a/images/team/2023/suzuki.png b/images/team/2023/suzuki.png new file mode 100755 index 00000000..ecf3b173 Binary files /dev/null and b/images/team/2023/suzuki.png differ diff --git a/images/team/hoang.png b/images/team/hoang.png new file mode 100755 index 00000000..8872c3dc Binary files /dev/null and b/images/team/hoang.png differ diff --git a/images/team/thuan.png b/images/team/thuan.png new file mode 100755 index 00000000..9b75a734 Binary files /dev/null and b/images/team/thuan.png differ diff --git a/images/team/tien.png b/images/team/tien.png new file mode 100755 index 00000000..4729d7c5 Binary files /dev/null and b/images/team/tien.png differ diff --git a/images/team/vinh.png b/images/team/vinh.png new file mode 100755 index 00000000..c9cdc062 Binary files /dev/null and b/images/team/vinh.png differ