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