madmax3366 commited on
Commit
124022a
·
verified ·
1 Parent(s): 8ca7ca7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -44
index.html CHANGED
@@ -33,42 +33,35 @@
33
  <script src="./static/js/index.js"></script>
34
 
35
  <style>
36
- /* light paper-like tuning to match os-world vibe */
37
  body { background: #ffffff; color: #111; }
38
  .hero { background: #fff; }
39
  .publication-title { letter-spacing: -0.02em; }
40
  .publication-links .button { margin: 0 6px 8px; }
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
- /* Ensure both system images line up nicely */
45
- .sysimg { width: 100%; height: auto; display: block; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  .system-overview-desc { margin-top: 12px; }
47
  </style>
48
  </head>
49
  <body>
50
 
51
- <!-- Minimal navbar with quick links -->
52
- <!-- <nav class="navbar" role="navigation" aria-label="main navigation">
53
- <div class="navbar-brand">
54
- <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
55
- <span aria-hidden="true"></span>
56
- <span aria-hidden="true"></span>
57
- <span aria-hidden="true"></span>
58
- </a>
59
- </div>
60
- <div class="navbar-menu">
61
- <div class="navbar-start" style="flex-grow: 1; justify-content: center;">
62
- <a class="navbar-item" href="https://arxiv.org/abs/2509.21143" target="_blank" rel="noopener">
63
- <span class="icon"><i class="ai ai-arxiv"></i></span>&nbsp;Paper
64
- </a>
65
- <a class="navbar-item" href="https://github.com/automotive-env/AutmotiveEnv.github.io" target="_blank" rel="noopener">
66
- <span class="icon"><i class="fab fa-github"></i></span>&nbsp;Code
67
- </a>
68
- </div>
69
- </div>
70
- </nav> -->
71
-
72
  <!-- Hero: title, authors, links -->
73
  <section class="hero">
74
  <div class="hero-body">
@@ -115,8 +108,7 @@
115
  </div>
116
  </section>
117
 
118
- <!-- Teaser video (local mp4 like os-world's teaser section)
119
- Put your video at ./static/videos/demo.mp4 -->
120
  <section class="hero teaser">
121
  <div class="container is-max-desktop">
122
  <div class="hero-body">
@@ -127,11 +119,7 @@
127
  </div>
128
  </section>
129
 
130
- <!-- System overview (two stacked images + description)
131
- Place images at:
132
- ./static/images/demo_task.jpg
133
- ./static/images/demo_arch.jpg
134
- -->
135
  <section class="section" id="system-overview">
136
  <div class="container is-max-desktop">
137
  <div class="columns is-centered">
@@ -139,14 +127,14 @@
139
  <h2 class="title is-3 has-text-centered">System Overview</h2>
140
 
141
  <figure class="system-figure has-text-centered" style="margin-bottom:16px;">
142
- <img class="sysimg" src="./static/images/demo_task.jpg" alt="Automotive-ENV task overview">
143
  <figcaption class="subtitle is-6" style="margin-top:8px;">
144
  Task instruction: Open the front windshield defroster, open the rear windshield defroster.
145
  </figcaption>
146
  </figure>
147
 
148
  <figure class="system-figure has-text-centered">
149
- <img class="sysimg" src="./static/images/demo_arch.jpg" alt="Automotive-ENV system architecture overview">
150
  </figure>
151
 
152
  <div class="content has-text-justified system-overview-desc">
@@ -156,7 +144,6 @@
156
  Task success is determined by low-level programmatic checks of system signals.
157
  </p>
158
  </div>
159
-
160
  </div>
161
  </div>
162
  </div>
@@ -201,7 +188,7 @@
201
  <div class="container is-max-desktop">
202
  <div class="columns is-centered">
203
  <div class="column is-four-fifths">
204
- <h2 class="title is-3">Task Statistics and Comparison</h2>
205
 
206
  <div class="content has-text-justified">
207
  <p>
@@ -212,7 +199,6 @@
212
  </p>
213
  </div>
214
 
215
- <!-- Figure A -->
216
  <figure class="system-figure has-text-centered" style="margin-top:12px;">
217
  <img src="./static/images/static.jpg" alt="Task distributions across dimensions and categories">
218
  <figcaption class="subtitle is-6" style="margin-top:8px;">
@@ -221,14 +207,12 @@
221
  </figcaption>
222
  </figure>
223
 
224
- <!-- Figure B -->
225
  <figure class="system-figure has-text-centered" style="margin-top:18px;">
226
  <img src="./static/images/task_and_check.jpg" alt="Representative instructions and validation methods">
227
  <figcaption class="subtitle is-6" style="margin-top:8px;">
228
  Representative user instructions for in-vehicle tasks, categorized by task type, with corresponding validation methods.
229
  </figcaption>
230
  </figure>
231
-
232
  </div>
233
  </div>
234
  </div>
@@ -239,7 +223,7 @@
239
  <div class="container is-max-desktop">
240
  <div class="columns is-centered">
241
  <div class="column is-four-fifths">
242
- <h2 class="title is-3">Results and Analysis</h2>
243
 
244
  <div class="content has-text-justified">
245
  <p>
@@ -250,7 +234,6 @@
250
  </p>
251
  </div>
252
 
253
- <!-- Figure 1: Success rates -->
254
  <figure class="system-figure has-text-centered" style="margin-top:12px;">
255
  <img src="./static/images/results.jpg" alt="Success rates of different agent configurations across task groups">
256
  <figcaption class="subtitle is-6" style="margin-top:8px;">
@@ -260,7 +243,6 @@
260
  </figcaption>
261
  </figure>
262
 
263
- <!-- Figure 2: Tokens & GPS comparison -->
264
  <figure class="system-figure has-text-centered" style="margin-top:18px;">
265
  <img src="./static/images/task_and_check.jpg" alt="Token length distributions and task-wise performance with vs. without GPS">
266
  <figcaption class="subtitle is-6" style="margin-top:8px;">
@@ -268,7 +250,6 @@
268
  token lengths. Right: task-wise performance across hotspot categories.
269
  </figcaption>
270
  </figure>
271
-
272
  </div>
273
  </div>
274
  </div>
@@ -277,7 +258,7 @@
277
  <!-- BibTeX -->
278
  <section class="section" id="BibTeX">
279
  <div class="container is-max-desktop content">
280
- <h2 class="title">BibTeX</h2>
281
  <pre><code>@misc{yan2025automotiveenvbenchmarkingmultimodalagents,
282
  title={Automotive-ENV: Benchmarking Multimodal Agents in Vehicle Interface Systems},
283
  author={Junfeng Yan and Biao Wu and Meng Fang and Ling Chen},
 
33
  <script src="./static/js/index.js"></script>
34
 
35
  <style>
36
+ /* Paper-like tuning */
37
  body { background: #ffffff; color: #111; }
38
  .hero { background: #fff; }
39
  .publication-title { letter-spacing: -0.02em; }
40
  .publication-links .button { margin: 0 6px 8px; }
 
41
  .subtitle { color: #444; }
42
  .footer { background: #fafafa; }
43
+
44
+ /* Make all section h2 titles centered like the hero title */
45
+ .section .title.is-3 { text-align: center; }
46
+
47
+ /* Match content width to teaser video width (full container), overriding Bulma's 4/5 column */
48
+ .container.is-max-desktop .columns .column.is-four-fifths {
49
+ flex: 0 0 100%;
50
+ max-width: 100%;
51
+ }
52
+
53
+ /* Consistent media scaling */
54
+ .hero.teaser video#teaser { width: 100%; height: auto; display: block; }
55
+ .system-figure img,
56
+ #task-statistics img,
57
+ #results-analysis img { width: 100%; height: auto; display: block; border: 1px solid #eee; border-radius: 6px; }
58
+
59
+ /* Gentle spacing under the overview description */
60
  .system-overview-desc { margin-top: 12px; }
61
  </style>
62
  </head>
63
  <body>
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  <!-- Hero: title, authors, links -->
66
  <section class="hero">
67
  <div class="hero-body">
 
108
  </div>
109
  </section>
110
 
111
+ <!-- Teaser video (local mp4). Put your video at ./static/videos/demo.mp4 -->
 
112
  <section class="hero teaser">
113
  <div class="container is-max-desktop">
114
  <div class="hero-body">
 
119
  </div>
120
  </section>
121
 
122
+ <!-- System overview: two stacked images + description -->
 
 
 
 
123
  <section class="section" id="system-overview">
124
  <div class="container is-max-desktop">
125
  <div class="columns is-centered">
 
127
  <h2 class="title is-3 has-text-centered">System Overview</h2>
128
 
129
  <figure class="system-figure has-text-centered" style="margin-bottom:16px;">
130
+ <img src="./static/images/demo_task.jpg" alt="Automotive-ENV task overview">
131
  <figcaption class="subtitle is-6" style="margin-top:8px;">
132
  Task instruction: Open the front windshield defroster, open the rear windshield defroster.
133
  </figcaption>
134
  </figure>
135
 
136
  <figure class="system-figure has-text-centered">
137
+ <img src="./static/images/demo_arch.jpg" alt="Automotive-ENV system architecture overview">
138
  </figure>
139
 
140
  <div class="content has-text-justified system-overview-desc">
 
144
  Task success is determined by low-level programmatic checks of system signals.
145
  </p>
146
  </div>
 
147
  </div>
148
  </div>
149
  </div>
 
188
  <div class="container is-max-desktop">
189
  <div class="columns is-centered">
190
  <div class="column is-four-fifths">
191
+ <h2 class="title is-3 has-text-centered">Task Statistics and Comparison</h2>
192
 
193
  <div class="content has-text-justified">
194
  <p>
 
199
  </p>
200
  </div>
201
 
 
202
  <figure class="system-figure has-text-centered" style="margin-top:12px;">
203
  <img src="./static/images/static.jpg" alt="Task distributions across dimensions and categories">
204
  <figcaption class="subtitle is-6" style="margin-top:8px;">
 
207
  </figcaption>
208
  </figure>
209
 
 
210
  <figure class="system-figure has-text-centered" style="margin-top:18px;">
211
  <img src="./static/images/task_and_check.jpg" alt="Representative instructions and validation methods">
212
  <figcaption class="subtitle is-6" style="margin-top:8px;">
213
  Representative user instructions for in-vehicle tasks, categorized by task type, with corresponding validation methods.
214
  </figcaption>
215
  </figure>
 
216
  </div>
217
  </div>
218
  </div>
 
223
  <div class="container is-max-desktop">
224
  <div class="columns is-centered">
225
  <div class="column is-four-fifths">
226
+ <h2 class="title is-3 has-text-centered">Results and Analysis</h2>
227
 
228
  <div class="content has-text-justified">
229
  <p>
 
234
  </p>
235
  </div>
236
 
 
237
  <figure class="system-figure has-text-centered" style="margin-top:12px;">
238
  <img src="./static/images/results.jpg" alt="Success rates of different agent configurations across task groups">
239
  <figcaption class="subtitle is-6" style="margin-top:8px;">
 
243
  </figcaption>
244
  </figure>
245
 
 
246
  <figure class="system-figure has-text-centered" style="margin-top:18px;">
247
  <img src="./static/images/task_and_check.jpg" alt="Token length distributions and task-wise performance with vs. without GPS">
248
  <figcaption class="subtitle is-6" style="margin-top:8px;">
 
250
  token lengths. Right: task-wise performance across hotspot categories.
251
  </figcaption>
252
  </figure>
 
253
  </div>
254
  </div>
255
  </div>
 
258
  <!-- BibTeX -->
259
  <section class="section" id="BibTeX">
260
  <div class="container is-max-desktop content">
261
+ <h2 class="title is-3 has-text-centered">BibTeX</h2>
262
  <pre><code>@misc{yan2025automotiveenvbenchmarkingmultimodalagents,
263
  title={Automotive-ENV: Benchmarking Multimodal Agents in Vehicle Interface Systems},
264
  author={Junfeng Yan and Biao Wu and Meng Fang and Ling Chen},