Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 22:53:04 +01:00
parent 84e75b1fc9
commit 8e9f241860

View File

@ -40,13 +40,12 @@ span.author:last-child::after {
</th> </th>
<th style='min-width:3em'><a href="publications.php?sort_year={{sort_year}}">Year</a></th> <th style='min-width:3em'><a href="publications.php?sort_year={{sort_year}}">Year</a></th>
<th style='min-width:10em'>arXiv</th> <th style='min-width:10em'>arXiv</th>
<th><a href="publications.php?sort={{sort_citation}}">Citations</a></th>
</thead> </thead>
<tbody> <tbody>
{{# publi }} {{# publi }}
<tr> <tr>
<td> <td>
<b>{{{ title }}}</b><br/> <b><a href="{{adsurl}}" target="_blank">{{{ title }}}<a></b><br/>
<div class='authors'> <div class='authors'>
{{# author }} {{# author }}
<span class="author">{{ first }} {{ last }}</span> <span class="author">{{ first }} {{ last }}</span>
@ -57,7 +56,6 @@ span.author:last-child::after {
</td> </td>
<td>{{ year }}</td> <td>{{ year }}</td>
<td><a href="https://arxiv.org/abs/{{ eprint }}" target="_blank">{{ eprint }}</a></td> <td><a href="https://arxiv.org/abs/{{ eprint }}" target="_blank">{{ eprint }}</a></td>
<td><span class="citation_count">{{ citation_count }}</span></td>
</tr> </tr>
{{/ publi }} {{/ publi }}
</tbody> </tbody>