justin-site/templates/bibitemtpl.html

28 lines
577 B
HTML

<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(journal)$
$journal$, $volume$($number$):$pages$, $month$ $year$.</br>
$endif$
$if(url)$
[<a href="$url$">Paper</a>]
$endif$
$if(slides)$
[<a href="$slides$">Slides</a>]
$endif$
$if(poster)$
[<a href="$poster$">Poster</a>]
$endif$
<br>
$if(note)$
$note$ <br>
$endif$
</td>
</tr>