From f1f98effa3d066030094e41cf4fd648a02ae2624 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 18 Feb 2016 23:42:29 -0500 Subject: [PATCH] Add journals to website. --- content/biblio.md | 6 +++++- content/body.md | 2 ++ templates/bibitemtpl.html | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/content/biblio.md b/content/biblio.md index 9ff34e6..4f449eb 100644 --- a/content/biblio.md +++ b/content/biblio.md @@ -2,6 +2,10 @@ \$draft\$ -## Conference Publications ## +## Journals and Surveys ## + +\$journal\$ + +## Conferences ## \$confs\$ diff --git a/content/body.md b/content/body.md index ff61112..f1b15ac 100644 --- a/content/body.md +++ b/content/body.md @@ -9,3 +9,5 @@ \$draft\$ \$confs\$ + +\$journal\$ diff --git a/templates/bibitemtpl.html b/templates/bibitemtpl.html index f532521..1a6d7f9 100644 --- a/templates/bibitemtpl.html +++ b/templates/bibitemtpl.html @@ -7,8 +7,11 @@ $if(booktitle)$ In $booktitle$.
$endif$ + $if(journal)$ + $journal$, $volume$($number$):$pages$, $month$ $year$.
+ $endif$ $if(eprint)$ - [arXiv] + [eprint] $endif$ $if(docs)$ [Paper]