Update website
This commit is contained in:
parent
84e75b1fc9
commit
8e9f241860
@ -40,13 +40,12 @@ span.author:last-child::after {
|
||||
</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><a href="publications.php?sort={{sort_citation}}">Citations</a></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{# publi }}
|
||||
<tr>
|
||||
<td>
|
||||
<b>{{{ title }}}</b><br/>
|
||||
<b><a href="{{adsurl}}" target="_blank">{{{ title }}}<a></b><br/>
|
||||
<div class='authors'>
|
||||
{{# author }}
|
||||
<span class="author">{{ first }} {{ last }}</span>
|
||||
@ -57,7 +56,6 @@ span.author:last-child::after {
|
||||
</td>
|
||||
<td>{{ year }}</td>
|
||||
<td><a href="https://arxiv.org/abs/{{ eprint }}" target="_blank">{{ eprint }}</a></td>
|
||||
<td><span class="citation_count">{{ citation_count }}</span></td>
|
||||
</tr>
|
||||
{{/ publi }}
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user