Skip to content

Commit

Permalink
good
Browse files Browse the repository at this point in the history
  • Loading branch information
kingh0730 committed Mar 1, 2024
1 parent 5003400 commit 5b6ba67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 33 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"Leaderboard",
"Naman",
"Streamlit"
]
}
42 changes: 9 additions & 33 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8" />
<meta name="description" content="FIXME" />
<meta name="keywords" content="Nerfies, D-NeRF, NeRF" />
<meta name="keywords" content="FIXME, FIXME, FIXME" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LiveCodeBench: FIXME</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
<!-- <script
async
src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"
></script>
Expand All @@ -22,7 +22,7 @@
gtag("js", new Date())
gtag("config", "G-PYVRSFMDRL")
</script>
</script> -->

<link
href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
Expand Down Expand Up @@ -94,47 +94,23 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">
Nerfies: Deformable Neural Radiance Fields
</h1>
<h1 class="title is-1 publication-title">LiveCodeBench: FIXME</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="https://keunhong.com">Keunhong Park</a
<a href="https://keunhong.com">Naman Jain</a
><sup>1</sup>,</span
>
<span class="author-block">
<a href="https://utkarshsinha.com">Utkarsh Sinha</a
><sup>2</sup>,</span
<a href="https://utkarshsinha.com">King Han</a
><sup>1</sup>,</span
>
<span class="author-block">
<a href="https://jonbarron.info">Jonathan T. Barron</a
><sup>2</sup>,
</span>
<span class="author-block">
<a href="http://sofienbouaziz.com">Sofien Bouaziz</a
><sup>2</sup>,
</span>
<span class="author-block">
<a href="https://www.danbgoldman.com">Dan B Goldman</a
><sup>2</sup>,
</span>
<span class="author-block">
<a href="https://homes.cs.washington.edu/~seitz/"
>Steven M. Seitz</a
><sup>1,2</sup>,
</span>
<span class="author-block">
<a href="http://www.ricardomartinbrualla.com"
>Ricardo Martin-Brualla</a
><sup>2</sup>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block"
><sup>1</sup>University of Washington,</span
><sup>1</sup>University of California, Berkeley</span
>
<span class="author-block"><sup>2</sup>Google Research</span>
<!-- <span class="author-block"><sup>2</sup>Google Research</span> -->
</div>

<div class="column has-text-centered">
Expand Down

0 comments on commit 5b6ba67

Please sign in to comment.