justin-site/templates/bibitemtpl.html

28 lines
577 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$
2016-02-19 04:42:29 +00:00
$if(journal)$
$journal$, $volume$($number$):$pages$, $month$ $year$.</br>
$endif$
$if(url)$
[<a href="$url$">Paper</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(slides)$
[<a href="$slides$">Slides</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(poster)$
[<a href="$poster$">Poster</a>]
2015-01-05 04:43:45 +00:00
$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>