New flag jhsite to control site display.
This commit is contained in:
+4
-4
@@ -15,10 +15,10 @@ config = defaultConfiguration
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
bibHeaders :: [(String, [String])]
|
||||
bibHeaders = [ ("drafts" , [ "-c", "$type='UNPUBLISHED'" ] )
|
||||
, ("thesis" , [ "-c", "$type='PHDTHESIS'" ] )
|
||||
, ("pubs" , [ "-c", "($type='INPROCEEDINGS' | $type='ARTICLE') & reviewed='yes'" ] )
|
||||
, ("invite" , [ "-c", "($type='ARTICLE' | $type='INBOOK') & reviewed='no'" ] )
|
||||
bibHeaders = [ ("drafts" , [ "-c", "$type='UNPUBLISHED' & jhsite='yes'" ] )
|
||||
, ("thesis" , [ "-c", "$type='PHDTHESIS' & jhsite='yes'" ] )
|
||||
, ("pubs" , [ "-c", "($type='INPROCEEDINGS' | $type='ARTICLE') & reviewed='yes' & jhsite='yes'" ] )
|
||||
, ("invite" , [ "-c", "($type='ARTICLE' | $type='INBOOK') & reviewed='no' & jhsite='yes'" ] )
|
||||
]
|
||||
|
||||
bibSources :: [String]
|
||||
|
||||
Reference in New Issue
Block a user