Skip to content

Commit

Permalink
replace index.html with add_information.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward11235 committed Aug 17, 2023
1 parent 5db3b03 commit a3d0ef7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
50 changes: 29 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4 style="color:#6e6e6e;"> ICCV 2023 (Oral) </h4>

<hr>

<!-- authors -->
<!-- authors: dont include at present -->
<h6> <a href="https://nexuslrf.github.io/" target="_blank">Ruofan Liang</a><sup>1,2</sup>,
<a href="" target="_blank">Huiting Chen</a><sup>1</sup>,
<a href="" target="_blank">Chunlin Li</a><sup>1</sup>,
Expand All @@ -79,7 +79,7 @@ <h6> <a href="https://nexuslrf.github.io/" target="_blank">Ruofan Liang</a><sup>
<sup>3</sup> Intel Labs &nbsp;
<br>
</p>

<!-- links -->
<div class="row justify-content-center">
<!-- link to paper -->
Expand Down Expand Up @@ -167,6 +167,24 @@ <h3>Overview</h3>
</section>
<br>

<!-- citing -->
<div class="container">
<div class="row" style="max-width: 75%; margin: 0 auto;">
<div class="col-12 text">
<h3>Citation</h3>
<hr style="margin-top:0px">
<pre style="background-color: #e9eeef;padding: 1.25em 1.5em"><code>
@article{liang2023envidr,
title={ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting},
author={Liang, Ruofan and Chen, Huiting and Li, Chunlin and Chen, Fan and Panneer, Selvakumar and Vijaykumar, Nandita},
journal={arXiv preprint arXiv:2303.13022},
year={2023}
}
</code></pre>
</div>
</div>
</div>

<!-- Misc -->
<section>
<div class="container">
Expand All @@ -193,31 +211,21 @@ <h3>Misc</h3>
<ul>
<li> Check out a nice document from <a href="https://google.github.io/filament/Filament.md.html" target="_blank">Filament</a> to learn more about the basics of physically-based rendering (PBR).
</li>
<!-- <li> We also found some interesting concurrent work on neural rendering and reconstruction 🤓.
<ul>
<li>
<a href="https://g3956.github.io/" target="_blank">Ref-NeuS</a>: achieve high-quality surface reconstruction for reflective surfaces.
</li>
<li>
<a href="https://dongqing-wang.com/nemto/" target="_blank">NEMTO</a>: a neural rendering pipeline for rendering transparent objects with refraction.
</li>
</li> -->
</p>
</div>
</div>
</div>
</section>

<!-- citing -->
<section>
<div class="container">
<div class="row" style="max-width: 75%; margin: 0 auto;">
<div class="col-12 text">
<h3>Citation</h3>
<hr style="margin-top:0px">
<pre style="background-color: #e9eeef;padding: 1.25em 1.5em"><code>
@article{liang2023envidr,
title={ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting},
author={Liang, Ruofan and Chen, Huiting and Li, Chunlin and Chen, Fan and Panneer, Selvakumar and Vijaykumar, Nandita},
journal={arXiv preprint arXiv:2303.13022},
year={2023}
}</code></pre>
</div>
</div>
</div>
</section>

<footer class="text-center" style="margin-bottom:10px; font-size: medium;">
<hr>
Thanks to <a href="https://lioryariv.github.io/" target="_blank">Lior Yariv</a> for the <a href="https://lioryariv.github.io/idr/" target="_blank">website template</a>.
Expand Down
50 changes: 21 additions & 29 deletions add_information.html → index_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4 style="color:#6e6e6e;"> ICCV 2023 (Oral) </h4>

<hr>

<!-- authors: dont include at present -->
<!-- authors -->
<h6> <a href="https://nexuslrf.github.io/" target="_blank">Ruofan Liang</a><sup>1,2</sup>,
<a href="" target="_blank">Huiting Chen</a><sup>1</sup>,
<a href="" target="_blank">Chunlin Li</a><sup>1</sup>,
Expand All @@ -79,7 +79,7 @@ <h6> <a href="https://nexuslrf.github.io/" target="_blank">Ruofan Liang</a><sup>
<sup>3</sup> Intel Labs &nbsp;
<br>
</p>

<!-- links -->
<div class="row justify-content-center">
<!-- link to paper -->
Expand Down Expand Up @@ -167,24 +167,6 @@ <h3>Overview</h3>
</section>
<br>

<!-- citing -->
<div class="container">
<div class="row" style="max-width: 75%; margin: 0 auto;">
<div class="col-12 text">
<h3>Citation</h3>
<hr style="margin-top:0px">
<pre style="background-color: #e9eeef;padding: 1.25em 1.5em"><code>
@article{liang2023envidr,
title={ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting},
author={Liang, Ruofan and Chen, Huiting and Li, Chunlin and Chen, Fan and Panneer, Selvakumar and Vijaykumar, Nandita},
journal={arXiv preprint arXiv:2303.13022},
year={2023}
}
</code></pre>
</div>
</div>
</div>

<!-- Misc -->
<section>
<div class="container">
Expand All @@ -211,21 +193,31 @@ <h3>Misc</h3>
<ul>
<li> Check out a nice document from <a href="https://google.github.io/filament/Filament.md.html" target="_blank">Filament</a> to learn more about the basics of physically-based rendering (PBR).
</li>
<!-- <li> We also found some interesting concurrent work on neural rendering and reconstruction 🤓.
<ul>
<li>
<a href="https://g3956.github.io/" target="_blank">Ref-NeuS</a>: achieve high-quality surface reconstruction for reflective surfaces.
</li>
<li>
<a href="https://dongqing-wang.com/nemto/" target="_blank">NEMTO</a>: a neural rendering pipeline for rendering transparent objects with refraction.
</li>
</li> -->
</p>
</div>
</div>
</div>
</section>

<!-- citing -->
<section>
<div class="container">
<div class="row" style="max-width: 75%; margin: 0 auto;">
<div class="col-12 text">
<h3>Citation</h3>
<hr style="margin-top:0px">
<pre style="background-color: #e9eeef;padding: 1.25em 1.5em"><code>
@article{liang2023envidr,
title={ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting},
author={Liang, Ruofan and Chen, Huiting and Li, Chunlin and Chen, Fan and Panneer, Selvakumar and Vijaykumar, Nandita},
journal={arXiv preprint arXiv:2303.13022},
year={2023}
}</code></pre>
</div>
</div>
</div>
</section>

<footer class="text-center" style="margin-bottom:10px; font-size: medium;">
<hr>
Thanks to <a href="https://lioryariv.github.io/" target="_blank">Lior Yariv</a> for the <a href="https://lioryariv.github.io/idr/" target="_blank">website template</a>.
Expand Down

0 comments on commit a3d0ef7

Please sign in to comment.