diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,10 @@ import re +MASTER_BIB = "./anonbib.bib" + +OUTPUT_DIR = "." + AUTHOR_URLS = { 'Berthold' : 'http://page.inf.fu-berlin.de/~berthold/', 'Miguel.*Castro' : 'http://research.microsoft.com/users/mcastro/', @@ -21,6 +25,7 @@ AUTHOR_URLS = { 'David.*Wagner' : 'http://www.cs.berkeley.edu/~daw/', 'Shoup' : 'http://www.shoup.net/', 'B.*Möller' : 'http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html', + 'Michael.*Freedman' : 'http://www.scs.cs.nyu.edu/~mfreed/', } @@ -35,6 +40,7 @@ INITIAL_STRINGS = { OMIT_ENTRIES = ("proceedings", "journal") + ### Don't edit below this line AUTHOR_RE_LIST = [ |
