Skip to content

Commit

Permalink
First draft of the webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeS96 committed Apr 15, 2024
1 parent 250dcba commit 481888c
Show file tree
Hide file tree
Showing 54 changed files with 1,999 additions and 200 deletions.
16 changes: 0 additions & 16 deletions _relative_includes/architecture_o4a.html

This file was deleted.

12 changes: 0 additions & 12 deletions _relative_includes/architecture_sptm.html

This file was deleted.

8 changes: 0 additions & 8 deletions _relative_includes/architecture_ving.html

This file was deleted.

24 changes: 0 additions & 24 deletions _relative_includes/augmentations_images.html

This file was deleted.

8 changes: 8 additions & 0 deletions _relative_includes/banana_comparison.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1 text-center">
<img src="img/banana.png" width="100%" height="auto"/>
<figcaption>Comparison of the HEF capturing the banana-shape distribution versus three other well-established filtering approaches.</figcaption>
</div>
</div>
</div>
8 changes: 8 additions & 0 deletions _relative_includes/banana_gif.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="container">
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/moving_banana.gif" width="100%" height="auto"/>
<figcaption>The banana-shape distribution after consecutive prediction steps.</figcaption>
</div>
</div>
</div>
5 changes: 5 additions & 0 deletions _relative_includes/doors_video.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div style="margin: auto; width: 85%">
<video style="width:100%" autoplay loop muted playsinline>
<source src="img/doors/result.mp4" type="video/mp4" />
</video>
</div>
10 changes: 0 additions & 10 deletions _relative_includes/extended_results.html

This file was deleted.

24 changes: 0 additions & 24 deletions _relative_includes/graph_embedding_images_1.html

This file was deleted.

24 changes: 0 additions & 24 deletions _relative_includes/graph_embedding_images_2.html

This file was deleted.

15 changes: 15 additions & 0 deletions _relative_includes/hef_comparison.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<div class="container">
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/comparison/von_mise_reconstruction.jpg" width="100%" height="auto"/>
</div>
</div>
<div class="row">
<div class="col-md-3 offset-md-3 text-center">
<img src="img/comparison/kld_vs_num_samples.jpg" width="100%" height="auto"/>
</div>
<div class="col-md-3 text-center">
<img src="img/comparison/kld_vs_kappa.jpg" width="100%" height="auto"/>
</div>
</div>
</div>
6 changes: 0 additions & 6 deletions _relative_includes/hyperparam_table.html

This file was deleted.

5 changes: 0 additions & 5 deletions _relative_includes/jackal_video.html

This file was deleted.

24 changes: 24 additions & 0 deletions _relative_includes/landmarks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div class="container">
<div class="row">
<div class="col-md text-center">
<img src="img/uwb/five_landmarks.png" width="100%" height="auto"/>
<figcaption>Measurement likelihood of five landmarks</figcaption>
</div>
<div class="col-md text-center">
<img src="img/uwb/four_landmarks.png" width="100%" height="auto"/>
<figcaption>Measurement likelihood of four landmarks</figcaption>
</div>
<div class="col-md text-center">
<img src="img/uwb/three_landmarks.png" width="100%" height="auto"/>
<figcaption>Measurement likelihood of three landmarks</figcaption>
</div>
<div class="col-md text-center">
<img src="img/uwb/two_landmarks.png" width="100%" height="auto"/>
<figcaption>Measurement likelihood of two landmarks</figcaption>
</div>
<div class="col-md text-center">
<img src="img/uwb/one_landmark.png" width="100%" height="auto"/>
<figcaption>Measurement likelihood of one landmark</figcaption>
</div>
</div>
</div>
6 changes: 0 additions & 6 deletions _relative_includes/main_diagram.html

This file was deleted.

6 changes: 0 additions & 6 deletions _relative_includes/main_table.html

This file was deleted.

4 changes: 2 additions & 2 deletions _relative_includes/main_video.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="margin: auto; width: 85%">
<video style="width:100%" autoplay loop muted controls>
<source src="img/video.mp4" type="video/mp4" />
<video style="width:100%" autoplay loop muted playsinline>
<source src="img/result.mp4" type="video/mp4" />
</video>
</div>
18 changes: 0 additions & 18 deletions _relative_includes/mathjax.html

This file was deleted.

6 changes: 6 additions & 0 deletions _relative_includes/method_diagram.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="row">
<div class="col-md-6 offset-md-3 text-center">
<img src="img/spaces.svg" width="100%" height="auto"/>
<!--<figcaption><small>Add caption here</small></figcaption>-->
</div>
</div>
6 changes: 0 additions & 6 deletions _relative_includes/potentials.html

This file was deleted.

25 changes: 0 additions & 25 deletions _relative_includes/row_videos.html

This file was deleted.

19 changes: 19 additions & 0 deletions _relative_includes/row_videos_x2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div class="container">
<p style="text-align: center;"><i>{{ include.title }}</i></p>
<div class="row">
<div class="col-md text-center">
<p style="text-align: center;"><i>{{ include.title_1 }}</i></p>
<video autoplay muted playsinline loop width="100%" height="auto">
<source src="{{ include.src_1 }}" type="video/mp4">
<figcaption><small>Measurement likelihood of five landmarks.</small></figcaption>
</video>
</div>
<div class="col-md text-center">
<p style="text-align: center;"><i>{{ include.title_2 }}</i></p>
<video autoplay muted playsinline loop width="100%" height="auto">
<source src="{{ include.src_2 }}" type="video/mp4">
<figcaption><small>Measurement likelihood of five landmarks.</small></figcaption>
</video>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/tables/jackal.png" width="100%" height="auto"/>
<img src="img/runtime_table.png" width="100%" height="auto"/>
<!--<figcaption><small>Jackal</small></figcaption>-->
</div>
</div>
6 changes: 6 additions & 0 deletions _relative_includes/simulator_table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="row">
<div class="col-md-4 offset-md-4 text-center">
<img src="img/simulator/table.png" width="100%" height="auto"/>
<!--<figcaption><small>Jackal</small></figcaption>-->
</div>
</div>
5 changes: 5 additions & 0 deletions _relative_includes/simulator_video.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div style="margin: auto; width: 85%">
<video style="width:100%" autoplay loop muted playsinline>
<source src="img/simulator/video.mp4" type="video/mp4"/>
</video>
</div>
6 changes: 6 additions & 0 deletions _relative_includes/uwb_table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="row">
<div class="col-md-10 offset-md-1 text-center">
<img src="img/uwb/main.png" width="100%" height="auto"/>
<!--<figcaption><small>Main table</small></figcaption>-->
</div>
</div>
Empty file removed img/ADD_PROJECT_IMAGES_HERE
Empty file.
Binary file added img/banana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/comparison/kld_vs_kappa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/comparison/kld_vs_num_samples.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/comparison/von_mise_reconstruction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/doors/result.mp4
Binary file not shown.
Binary file added img/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hef.mp4
Binary file not shown.
Binary file added img/moving_banana.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/o4a.mp4
Binary file not shown.
Binary file added img/paper_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/result.mp4
Binary file not shown.
Binary file added img/runtime_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/simulator/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/simulator/video.mp4
Binary file not shown.
Loading

0 comments on commit 481888c

Please sign in to comment.