justin-site/templates/bibitemtpl.html

28 lines
592 B
HTML
Raw Normal View History

2015-01-05 04:43:45 +00:00
<tr>
<!-- $identifier$ -->
<td id="bibcell"> <b> $year$ </b> </td>
<td id="bibcell">
<div id="titlecell"> <b> $title$ </b> </div>
$author$. </br>
$if(booktitle)$
In $booktitle$.</br>
$endif$
$if(eprint)$
2015-01-12 14:36:52 +00:00
[<a href="$url$">arXiv</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(docs)$
[<a href="$doclink(identifier)$">Paper</a>]
$endif$
$if(slides)$
[<a href="$slidelink(identifier)$">Slides</a>]
$endif$
$if(poster)$
[<a href="$posterlink(identifier)$">Poster</a>]
$endif$
<br>
2015-02-22 13:52:47 +00:00
$if(note)$
$note$ <br>
2015-01-05 04:43:45 +00:00
$endif$
</td>
</tr>