File tree 1 file changed +43
-3
lines changed
1 file changed +43
-3
lines changed Original file line number Diff line number Diff line change 119
119
margin-bottom : 30px ;
120
120
}
121
121
.logo {
122
- width : 22 % ;
122
+ width : 10 % ;
123
123
display : block;
124
124
margin : -5px auto;
125
125
}
294
294
.abstract-content p : last-child {
295
295
margin-bottom : 0 ;
296
296
}
297
+ .fig-container-side {
298
+ display : flex;
299
+ justify-content : space-between;
300
+ align-items : center;
301
+ text-align : center;
302
+ margin : 30px auto;
303
+ max-width : 900px ;
304
+ }
305
+ .fig-container-side img {
306
+ max-width : 45% ;
307
+ height : auto;
308
+ }
309
+ .button img {
310
+ height : 20px ;
311
+ margin-right : 8px ;
312
+ }
313
+
297
314
</ style >
298
315
</ head >
299
316
< body >
@@ -322,6 +339,27 @@ <h1 class="title2">to Evaluate LMMs on Historical and Cultural Artifacts</h1>
322
339
</ p >
323
340
</ div >
324
341
342
+ < div class ="publication-links has-text-centered ">
343
+ < span class ="link-block ">
344
+ < a href ="https://arxiv.org/abs/2410.18976 " class ="external-link button ">
345
+ < img src ="asset/pdf.png " alt ="PDF ">
346
+ < span > Paper</ span >
347
+ </ a >
348
+ </ span >
349
+ < span class ="link-block ">
350
+ < a href ="https://arxiv.org/abs/2410.18976 " class ="external-link button ">
351
+ < img src ="asset/arxiv.png " alt ="arXiv ">
352
+ < span > arXiv</ span >
353
+ </ a >
354
+ </ span >
355
+ < span class ="link-block ">
356
+ < a href ="https://github.com/mbzuai-oryx/TimeTravel " class ="external-link button ">
357
+ < img src ="asset/github.png " alt ="GitHub ">
358
+ < span > Github</ span >
359
+ </ a >
360
+ </ span >
361
+
362
+
325
363
< div class ="publication-links has-text-centered ">
326
364
< span class ="link-block ">
327
365
< a href ="https://arxiv.org/abs/2410.18976 " class ="external-link button ">
@@ -342,8 +380,10 @@ <h1 class="title2">to Evaluate LMMs on Historical and Cultural Artifacts</h1>
342
380
</ span >
343
381
< span class ="link-block ">
344
382
< a href ="https://github.com/mbzuai-oryx/TimeTravel " class ="external-link button ">
345
- < span class ="logo ">
346
- < img src ="asset/github.png " alt ="Code "> Github
383
+ < span class ="icon ">
384
+ </ span >
385
+ < i class ="ai git "> </ i >
386
+ < span > Github</ span >
347
387
</ span >
348
388
</ a >
349
389
</ span >
You can’t perform that action at this time.
0 commit comments