Skip to content

Commit

Permalink
update bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Mar 25, 2024
1 parent f24e6cb commit 434baa3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/views/HomeView.vue
Expand Up @@ -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}
}`);
</script>
Expand Down

0 comments on commit 434baa3

Please sign in to comment.