How about tomorrow, Hubert and the UNMC gang? -- Dan
________________________________ From: Greater Plains Collaborative Software Development [mailto:[email protected]<https://urldefense.proofpoint.com/v1/url?u=http://mailto:GPC-DEV%40LISTSERV.KUMC.EDU&k=PmKqfXspAHNo6iYJ48Q45A%3D%3D%0A&r=7jqROYnRJZ%2FRUK29eXLgd84I9Ih235HbTh2w98KlP4I%3D%0A&m=OCcedyX1jxttVFmPjAAdrTeCfBDkQYaJSHQ2BcNv3T0%3D%0A&s=5dac19f73cf6905cfff45ba9377106fc65dced68f033afafae649ed905d10319>] On Behalf Of Dan Connolly Sent: Tuesday, February 04, 2014 1:20 PM To: [email protected]<https://urldefense.proofpoint.com/v1/url?u=http://mailto:GPC-DEV%40LISTSERV.KUMC.EDU&k=PmKqfXspAHNo6iYJ48Q45A%3D%3D%0A&r=7jqROYnRJZ%2FRUK29eXLgd84I9Ih235HbTh2w98KlP4I%3D%0A&m=OCcedyX1jxttVFmPjAAdrTeCfBDkQYaJSHQ2BcNv3T0%3D%0A&s=5dac19f73cf6905cfff45ba9377106fc65dced68f033afafae649ed905d10319> Subject: I2B2 demos next week I neglected to solicit volunteers in the teleconference, so... Python 2.7.3 (default, Sep 26 2013, 20:03:06) >>> sites = set(['kumc', 'cmh', 'Iowa', 'wisc', 'mcw', 'mcrf', 'umn', 'unmc', >>> 'uthscsa', 'utsw']) >>> recent = ['utsw', 'kumc'] >>> candidates = sites - set(recent) >>> from random import sample >>> nominations = sample(candidates, len(candidates)) >>> nominations ['unmc', 'uthscsa', 'umn', 'cmh', 'mcrf', 'Iowa', 'mcw', 'wisc'] Hubert and UNMC folks, can you give a taste of what you've got so far after just a few weeks? Alex, John, Alfredo, likewise, would you please show us what's cooking so far at UTHSCSA? Otherwise, please let the next in line know that they're nominated. -- Dan
_______________________________________________ Gpc-dev mailing list [email protected] http://listserv.kumc.edu/mailman/listinfo/gpc-dev
