Skip to content

Commit

Permalink
updating buttons, removing arxiv link
Browse files Browse the repository at this point in the history
  • Loading branch information
iamerich committed Nov 23, 2023
1 parent 3602411 commit ea046db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1 class="title is-1 publication-title">
<div class="column has-text-centered">
<div class="publication-links">
<!-- Paper Link. -->
<span class="link-block">
<!-- <span class="link-block">
<a
href="https://arxiv.org/abs/2305.15581"
class="external-link button is-normal is-rounded is-dark"
Expand All @@ -144,11 +144,11 @@ <h1 class="title is-1 publication-title">
</span>
<span>arXiv</span>
</a>
</span>
</span> -->
<!-- Code Link. -->
<span class="link-block">
<a
href="https://github.com/ehedlin/new_project"
href="https://github.com/ubc-vision/StableKeypoints"
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
Expand Down Expand Up @@ -824,7 +824,7 @@ <h2 class="subtitle has-text-centered">
</div>
</div>

<section class="section" id="BibTeX">
<!-- <section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@article{hedlin2023unsupervised,
Expand All @@ -836,22 +836,22 @@ <h2 class="title">BibTeX</h2>
primaryClass={cs.CV}
}</code></pre>
</div>
</section>
</section> -->

<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a
<!-- <a
class="icon-link"
href="https://arxiv.org/abs/2305.15581"
class="external-link"
disabled
>
<i class="ai ai-arxiv"></i>
</a>
</a> -->
<a
class="icon-link"
href="https://github.com/ubc-vision/LDM_correspondences"
href="https://github.com/ubc-vision/StableKeypoints"
class="external-link"
disabled
>
Expand Down

0 comments on commit ea046db

Please sign in to comment.