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\$ \$thesis\$
## Journals and Surveys ## ## Refereed Publications ##
\$journal\$ \$pubs\$
## Conferences ##
\$confs\$

View File

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

View File

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