Use gigio's fully name instead of nickname
authorDiane Trout <diane@caltech.edu>
Tue, 10 Mar 2009 00:29:04 +0000 (00:29 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 10 Mar 2009 00:29:04 +0000 (00:29 +0000)
docs/conv_caltech_v0.1_made_for.py

index bcf674655b419dcef88263ec777fb3cd7c218646..206de009abf86292020eab36995d26b995fc04b7 100644 (file)
@@ -26,7 +26,7 @@ def main():
       'Erich Schwarz',
       'Georgi Warinov',
       'Gilberto Desalvo',
       'Erich Schwarz',
       'Georgi Warinov',
       'Gilberto Desalvo',
-      'Gigio',
+      'Gilberto Hernandez',
       'Gordon Kwan',
       'Hudson-Alpha',
       'James Puckett',
       'Gordon Kwan',
       'Hudson-Alpha',
       'James Puckett',
@@ -62,6 +62,7 @@ def main():
       'Erich Schwartz': ('Erich Schwarz',),
       'Georgi Warinov': ('Georgi Warinov',),
       'Gilberto Desalvo': ('Gilberto Desalvo',),
       'Erich Schwartz': ('Erich Schwarz',),
       'Georgi Warinov': ('Georgi Warinov',),
       'Gilberto Desalvo': ('Gilberto Desalvo',),
+      'Gilberto Hernandez': ('Gilberto Hernandez',),
       'Gordon Kwan': ('Gordon Kwan',),
       'Gordon': ('Gordon Kwan',),
       'Alpha-Hudson': ('Hudson-Alpha',),
       'Gordon Kwan': ('Gordon Kwan',),
       'Gordon': ('Gordon Kwan',),
       'Alpha-Hudson': ('Hudson-Alpha',),
@@ -71,7 +72,7 @@ def main():
       'Jingli Zhang': ('Jingli Zhang',),
       'Jose Luis': ('Jose Luis',),
       'Katherine Fisher': ('Katherine Fisher',),
       'Jingli Zhang': ('Jingli Zhang',),
       'Jose Luis': ('Jose Luis',),
       'Katherine Fisher': ('Katherine Fisher',),
-      'Katherine, Gigio': ('Katherine Fisher', 'Gigio',),
+      'Katherine, Gigio': ('Katherine Fisher', 'Gilberto Desalvo',),
       'Meyerowitz': ('Meyerowitz',),
       'Ryan, Demo': ('Ryan', 'Demo',),
       'Stathopoulos': ('Angela Stathopoulos',),
       'Meyerowitz': ('Meyerowitz',),
       'Ryan, Demo': ('Ryan', 'Demo',),
       'Stathopoulos': ('Angela Stathopoulos',),
@@ -104,4 +105,4 @@ if __name__ == "__main__":
   print ""
   print "The user lists are hard coded and exist mostly for my"
   print "convienence."
   print ""
   print "The user lists are hard coded and exist mostly for my"
   print "convienence."
-  #main()
+  main()