|
31 | 31 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> |
32 | 32 | <link rel="stylesheet" href="./static/css/index.css"> |
33 | 33 | <link rel="icon" href="./static/images/favicon.svg"> |
34 | | - |
| 34 | + <link rel="stylesheet" href="./static/css/profile.css"> |
35 | 35 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
36 | 36 | <script defer src="./static/js/fontawesome.all.min.js"></script> |
37 | 37 | <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 |
91 | 91 | Practice</h1> |
92 | 92 | <div class="is-size-5 publication-authors"> |
93 | 93 | <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> |
103 | 117 | </div> |
104 | | - |
105 | 118 | <div class="is-size-5 publication-authors"> |
106 | 119 | <span class="author-block"><sup>1</sup>The University of Queensland,</span> |
107 | 120 | <span class="author-block"><sup>2</sup>University of Glasgow,</span> |
|
0 commit comments