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 my bio page
or my CV ContactOffice AddressLevine 558 n.g.h.i.e.m (at) s.e.a.s (dot) u.p.e.n.n (dot) e.d.u Alternatively, if you know the Python programming language or have a Python interpreter at hand, you may get my email address by executing the following commands (in your brain or in a real interpreter): My email address via 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(' ','') |