@@ -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' ,
0 commit comments