madmax3366 commited on
Commit
41bbfbc
·
verified ·
1 Parent(s): 25fc3ca

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +36 -22
index.html CHANGED
@@ -8,7 +8,7 @@
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>AUTOMOTIVE-ENV: Benchmarking Multimodal Agents in Vehicle Interface Systems</title>
10
 
11
- <!-- Optional: remove if you don't use GA -->
12
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
13
  <script>
14
  window.dataLayer = window.dataLayer || [];
@@ -18,21 +18,22 @@
18
  </script>
19
 
20
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
21
-
22
- <!-- All local files in the repo root -->
23
- <link rel="stylesheet" href="bulma.min.css">
24
- <link rel="stylesheet" href="bulma-carousel.min.css">
25
- <link rel="stylesheet" href="bulma-slider.min.css">
26
- <link rel="stylesheet" href="fontawesome.all.min.css">
27
- <link rel="stylesheet" href="index.css">
28
- <link rel="icon" href="favicon.svg">
29
-
30
- <script defer src="fontawesome.all.min.js"></script>
31
- <script src="bulma-carousel.min.js"></script>
32
- <script src="bulma-slider.min.js"></script>
33
- <script src="index.js"></script>
34
 
35
  <style>
 
36
  body { background: #ffffff; color: #111; }
37
  .hero { background: #fff; }
38
  .publication-title { letter-spacing: -0.02em; }
@@ -40,6 +41,7 @@
40
  .system-figure img { max-width: 100%; height: auto; border: 1px solid #eee; border-radius: 6px; }
41
  .subtitle { color: #444; }
42
  .footer { background: #fafafa; }
 
43
  section, .hero, .navbar { border-bottom: 0 !important; }
44
  </style>
45
  </head>
@@ -65,6 +67,7 @@
65
  </div>
66
  </nav>
67
 
 
68
  <section class="hero">
69
  <div class="hero-body">
70
  <div class="container is-max-desktop">
@@ -102,7 +105,7 @@
102
  </a>
103
  </span>
104
  <span class="link-block">
105
- <a href="demo.mp4"
106
  class="external-link button is-normal is-rounded is-dark" target="_blank" rel="noopener">
107
  <span class="icon"><i class="fas fa-play"></i></span>
108
  <span>Demo Video</span>
@@ -117,14 +120,15 @@
117
  </div>
118
  </section>
119
 
 
120
  <section class="section">
121
  <div class="container is-max-desktop">
122
  <div class="columns is-centered">
123
  <div class="column is-four-fifths">
124
  <h2 class="title is-3 has-text-centered">System Overview</h2>
125
  <div class="system-figure has-text-centered">
126
- <!-- image at repo root -->
127
- <img src="demo_arch.jpg" alt="Automotive-ENV system architecture overview">
128
  <p class="subtitle is-6" style="margin-top:8px;">Figure 1. Automotive-ENV architecture overview.</p>
129
  </div>
130
  </div>
@@ -132,12 +136,13 @@
132
  </div>
133
  </section>
134
 
 
135
  <section class="hero teaser">
136
  <div class="container is-max-desktop">
137
  <div class="hero-body">
138
  <video id="teaser" autoplay muted loop playsinline height="100%">
139
- <!-- video at repo root -->
140
- <source src="demo.mp4" type="video/mp4">
141
  </video>
142
  <h2 class="subtitle has-text-centered" style="margin-top:10px;">
143
  A short looping demo showcasing Automotive-ENV tasks and agent behavior.
@@ -146,6 +151,7 @@
146
  </div>
147
  </section>
148
 
 
149
  <section class="section">
150
  <div class="container is-max-desktop">
151
  <div class="columns is-centered has-text-centered">
@@ -179,6 +185,7 @@
179
  </div>
180
  </section>
181
 
 
182
  <section class="section">
183
  <div class="container is-max-desktop">
184
  <div class="columns is-centered">
@@ -193,13 +200,16 @@
193
  <li><strong>Implicit Intent</strong>: infer user goals from short context; minimize UI steps.</li>
194
  <li><strong>Safety-Aware</strong>: sensor + context classification with strict action gating.</li>
195
  </ul>
196
- <p>Per-task thumbnails and clips will be added in future updates.</p>
 
 
197
  </div>
198
  </div>
199
  </div>
200
  </div>
201
  </section>
202
 
 
203
  <section class="section" id="BibTeX">
204
  <div class="container is-max-desktop content">
205
  <h2 class="title">BibTeX</h2>
@@ -225,8 +235,12 @@
225
  <div class="columns is-centered">
226
  <div class="column is-8">
227
  <div class="content has-text-centered">
228
- <p>This website reuses the open-source Nerfies/OS-World page framework. Remove analytics if not used.</p>
229
- <p>© 2025 automotive-env Hosted on GitHub Pages.</p>
 
 
 
 
230
  </div>
231
  </div>
232
  </div>
 
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>AUTOMOTIVE-ENV: Benchmarking Multimodal Agents in Vehicle Interface Systems</title>
10
 
11
+ <!-- (Optional) Google Analytics - remove if not needed -->
12
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
13
  <script>
14
  window.dataLayer = window.dataLayer || [];
 
18
  </script>
19
 
20
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
21
+ <link rel="stylesheet" href="./static/css/bulma.min.css">
22
+ <link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
23
+ <link rel="stylesheet" href="./static/css/bulma-slider.min.css">
24
+ <link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
25
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
26
+ <link rel="stylesheet" href="./static/css/index.css">
27
+ <link rel="icon" href="./static/images/favicon.svg">
28
+
29
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
30
+ <script defer src="./static/js/fontawesome.all.min.js"></script>
31
+ <script src="./static/js/bulma-carousel.min.js"></script>
32
+ <script src="./static/js/bulma-slider.min.js"></script>
33
+ <script src="./static/js/index.js"></script>
34
 
35
  <style>
36
+ /* Small tweaks to match paper-style, white background, black text */
37
  body { background: #ffffff; color: #111; }
38
  .hero { background: #fff; }
39
  .publication-title { letter-spacing: -0.02em; }
 
41
  .system-figure img { max-width: 100%; height: auto; border: 1px solid #eee; border-radius: 6px; }
42
  .subtitle { color: #444; }
43
  .footer { background: #fafafa; }
44
+ /* Remove heavy separators if any exist in your local index.css */
45
  section, .hero, .navbar { border-bottom: 0 !important; }
46
  </style>
47
  </head>
 
67
  </div>
68
  </nav>
69
 
70
+ <!-- Hero: title, authors, links -->
71
  <section class="hero">
72
  <div class="hero-body">
73
  <div class="container is-max-desktop">
 
105
  </a>
106
  </span>
107
  <span class="link-block">
108
+ <a href="./static/videos/demo.mp4"
109
  class="external-link button is-normal is-rounded is-dark" target="_blank" rel="noopener">
110
  <span class="icon"><i class="fas fa-play"></i></span>
111
  <span>Demo Video</span>
 
120
  </div>
121
  </section>
122
 
123
+ <!-- System overview figure (image above the video) -->
124
  <section class="section">
125
  <div class="container is-max-desktop">
126
  <div class="columns is-centered">
127
  <div class="column is-four-fifths">
128
  <h2 class="title is-3 has-text-centered">System Overview</h2>
129
  <div class="system-figure has-text-centered">
130
+ <!-- Put your image at ./static/images/demo_arch.jpg or change the src accordingly -->
131
+ <img src="./static/images/demo_arch.jpg" alt="Automotive-ENV system architecture overview">
132
  <p class="subtitle is-6" style="margin-top:8px;">Figure 1. Automotive-ENV architecture overview.</p>
133
  </div>
134
  </div>
 
136
  </div>
137
  </section>
138
 
139
+ <!-- Teaser video (local mp4 like os-world's teaser section) -->
140
  <section class="hero teaser">
141
  <div class="container is-max-desktop">
142
  <div class="hero-body">
143
  <video id="teaser" autoplay muted loop playsinline height="100%">
144
+ <!-- Put your video at ./static/videos/demo.mp4 or update this path -->
145
+ <source src="./static/videos/demo.mp4" type="video/mp4">
146
  </video>
147
  <h2 class="subtitle has-text-centered" style="margin-top:10px;">
148
  A short looping demo showcasing Automotive-ENV tasks and agent behavior.
 
151
  </div>
152
  </section>
153
 
154
+ <!-- Abstract -->
155
  <section class="section">
156
  <div class="container is-max-desktop">
157
  <div class="columns is-centered has-text-centered">
 
185
  </div>
186
  </section>
187
 
188
+ <!-- Tasks preview (paper-style placeholders like os-world "results" sections but minimal) -->
189
  <section class="section">
190
  <div class="container is-max-desktop">
191
  <div class="columns is-centered">
 
200
  <li><strong>Implicit Intent</strong>: infer user goals from short context; minimize UI steps.</li>
201
  <li><strong>Safety-Aware</strong>: sensor + context classification with strict action gating.</li>
202
  </ul>
203
+ <p>
204
+ We will add per-task thumbnails and clips in future updates.
205
+ </p>
206
  </div>
207
  </div>
208
  </div>
209
  </div>
210
  </section>
211
 
212
+ <!-- BibTeX -->
213
  <section class="section" id="BibTeX">
214
  <div class="container is-max-desktop content">
215
  <h2 class="title">BibTeX</h2>
 
235
  <div class="columns is-centered">
236
  <div class="column is-8">
237
  <div class="content has-text-centered">
238
+ <p>
239
+ This website reuses the open-source Nerfies/OS-World page framework. Please remove analytics if you do not need it.
240
+ </p>
241
+ <p>
242
+ © 2025 automotive-env — Hosted on GitHub Pages.
243
+ </p>
244
  </div>
245
  </div>
246
  </div>