Skip to content

Commit a8eac3c

Browse files
committed
✨ Update logo and fix logo size
1 parent 7480593 commit a8eac3c

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
position: relative; /* To allow positioning of superscripts */
8989
}
9090
.image-container {
91-
height: 10vh; /* Set image height relative to viewport */
91+
height: 14vh; /* Set image height relative to viewport */
92+
width: 30%;
9293
position: relative; /* To position the superscript relative to this container */
9394
margin: 10px; /* Add some margin between images */
9495
}
@@ -119,13 +120,13 @@ <h1 class="title is-1 publication-title">Towards Understanding Why Label Smoothi
119120
<div class="is-size-5 publication-authors">
120121
<!-- Paper authors -->
121122
<span class="author-block">
122-
<a href="https://scholar.google.com/citations?user=wLOCfQgAAAAJ&hl=en" target="_blank">Guoxuan Xia</a><sup>1</sup>,<sup>*</sup>
123+
<a href="https://scholar.google.com/citations?user=wLOCfQgAAAAJ&hl=en" target="_blank">Guoxuan Xia</a><sup>1</sup>
123124
</span>
124125
<span class="author-block">
125-
<a href="https://github.com/o-laurent" target="_blank">Olivier Laurent</a><sup>2</sup>,<sup>3</sup></sup>
126+
<a href="https://github.com/o-laurent" target="_blank">Olivier Laurent</a><sup>2, 3</sup>
126127
</span>
127128
<span class="author-block">
128-
<a href="https://giannifranchi.github.io/" target="_blank">Gianni Franchi</a><sup>2</sup>,
129+
<a href="https://giannifranchi.github.io/" target="_blank">Gianni Franchi</a><sup>2</sup>
129130
</span>
130131
<span class="author-block">
131132
<a href="https://scholar.google.com/citations?user=A-XGmNoAAAAJ&hl=en" target="_blank">Christos-Savvas Bouganis</a><sup>1</sup>
@@ -140,7 +141,7 @@ <h1 class="title is-1 publication-title">Towards Understanding Why Label Smoothi
140141
<span class="superscript">1</span>
141142
</div>
142143
<div class="image-container">
143-
<img src="static/images/ensta.svg" alt="ENSTA" />
144+
<img src="static/images/logo_ensta_small.svg" alt="ENSTA" />
144145
<span class="superscript">2</span>
145146
</div>
146147
<div class="image-container">
@@ -177,7 +178,7 @@ <h1 class="title is-1 publication-title">Towards Understanding Why Label Smoothi
177178
<a href="https://huggingface.co/ENSTA-U2IS/Label-smoothing-Selective-classification" target="_blank"
178179
class="external-link button is-normal is-rounded is-dark">
179180
<span class="icon">
180-
<i class="fab fa-solid fa-square-binary"></i>
181+
<i class="fa-solid fa-square-binary"></i>
181182
</span>
182183
<span>Models</span>
183184
</a>

0 commit comments

Comments
 (0)