Skip to content

Commit

Permalink
Update PublicationsInfo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LongguangWang authored Jan 1, 2025
1 parent 32537f5 commit 3cf0490
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/data/Research/PublicationsInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
"id": "pub24",
"year": "2024",
"papers": [
{'title': 'Unsupervised Degradation Representation Learning for Unpaired Restoration of Images And Point Clouds',
{'title': 'Unsupervised Degradation Representation Learning for Unpaired Restoration of Images and Point Clouds',
'book': 'IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)',
'author': 'Longguang Wang, Yulan Guo, Yingqian Wang, Xiaoyu Dong, Qingyu Xu, Jungang Yang, Wei An',
'url': 'https://ieeexplore.ieee.org/abstract/document/10738507',
Expand Down Expand Up @@ -77,7 +77,7 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2024_ACRF.png`,
},
{'title': 'KptLLM: Unveiling The Power of Large Language Model for Keypoint Comprehension',
'book': 'Advances in Neural Information Processing Systems (NIPS)',
'book': 'Advances in Neural Information Processing Systems (NeurIPS)',
'author': 'Jie Yang, Wang Zeng, Sheng Jin, Lumin Xu, Wentao Liu, Chen Qian, Ruimao Zhang',
'url': 'https://neurips.cc/virtual/2024/poster/94108',
'code': '',
Expand Down Expand Up @@ -265,14 +265,14 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2023_dance_with_you.png`,
},
{'title': 'Discovering Intrinsic Spatial-Temporal Logic Rules to Explain Human Actions',
'book': 'Advances in Neural Information Processing Systems (NIPS)',
'book': 'Advances in Neural Information Processing Systems (NeurIPS)',
'author': 'Chengzhi Cao, Chao Yang, Ruimao Zhang, Shuang Li',
'url': 'https://neurips.cc/virtual/2023/poster/71178',
'code': '',
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2023_STLR.png`,
},
{'title': 'Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset',
'book': 'Advances in Neural Information Processing Systems (NIPS)',
'book': 'Advances in Neural Information Processing Systems (NeurIPS)',
'author': 'Jing Lin, Ailing Zeng, Shunlin Lu, Yuanhao Cai, Ruimao Zhang, Haoqian Wang, Lei Zhang',
'url': 'https://neurips.cc/virtual/2023/poster/73564',
'code': 'https://github.com/IDEA-Research/Motion-X',
Expand Down Expand Up @@ -425,14 +425,14 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/isaac2022tutorial.jpg`,
},
{'title': 'AMOS: A Large-Scale Abdominal Multi-Organ Benchmark for Versatile Medical Image Segmentation',
'book': 'Advances in Neural Information Processing Systems (NIPS)',
'book': 'Advances in Neural Information Processing Systems (NeurIPS)',
'author': 'Yuanfeng Ji, Haotian Bai, Jie Yang, Chongjian Ge, Ye Zhu, Ruimao Zhang, Zhen Li, Lingyan Zhanng, Wanling Ma, Xiang Wan, Ping Luo',
'url': 'https://neurips.cc/virtual/2022/poster/55771',
'code': 'https://jiyuanfeng.github.io/AMOS/',
'img': `/${import.meta.env.VITE_BASE_PATH}/publications/2022_AMOS.png`,
},
{'title': 'Let Images Give You More: Point Cloud Cross-Modal Training for Shape Analysis',
'book': 'Advances in Neural Information Processing Systems (NIPS)',
'book': 'Advances in Neural Information Processing Systems (NeurIPS)',
'author': 'Xu Yan, Heshen Zhan, Chaoda Zheng, Jiantao Gao, Ruimao Zhang, Shuguang Cui, Zhen Li',
'url': 'https://neurips.cc/virtual/2022/poster/55376',
'code': 'https://github.com/ZhanHeshen/PointCMT',
Expand Down Expand Up @@ -1720,4 +1720,4 @@ export const PublicationstableData = computed<YearwithPaper[]>(() => [
//
// ]
// }
// ]
// ]

0 comments on commit 3cf0490

Please sign in to comment.