aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.py b/config.py
index cf7a4b2..7138fdb 100644
--- a/config.py
+++ b/config.py
@@ -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 = [