From: Diane Trout Date: Fri, 6 Mar 2009 02:04:08 +0000 (+0000) Subject: Add another username to manage for our made_for to affiliation script X-Git-Tag: 0.2.0.1~5 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=1c7e3facaf8b9ac4fe0154a0b440f3c0d18ced5f Add another username to manage for our made_for to affiliation script --- diff --git a/docs/conv_caltech_v0.1_made_for.py b/docs/conv_caltech_v0.1_made_for.py index b8ed382..bcf6746 100644 --- a/docs/conv_caltech_v0.1_made_for.py +++ b/docs/conv_caltech_v0.1_made_for.py @@ -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 = {}