Skip to content

Commit 235dd25

Browse files
committed
Adding profile images
1 parent 6f4935e commit 235dd25

6 files changed

Lines changed: 31 additions & 11 deletions

File tree

sigir-2025.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
3232
<link rel="stylesheet" href="./static/css/index.css">
3333
<link rel="icon" href="./static/images/favicon.svg">
34-
34+
<link rel="stylesheet" href="./static/css/profile.css">
3535
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
3636
<script defer src="./static/js/fontawesome.all.min.js"></script>
3737
<script src="./static/js/bulma-carousel.min.js"></script>
@@ -91,17 +91,30 @@ <h1 class="title is-1 publication-title">Efficient In-Memory Inverted Indexes: T
9191
Practice</h1>
9292
<div class="is-size-5 publication-authors">
9393
<span class="author-block">
94-
<a href="https://jmmackenzie.io/">Joel Mackenzie</a><sup>1</sup>,</span>
95-
<span class="author-block">
96-
<a href="https://macavaney.us/">Sean MacAvaney</a><sup>2</sup>,</span>
97-
<span class="author-block">
98-
<a href="https://antoniomallia.it">Antonio Mallia</a><sup>3</sup>,
99-
</span>
100-
<span class="author-block">
101-
<a href="https://siedlaczek.me/">Michal Siedlaczek</a><sup>4</sup>,
102-
</span>
94+
<table>
95+
<tr>
96+
<td class="profile-cell"><img class="profile-img" src="static/images/joel.png"
97+
alt="Profile Jel"></td>
98+
<td class="profile-cell"><img class="profile-img" src="static/images/sean.png"
99+
alt="Profile Sean"></td>
100+
<td class="profile-cell"><img class="profile-img"
101+
src="static/images/antonio.png" alt="Profile Antonio"></td>
102+
<td class="profile-cell"><img class="profile-img" src="static/images/michal.png"
103+
alt="Profile Michal"></td>
104+
</tr>
105+
<tr>
106+
<!-- <th scope="row">TR-7</th> -->
107+
<td width="20%" style="text-align: center"><a href="https://jmmackenzie.io"
108+
style="border-radius: 50%">Joel Mackenzie</a><sup>1</sup></td>
109+
<td width="20%" style="text-align: center"><a href="https://macavaney.us"
110+
style="border-radius: 50%">Sean MacAvaney</a><sup>2</sup></td>
111+
<td width="20%" style="text-align: center"><a href="https://antoniomallia.it"
112+
style="border-radius: 50%">Antonio Mallia</a><sup>3</sup></td>
113+
<td width="20%" style="text-align: center"><a href="https://siedlaczek.me/"
114+
style="border-radius: 50%">Michal Siedlaczek</a><sup>4</sup></td>
115+
</tr>
116+
</table>
103117
</div>
104-
105118
<div class="is-size-5 publication-authors">
106119
<span class="author-block"><sup>1</sup>The University of Queensland,</span>
107120
<span class="author-block"><sup>2</sup>University of Glasgow,</span>

static/css/profile.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.profile-img {
2+
width: 200px;
3+
height: 200px;
4+
object-fit: cover;
5+
border-radius: 10%;
6+
padding: 10px;
7+
}

static/images/antonio.png

76.3 KB
Loading

static/images/joel.png

104 KB
Loading

static/images/michal.png

76.3 KB
Loading

static/images/sean.png

93.6 KB
Loading

0 commit comments

Comments
 (0)