Add another username to manage for our made_for to affiliation script
authorDiane Trout <diane@caltech.edu>
Fri, 6 Mar 2009 02:04:08 +0000 (02:04 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 6 Mar 2009 02:04:08 +0000 (02:04 +0000)
docs/conv_caltech_v0.1_made_for.py

index b8ed382134af856340896820d4b37ffc7ede70a9..bcf674655b419dcef88263ec777fb3cd7c218646 100644 (file)
@@ -42,6 +42,7 @@ def main():
       'Tony',
       'Tristan',
       'Yuling Jiao',
+      u'Anil Ozdemir',
     ]
 
     name_map = {
@@ -79,6 +80,7 @@ def main():
       'Tony': ('Tony',),
       'Tristan': ('Tristan',),
       'Yuling Jiao': ('Yuling Jiao',),
+      u'Anil Ozdemir': (u'Anil Ozdemir',),
     }
 
     affiliations = {}