Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
firework-corl2024 committed Oct 30, 2024
1 parent a3edc2e commit e22e294
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,46 @@ <h2 class="subtitle has-text-centered">
</div>
<br>
<br>

<div class="content has-text-justified">
<p>
The Failure and OOD prediction complement each other in predicting anomalies.
</p>
</div>


</div>
</div>
<!--/ Overview. -->


</div>
</section>


<!-- Video carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<h2 class="title is-3">Another Carousel</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/carousel3.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>

<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
Expand Down

0 comments on commit e22e294

Please sign in to comment.