@@ -200,7 +200,7 @@ <h1 class="title is-1 publication-title"> | |||
| 200 | 200 | <div class="publication-links"> | |
| 201 | 201 | <!-- PDF Link. --> | |
| 202 | 202 | <span class="link-block"> | |
| 203 | - <a href="./static/hypernerf_paper.pdf" | ||
| 203 | + <a href="https://arxiv.org/pdf/2106.13228.pdf" | ||
| 204 | 204 | class="external-link button is-normal is-rounded is-dark"> | |
| 205 | 205 | <span class="icon"> | |
| 206 | 206 | <i class="fas fa-file-pdf"></i> | |
@@ -209,8 +209,8 @@ <h1 class="title is-1 publication-title"> | |||
| 209 | 209 | </a> | |
| 210 | 210 | </span> | |
| 211 | 211 | <span class="link-block"> | |
| 212 | - <a href="" | ||
| 213 | - class="external-link button is-normal is-rounded is-dark" disabled> | ||
| 212 | + <a href="https://arxiv.org/abs/2106.13228" | ||
| 213 | + class="external-link button is-normal is-rounded is-dark"> | ||
| 214 | 214 | <span class="icon"> | |
| 215 | 215 | <i class="ai ai-arxiv"></i> | |
| 216 | 216 | </span> | |
@@ -541,7 +541,7 @@ <h2 class="title">BibTeX</h2> | |||
| 541 | 541 | <pre><code>@article{park2021hypernerf | |
| 542 | 542 | author = {Park, Keunhong and Sinha, Utkarsh and Hedman, Peter and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Martin-Brualla, Ricardo and Seitz, Steven M.}, | |
| 543 | 543 | title = {HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields}, | |
| 544 | - journal = {arXiv preprint arXiv:}, | ||
| 544 | + journal = {arXiv preprint arXiv:2106.13228}, | ||
| 545 | 545 | year = {2021}, | |
| 546 | 546 | }</code></pre> | |
| 547 | 547 | </div> | |
@@ -551,8 +551,7 @@ <h2 class="title">BibTeX</h2> | |||
| 551 | 551 | <footer class="footer"> | |
| 552 | 552 | <div class="container"> | |
| 553 | 553 | <div class="content has-text-centered"> | |
| 554 | - <a class="icon-link" | ||
| 555 | - href="#"> | ||
| 554 | + <a class="icon-link" href="https://arxiv.org/pdf/2106.13228.pdf"> | ||
| 556 | 555 | <i class="fas fa-file-pdf"></i> | |
| 557 | 556 | </a> | |
| 558 | 557 | <a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled> | |
0 commit comments