From 434baa3d160a6ba7133cb23294a94cc81cd4f57e Mon Sep 17 00:00:00 2001 From: "leeway.zlw" Date: Mon, 25 Mar 2024 22:48:52 +0800 Subject: [PATCH] update bibtex --- src/views/HomeView.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ba7e775..5379fe3 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -13,11 +13,13 @@ const authors = ref(config.authors); const res = ref(config.res); -const bibTex = ref(`@inproceedings{2024champ, - author = {${authors.value.map(v => v.name).join(', ')}}, - title = {${title.value.title}: ${title.value.subtitle}}, - booktile = {arxiv} - year = {2024} +const bibTex = ref(`@misc{zhu2024champ, + title={Champ: Controllable and Consistent Human Image Animation with 3D Parametric Guidance}, + author={Shenhao Zhu and Junming Leo Chen and Zuozhuo Dai and Yinghui Xu and Xun Cao and Yao Yao and Hao Zhu and Siyu Zhu}, + year={2024}, + eprint={2403.14781}, + archivePrefix={arXiv}, + primaryClass={cs.CV} }`);