Add journals to website.
This commit is contained in:
parent
2e8cab1f15
commit
f1f98effa3
|
@ -2,6 +2,10 @@
|
|||
|
||||
\$draft\$
|
||||
|
||||
## Conference Publications ##
|
||||
## Journals and Surveys ##
|
||||
|
||||
\$journal\$
|
||||
|
||||
## Conferences ##
|
||||
|
||||
\$confs\$
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
\$draft\$
|
||||
|
||||
\$confs\$
|
||||
|
||||
\$journal\$
|
||||
|
|
|
@ -7,8 +7,11 @@
|
|||
$if(booktitle)$
|
||||
In $booktitle$.</br>
|
||||
$endif$
|
||||
$if(journal)$
|
||||
$journal$, $volume$($number$):$pages$, $month$ $year$.</br>
|
||||
$endif$
|
||||
$if(eprint)$
|
||||
[<a href="$url$">arXiv</a>]
|
||||
[<a href="$url$">eprint</a>]
|
||||
$endif$
|
||||
$if(docs)$
|
||||
[<a href="$doclink(identifier)$">Paper</a>]
|
||||
|
|
Loading…
Reference in New Issue