madmax3366 commited on
Commit
a6245b3
·
verified ·
1 Parent(s): 7c3fdfe

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -6
index.html CHANGED
@@ -130,22 +130,22 @@
130
  </div>
131
  </section>
132
 
133
- <!-- System overview (two stacked images with equal width) -->
134
- <section class="section">
135
  <div class="container is-max-desktop">
136
  <div class="columns is-centered">
137
  <div class="column is-four-fifths">
138
  <h2 class="title is-3 has-text-centered">System Overview</h2>
139
 
140
- <!-- Image A: task overview (on top) -->
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 example">
143
  <figcaption class="subtitle is-6" style="margin-top:8px;">
144
- Figure 1a. Automotive-ENV task example.
145
  </figcaption>
146
  </figure>
147
 
148
- <!-- Image B: architecture (below) -->
149
  <figure class="system-figure has-text-centered">
150
  <img class="sysimg" src="./static/images/demo_arch.jpg" alt="Automotive-ENV system architecture overview">
151
  <figcaption class="subtitle is-6" style="margin-top:8px;">
@@ -153,6 +153,15 @@
153
  </figcaption>
154
  </figure>
155
 
 
 
 
 
 
 
 
 
 
156
  </div>
157
  </div>
158
  </div>
 
130
  </div>
131
  </section>
132
 
133
+ <!-- System overview (two stacked images + description) -->
134
+ <section class="section" id="system-overview">
135
  <div class="container is-max-desktop">
136
  <div class="columns is-centered">
137
  <div class="column is-four-fifths">
138
  <h2 class="title is-3 has-text-centered">System Overview</h2>
139
 
140
+ <!-- Top image: task overview -->
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
+ Figure 1a. Automotive-ENV task overview.
145
  </figcaption>
146
  </figure>
147
 
148
+ <!-- Bottom image: architecture -->
149
  <figure class="system-figure has-text-centered">
150
  <img class="sysimg" src="./static/images/demo_arch.jpg" alt="Automotive-ENV system architecture overview">
151
  <figcaption class="subtitle is-6" style="margin-top:8px;">
 
153
  </figcaption>
154
  </figure>
155
 
156
+ <!-- Description under both images -->
157
+ <div class="content has-text-justified system-overview-desc">
158
+ <p>
159
+ Automotive OS-based environment where the agent observes the accessibility tree, screen, and GPS;
160
+ optionally consults GPS-contextualized web knowledge; and acts through tap screens and API calls.
161
+ Task success is determined by low-level programmatic checks of system signals.
162
+ </p>
163
+ </div>
164
+
165
  </div>
166
  </div>
167
  </div>