Skip to content

Commit

Permalink
author + afill + pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
towzeur committed Feb 27, 2024
1 parent e7bd3bd commit 1b51617
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,31 @@ <h1 class="title is-1 publication-title">QN-Mixer: A Quasi-Newton MLP-Mixer Mode
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="FIRST AUTHOR PERSONAL LINK" target="_blank">Ishak Ayad</a><sup>*</sup>,</span>
<a href="https://www.linkedin.com/in/ishak-ayad/" target="_blank">Ishak
Ayad</a><sup>1,2,*</sup></span>
<span class="author-block">
<a href="SECOND AUTHOR PERSONAL LINK" target="_blank">Nicolas Larue</a><sup>*</sup>,</span>
<a href="https://www.linkedin.com/in/nicolas-larue-1750a6159/" target="_blank">Nicolas
Larue</a><sup>1,*</sup></span>
<span class="author-block">
<a href="THIRD AUTHOR PERSONAL LINK" target="_blank">Maï K. Nguyen</a>
<a href="https://perso.etis-lab.fr/nguyen-verger/" target="_blank">Maï K. Nguyen</a><sup>1</sup>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block">Institution Name<br>CVPR 2024</span>
<span class="author-block"><sup>1</sup> ETIS (UMR 8051), CY Cergy Paris University, ENSEA, CNRS,
France</span>
<span class="author-block"><sup>2</sup> AGM (UMR 8088), CY Cergy Paris University, CNRS, France</span>
<br>CVPR 2024
<span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span>
</div>


<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<!-- <a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"-->
<a href="static/pdfs/paper_v0.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -105,7 +112,7 @@ <h1 class="title is-1 publication-title">QN-Mixer: A Quasi-Newton MLP-Mixer Mode

<!-- Supplementary PDF link -->
<span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
<a href="static/pdfs/supplementary_v0.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -121,7 +128,7 @@ <h1 class="title is-1 publication-title">QN-Mixer: A Quasi-Newton MLP-Mixer Mode
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
<span>Code (coming soon)</span>
</a>
</span>

Expand All @@ -132,7 +139,7 @@ <h1 class="title is-1 publication-title">QN-Mixer: A Quasi-Newton MLP-Mixer Mode
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
<span>arXiv (coming soon)</span>
</a>
</span>
</div>
Expand Down
Binary file renamed static/pdfs/paper.pdf → static/pdfs/paper_v0.pdf
Binary file not shown.
Binary file removed static/pdfs/sample.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit 1b51617

Please sign in to comment.