Skip to content

Commit

Permalink
fix citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Lopes committed Nov 29, 2023
1 parent a3f3190 commit 575b7c1
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,12 +568,12 @@ <h2 class="title"><img width=30 class="mr-4" src="icons/ack.png">Acknowledgement
<div class="container is-max-desktop content">
<h2 class="title"><img width=30 class="mr-4" src="icons/citation.png">Consider citing us!</h2>
<pre><code>@misc{lopes2023materialpalette,
title={Material Palette: Extraction of Materials from a Single Image},
author={<a style="color:#0F9D58" href="https://wonjunior.github.io/">Ivan Lopes</a> and <a style="color:#0F9D58" href="https://fabvio.github.io/">Fabio Pizzati</a> and <a style="color:#0F9D58" href="https://team.inria.fr/rits/membres/raoul-de-charette/">Raoul de Charette</a>},
year={2023}
publisher={arXiv},
primaryClass={cs.CV}
}</code></pre>
title={Material Palette: Extraction of Materials from a Single Image},
author={<a style="color:#0F9D58" href="https://wonjunior.github.io/">Ivan Lopes</a> and <a style="color:#0F9D58" href="https://fabvio.github.io/">Fabio Pizzati</a> and <a style="color:#0F9D58" href="https://team.inria.fr/rits/membres/raoul-de-charette/">Raoul de Charette</a>},
year={2023}
publisher={arXiv},
primaryClass={cs.CV}
}</code></pre>
</div>
</section>

Expand Down Expand Up @@ -647,9 +647,6 @@ <h2 class="title"><img width=30 class="mr-4" src="icons/citation.png">Consider c
});
</script>

<<<<<<< HEAD
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script>
=======
<!-- <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script> -->

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bulma-carousel.min.js"></script>
Expand All @@ -673,5 +670,4 @@ <h2 class="title"><img width=30 class="mr-4" src="icons/citation.png">Consider c
infinite: true
});
// a[0].next()
</script>
>>>>>>> 3c30d25 (update project page)
</script>

0 comments on commit 575b7c1

Please sign in to comment.