justin-site/templates/bibitem.html

34 lines
652 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$).</br>
2016-02-19 04:42:29 +00:00
$endif$
2017-11-01 15:45:02 +00:00
$if(school)$
$school$.</br>
$endif$
$if(url)$
2021-11-22 06:23:49 +00:00
[<a href="$url$">Paper</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(slides)$
2021-11-22 06:23:49 +00:00
[<a href="$slides$">Slides</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(poster)$
2021-11-22 06:23:49 +00:00
[<a href="$poster$">Poster</a>]
2015-01-05 04:43:45 +00:00
$endif$
<br>
$if(note)$
$note$ <br>
$endif$
$if(errata)$
$errata$ <br>
2015-01-05 04:43:45 +00:00
$endif$
</td>
</tr>