Skip to content

Commit

Permalink
add pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
AgainstEntropy committed Mar 19, 2023
1 parent ea0acab commit 03e23ac
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
53 changes: 32 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/favicon.svg">
<link rel="icon" href="./static/images/render-scene.svg">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
Expand Down Expand Up @@ -63,13 +63,19 @@
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://hypernerf.github.io">
<a class="navbar-item"
href="https://hypernerf.github.io"
target="_blank">
Talking Head
</a>
<a class="navbar-item" href="https://nlos-track.github.io">
<a class="navbar-item"
href="https://againstentropy.github.io/NLOS-Track/"
target="_blank">
NLOS-Track
</a>
<a class="navbar-item" href="https://latentfusion.github.io">
<a class="navbar-item"
href="https://latentfusion.github.io"
target="_blank">
Depth From Defocus
</a>
</div>
Expand Down Expand Up @@ -122,37 +128,30 @@ <h1 class="title is-1 publication-title">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2011.12948"
class="external-link button is-normal is-rounded is-dark">
<a href="./static/others/nlos_track_paper.pdf"
class="external-link button is-normal is-rounded is-dark"
target="_blank">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/2011.12948"
class="external-link button is-normal is-rounded is-dark">
<a href="https://arxiv.org/abs/2303.xxx"
class="external-link button is-normal is-rounded is-dark"
target="_blank">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/google/nerfies"
class="external-link button is-normal is-rounded is-dark">
class="external-link button is-normal is-rounded is-dark"
target="_blank">
<span class="icon">
<i class="fab fa-github"></i>
</span>
Expand All @@ -162,12 +161,24 @@ <h1 class="title is-1 publication-title">
<!-- Dataset Link. -->
<span class="link-block">
<a href="https://www.kaggle.com/datasets/againstentropy1/nlos-track"
class="external-link button is-normal is-rounded is-dark">
class="external-link button is-normal is-rounded is-dark"
target="_blank">
<span class="icon">
<i class="far fa-images"></i>
</span>
<span>Data</span>
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
</div>

</div>
Expand Down Expand Up @@ -574,7 +585,7 @@ <h2 class="title">BibTeX</h2>
<p>
This means you are free to borrow the
<a
href="https://github.com/nerfies/nerfies.github.io"
href="https://github.com/againstentropy/NLOS-Track/"
target="_blank">source code
</a> of this website,
we just ask that you link back to this page in the footer.
Expand Down
Binary file added static/others/nlos_track_paper.pdf
Binary file not shown.

0 comments on commit 03e23ac

Please sign in to comment.