justin-site/templates/bibitemtpl.html

35 lines
873 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$,
$if(pages)$
$volume$($number$):$pages$,
$endif$
$month$ $year$.</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)$
[<a href="$url$" onclick="trackLink('@$identifier$:link','$url$'); return false;">Paper</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(slides)$
[<a href="$slides$" onclick="trackLink('@$identifier$:slides','$url$'); return false;">Slides</a>]
2015-01-05 04:43:45 +00:00
$endif$
$if(poster)$
[<a href="$poster$" onclick="trackLink('@$identifier$:poster','$url$'); return false;">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>