88
88
position : relative; /* To allow positioning of superscripts */
89
89
}
90
90
.image-container {
91
- height : 10vh ; /* Set image height relative to viewport */
91
+ height : 14vh ; /* Set image height relative to viewport */
92
+ width : 30% ;
92
93
position : relative; /* To position the superscript relative to this container */
93
94
margin : 10px ; /* Add some margin between images */
94
95
}
@@ -119,13 +120,13 @@ <h1 class="title is-1 publication-title">Towards Understanding Why Label Smoothi
119
120
< div class ="is-size-5 publication-authors ">
120
121
<!-- Paper authors -->
121
122
< 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 >
123
124
</ span >
124
125
< 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 >
126
127
</ span >
127
128
< 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 >
129
130
</ span >
130
131
< span class ="author-block ">
131
132
< 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
140
141
< span class ="superscript "> 1</ span >
141
142
</ div >
142
143
< div class ="image-container ">
143
- < img src ="static/images/ensta .svg " alt ="ENSTA " />
144
+ < img src ="static/images/logo_ensta_small .svg " alt ="ENSTA " />
144
145
< span class ="superscript "> 2</ span >
145
146
</ div >
146
147
< div class ="image-container ">
@@ -177,7 +178,7 @@ <h1 class="title is-1 publication-title">Towards Understanding Why Label Smoothi
177
178
< a href ="https://huggingface.co/ENSTA-U2IS/Label-smoothing-Selective-classification " target ="_blank "
178
179
class ="external-link button is-normal is-rounded is-dark ">
179
180
< span class ="icon ">
180
- < i class ="fab fa-solid fa-square-binary "> </ i >
181
+ < i class ="fa-solid fa-square-binary "> </ i >
181
182
</ span >
182
183
< span > Models</ span >
183
184
</ a >
0 commit comments