Skip to content

Commit 1d4b01d

Browse files
committed
update
1 parent 1f482b9 commit 1d4b01d

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

public/avatars/wanghanyun.png

567 KB
Loading

src/assets/data/Research/PublicationsInfo.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
124124
"id": "pub24",
125125
"year": "2024",
126126
"papers": [
127-
{'title': 'Unsupervised Degradation Representation Learning for Unpaired Restoration of Images and Point Clouds',
128-
'book': 'IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)',
129-
'author': 'Longguang Wang, Yulan Guo, Yingqian Wang, Xiaoyu Dong, Qingyu Xu, Jungang Yang, Wei An',
130-
'url': 'https://ieeexplore.ieee.org/abstract/document/10738507',
131-
'code': '',
132-
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2024_UDRL_for_restoration.png`,
133-
},
127+
// {'title': 'Unsupervised Degradation Representation Learning for Unpaired Restoration of Images and Point Clouds',
128+
// 'book': 'IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)',
129+
// 'author': 'Longguang Wang, Yulan Guo, Yingqian Wang, Xiaoyu Dong, Qingyu Xu, Jungang Yang, Wei An',
130+
// 'url': 'https://ieeexplore.ieee.org/abstract/document/10738507',
131+
// 'code': '',
132+
// 'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2024_UDRL_for_restoration.png`,
133+
// },
134134
{'title': 'MAC: Maximal Cliques for 3D Registration',
135135
'book': 'IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)',
136136
'author': 'Jiaqi Yang, Xiyu Zhang, Peng Wang, Yulan Guo, Kun Sun, Qiao Wu, Shikun Zhang, Yanning Zhang',

src/assets/data/Team/TeamInfo.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ export const FacultytableData : Person[] = [
1919
'url': 'https://www.yulanguo.cn/',
2020
'email': '',
2121
},
22+
{'name': '汪汉云',
23+
'title': '副教授',
24+
'img': `/${base}/avatars/wanghanyun.png`,
25+
'area': '多模态环境感知\n\nIJAEOG最佳审稿',
26+
'url': 'https://why-scholar.github.io/',
27+
'email': '',
28+
},
2229
{'name': '张鹏',
2330
'title': '副教授',
2431
'img': `/${base}/avatars/ZhangPeng.jpeg`,

0 commit comments

Comments
 (0)