Skip to content

Commit dd8b185

Browse files
authored
Update index.html
1 parent c1a80fa commit dd8b185

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

index.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
font-size: 1.5em;
2727
margin: 5px 0;
2828
}
29+
.affiliations {
30+
font-size: 1em;
31+
color: #ddd;
32+
margin-top: 10px;
33+
}
2934
section {
3035
margin: 20px;
3136
padding: 20px;
@@ -96,9 +101,15 @@
96101
<body>
97102

98103
<header>
104+
<div class="image-container">
105+
<img src="dimension_v2.pdf" alt="Head Image" /> <!-- Replace with the correct path for the image -->
106+
</div>
99107
<h1>Video-Bench: Human-Aligned Video Generation Benchmark</h1>
100108
<h2>CVPR 2024 Highlight</h2>
101-
<p>by Ziqi Huang, Yinan He, Jiashuo Yu, Fan Zhang, Chenyang Si, Yuming Jiang, Yuhao Wang, and others</p>
109+
<p>by Hui Han, Siyuan Li, Jiaqi Chen, Yiwen Yuan, Yuling Wu, Chak Tou Leong, Hanwen Du, Junchen Fu, Youhua Li, Jie Zhang, Chi Zhang, Li-jia Li, Yongxin Ni</p>
110+
<div class="affiliations">
111+
<p>1. Shanghai Jiao Tong University, 2. Stanford University, 3. Fellou AI, 4. Fudan University, 5. Carnegie Mellon University, 6. Hong Kong Polytechnic University, 7. Soochow University, 8. University of Glasgow, 9. City University of Hong Kong, 10. Westlake University, 11. LiveX AI, 12. National University of Singapore</p>
112+
</div>
102113
</header>
103114

104115
<section>
@@ -204,11 +215,6 @@ <h2>Project Video Demonstration</h2>
204215
<iframe src="https://www.youtube.com/embed/BMvgyWbWPFg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
205216
</div>
206217

207-
<h2>Head Image</h2>
208-
<div class="image-container">
209-
<img src="dimension_v2.pdf" alt="Head Image" />
210-
</div>
211-
212218
<h2>GitHub Repository</h2>
213219
<p>For more details, visit the official repository: <a href="https://github.com/Video-Bench/Video-Bench.git" target="_blank">Video-Bench GitHub Repository</a></p>
214220

0 commit comments

Comments
 (0)