@@ -189,65 +189,6 @@ <h2 class="subtitle has-text-centered">
189
189
</ div >
190
190
</ section >
191
191
192
-
193
- < section class ="hero is-light is-small ">
194
- < div class ="hero-body ">
195
- < div class ="container ">
196
- < div id ="results-carousel " class ="carousel results-carousel ">
197
- < div class ="item item-steve ">
198
- < video poster ="" id ="steve " autoplay controls muted loop playsinline height ="100% ">
199
- < source src ="./static/videos/steve.mp4 "
200
- type ="video/mp4 ">
201
- </ video >
202
- </ div >
203
- < div class ="item item-chair-tp ">
204
- < video poster ="" id ="chair-tp " autoplay controls muted loop playsinline height ="100% ">
205
- < source src ="./static/videos/chair-tp.mp4 "
206
- type ="video/mp4 ">
207
- </ video >
208
- </ div >
209
- < div class ="item item-shiba ">
210
- < video poster ="" id ="shiba " autoplay controls muted loop playsinline height ="100% ">
211
- < source src ="./static/videos/shiba.mp4 "
212
- type ="video/mp4 ">
213
- </ video >
214
- </ div >
215
- < div class ="item item-fullbody ">
216
- < video poster ="" id ="fullbody " autoplay controls muted loop playsinline height ="100% ">
217
- < source src ="./static/videos/fullbody.mp4 "
218
- type ="video/mp4 ">
219
- </ video >
220
- </ div >
221
- < div class ="item item-blueshirt ">
222
- < video poster ="" id ="blueshirt " autoplay controls muted loop playsinline height ="100% ">
223
- < source src ="./static/videos/blueshirt.mp4 "
224
- type ="video/mp4 ">
225
- </ video >
226
- </ div >
227
- < div class ="item item-mask ">
228
- < video poster ="" id ="mask " autoplay controls muted loop playsinline height ="100% ">
229
- < source src ="./static/videos/mask.mp4 "
230
- type ="video/mp4 ">
231
- </ video >
232
- </ div >
233
- < div class ="item item-coffee ">
234
- < video poster ="" id ="coffee " autoplay controls muted loop playsinline height ="100% ">
235
- < source src ="./static/videos/coffee.mp4 "
236
- type ="video/mp4 ">
237
- </ video >
238
- </ div >
239
- < div class ="item item-toby ">
240
- < video poster ="" id ="toby " autoplay controls muted loop playsinline height ="100% ">
241
- < source src ="./static/videos/toby2.mp4 "
242
- type ="video/mp4 ">
243
- </ video >
244
- </ div >
245
- </ div >
246
- </ div >
247
- </ div >
248
- </ section >
249
-
250
-
251
192
< section class ="section ">
252
193
< div class ="container is-max-desktop ">
253
194
<!-- Abstract. -->
@@ -263,8 +204,6 @@ <h2 class="title is-3">Abstract</h2>
263
204
</ div >
264
205
<!--/ Abstract. -->
265
206
266
-
267
-
268
207
< section class ="section " id ="BibTeX ">
269
208
< div class ="container is-max-desktop content ">
270
209
< h2 class ="title "> BibTeX</ h2 >
@@ -279,11 +218,17 @@ <h2 class="title">BibTeX</h2>
279
218
</ div >
280
219
</ section >
281
220
282
- < nav >
283
- < ul >
284
- < li > < a href ="./PointCloud.html "> Point Cloud Explainability</ a > </ li >
285
- </ ul >
286
- </ nav >
221
+ <!-- Button to Forward to Another Page with a Logo -->
222
+ < section class ="section ">
223
+ < div class ="container has-text-centered ">
224
+ < a href ="https://dependable-intelligent-systems-lab.github.io/xwhy/PointCloud.html " class ="button is-primary is-large ">
225
+ < span class ="icon ">
226
+ < img src ="./static/images/pointcloud_logo.png " alt ="Point Cloud Logo " style ="height: 24px; width: auto; ">
227
+ </ span >
228
+ < span > Explore Point Cloud Explainability</ span >
229
+ </ a >
230
+ </ div >
231
+ </ section >
287
232
288
233
289
234
< footer class ="footer ">
0 commit comments