The first two nominees have declined. Justin, Supreet, walk us through the UMN stuff?
My understanding is that CMH is assembling their team at this point, so I'll move on to Marshfield. Jay? Are you game? -- Dan ________________________________ From: Dan Connolly Sent: Tuesday, February 04, 2014 1:19 PM To: [email protected] 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
