Initial version of site almost ready.
This commit is contained in:
+27
-21
@@ -1,21 +1,27 @@
|
||||
<li>
|
||||
<!-- $identifier$ -->
|
||||
$title$ </br>
|
||||
$author$ </br>
|
||||
$if(eprint)$
|
||||
[<a href="$eprint$">Arxiv</a>]
|
||||
$endif$
|
||||
$if(docs)$
|
||||
[<a href="$doclink(identifier)$">Paper</a>]
|
||||
$endif$
|
||||
$if(slides)$
|
||||
[<a href="$slidelink(identifier)$">Slides</a>]
|
||||
$endif$
|
||||
$if(poster)$
|
||||
[<a href="$posterlink(identifier)$">Poster</a>]
|
||||
$endif$
|
||||
<br>
|
||||
$if(notes)$
|
||||
$notes$ <br>
|
||||
$endif$
|
||||
</li>
|
||||
<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(eprint)$
|
||||
[<a href="$url$">ArXiV</a>]
|
||||
$endif$
|
||||
$if(docs)$
|
||||
[<a href="$doclink(identifier)$">Paper</a>]
|
||||
$endif$
|
||||
$if(slides)$
|
||||
[<a href="$slidelink(identifier)$">Slides</a>]
|
||||
$endif$
|
||||
$if(poster)$
|
||||
[<a href="$posterlink(identifier)$">Poster</a>]
|
||||
$endif$
|
||||
<br>
|
||||
$if(notes)$
|
||||
$notes$ <br>
|
||||
$endif$
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user