H-Liu1997 commited on
Commit
a30e265
·
1 Parent(s): b2734f9

fix: correct author order per paper

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. templates/index.html +3 -3
README.md CHANGED
@@ -15,7 +15,7 @@ short_description: "Streaming Motion Generation (CVPR 2026)"
15
 
16
  **CVPR 2026**
17
 
18
- [Haiyang Liu](https://h-liu1997.github.io/)\*, Yiyi Cai\*, Yuhan Wu, Kunhang Li, You Zhou, Bo Zheng
19
 
20
  [![arXiv](https://img.shields.io/badge/arXiv-2512.03520-blue)](https://arxiv.org/abs/2512.03520)
21
  [![Project Page](https://img.shields.io/badge/Project_Page-FloodDiffusion-orange)](https://shandaai.github.io/FloodDiffusion/)
 
15
 
16
  **CVPR 2026**
17
 
18
+ Yiyi Cai, Yuhan Wu, Kunhang Li, You Zhou, Bo Zheng, [Haiyang Liu](https://h-liu1997.github.io/)
19
 
20
  [![arXiv](https://img.shields.io/badge/arXiv-2512.03520-blue)](https://arxiv.org/abs/2512.03520)
21
  [![Project Page](https://img.shields.io/badge/Project_Page-FloodDiffusion-orange)](https://shandaai.github.io/FloodDiffusion/)
templates/index.html CHANGED
@@ -12,12 +12,12 @@
12
  <h1>FloodDiffusion</h1>
13
  <p class="subtitle">Tailored Diffusion Forcing for Streaming Motion Generation</p>
14
  <p style="font-size: 0.95em; margin-top: 8px; color: #666;">
15
- <a href="https://h-liu1997.github.io/" style="color: #333; text-decoration: none;">Haiyang Liu</a><sup>*</sup>,
16
- <a href="" style="color: #333; text-decoration: none;">Yiyi Cai</a><sup>*</sup>,
17
  <a href="" style="color: #333; text-decoration: none;">Yuhan Wu</a>,
18
  <a href="" style="color: #333; text-decoration: none;">Kunhang Li</a>,
19
  <a href="" style="color: #333; text-decoration: none;">You Zhou</a>,
20
- <a href="" style="color: #333; text-decoration: none;">Bo Zheng</a>
 
21
  </p>
22
  <p style="font-size: 0.85em; color: #999; margin-top: 4px;">CVPR 2026</p>
23
  <div style="display: flex; justify-content: center; gap: 8px; margin-top: 8px;">
 
12
  <h1>FloodDiffusion</h1>
13
  <p class="subtitle">Tailored Diffusion Forcing for Streaming Motion Generation</p>
14
  <p style="font-size: 0.95em; margin-top: 8px; color: #666;">
15
+ <a href="" style="color: #333; text-decoration: none;">Yiyi Cai</a>,
 
16
  <a href="" style="color: #333; text-decoration: none;">Yuhan Wu</a>,
17
  <a href="" style="color: #333; text-decoration: none;">Kunhang Li</a>,
18
  <a href="" style="color: #333; text-decoration: none;">You Zhou</a>,
19
+ <a href="" style="color: #333; text-decoration: none;">Bo Zheng</a>,
20
+ <a href="https://h-liu1997.github.io/" style="color: #333; text-decoration: none;">Haiyang Liu</a>
21
  </p>
22
  <p style="font-size: 0.85em; color: #999; margin-top: 4px;">CVPR 2026</p>
23
  <div style="display: flex; justify-content: center; gap: 8px; margin-top: 8px;">