Skip to content

Commit 34f6be6

Browse files
committed
update page
1 parent c17ff63 commit 34f6be6

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

pages/figs/comp_table.jpg

281 KB
Loading

pages/figs/teaser.jpg

509 KB
Loading

pages/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-family: Arial, sans-serif;
1010
margin: 40px;
1111
line-height: 1.6;
12-
max-width: 800px;
12+
max-width: 950px;
1313
margin: auto;
1414
}
1515
h1, h2, h3 {
@@ -25,6 +25,13 @@
2525
.section {
2626
margin-bottom: 40px;
2727
}
28+
.author_section {
29+
display: block;
30+
margin-left: auto;
31+
margin-right: auto;
32+
width: 80%;
33+
text-align: center;
34+
}
2835
img {
2936
max-width: 100%;
3037
max-height: 100%;
@@ -76,6 +83,29 @@ <h3>A New Paradigm for Compact and Interpretable Image Representations</h3>
7683
<a href="https://huggingface.co/spaces/tennant/semanticist_tokenizer">[Huggingface Tokenizer Demo]</a> &nbsp; | &nbsp;
7784
<a href="https://huggingface.co/spaces/tennant/Semanticist_AR">[Huggingface Generation Demo]</a>
7885
</p>
86+
<div class="author_section">
87+
<p>
88+
<!-- <h4>Authors</h4> -->
89+
Xin Wen<sup>1*</sup>,
90+
Bingchen Zhao<sup>2*</sup>,
91+
Ismail Elezi<sup>3</sup>,
92+
Jiankang Deng<sup>4</sup>,
93+
Xiaojuan Qi<sup>1</sup>
94+
<br/>
95+
<small><sup>*</sup> Equal Contribution &nbsp;</small>
96+
<br/>
97+
<sup>1</sup> University of Hong Kong &nbsp; | &nbsp;
98+
<sup>2</sup> University of Edinburgh <br/>
99+
<sup>3</sup> Noah's Ark Lab &nbsp; | &nbsp;
100+
<sup>4</sup> Imperial College London
101+
</p>
102+
</div>
103+
<div class="section">
104+
<div class="img">
105+
<img src="figs/teaser.jpg" alt="Semanticist Teaser" >
106+
</div>
107+
</div>
108+
79109

80110
<div class="section">
81111
<h2>Introduction & Motivation</h2>

0 commit comments

Comments
 (0)