fix: correct author order per paper
Browse files- README.md +1 -1
- 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 |
-
|
| 19 |
|
| 20 |
[](https://arxiv.org/abs/2512.03520)
|
| 21 |
[](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 |
[](https://arxiv.org/abs/2512.03520)
|
| 21 |
[](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="
|
| 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;">
|