aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BibTeX.py3
-rw-r--r--config.py5
2 files changed, 7 insertions, 1 deletions
diff --git a/BibTeX.py b/BibTeX.py
index fadfd53..fad8d19 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -302,7 +302,8 @@ class BibTeXEntry:
if self.type == 'inproceedings':
if self.get("booktitle"):
- if not self['booktitle'].startswith("Proceedings of"):
+ if not self['booktitle'].startswith("Proceedings of") and \
+ not self['booktitle'].startswith("{Proceedings of"):
errs.append("ERROR: %s's booktitle doesn't start with 'Proceedings'" % self.key)
for field, value in self.entries.items():
diff --git a/config.py b/config.py
index 3176120..7d51936 100644
--- a/config.py
+++ b/config.py
@@ -8,10 +8,12 @@ OUTPUT_DIR = "."
AUTHOR_URLS = {
'Ross.*Anderson' : 'http://www.cl.cam.ac.uk/users/rja14/',
'Alessandro.*Acquisti' : 'http://www.sims.berkeley.edu/~acquisti/',
+ 'Adam.*Back' : 'http://www.cypherspace.org/~adam/',
'Berthold' : 'http://page.inf.fu-berlin.de/~berthold/',
'Miguel.*Castro' : 'http://research.microsoft.com/users/mcastro/',
'Chaum' : 'http://www.chaum.org',
'J.*Claessens' : 'http://www.esat.kuleuven.ac.be/~joclaess/',
+ 'R.*Clayton' : 'http://www.cl.cam.ac.uk/~rnc1/',
'Danezis' : 'http://www.cl.cam.ac.uk/~gd216/',
'Claudia.*Diaz' : ('http://www.esat.kuleuven.ac.be/sista-cosic-docarch/'
'template.php?page=person&view=0&id1=67&id2=0&id3=0'),
@@ -19,6 +21,7 @@ AUTHOR_URLS = {
'Desmedt' : 'http://www.cs.fsu.edu/~desmedt/',
'Douceur' : 'http://research.microsoft.com/~johndo/',
'Michael.*Freedman' : 'http://www.scs.cs.nyu.edu/~mfreed/',
+ 'Ian.*Goldberg' : 'http://www.cs.berkeley.edu/~iang/',
'D.*Hopwood' : 'http://www.users.zetnet.co.uk/hopwood/',
'Jakobsson' : 'http://www.cs.ucsd.edu/users/markus/',
'K.*Kurosawa' : 'http://kuro.cis.ibaraki.ac.jp/~kurosawa/',
@@ -46,8 +49,10 @@ AUTHOR_URLS = {
'Shoup' : 'http://www.shoup.net/',
'Syverson' : 'http://www.syverson.org/',
'Tsudik' : 'http://www.ics.uci.edu/~gts/c.html',
+ 'M.*Waidner' : 'http://www.zurich.ibm.com/~wmi/',
'David.*Wagner' : 'http://www.cs.berkeley.edu/~daw/',
'M.*Waldman' : 'http://cs1.cs.nyu.edu/~waldman/',
+ 'M.*Wright' : 'http://www.cs.umass.edu/~mwright/',
}
# List of paterns for author names _not_ to do an initial-tolerant