justin-site/templates/bibitem.html

39 lines
739 B
HTML
Raw Permalink Normal View History

2015-01-05 04:43:45 +00:00
<tr>
<!-- $identifier$ -->
<td class="bibcell">
<span class="yearcell"> $year$ </span>
</td>
<td class="bibcell">
<span class="titlecell">
$title$
</span>
<span class="linkscell">
$if(poster)$
[<a href="$poster$">Poster</a>]
$endif$
$if(slides)$
[<a href="$slides$">Slides</a>]
$endif$
$if(url)$
[<a href="$url$">Paper</a>]
$endif$
</span> <br>
$author$. <br>
2015-01-05 04:43:45 +00:00
$if(booktitle)$
In $booktitle$.<br>
2015-01-05 04:43:45 +00:00
$endif$
2016-02-19 04:42:29 +00:00
$if(journal)$
$journal$, $volume$($number$).<br>
2016-02-19 04:42:29 +00:00
$endif$
2017-11-01 15:45:02 +00:00
$if(school)$
$school$.<br>
2015-01-05 04:43:45 +00:00
$endif$
$if(note)$
$note$ <br>
$endif$
$if(errata)$
$errata$ <br>
2015-01-05 04:43:45 +00:00
$endif$
</td>
</tr>