Skip to content

Commit

Permalink
Update formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjbeksi committed Dec 23, 2023
1 parent b568bf4 commit 53017a0
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
<div class="is-size-5 publication-authors">
<span class="author-block"> Md Ahmed Al Muzaddid and <a href="https://ranger.uta.edu/~wjbeksi">William J. Beksi</a></span>
</div>

<div class="is-size-5 publication-university">
<span class="author-block">The University of Texas at Arlington</span>
</div>

<div class="is-size-5 publication-lab">
<span class="author-block">
<a href="https://rvl.uta.edu">Robotic Vision Laboratory</a></span>
</div>

<div class="column is-centered">
<div class="publication-links">
<!-- Paper link -->
Expand All @@ -64,7 +61,6 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
<span>Paper</span>
</a>
</span>

<!-- Preprint link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2312.10922.pdf" class="external-link button is-normal is-rounded is-dark">
Expand All @@ -74,7 +70,6 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
<span>Preprint</span>
</a>
</span>

<!-- Presentation link -->
<span class="link-block">
<a href="https://www.youtube.com/watch?v=ol-wLw-gUgU&t=16s" class="external-link button is-normal is-rounded is-dark">
Expand Down Expand Up @@ -115,38 +110,38 @@ <h1 class="title is-1 publication-title">NTrack: A Multiple-Object Tracker and D
<div class="container">
<div id="results-carousel" class="carousel results-carousel">

<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
<div class="item vid16_01_raw">
<video poster="" id="raw" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/cotton_cam_view.mp4" type="video/mp4">
</video>
</div>

<div class="item item-coffee">
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
<div class="item vid16_01_detection">
<video poster="" id="detection" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid16_01_detection.mp4" type="video/mp4">
</video>
</div>

<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<div class="item vid16_01_tracking">
<video poster="" id="tracking" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid16_01_tracking.mp4" type="video/mp4">
</video>
</div>

<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<div class="item vid26_03_raw">
<video poster="" id="raw" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid26_03_raw_compressed.mp4" type="video/mp4">
</video>
</div>

<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<div class="item vid26_03_detection">
<video poster="" id="detection" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid26_03_detection_compressed.mp4" type="video/mp4">
</video>
</div>

<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<div class="item vid26_03_tracking">
<video poster="" id="tracking" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid26_03_track_compressed.mp4" type="video/mp4">
</video>
</div>
Expand Down Expand Up @@ -258,7 +253,7 @@ <h2 class="title is-3">License</h2>
<p>
<strong>NTrack</strong> is licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
The <strong>TexCot22</strong> dataset is available for non-commercial use under a
The <strong>TexCot22</strong> dataset is available for non-commercial use under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("CC BY-NC-SA 4.0")</a>.
</p>
</div>
Expand Down

0 comments on commit 53017a0

Please sign in to comment.