Skip to content

Commit 6a047cc

Browse files
update
1 parent 692e64e commit 6a047cc

File tree

6 files changed

+44
-4
lines changed

6 files changed

+44
-4
lines changed

ALG/gallery/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function () {
6+
var path = window.location.pathname;
7+
var last = path.split("/").pop();
8+
if (!path.endsWith("/") && last.indexOf(".") === -1) {
9+
var suffix = window.location.search + window.location.hash;
10+
window.location.replace(path + "/" + suffix);
11+
}
12+
})();
13+
</script>
414
<meta charset="utf-8" />
515
<title>
616
Gallery - Enhancing Motion Dynamics of Image-to-Video Models via Adaptive

ALG/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function () {
6+
var path = window.location.pathname;
7+
var last = path.split("/").pop();
8+
if (!path.endsWith("/") && last.indexOf(".") === -1) {
9+
var suffix = window.location.search + window.location.hash;
10+
window.location.replace(path + "/" + suffix);
11+
}
12+
})();
13+
</script>
414
<script
515
id="MathJax-script"
616
async

_data/publications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ papers:
44
venue: "IEEE/CVF Conference on Computer Vision and Pattern Recognition <b>(CVPR)</b>, 2026"
55
arxiv: "https://arxiv.org/abs/2506.08456"
66
code: "https://github.com/choi403/ALG"
7-
website: "https://choi403.github.io/ALG"
7+
website: "https://choi403.github.io/ALG/"
88
selected: y
99

1010
- title: "[C6] MobileSafetyBench: Evaluating Safety of Autonomous Agents in Mobile Device Control"
@@ -50,4 +50,4 @@ papers:
5050
website: "https://subin-kim-cv.github.io/CSD/"
5151
arxiv: "https://arxiv.org/abs/2307.04787"
5252
code: "https://github.com/subin-kim-cv/CSD/"
53-
selected: y
53+
selected: y

_site/ALG/gallery/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function () {
6+
var path = window.location.pathname;
7+
var last = path.split("/").pop();
8+
if (!path.endsWith("/") && last.indexOf(".") === -1) {
9+
var suffix = window.location.search + window.location.hash;
10+
window.location.replace(path + "/" + suffix);
11+
}
12+
})();
13+
</script>
414
<meta charset="utf-8" />
515
<title>
616
Gallery - Enhancing Motion Dynamics of Image-to-Video Models via Adaptive

_site/ALG/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function () {
6+
var path = window.location.pathname;
7+
var last = path.split("/").pop();
8+
if (!path.endsWith("/") && last.indexOf(".") === -1) {
9+
var suffix = window.location.search + window.location.hash;
10+
window.location.replace(path + "/" + suffix);
11+
}
12+
})();
13+
</script>
414
<script
515
id="MathJax-script"
616
async

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h4>Publications</h4>
164164

165165
<a class="button" href="https://arxiv.org/abs/2506.08456" target="_blank">arXiv</a>
166166

167-
<a class="button" href="https://choi403.github.io/ALG" target="_blank"
167+
<a class="button" href="https://choi403.github.io/ALG/" target="_blank"
168168
>Website</a
169169
>
170170

@@ -291,7 +291,7 @@ <h4>Publications</h4>
291291

292292
<a
293293
class="button"
294-
href="https://choi403.github.io/ALG"
294+
href="https://choi403.github.io/ALG/"
295295
target="_blank"
296296
>Website</a
297297
>

0 commit comments

Comments
 (0)