Initial commit.

Hakyll site, generates bib from bibtex.
This commit is contained in:
Justin Hsu
2015-01-03 14:23:27 -08:00
commit 405604d03e
12 changed files with 3335 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<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>