Welcome to my homepage at the University of Pennsylvania! My name is Truong Nghiem. I am a PhD student in Electrical and Systems Engineering Department at the University of Pennsylvania, also a member of the General Robotics, Automation, Sensing and Perception (GRASP) Lab. My advisor is Prof. George Pappas. For more information about me, please visit More about Me
or read my CV ContactOffice AddressLevine 558 My email address is Alternatively, the following commands, for several different programming languages, will print my email address. Python
s = 'n.g.h.i.e.m (at) s.e.a.s (dot) u.p.e.n.n (dot) e.d.u' s.replace('.','').replace('(at)','@').replace('(dot)','.').replace(' ','') Matlab
s = 'n.g.h.i.e.m (at) s.e.a.s (dot) u.p.e.n.n (dot) e.d.u'; strrep(strrep(strrep(strrep(s,'.',''),'(at)','@'),'(dot)','.'),' ', '') |