New flag `jhsite` to control site display.

This commit is contained in:
Justin Hsu 2021-07-11 15:48:10 +01:00
parent d37f7ad4a7
commit 30065cbe8b
2 changed files with 48 additions and 7 deletions

View File

@ -15,10 +15,10 @@ config = defaultConfiguration
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
bibHeaders :: [(String, [String])] bibHeaders :: [(String, [String])]
bibHeaders = [ ("drafts" , [ "-c", "$type='UNPUBLISHED'" ] ) bibHeaders = [ ("drafts" , [ "-c", "$type='UNPUBLISHED' & jhsite='yes'" ] )
, ("thesis" , [ "-c", "$type='PHDTHESIS'" ] ) , ("thesis" , [ "-c", "$type='PHDTHESIS' & jhsite='yes'" ] )
, ("pubs" , [ "-c", "($type='INPROCEEDINGS' | $type='ARTICLE') & reviewed='yes'" ] ) , ("pubs" , [ "-c", "($type='INPROCEEDINGS' | $type='ARTICLE') & reviewed='yes' & jhsite='yes'" ] )
, ("invite" , [ "-c", "($type='ARTICLE' | $type='INBOOK') & reviewed='no'" ] ) , ("invite" , [ "-c", "($type='ARTICLE' | $type='INBOOK') & reviewed='no' & jhsite='yes'" ] )
] ]
bibSources :: [String] bibSources :: [String]

View File

@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
unpublished{BGHT21, @unpublished{BGHT21,
title = {A Separation Logic for Negative Dependence}, title = {A Separation Logic for Negative Dependence},
author = {Bao, Jialu and author = {Bao, Jialu and
Gaboardi, Marco and Gaboardi, Marco and
@ -7,9 +7,10 @@ unpublished{BGHT21,
Tassarotti, Joseph}, Tassarotti, Joseph},
year = 2021, year = 2021,
jh = yes, jh = yes,
jhsite = no,
} }
unpublished{SLHR21, @unpublished{SLHR21,
title = {Symbolic Execution for Randomized Programs}, title = {Symbolic Execution for Randomized Programs},
author = {Susag, Zachary and author = {Susag, Zachary and
Lahiri, Sumit and Lahiri, Sumit and
@ -17,6 +18,7 @@ unpublished{SLHR21,
Roy, Subhajit}, Roy, Subhajit},
year = 2021, year = 2021,
jh = yes, jh = yes,
jhsite = no,
} }
@unpublished{BPHR21, @unpublished{BPHR21,
@ -31,6 +33,7 @@ unpublished{SLHR21,
primaryClass = {cs.PL}, primaryClass = {cs.PL},
year = 2021, year = 2021,
jh = yes, jh = yes,
jhsite = yes,
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% THESIS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% THESIS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -41,6 +44,7 @@ unpublished{SLHR21,
year = {2017}, year = {2017},
url = {https://arxiv.org/abs/1710.09951}, url = {https://arxiv.org/abs/1710.09951},
jh = yes, jh = yes,
jhsite = yes,
eprint = {1710.09951}, eprint = {1710.09951},
archivePrefix = {arXiv}, archivePrefix = {arXiv},
primaryClass = {cs.LO}, primaryClass = {cs.LO},
@ -59,6 +63,7 @@ unpublished{SLHR21,
YEAR = {2019}, YEAR = {2019},
MONTH = Dec, MONTH = Dec,
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/star-lifting.pdf}, slides = {https://justinh.su/files/slides/star-lifting.pdf},
note = "Previously published in " # icalp17 # ", 2017." note = "Previously published in " # icalp17 # ", 2017."
@ -84,6 +89,7 @@ unpublished{SLHR21,
primaryClass = {cs.DS}, primaryClass = {cs.DS},
publisher = bepress, publisher = bepress,
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
poster = {https://justinh.su/files/posters/dualquery.pdf}, poster = {https://justinh.su/files/posters/dualquery.pdf},
note = "Previously published in " # icml14 # ", 2014." note = "Previously published in " # icml14 # ", 2014."
@ -108,6 +114,7 @@ unpublished{SLHR21,
archivePrefix = {arXiv}, archivePrefix = {arXiv},
primaryClass = {cs.GT}, primaryClass = {cs.GT},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
poster = {https://justinh.su/files/posters/matchings.pdf}, poster = {https://justinh.su/files/posters/matchings.pdf},
note = "Previously published in " # stoc14 # ", 2014." note = "Previously published in " # stoc14 # ", 2014."
@ -145,6 +152,7 @@ unpublished{SLHR21,
booktitle = lics21, booktitle = lics21,
year = 2021, year = 2021,
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
acceptance = {91/227=0.40}, acceptance = {91/227=0.40},
} }
@ -185,6 +193,7 @@ unpublished{SLHR21,
number = {POPL}, number = {POPL},
reviewed = yes, reviewed = yes,
jh = yes, jh = yes,
jhsite = yes,
note = "Appeared at " # popl21 # ", Distinguished Paper Award.", note = "Appeared at " # popl21 # ", Distinguished Paper Award.",
acceptance = {61/258=0.23}, acceptance = {61/258=0.23},
} }
@ -225,6 +234,7 @@ unpublished{SLHR21,
note = "Appeared at " # popl20 # ".", note = "Appeared at " # popl20 # ".",
reviewed = yes, reviewed = yes,
jh = yes, jh = yes,
jhsite = yes,
acceptance = {68/257=0.28}, acceptance = {68/257=0.28},
} }
@ -250,6 +260,7 @@ unpublished{SLHR21,
note = "Appeared at " # popl20 # ", Distinguished Paper Award.", note = "Appeared at " # popl20 # ", Distinguished Paper Award.",
reviewed = yes, reviewed = yes,
jh = yes, jh = yes,
jhsite = yes,
acceptance = {68/257=0.28}, acceptance = {68/257=0.28},
} }
@ -291,6 +302,7 @@ unpublished{SLHR21,
primaryClass = {cs.LG}, primaryClass = {cs.LG},
reviewed = yes, reviewed = yes,
jh = yes, jh = yes,
jhsite = yes,
acceptance = {850/4572=0.18}, acceptance = {850/4572=0.18},
} }
@ -326,8 +338,9 @@ unpublished{SLHR21,
eprint = {1710.09010}, eprint = {1710.09010},
archivePrefix = {arXiv}, archivePrefix = {arXiv},
primaryClass = {cs.PL}, primaryClass = {cs.PL},
reviewed = yes,
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes,
acceptance = {60/154=0.38}, acceptance = {60/154=0.38},
} }
@ -343,6 +356,7 @@ unpublished{SLHR21,
booktitle = pldi19, booktitle = pldi19,
year = {2019}, year = {2019},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
url = {https://arxiv.org/abs/1904.08096}, url = {https://arxiv.org/abs/1904.08096},
eprint = {1904.08096}, eprint = {1904.08096},
@ -364,6 +378,8 @@ unpublished{SLHR21,
eprint = {1901.09657}, eprint = {1901.09657},
archivePrefix = {arXiv}, archivePrefix = {arXiv},
primaryClass = {cs.SI}, primaryClass = {cs.SI},
jh = yes,
jhsite = no,
} }
@ -399,6 +415,7 @@ unpublished{SLHR21,
year = {2019}, year = {2019},
month = jan, month = jan,
jh = yes, jh = yes,
jhsite = yes,
journal = pacmpl, journal = pacmpl,
volume = {3}, volume = {3},
articleno = {38}, articleno = {38},
@ -420,6 +437,7 @@ unpublished{SLHR21,
Silva, Alexandra}, Silva, Alexandra},
year = {2018}, year = {2018},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
booktitle = ictac18, booktitle = ictac18,
url = {https://arxiv.org/abs/1805.11550}, url = {https://arxiv.org/abs/1805.11550},
@ -436,6 +454,7 @@ unpublished{SLHR21,
Hsu, Justin}, Hsu, Justin},
year = {2018}, year = {2018},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
booktitle = cav18, booktitle = cav18,
url = {https://arxiv.org/abs/1804.04052}, url = {https://arxiv.org/abs/1804.04052},
@ -455,6 +474,7 @@ unpublished{SLHR21,
year = {2018}, year = {2018},
booktitle = icalp18, booktitle = icalp18,
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
url = {https://arxiv.org/abs/1802.06283}, url = {https://arxiv.org/abs/1802.06283},
doi = {10.4230/LIPIcs.ICALP.2018.113}, doi = {10.4230/LIPIcs.ICALP.2018.113},
@ -491,6 +511,7 @@ unpublished{SLHR21,
year = {2018}, year = {2018},
month = jan, month = jan,
jh = yes, jh = yes,
jhsite = yes,
journal = pacmpl, journal = pacmpl,
volume = {2}, volume = {2},
number = {POPL}, number = {POPL},
@ -514,6 +535,7 @@ unpublished{SLHR21,
year = {2018}, year = {2018},
month = jan, month = jan,
jh = yes, jh = yes,
jhsite = yes,
journal = pacmpl, journal = pacmpl,
volume = {2}, volume = {2},
number = {POPL}, number = {POPL},
@ -571,6 +593,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.PL}, primaryClass = {cs.PL},
slides = {https://justinh.su/files/slides/unifindep-couple.pdf}, slides = {https://justinh.su/files/slides/unifindep-couple.pdf},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {30/54=0.55}, acceptance = {30/54=0.55},
@ -592,6 +615,7 @@ inproceedings{BEHSS17,
doi = {10.1145/3009837.3009896}, doi = {10.1145/3009837.3009896},
slides = {https://justinh.su/files/slides/products.pdf}, slides = {https://justinh.su/files/slides/products.pdf},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {64/282=0.22}, acceptance = {64/282=0.22},
@ -613,6 +637,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.PL}, primaryClass = {cs.PL},
doi = {10.1145/3009837.3009890}, doi = {10.1145/3009837.3009890},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {64/282=0.22}, acceptance = {64/282=0.22},
@ -639,6 +664,7 @@ inproceedings{BEHSS17,
doi = {10.1007/978-3-662-54110-4_20}, doi = {10.1007/978-3-662-54110-4_20},
slides = {https://justinh.su/files/slides/bic.pdf}, slides = {https://justinh.su/files/slides/bic.pdf},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
} }
@ -684,6 +710,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.PL}, primaryClass = {cs.PL},
doi = {10.1145/2976749.2978371}, doi = {10.1145/2976749.2978371},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {137/831=0.17}, acceptance = {137/831=0.17},
@ -731,6 +758,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.LO}, primaryClass = {cs.LO},
doi = {10.4230/LIPIcs.ICALP.2016.107}, doi = {10.4230/LIPIcs.ICALP.2016.107},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {146/515=0.28}, acceptance = {146/515=0.28},
@ -752,6 +780,7 @@ inproceedings{BEHSS17,
eprint = {1601.05047}, eprint = {1601.05047},
doi = {10.1145/2933575.2934554}, doi = {10.1145/2933575.2934554},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/approx-couplings.pdf}, slides = {https://justinh.su/files/slides/approx-couplings.pdf},
@ -793,6 +822,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.DS}, primaryClass = {cs.DS},
doi = {10.1137/1.9781611974331.ch43}, doi = {10.1137/1.9781611974331.ch43},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/privdude.pdf}, slides = {https://justinh.su/files/slides/privdude.pdf},
acceptance = {146/527=0.28}, acceptance = {146/527=0.28},
@ -835,6 +865,7 @@ inproceedings{BEHSS17,
archivePrefix = {arXiv}, archivePrefix = {arXiv},
primaryClass = {cs.DS}, primaryClass = {cs.DS},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
} }
@ -874,6 +905,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.PL}, primaryClass = {cs.PL},
doi = {10.1145/2676726.2677000}, doi = {10.1145/2676726.2677000},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/hoare2.pdf}, slides = {https://justinh.su/files/slides/hoare2.pdf},
@ -942,6 +974,7 @@ inproceedings{BEHSS17,
primaryClass = {cs.DB}, primaryClass = {cs.DB},
doi = {10.1109/CSF.2014.35}, doi = {10.1109/CSF.2014.35},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/epsilon.pdf}, slides = {https://justinh.su/files/slides/epsilon.pdf},
@ -1029,6 +1062,7 @@ inproceedings{HHRRW14,
url = {https://justinh.su/files/papers/nokinds.pdf}, url = {https://justinh.su/files/papers/nokinds.pdf},
doi = {10.1145/2500365.2500599}, doi = {10.1145/2500365.2500599},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {40/133=0.30}, acceptance = {40/133=0.30},
@ -1066,6 +1100,7 @@ inproceedings{HHRRW14,
doi = {10.1145/2429069.2429113}, doi = {10.1145/2429069.2429113},
year = {2013}, year = {2013},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = yes, reviewed = yes,
acceptance = {51/220=0.23}, acceptance = {51/220=0.23},
@ -1089,6 +1124,7 @@ inproceedings{HHRRW14,
doi = {10.1007/978-3-642-31594-7_39}, doi = {10.1007/978-3-642-31594-7_39},
errata = {Thanks to Raef Bassily and Adam Smith for spotting an error, now fixed.}, errata = {Thanks to Raef Bassily and Adam Smith for spotting an error, now fixed.},
jh = yes, jh = yes,
jhsite = yes,
reviewed = yes, reviewed = yes,
slides = {https://justinh.su/files/slides/heavy-hh.pdf}, slides = {https://justinh.su/files/slides/heavy-hh.pdf},
acceptance = {123/433=0.28}, acceptance = {123/433=0.28},
@ -1119,6 +1155,7 @@ inproceedings{HHRRW14,
year = 2021, year = 2021,
month = jan, month = jan,
jh=yes, jh=yes,
jhsite = yes,
reviewed=no, reviewed=no,
note = {https://blog.sigplan.org/2021/01/28/re-imagining-the-programming-paradigms-course/}, note = {https://blog.sigplan.org/2021/01/28/re-imagining-the-programming-paradigms-course/},
} }
@ -1131,6 +1168,7 @@ inproceedings{HHRRW14,
year = 2020, year = 2020,
month = oct, month = oct,
jh=yes, jh=yes,
jhsite = yes,
reviewed=no, reviewed=no,
note = {https://blog.sigplan.org/2020/10/20/verifying-randomized-algorithms-why-and-how/}, note = {https://blog.sigplan.org/2020/10/20/verifying-randomized-algorithms-why-and-how/},
} }
@ -1148,6 +1186,7 @@ inproceedings{HHRRW14,
DOI = {10.1017/9781108770750.006}, DOI = {10.1017/9781108770750.006},
url = {https://www.cambridge.org/core/books/foundations-of-probabilistic-programming/probabilistic-couplings-from-program-logics/4770E67B4DBCAABA74D06C30B802235A}, url = {https://www.cambridge.org/core/books/foundations-of-probabilistic-programming/probabilistic-couplings-from-program-logics/4770E67B4DBCAABA74D06C30B802235A},
jh = yes, jh = yes,
jhsite = yes,
reviewed = no, reviewed = no,
survey = yes, survey = yes,
publisher = cup, publisher = cup,
@ -1169,6 +1208,7 @@ inproceedings{HHRRW14,
url = {https://siglog.hosting.acm.org/wp-content/uploads/2016/01/siglog\_news\_7.pdf}, url = {https://siglog.hosting.acm.org/wp-content/uploads/2016/01/siglog\_news\_7.pdf},
doi = {10.1145/2893582.2893591}, doi = {10.1145/2893582.2893591},
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = no, reviewed = no,
survey = yes, survey = yes,
@ -1194,6 +1234,7 @@ inproceedings{HHRRW14,
year = {2015}, year = {2015},
booktitle = snapl15, booktitle = snapl15,
jh = yes, jh = yes,
jhsite = yes,
plclub = yes, plclub = yes,
reviewed = no, reviewed = no,
slides = {https://justinh.su/files/slides/taxes.pdf}, slides = {https://justinh.su/files/slides/taxes.pdf},