Skip to content

Commit 692e64e

Browse files
update
1 parent 7f5a6e9 commit 692e64e

File tree

10 files changed

+34
-6
lines changed

10 files changed

+34
-6
lines changed

ALG/assets/css/main.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ h3 {
5353

5454
.paper-title {
5555
padding: 1px 0px 1px 0px;
56+
text-align: center;
57+
}
58+
.paper-title h1 {
59+
margin: 0.67em 0 0.5em 0; /* explicit default-ish margin so it’s easy to tweak */
60+
}
61+
.paper-venue {
62+
margin-top: 0px;
63+
margin-bottom: 24px;
64+
font-size: 22px;
65+
font-weight: 400;
66+
color: #335263;
67+
letter-spacing: 0.5px;
68+
display: inline-block;
5669
}
5770
section {
5871
margin: 32px 0px 32px 0px;
@@ -693,4 +706,3 @@ video::-webkit-media-controls-start-playback-button {
693706
50% { opacity: 1; transform: scale(1.1); }
694707
100% { opacity: 1; transform: scale(0.99); }
695708
}
696-

ALG/gallery/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h1>
4242
Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
4343
Low-Pass Guidance
4444
</h1>
45+
<div class="paper-venue">CVPR 2026</div>
4546
</div>
4647

4748
<div id="authors">
@@ -58,7 +59,7 @@ <h1>
5859
</div>
5960
</center>
6061
<center>
61-
<div class="affiliations"><span>KAIST</span>   </div>
62+
<div class="affiliations"><span>KAIST</span></div>
6263
</center>
6364
<center>
6465
<div class="paper-btn-parent">

ALG/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h1>
8686
Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
8787
Low-Pass Guidance
8888
</h1>
89+
<div class="paper-venue">CVPR 2026</div>
8990
</div>
9091

9192
<div id="authors">
@@ -102,7 +103,7 @@ <h1>
102103
</div>
103104
</center>
104105
<center>
105-
<div class="affiliations"><span>KAIST</span>&nbsp;&nbsp;&nbsp;</div>
106+
<div class="affiliations"><span>KAIST</span></div>
106107
</center>
107108
<center>
108109
<div class="paper-btn-parent">

_site/ALG/assets/css/main.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ h3 {
5353

5454
.paper-title {
5555
padding: 1px 0px 1px 0px;
56+
text-align: center;
57+
}
58+
.paper-title h1 {
59+
margin: 0.67em 0 0.5em 0; /* explicit default-ish margin so it’s easy to tweak */
60+
}
61+
.paper-venue {
62+
margin-top: 0px;
63+
margin-bottom: 24px;
64+
font-size: 22px;
65+
font-weight: 400;
66+
color: #335263;
67+
letter-spacing: 0.5px;
68+
display: inline-block;
5669
}
5770
section {
5871
margin: 32px 0px 32px 0px;
@@ -693,4 +706,3 @@ video::-webkit-media-controls-start-playback-button {
693706
50% { opacity: 1; transform: scale(1.1); }
694707
100% { opacity: 1; transform: scale(0.99); }
695708
}
696-

_site/ALG/gallery/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h1>
4242
Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
4343
Low-Pass Guidance
4444
</h1>
45+
<div class="paper-venue">CVPR 2026</div>
4546
</div>
4647

4748
<div id="authors">
@@ -58,7 +59,7 @@ <h1>
5859
</div>
5960
</center>
6061
<center>
61-
<div class="affiliations"><span>KAIST</span>   </div>
62+
<div class="affiliations"><span>KAIST</span></div>
6263
</center>
6364
<center>
6465
<div class="paper-btn-parent">

_site/ALG/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h1>
8686
Enhancing Motion Dynamics of Image-to-Video Models via Adaptive
8787
Low-Pass Guidance
8888
</h1>
89+
<div class="paper-venue">CVPR 2026</div>
8990
</div>
9091

9192
<div id="authors">
@@ -102,7 +103,7 @@ <h1>
102103
</div>
103104
</center>
104105
<center>
105-
<div class="affiliations"><span>KAIST</span>&nbsp;&nbsp;&nbsp;</div>
106+
<div class="affiliations"><span>KAIST</span></div>
106107
</center>
107108
<center>
108109
<div class="paper-btn-parent">

_site/assets/cv.pdf

39 Bytes
Binary file not shown.

_site/assets/cv_jun2025.pdf

39 Bytes
Binary file not shown.

assets/cv.pdf

39 Bytes
Binary file not shown.

assets/cv_jun2025.pdf

39 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)