Merge publication lists.

This commit is contained in:
Justin Hsu 2017-11-09 02:45:28 +00:00
parent 691ba57a04
commit 9516dd3db1
3 changed files with 5 additions and 10 deletions

View File

@ -6,10 +6,6 @@
\$thesis\$
## Journals and Surveys ##
## Refereed Publications ##
\$journal\$
## Conferences ##
\$confs\$
\$pubs\$

View File

@ -196,7 +196,7 @@ body {
};
}
#drafts, #conferences, #journals-and-surveys, #thesis {
#drafts, #thesis, #refereed-publications {
padding: $text-pad;
}

View File

@ -14,9 +14,8 @@ config = defaultConfiguration
--------------------------------------------------------------------------------
bibHeaders :: [(String, [String])]
bibHeaders = [ ("draft" , [ "-c", "$type='UNPUBLISHED'" ] ) ,
("confs" , [ "-c", "$type='INPROCEEDINGS'" ] ) ,
("journal", [ "-c", "$type='ARTICLE'" ] ) ,
("thesis", [ "-c", "$type='PHDTHESIS'" ] ) ]
("thesis" , [ "-c", "$type='PHDTHESIS'" ] ) ,
("pubs" , [ "-c", "$type='INPROCEEDINGS' or $type='ARTICLE'" ] ) ]
bibSources :: [String]
bibSources = [ "bibs/header.bib"