Fengwei Zhang. Research Interest. Education. Employment History

Size: px
Start display at page:

Download "Fengwei Zhang. Research Interest. Education. Employment History"

Transcription

1 Fengwei Zhang Wayne State University 5057 Woodward Avenue, Suite 3010 Detroit, Michigan Research Interest My primary research interests are in the areas of systems security, with a focus on trustworthy execution, memory introspection, system integrity checking, and transparent malware debugging. Education 08/ /2015 Ph.D. in Computer Science, George Mason University, Department of Computer Science, Volgenau School of Engineering, Fairfax, VA, USA. Thesis: Using Hardware Isolated Execution Environments for Securing Systems Advisor: Prof. Angelos Stavrou 08/ /2010 M.S. in Computer Science, Columbia University, Department of Computer Science, Fu Foundation School of Engineering and Applied Science, New York, NY, USA. Computer Security Track Advisor: Prof. Salvatore J. Stolfo 08/ /2008 B.S. in Computer Science, Southern Polytechnic State University, Department of Computer Science,School of Computing and Software Engineering, Marietta, GA, USA. 2+2 Dual Bachelor Program Honor Thesis: Information Security Metrics Advisor: Prof. Andy Ju An Wang 09/ /2008 B.S. in Computer Science, North China University of Technology, Department of Computer Science, College of Information Engineering, Beijing, China. 2+2 Dual Bachelor Program 08/2015 present Employment History Assistant Professor, Department of Computer Science, Wayne State University, Detroit, Michigan, USA. 01/ /2015 Research Assistant, Center for Assurance Research & Engineering, George Mason University, Fairfax, VA, USA. 08/ /2014 Research Assistant, Center for Secure Information Systems, George Mason University, Fairfax, VA, USA. 05/ /2011 Research Intern, Advanced Technology Center, Microsoft Corporation, Beijing, China. 08/ /2011 Teaching Assistant, Department of Computer Science, George Mason University, Fairfax, VA, USA. 01/ /2010 Software Engineer Intern, Talkmi, New York, NY, USA. 1/6

2 Publications Patents 62/170,155 Fengwei Zhang, Kevin Leach, Angelos Stavrou, and Haining Wang. Using Hardware Features for Increased Debugging Transparency. Filed on June 03, 2015, Under U.S. Patent Application Number 62/170,155. TDSC 14 ACSAC 15 CSCloud 15 S&P 15 AsiaCCS 15 ESORICS 14 DSN 13 Refereed Journal Articles Fengwei Zhang, Jiang Wang, Kun Sun, and Angelos Stavrou. HyperCheck: A Hardware-Assisted Integrity Monitor. In IEEE Transactions on Dependable and Secure Computing, Vol.11, No.4, pp , July-August Refereed Conference Proceedings Bing Chang, Zhan Wang, Bo Chen, and Fengwei Zhang. MobiPluto: File System Friendly Deniable Storage for Mobile Devices. To appear in Proceedings of The 2015 Annual Computer Security Applications Conference (ACSAC 15), Los Angeles, CA, December [Acceptance rate: 24%] Dan Fleck, Sharath Hiremagalore, Stephen Reese, Liam McGhee, and Fengwei Zhang. Class-Chord: Efficient Messages to Classes of Nodes in Chord. To appear in Proceedings of The 2nd IEEE International Conference on Cyber Security and Cloud Computing (CSCloud 15), New York, NY, November Fengwei Zhang, Kevin Leach, Angelos Stavrou, Haining Wang, and Kun Sun. Using Hardware Features for Increased Debugging Transparency. In Proceedings of The 36th IEEE Symposium on Security and Privacy, San Jose, CA, May [Acceptance rate: 13%] Fengwei Zhang, Kevin Leach, Haining Wang, and Angelos Stavrou. TrustLogin: Securing Password-Login on Commodity Operating Systems. In Proceedings of The 10th ACM Symposium on Information, Computer and Communications Security, Singapore, April [Full paper acceptance rate: 18%] Fengwei Zhang, Haining Wang, Kevin Leach, and Angelos Stavrou. A Framework to Secure Peripherals at Runtime. In Proceedings of The 19th European Symposium on Research in Computer Security, Wroclaw, Poland, September [Acceptance rate: 24.79%] Fengwei Zhang. IOCheck: A Framework to Enhance the Security of I/O Devices at Runtime. In Proceedings of The 43rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks, Budapest, Hungary, June [Student Paper] DSN 13 Fengwei Zhang, Kevin Leach, Kun Sun, and Angelos Stavrou. SPECTRE: A Dependable Introspection Framework via System Management Mode. In Proceedings of The 43rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks, Budapest, Hungary, June [Acceptance rate: 22%] NDSS 12 Kun Sun, Jiang Wang, Fengwei Zhang, and Angelos Stavrou. SecureSwitch: BIOS-Assisted Isolation and Switch between Trusted and Untrusted Commodity OSes. In Proceedings of The 19th Annual Network & Distributed System Security Symposium, San Diego, CA, February [Acceptance rate: 18%] 2/6

3 IIC 07 SADFE 11 CSIIRW 08 Andy Ju An Wang, Min Xia, and Fengwei Zhang. Metrics for Information Security Vulnerabilities. In Proceedings of Intellectbase International Consortium, Atlanta, GA, October Referred Workshop Proceedings Jiang Wang, Fengwei Zhang, Kun Sun, and Angelos Stavrou. Firmware-assisted Memory Acquisition and Analysis tools for Digital Forensic. In Proceedings of the 6th International Workshop on Systematic Approaches to Digital Forensic Engineering, In conjunction with IEEE Symposium on Security and Privacy, Oakland, CA, May Andy Ju An Wang, Fengwei Zhang, and Min Xia. Temporal Metrics for Software Vulnerabilities. In Proceedings of the 4th Annual Workshop on Cyber Security and Information Intelligence Research, Oak Ridge, TN, May Technical Reports TR 11 Kun Sun, Jiang Wang, Fengwei Zhang, and Angelos Stavrou. SecureSwitch: BIOS-Assisted Isolation and Switch between Trusted and Untrusted Commodity OSes. Technical Report GMU-CS-TR , Department of Computer Science, George Mason University, Fairfax, VA, August Research Experience Research Assistant, Center for Assurance Research & Engineering and Center for Secure Information Systems, George Mason University. Advisor: Prof. Angelos Stavrou Transparent Malware Debugging [S&P 15]: Traditional malware analysis relies on virtualization or emulation technology. However, virtual machines and emulators inevitably create artifacts in the execution environment. I developed MalT [S&P 15], a debugging framework that employs System Management Mode to transparently study armored malware. MalT reduces the attack surface at the software level, and advances state-of-the-art debugging transparency. System Integrity Checking [ESORICS 14,TDSC 14]: Ensuing code integrity is critical for securing systems. I designed and implemented IOCheck [ESORICS 14], a framework to quickly check the integrity of I/O configurations and firmware at runtime. HyperCheck [TDSC 14] is a hardware-assisted tampering detection framework, that aims to protect the code integrity of hypervisors and kernels running on commodity hardware. Secure Password-Login [AsiaCCS 15]: Login credentials are easily stolen by attackers using keyloggers. I designed and implemented TrustLogin [AsiaCCS 15], a system to securely perform login operations on commodity operating systems. It does not modify underlying applications and OS on the target system and is able to prevent rootkits and stealthy malware from stealing sensitive data at local host. 3/6

4 Summer 2011 Spring 2010 Memory Introspection [DSN 13]: Virtual Machine Introspection (VMI) systems have been widely adopted for malware detection and analysis. I designed and implemented SPECTRE [DSN 13], a dependable framework that leverages System Management Mode (SMM) to inspect the state of a system. It can detect memory attacks including heap spray, heap overflow, and rootkits. Isolated Execution Environment [NDSS 12]: Trustworthy isolated computing environments can segregate different activities to lower the risk of untrusted computing environments. I co-developed SecureSwitch [NDSS 12], a BIOS-assisted mechanism to enable secure instantiation and management of isolated computing environments, tailored to separate security-sensitive activities from untrusted ones on x86 architecture. Research Intern, Advanced Technology Center, Microsoft Corporation. Advisor: Dr. Hongjiang Zhang ARM TrustZone: Microsoft Windows 8 started to support ARM architecture, and TrustZone technology is a security extension in the ARM processor. I studied several use cases of TrustZone in Windows 8, including software license management and secured PIN entry for enhanced user authentication in mobile payments & banking. Project Assistant, Intrusion Detection System Laboratory, Columbia University. Advisor: Prof. Salvatore J. Stolfo Vulnerable Embedded Device Scan: I co-developed an efficient scan system to assess the vulnerability rate of embedded devices such as routers, switches, and printers. It first scan a target network to identify the services running in the network, and then use the default credentials to login and gain the root privilege Research Assistant (undergraduate), Information Security Research Group, Southern Polytechnic State University. Advisor: Porf. Andy Ju An Wang Security Vulnerabilities Metrics [IIC 07,CSIIRW 08]: Metrics are important to information security because they can be an effective tool for information security professionals to measure, control, and improve their security mechanisms. Common Vulnerability Scoring System (CVSS) is a popular tool that quantifies the severity and risk of a vulnerability. I co-analyzed several issues in CVSS and co-proposed the solutions [IIC 07,CSIIRW 08]. A prototype of the proposed solutions, CVSSWizzard, is implemented as result of this work. Fall 2015 Spring 2011 Spring 2011 Teaching Experience Instructor CSC 6991 Advanced Computer Security, Wayne State University. Teaching Assistant CS 571 Operating Systems, George Mason University. Instructor: Prof. Hakan Aydin ISA 562 Information Security Theory and Practice, George Mason University. Instructor: Prof. Ahmed Alazzawe 4/6

5 Fall 2010 CS 310 Data Structures, George Mason University. Instructor: Prof. Richard Carver TDSC ICM Professional Service Reviewer IEEE Transactions on Dependable and Secure Computing IEEE Internet Computing Magazine External Reviewer S&P IEEE Symposium on Security and Privacy, 2015 DSN IEEE/IFIP International Conference on Dependable Systems and Networks, 2013, 2015 Talks and Presentations Invited Talks July 2015 TrustLogin: Securing Password-Login on Commodity Operating Systems, Data Assurance and Communication Security Research Center, Chinese Academy of Sciences, Beijing, China. Host: Prof. Zhan Wang July 2014 May 2015 Using Isolated Execution Environments for Securing Systems, Summer Faculty Workshop, Southern Illinois University, College of Applied Sciences and Arts, Carbondale, IL. Host: Prof. Andy An Ju Wang Conference Presentations Using Hardware Features for Increased Debugging Transparency, The 36th IEEE Symposium on Security and Privacy, San Jose, California. Session Chair: Prof. Farinaz Koushanfar April 2015 TrustLogin: Securing Password-Login on Commodity Operating Systems, The 10th ACM Symposium on Information, Computer and Communications Security, Singapore. Session Chair: Prof. Yingjiu Li June 2013 June 2013 IOCheck: A Framework to Enhance the Security of I/O Devices at Runtime, The 43rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks, Budapest, Hungary. Session Chair: Prof. Yair Amir SPECTRE: A Dependable Introspection Framework via System Management Mode, The 43rd Annual IEEE/IFIP International Conference on Dependable Systems and Networks, Budapest, Hungary. Session Chair: Prof. Marco Vieira Honors and Awards April 2015 Outstanding Graduate Student Award, George Mason University, Department of Computer Science. 5/6

6 October 2014 June 2013 June 2012 May 2008 Dissertation Completion Grant, George Mason University. Grant amount: $8,000 Term of award: Spring 2015 semester Travel Grant, Trusted Infrastructure Workshop, Pennsylvania State University, University Park, PA. Travel Grant, Joint Summer Schools on Cryptography and Principles of Software Security, Pennsylvania State University, University Park, PA. Magna Cum Laude, Graduated from Southern Polytechnic State University, Marietta, GA Honors Program Member, Southern Polytechnic State University, Marietta, GA Alpha Chi Member, National College Honors Scholarship Society Dean s List, Southern Polytechnic State University, Marietta, GA. Membership Association for Computing Machinery (ACM) Institute of Electrical and Electronics Engineers (IEEE) The Advanced Computing Systems Association (USENIX) 6/6

SecureSwitch: BIOS-Assisted Isolation and Switch between Trusted and Untrusted Commodity OSes!

SecureSwitch: BIOS-Assisted Isolation and Switch between Trusted and Untrusted Commodity OSes! SecureSwitch: BIOS-Assisted Isolation and Switch between Trusted and Untrusted Commodity OSes! Kun Sun, Jiang Wang, Fengwei Zhang, Angelos Stavrou! Center for Secure Information Systems! George Mason University!

More information

Graduate Student Orientation. Meeting Agenda

Graduate Student Orientation. Meeting Agenda Graduate Student Orientation Prof. Hassan Gomaa Chair, Department of Computer Science The Volgenau School of IT & Engineering Fall 2009 http://cs.gmu.edu Meeting Agenda Rules pertaining to all programs

More information

M.S. in Computer Science 2009-2011

M.S. in Computer Science 2009-2011 Karim O. Elish Assistant Professor Department of Computer Science Indiana University-Purdue University Fort Wayne, IN 46805 kelish@purdue.edu http://people.cs.vt.edu/~kelish/ RESEARCH INTERESTS Software

More information

How To Teach Economics

How To Teach Economics YONG CHAO College of Business Phone: (626) 230-5198 University of Louisville E-mail: yongchao.usa@gmail.com Louisville, Kentucky 40292 Web: http://yongchao.us ACADEMIA APPOINTMENT 2010 ~ Present Assistant

More information

End to End Defense against Rootkits in Cloud Environment Sachin Shetty

End to End Defense against Rootkits in Cloud Environment Sachin Shetty End to End Defense against Rootkits in Cloud Environment Sachin Shetty Associate Professor Electrical and Computer Engineering Director, Cybersecurity Laboratory Tennessee State University Tennessee State

More information

Best Poster Award: International Congress on Child and Adolescent Psychiatry 2012

Best Poster Award: International Congress on Child and Adolescent Psychiatry 2012 EDUCATION Ph.D. Computer Engineering University of Southern California 1999 MS Computer Engineering University of Southern California 1994 B.S. Electrical Engineering Tehran University 1988 AWARDS & FELLOWSHIPS

More information

Graduate Student Orientation

Graduate Student Orientation Graduate Student Orientation Prof. Sanjeev Setia Chair, Department of Computer Science The Volgenau School of IT & Engineering Fall 2011 http://cs.gmu.edu Outline CS Department Overview Rules pertaining

More information

August 2013. Emory University, Atlanta, GA Double major: Sociology and Political Science December 2005

August 2013. Emory University, Atlanta, GA Double major: Sociology and Political Science December 2005 CODY W. TELEP School of Criminology and Criminal Justice Arizona State University Mail Code 4420 411 N. Central Avenue, Suite 600 Phoenix, AZ 85004 Phone: 602.496.1295 Fax: 602.496.2366 Email: cody.telep@asu.edu

More information

Dong "Michelle" Li. Phone: +1 (413) 345-1278 Email: dongl@som.umass.edu

Dong Michelle Li. Phone: +1 (413) 345-1278 Email: dongl@som.umass.edu Dong "Michelle" Li Department of Operations & Information Management Isenberg School of Management University of Massachusetts Amherst Amherst, MA 01003, USA Phone: +1 (413) 345-1278 Email: dongl@som.umass.edu

More information

Chapter 2 Addendum (More on Virtualization)

Chapter 2 Addendum (More on Virtualization) Chapter 2 Addendum (More on Virtualization) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ More on Systems Virtualization Type I (bare metal)

More information

June Zhang (Zhong-Ju Zhang)

June Zhang (Zhong-Ju Zhang) (Zhong-Ju Zhang) Carnegie Mellon University Dept. Electrical and Computer Engineering, 5000 Forbes Ave. Pittsburgh, PA 15213 Phone: 678-899-2492 E-Mail: junez@andrew.cmu.edu http://users.ece.cmu.edu/~junez

More information

PROFESSIONAL EXPERIENCE: Associate Professor of Management, Graduate School of Management, University of California, Davis, CA. July 2008 present.

PROFESSIONAL EXPERIENCE: Associate Professor of Management, Graduate School of Management, University of California, Davis, CA. July 2008 present. JOSEPH S CHEN Phone: (530) 752-7155 Graduate School of Management Fax: (530) 752-2924 University of California, Davis One Shields Avenue, 3216 Gallagher Hall e-mail: chenjs@ucdavis.edu Davis, CA 95616

More information

ELLEN E. ENGEL. Education Stanford University, Graduate School of Business, Ph.D. - Accounting, 1997.

ELLEN E. ENGEL. Education Stanford University, Graduate School of Business, Ph.D. - Accounting, 1997. ELLEN E. ENGEL University of Chicago Booth School of Business 5807 South Woodlawn Avenue Chicago, IL 60637 Office Phone: (773) 834-0966 Mobile Phone: (847) 644-2961 ellen.engel@chicagobooth.edu Academic

More information

Christian Murphy Dept. of Computer & Information Science, University of Pennsylvania 3330 Walnut Street, Philadelphia, PA 19104 cdmurphy@cis.upenn.

Christian Murphy Dept. of Computer & Information Science, University of Pennsylvania 3330 Walnut Street, Philadelphia, PA 19104 cdmurphy@cis.upenn. Education Christian Murphy Dept. of Computer & Information Science, University of Pennsylvania 3330 Walnut Street, Philadelphia, PA 19104 cdmurphy@cis.upenn.edu PhD-Computer Science, May 2010 Columbia

More information

Verfahren zur Absicherung von Apps. Dr. Ullrich Martini IHK, 4-12-2014

Verfahren zur Absicherung von Apps. Dr. Ullrich Martini IHK, 4-12-2014 Verfahren zur Absicherung von Apps Dr. Ullrich Martini IHK, 4-12-2014 Agenda Introducing G&D Problem Statement Available Security Technologies Smartcard Embedded Secure Element Virtualization Trusted Execution

More information

Frontiers in Cyber Security: Beyond the OS

Frontiers in Cyber Security: Beyond the OS 2013 DHS S&T/DoD ASD (R&E) CYBER SECURITY SBIR WORKSHOP Frontiers in Cyber Security: Beyond the OS Clear Hat Consulting, Inc. Sherri Sparks 7/23/13 Company Profile CHC was founded in 2007 by S. Sparks

More information

Virtualization Technologies (ENCS 691K Chapter 3)

Virtualization Technologies (ENCS 691K Chapter 3) Virtualization Technologies (ENCS 691K Chapter 3) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ The Key Technologies on Which Cloud Computing

More information

Xianrui Meng. MCS 138, 111 Cummington Mall Department of Computer Science Boston, MA 02215 +1 (857) 540 0460 xmeng@cs.bu.edu www.xianruimeng.

Xianrui Meng. MCS 138, 111 Cummington Mall Department of Computer Science Boston, MA 02215 +1 (857) 540 0460 xmeng@cs.bu.edu www.xianruimeng. Xianrui Meng MCS 138, 111 Cummington Mall Boston, MA 02215 +1 (857) 540 0460 xmeng@cs.bu.edu www.xianruimeng.org RESEARCH INTERESTS In my research, I investigate practical privacy-preserving solutions

More information

5/03/2014. EDUCATION 2005 Ph.D. in Computers and Information Systems

5/03/2014. EDUCATION 2005 Ph.D. in Computers and Information Systems Hila Etzion Assistant Professor of Technology and Operations Stephen M. Ross School of Business University of Michigan 701 Tappan St. Ann Arbor, MI 48109-1234 (734)-358-1854 E-mail: etzionh@umich.edu EDUCATION

More information

Curriculum Vitae -- Yuan Zhang

Curriculum Vitae -- Yuan Zhang Curriculum Vitae -- Yuan Zhang Associate Professor of Accounting Phone: 972-883-5828 Email: yuan.zhang2@utdallas.edu Homepage: www.utdallas.edu/~yxz122931/ University of Texas at Dallas Accounting SM4.431

More information

ADAM MACNEIL BATES. Areas of specialization. Current Academic Appointment. Education. Honors & Awards

ADAM MACNEIL BATES. Areas of specialization. Current Academic Appointment. Education. Honors & Awards ADAM MACNEIL BATES Ph.D. Candidate Office: E451 CSE Building Department of Computer & Information Sciences & Engineering Gainesville, FL 32653 University of Florida USA email: bates@cise.ufl.edu Phone:

More information

Michael B. Imerman. Princeton University Postdoctoral Research Associate July 2011 June 2012

Michael B. Imerman. Princeton University Postdoctoral Research Associate July 2011 June 2012 Michael B. Imerman Perella Department of Finance College of Business and Economics Lehigh University 621 Taylor Street Bethlehem, PA 18015 mbi212@lehigh.edu Office: 610-758-6380 Cell: 732-740-4693 Education

More information

Teaching in School of Electronic, Information and Electrical Engineering

Teaching in School of Electronic, Information and Electrical Engineering Introduction to Teaching in School of Electronic, Information and Electrical Engineering Shanghai Jiao Tong University Outline Organization of SEIEE Faculty Enrollments Undergraduate Programs Sample Curricula

More information

YUNTAO DONG. Assistant Professor, School of Business, University of Connecticut

YUNTAO DONG. Assistant Professor, School of Business, University of Connecticut YUNTAO DONG 2100 Hillside Road, Unit 1041 School of Business, Management Department University of Connecticut Storrs, CT 06269-1041, USA Phone: 1-860-486-1614 Fax: 1-860-486-6415 Email: yuntao.dong@business.uconn.edu

More information

CURRICULUM VITAE OF NANCY L. MARTIN, PH.D. I. PROFESSIONAL AFFILIATION AND CONTACT INFORMATION

CURRICULUM VITAE OF NANCY L. MARTIN, PH.D. I. PROFESSIONAL AFFILIATION AND CONTACT INFORMATION CURRICULUM VITAE OF NANCY L. MARTIN, PH.D. I. PROFESSIONAL AFFILIATION AND CONTACT INFORMATION A. Present University Department or Unit: Information Systems Technologies School of Information Systems and

More information

Graduate Student Orientation

Graduate Student Orientation Graduate Student Orientation Graduate Student Orientation Department of Computer Science The Volgenau School of Engineering Fall 2014 http://cs.gmu.edu Outline CS Department Overview Rules pertaining to

More information

How To Get A Job At A Major Business School

How To Get A Job At A Major Business School FENG ZHU BRI 306 USC Marshall School of Business 3670 Trousdale Parkway Los Angeles, CA 90089-0808 Tel: 213.740.8469 Fax: 213.740.3582 Email: fzhu@marshall.usc.edu http://www-bcf.usc.edu/~fzhu/ ACADEMIC

More information

Bob Boothe. Education. Research Interests. Teaching Experience

Bob Boothe. Education. Research Interests. Teaching Experience Bob Boothe Computer Science Dept. University of Southern Maine 96 Falmouth St. P.O. Box 9300 Portland, ME 04103--9300 (207) 780-4789 email: boothe@usm.maine.edu 54 Cottage Park Rd. Portland, ME 04103 (207)

More information

Uni-directional Trusted Path: Transaction Confirmation on Just One Device

Uni-directional Trusted Path: Transaction Confirmation on Just One Device Uni-directional Trusted Path: Transaction Confirmation on Just One Device Atanas Filyanov 1, Jonathan M. McCune 2, Ahmad-Reza Sadeghi 3, Marcel Winandy 1 1 Ruhr-University Bochum, Germany 2 Carnegie Mellon

More information

JINGQUAN LI, PH.D. Education

JINGQUAN LI, PH.D. Education JINGQUAN LI, PH.D. Division of Business, Arts and Science Texas A&M University-San Antonio 1450 Gillette Blvd. San Antonio, Texas 78224. USA. Phone: (210) 932-6243 Email: jli@tamusa.tamus.edu Education

More information

Graduate Student Orientation

Graduate Student Orientation Graduate Student Orientation Prof. Sanjeev Setia Chair, Department of Computer Science The Volgenau School of IT & Engineering Spring 2013 http://cs.gmu.edu Outline CS Department Overview Rules pertaining

More information

Curriculum Vitae Summary Employment University of Washington at Bothell Sept 2013 Present BBN Technologies June 2011 May 2013

Curriculum Vitae Summary Employment University of Washington at Bothell Sept 2013 Present BBN Technologies June 2011 May 2013 Brent Lagesse, Ph.D. Computing and Software Systems Box 358534 18115 Campus Way NE Bothell, WA 98011-8246 425.352.5313 lagesse@uw.edu Summary Curriculum Vitae Employment I am a professor at the University

More information

Drew P. Cingel Doctoral Candidate Department of Communication Studies School of Communication Northwestern University

Drew P. Cingel Doctoral Candidate Department of Communication Studies School of Communication Northwestern University Drew P. Cingel Doctoral Candidate Department of Communication Studies School of Communication Northwestern University Academic and Professional Experience University van Amsterdam, Amsterdam, Netherlands

More information

Valerie Hannah Part-time Lecturer College of Education California State University, Fullerton Fullerton, CA 92834 714-278-2114 vahannah@fullerton.

Valerie Hannah Part-time Lecturer College of Education California State University, Fullerton Fullerton, CA 92834 714-278-2114 vahannah@fullerton. Valerie Hannah Part-time Lecturer College of Education Fullerton, CA 92834 714-278-2114 vahannah@fullerton.edu Please check the one that applies and complete the requested information. Tenure Track faculty

More information

Curriculum Vitae. March 2012

Curriculum Vitae. March 2012 March 2012 Curriculum Vitae Lisa S. Nelson Graduate School of Public and International Affairs University of Pittsburgh 3E25 Wesley Posvar Hall Pittsburgh, Pennsylvania 15260 (412) 648-7601 (office) lsnelson@pitt.edu

More information

ANYI LIU. 125M, 2101 E. Coliseum Blvd. Tel: 1-(260)-481-5426 Indiana Univ. Purdue Univ. Fort Wayne Web: http://web.ics.purdue.

ANYI LIU. 125M, 2101 E. Coliseum Blvd. Tel: 1-(260)-481-5426 Indiana Univ. Purdue Univ. Fort Wayne Web: http://web.ics.purdue. CONTACT ANYI LIU 125M, 2101 E. Coliseum Blvd. Tel: 1-(260)-481-5426 Indiana Univ. Purdue Univ. Fort Wayne Web: http://web.ics.purdue.edu/ liu1010/ Fort Wayne, Indianan 46805 U.S.A. Email: liua@ipfw.edu

More information

Ningzhong Li. University of Chicago, Booth School of Business, Chicago, IL MBA, Ph.D. in Accounting 2009

Ningzhong Li. University of Chicago, Booth School of Business, Chicago, IL MBA, Ph.D. in Accounting 2009 Ningzhong Li Jindal School of Management University of Taxes at Dallas 800 W Campbell Road, Richardson, TX 75080 Phone: (972) 883-5822 Email: Ningzhong.Li@utdallas.edu Education University of Chicago,

More information

Storm Clouds Rising: Security Challenges for IaaS Cloud Computing

Storm Clouds Rising: Security Challenges for IaaS Cloud Computing Storm Clouds Rising: Security Challenges for IaaS Cloud Computing Brian Hay Kara Nance Matt Bishop Department of Computer Science Department of Computer Science Department of Computer Science University

More information

RESEARCH INTERESTS Modeling and Simulation, Complex Systems, Biofabrication, Bioinformatics

RESEARCH INTERESTS Modeling and Simulation, Complex Systems, Biofabrication, Bioinformatics FENG GU Assistant Professor of Computer Science College of Staten Island, City University of New York 2800 Victory Boulevard, Staten Island, NY 10314 Doctoral Faculty of Computer Science Graduate Center

More information

Dr. Lodovico Marziale Managing Partner 504ENSICS, LLC vico@504ensics.com

Dr. Lodovico Marziale Managing Partner 504ENSICS, LLC vico@504ensics.com Dr. Lodovico Marziale Managing Partner 504ENSICS, LLC vico@504ensics.com Education Ph.D. in Computer Science, University of New Orleans, 2009. Dissertation Topic: Advanced Techniques for Improving the

More information

Muhammad K. Ghanbari, Computer Science dept. Muhammad.ghanbari@aamu.edu

Muhammad K. Ghanbari, Computer Science dept. Muhammad.ghanbari@aamu.edu Name: Email: Muhammad K. Ghanbari, Computer Science dept. Muhammad.ghanbari@aamu.edu Dr. Ghanbari has more than 34 years of programming and teaching experiences in Computer Science. He has taught all courses

More information

Robert L. Bjorklund, Ph. D., Professor Woodbury University, School of Business. E-Mail: robert.bjorklund@woodbury.edu Office: 818.252.

Robert L. Bjorklund, Ph. D., Professor Woodbury University, School of Business. E-Mail: robert.bjorklund@woodbury.edu Office: 818.252. Robert L. Bjorklund, Ph. D., Professor Woodbury University, School of Business E-Mail: robert.bjorklund@woodbury.edu Office: 818.252.5262 Academic Qualifications: ACADEMIC QUALIFICATIONS AND EXPERIENCE

More information

CURRICULUM VITAE. Jesse Bull. Game Theory, Contract Theory, Law and Economics, Microeconomics

CURRICULUM VITAE. Jesse Bull. Game Theory, Contract Theory, Law and Economics, Microeconomics CURRICULUM VITAE Jesse Bull June, 2012 Associate Professor and Graduate Director Department of Economics, DM 321 Florida International University Miami, FL 33199 Tel: 305-348-3893 Email: bullj@fiu.edu

More information

Yampolskiy, Analysis of Cyber Infrastructure Authentication Failure Vulnerabilities to Inform Security Decisions

Yampolskiy, Analysis of Cyber Infrastructure Authentication Failure Vulnerabilities to Inform Security Decisions CREATE FY2016 Statement of Work Yampolskiy, Analysis of Cyber Infrastructure Authentication Failure Vulnerabilities to Inform Security Decisions In this project, we develop and apply a model for estimating

More information

Intel s Virtualization Extensions (VT-x) So you want to build a hypervisor?

Intel s Virtualization Extensions (VT-x) So you want to build a hypervisor? Intel s Virtualization Extensions (VT-x) So you want to build a hypervisor? Mr. Jacob Torrey February 26, 2014 Dartmouth College 153 Brooks Road, Rome, NY 315.336.3306 http://ainfosec.com @JacobTorrey

More information

G. Bradley Bennett, CPA, Ph.D.

G. Bradley Bennett, CPA, Ph.D. G. Bradley Bennett, CPA, Ph.D. University of Massachusetts-Amherst Isenberg School of Management 121 Presidents Drive Amherst, MA 01003 (413) 545-5660 gbbennett@isenberg.umass.edu EDUCATION Doctor of Philosophy,

More information

René F. Kizilcec. Curriculum Vitae

René F. Kizilcec. Curriculum Vitae Department of Communication Stanford University, Stanford, CA 94305 kizilcec@stanford.edu http://rene.kizilcec.com/ 650-798-4606 Education Ph.D., Communication, Stanford University, Stanford, CA, Expected

More information

Shana K. Carpenter Curriculum Vitae October, 2007

Shana K. Carpenter Curriculum Vitae October, 2007 Shana K. Carpenter Curriculum Vitae October, 2007 CONTACT INFORMATION: Phone: (858) 822-1840 University of California, San Diego Fax: (858) 534-7190 9500 Gilman Drive E-mail: scarpenter@ucsd.edu La Jolla,

More information

Thomas S. Heydt-Benjamin

Thomas S. Heydt-Benjamin Thomas S. Heydt-Benjamin Contact Information 530 E86th St #3C NYC, NY 10028, USA +1 (917) 744-7934 tomb@acm.org http://cryptocracy.net Research Interests Privacy, security, and identity management. Anonymity

More information

A Multi-layer Tree Model for Enterprise Vulnerability Management

A Multi-layer Tree Model for Enterprise Vulnerability Management A Multi-layer Tree Model for Enterprise Vulnerability Management Bin Wu Southern Polytechnic State University Marietta, GA, USA bwu@spsu.edu Andy Ju An Wang Southern Polytechnic State University Marietta,

More information

Jonathon T. Giffin. Research Interests. Education

Jonathon T. Giffin. Research Interests. Education Jonathon T. Giffin University of Wisconsin USA Office: +1 (608) 262-6625 Mobile: +1 (608) 772-3663 Fax: +1 (608) 262-9777 giffin@cs.wisc.edu http://www.cs.wisc.edu/~giffin/ Research Interests My primary

More information

Curriculum Vitae Jennifer Merluzzi

Curriculum Vitae Jennifer Merluzzi Curriculum Vitae Jennifer Merluzzi Personal Data Business Address: Office 610, GW1 A.B. Freeman School of Business Tulane University New Orleans, LA 70118-5669 Telephone: (504)-862-8006 Fax: (504)-865-6751

More information

Best Paper Award, Hawaii International Conference on System Sciences, HICSS-36 (2003)

Best Paper Award, Hawaii International Conference on System Sciences, HICSS-36 (2003) Curriculum Vitae EDUCATION Monica N. Nicolescu Assistant Professor Department of Computer Science University of Nevada, Reno monica@cs.unr.edu http://www.cs.unr.edu/ monica June 1998 - May 2003: University

More information

ANANDHI S. BHARADWAJ

ANANDHI S. BHARADWAJ ANANDHI S. BHARADWAJ Office Home Goizueta Business School 1578 Crestline Drive Emory University Atlanta, GA 30345 Phone: (404) 727-1184 (404) 634-2807 Email: Anandhi_Bharadwaj@BUS.EMORY.EDU Academic 2002-1995

More information

9700 South Cass Avenue, Lemont, IL 60439 URL: www.mcs.anl.gov/ fulin

9700 South Cass Avenue, Lemont, IL 60439 URL: www.mcs.anl.gov/ fulin Fu Lin Contact information Education Work experience Research interests Mathematics and Computer Science Division Phone: (630) 252-0973 Argonne National Laboratory E-mail: fulin@mcs.anl.gov 9700 South

More information

Z. JANE GU EMPLOYMENT

Z. JANE GU EMPLOYMENT Z. JANE GU Marketing Department University of Connecticut 2100 Hillside Road, UNIT 1041 Storrs, CT, 06269 Jane.Gu@business.uconn.edu Office: (860) 486-0493 EMPLOYMENT Assistant Professor of Marketing,

More information

Doctor of Philosophy in Clinical Psychology Master of Science in Clinical Psychology Bachelor of Arts Graduate Research Assistant/Lab Manager

Doctor of Philosophy in Clinical Psychology Master of Science in Clinical Psychology Bachelor of Arts Graduate Research Assistant/Lab Manager Crystal C. McIndoo School Address University of Tennessee, Knoxville 307 Austin Peay Building, 310-E Knoxville, TN 37996-0900 Education Doctor of Philosophy in Clinical Psychology, August 2010-present

More information

University of California, Los Angeles PhD Candidate, Critical Studies, Department of Architecture and Urban Design Expected Completion, 2015

University of California, Los Angeles PhD Candidate, Critical Studies, Department of Architecture and Urban Design Expected Completion, 2015 Whitney Moon RA, Assistant Professor EDUCATION 2007-present University PhD Candidate, Critical Studies, Department of Architecture and Urban Design Expected Completion, 2015 Dissertation: The Architectural

More information

Curriculum Vitae RESEARCH INTERESTS EDUCATION. SELECTED PUBLICATION Journal. Current Employment: (August, 2012 )

Curriculum Vitae RESEARCH INTERESTS EDUCATION. SELECTED PUBLICATION Journal. Current Employment: (August, 2012 ) Curriculum Vitae Michael Tu Current Employment: (August, 2012 ) Assistant Professor Department of Computer Information Technology and Graphics School of Technology Purdue University Calumet Email: manghui.tu@purduecal.edu

More information

AVIGAIL SACHS 222 E. Oklahoma Ave Knoxville, TN 37917 avigail@alum.mit.edu

AVIGAIL SACHS 222 E. Oklahoma Ave Knoxville, TN 37917 avigail@alum.mit.edu AVIGAIL SACHS 222 E. Oklahoma Ave Knoxville, TN 37917 avigail@alum.mit.edu EDUCATION 2009 Doctor of Philosophy in Architecture College of Environmental Design, University of California, Berkeley Research

More information

Bradley, A. (2013). [Book Review: Will Our Children Have Faith by John Westerhoff II]. Journal of Education and Christian Belief. Vol 17, edition 1.

Bradley, A. (2013). [Book Review: Will Our Children Have Faith by John Westerhoff II]. Journal of Education and Christian Belief. Vol 17, edition 1. Faculty Vitae ANN PALMER BRADLEY Department of Teacher Education Associate Professor Orange County Regional Center 1915 Orangewood Avenue, Suite 100 Orange, CA 92868 626.857.2254 apbradley@apu.edu EDUCATION

More information

ADAM L. DOUPÉ. University of California, Santa Barbara. Advisor: Giovanni Vigna Topic: Black-Box Web Vulnerability Scanners

ADAM L. DOUPÉ. University of California, Santa Barbara. Advisor: Giovanni Vigna Topic: Black-Box Web Vulnerability Scanners ADAM L. DOUPÉ P.O. Box 878809 Tempe, AZ 85287-8809 doupe@asu.edu 480-727-5471 EDUCATION 2010 2014 PhD in Computer Science University of California, Santa Barbara Advisor: Giovanni Vigna and Christopher

More information

Towards a Secure and Efficient System for End-to-End Provenance

Towards a Secure and Efficient System for End-to-End Provenance Towards a Secure and Efficient System for End-to-End Provenance Patrick McDaniel, Kevin Butler, Stephen McLaughlin Penn State University Erez Zadok, Radu Sion, Stony Brook University Marianne Winslett,

More information

Adina Crainiceanu. Ph.D. in Computer Science, Cornell University, Ithaca, NY May 2006 Thesis Title: Answering Complex Queries in Peer-to-Peer Systems

Adina Crainiceanu. Ph.D. in Computer Science, Cornell University, Ithaca, NY May 2006 Thesis Title: Answering Complex Queries in Peer-to-Peer Systems Adina Crainiceanu Associate Professor Department of Computer Science United States Naval Academy 572M Holloway Road, Stop 9F Annapolis, MD 21402 http://www.usna.edu/users/cs/adina Email: adina@usna.edu

More information

MADISON NGAFEESON, Ph.D.

MADISON NGAFEESON, Ph.D. EDUCATION MADISON NGAFEESON, Ph.D. Walker L. Cisler College of Business 1401 Presque Isle Avenue, Marquette, MI 49855 Telephone: (906) 227 2699 MNGAFEES@NMU.EDU Ph.D., University of Texas-Pan American,

More information

WEI CHEN. IT-enabled Innovation, Online Community, Open-Source Software, Startup Angel Funding, Interactive Marketing, SaaS Model

WEI CHEN. IT-enabled Innovation, Online Community, Open-Source Software, Startup Angel Funding, Interactive Marketing, SaaS Model WEI CHEN Rady School of Management University of California, San Diego 9500 Gilman Drive, MC 0553 La Jolla, CA 92093-0553 +1(858)337-5951 +1(858)534-0862 wei.chen@rady.ucsd.edu www.mrweichen.info RESEARCH

More information

DOMAIN EXPERTISE METHODOLOGY SKILLS

DOMAIN EXPERTISE METHODOLOGY SKILLS Xixi Li Assistant Professor Department of Management Science and Engineering Tsinghua University Beijing China 100086 EDUCATION Ph.D., Department of Management & Marketing, Faculty of Business Aug 2006

More information

EDUCATION: EXPERIENCE: Ph.D. Iowa State University, Fall 1998 Fields: Public Economics, Environmental Economics, Microeconomic Theory

EDUCATION: EXPERIENCE: Ph.D. Iowa State University, Fall 1998 Fields: Public Economics, Environmental Economics, Microeconomic Theory Kevin Siqueira University of Texas at Dallas School of Economic, Political and Policy Sciences 800 W Campbell Rd, GR 31 Richardson, TX 75080-3021 (972) 883-6480 siqueira@utdallas.edu EDUCATION: Ph.D. Iowa

More information

North Georgia College and State University, Mike Cottrell College (School) of Business

North Georgia College and State University, Mike Cottrell College (School) of Business Russell W. Teasley Ph.D. Associate Professor Management and International Business Mike Cottrell School of Business University of North Georgia, Dahlonega GA 30597 Email: rteasley@ung.edu Education University

More information

Assistant Professor Boca Raton, FL 33431 Exercise Science & Health Promotion Office: (561) 297-4659

Assistant Professor Boca Raton, FL 33431 Exercise Science & Health Promotion Office: (561) 297-4659 Elise K Eifert, PhD(c), CHES 777 Glades Rd. Assistant Professor Boca Raton, FL 33431 Exercise Science & Health Promotion Office: (561) 297-4659 Florida Atlantic University Email: eeifert@fau.edu PROFESSIONAL

More information

Research Publications and Submissions

Research Publications and Submissions Richard P. Will, Ph.D. University of South Florida College of Business Administration Information Systems and Decision Sciences 4202 E Fowler Ave., CIS1040 Tampa, FL 33620 rwill@coba.usf.edu Education

More information

CURRICULUM VITAE Herbert L. Dershem

CURRICULUM VITAE Herbert L. Dershem CURRICULUM VITAE Visiting Professor of Computer Science United States Air Force Academy USAF Academy, CO 80840 Phone: (719) 472-3590 Education: B.S. University of Dayton, 1965 M.S. (Computer Science) Purdue

More information

Survey on virtual machine security

Survey on virtual machine security Survey on virtual machine security Bright Prabahar P Post Graduate Scholar Karunya university Bijolin Edwin E Assistant professor Karunya university Abstract Virtualization takes a major role in cloud

More information

Gender, crime, and victimization; social inequalities; intersectionality; fear of crime; campus crime; mixed methods research

Gender, crime, and victimization; social inequalities; intersectionality; fear of crime; campus crime; mixed methods research Rutgers University School of Criminal Justice 123 Washington Street Newark, New Jersey 07102 EDUCATION Ph.D. in Criminal Justice Rutgers University, Newark, NJ August 2012 present M.A. in Sociology May

More information

Virtualization System Security

Virtualization System Security Virtualization System Security Bryan Williams, IBM X-Force Advanced Research Tom Cross, Manager, IBM X-Force Security Strategy 2009 IBM Corporation Overview Vulnerability disclosure analysis Vulnerability

More information

Jeffery L. Guyse. L. Robin Keller (Chair), R. Duncan Luce and Imran Currim. Decision Analysis and Decision Support Systems Behavioral Decision Making

Jeffery L. Guyse. L. Robin Keller (Chair), R. Duncan Luce and Imran Currim. Decision Analysis and Decision Support Systems Behavioral Decision Making Jeffery L. Guyse Technology and Operations Management College of Business Administration California State Polytechnic University, Pomona Pomona, CA 91768 Office: (909) 869-5357 E-mail: JLGuyse@csupomona.edu

More information

PhD Student Temple University, Finance, August 2014 to Present. MA Renmin University of China, International Trade, July 2004

PhD Student Temple University, Finance, August 2014 to Present. MA Renmin University of China, International Trade, July 2004 WEI GAO CURRICULUM VITAE, AUGUST 2014 PhD Student Department of Finance Temple University 1801 Liacouras Walk Philadelphia, PA 19122-6083 Phone (office): 215-204-7676 Fax: 215-204-5698 E-mail: tuf76519@temple.edu

More information

Angela Overton. Georgia State University Atlanta, GA 30303 aoverton@gsu.edu. Curriculum Vitae

Angela Overton. Georgia State University Atlanta, GA 30303 aoverton@gsu.edu. Curriculum Vitae Angela Overton Department of Criminal Justice and Criminology Georgia State University Atlanta, GA 30303 aoverton@gsu.edu Curriculum Vitae Education Doctor of Philosophy, Criminology and Criminal Justice

More information

WENDY L. FRASER, PhD 9628 Regency Loop SE Olympia, Washington 98513 360-556-6056 WendyFraser@comcast.net Curriculum Vita

WENDY L. FRASER, PhD 9628 Regency Loop SE Olympia, Washington 98513 360-556-6056 WendyFraser@comcast.net Curriculum Vita WENDY L. FRASER, PhD 9628 Regency Loop SE Olympia, Washington 98513 360-556-6056 WendyFraser@comcast.net Curriculum Vita PROFESSIONAL STRENGTH Growing people and organizations; enhancing interpersonal

More information

Lei (Edward) Gao. Phone (C): (517)303-3672 Email: gaolei@terry.uga.edu Website: http://gaolei.myweb.uga.edu

Lei (Edward) Gao. Phone (C): (517)303-3672 Email: gaolei@terry.uga.edu Website: http://gaolei.myweb.uga.edu Lei (Edward) Gao The University of Georgia Address:, Phone (C): (517)303-3672 Email: gaolei@terry.uga.edu Website: http://gaolei.myweb.uga.edu EDUCATION Ph.D. in Finance, University of Georgia, Athens,

More information

Haiyi ZHU Curriculum Vitae

Haiyi ZHU Curriculum Vitae Haiyi ZHU ( ) Contact Department of Computer Science & Engineering University of Minnesota, Twin Cities 200 Union Street S.E. Minneapolis, MN 55455 Phone: 412-799-3769 Email: Website: http://haiyizhu.com

More information

Curriculum Vitae: Gideon Mazambani

Curriculum Vitae: Gideon Mazambani Contact: Curriculum Vitae: Gideon Mazambani Gideon Mazambani 801 Culver Street #109E Commerce, TX 75428 Email: gmazambani@yahoo.com Cell: 903-413-7557 Citizenship: Zimbabwean Education: 2011-Present (Expected

More information

LI XU December, 2012 E-mail address: lixu@tricity.wsu.edu Contact Phone: 443-617-4496

LI XU December, 2012 E-mail address: lixu@tricity.wsu.edu Contact Phone: 443-617-4496 LI XU December, 2012 E-mail address: lixu@tricity.wsu.edu Contact Phone: 443-617-4496 EDUCATION Duke University, Ph.D. in Business Administration, Durham, NC Dec, 2006 Advisor: Jennifer Francis Suffolk

More information

Software Defined Cloud Security Architectures

Software Defined Cloud Security Architectures Software Defined Cloud Security Architectures Roy Campbell October 8 th 2014, AFRL, Rome, NY Towards Assured Clouds: Our Approach Concerns Software Defined Networks Virtual Machines and Virtualization

More information

Diane Byrd 3138 Wedgewood Drive Macon, Ga. 31211 dtbyrd@uga.edu

Diane Byrd 3138 Wedgewood Drive Macon, Ga. 31211 dtbyrd@uga.edu Curriculum Vitae Diane Byrd 3138 Wedgewood Drive Macon, Ga. 31211 dtbyrd@uga.edu 1. Earned Degrees 2002-2006: PhD University of Georgia, Athens, Georgia ; GPA 3.8 Department of, Life-Span Developmental

More information

Dissertation title: Boards as strategy makers: The antecedents and consequences of board involvement in strategic decision making

Dissertation title: Boards as strategy makers: The antecedents and consequences of board involvement in strategic decision making KAREN FORD-EICKHOFF ACADEMIC QUALIFICATIONS EDUCATION: Ph.D., Business Administration: Organizations and Strategy, August 2012 The University of Tennessee, Knoxville GPA 3.93 out of 4.0 Dissertation title:

More information

SARAH E. IGO. Department of History 2302 Spruce Street #2

SARAH E. IGO. Department of History 2302 Spruce Street #2 SARAH E. IGO Department of History 2302 Spruce Street #2 College Hall 208 Philadelphia, PA 19103 University of Pennsylvania 215-790-9283 Philadelphia, PA 19104 sarahigo@sas.upenn.edu 215-898-5125 E M P

More information

Jacqueline Amber Scherer, M.A.

Jacqueline Amber Scherer, M.A. Jacqueline Amber Scherer, M.A. Education Doctorate of Philosophy in Criminology, Law, and Society George Mason University, Fairfax, VA Fall 2013 Present (Expected 2018) Masters of Arts, Forensic Psychology

More information

DAVID KEITH JONES. December 10, 1962; Santa Monica, CA. Marital Status: Married to Marjorie Kathleen Smith: October 6, 2002

DAVID KEITH JONES. December 10, 1962; Santa Monica, CA. Marital Status: Married to Marjorie Kathleen Smith: October 6, 2002 1 DAVID KEITH JONES September, 2006 Office Address: Home Address: Phone: Department of Psychology 3900 Tropical Lane Columbia, MO 65202 (573) 592-6118 (Office) (573) 256-1066 (Home) Fax: (573) 592-5206

More information

Todd D. Kravet. University of Washington, Foster School of Business Ph.D. in Accounting, August 2009 M.S. in Business Administration, June 2008

Todd D. Kravet. University of Washington, Foster School of Business Ph.D. in Accounting, August 2009 M.S. in Business Administration, June 2008 August, 2015 Todd D. Kravet School of Business University of Connecticut 2100 Hillside Road, Unit 1041a Storrs, CT 06269-1041 Office: (860) 486-1361 Email: tkravet@business.uconn.edu EDUCATION University

More information

Information Security Attack Tree Modeling for Enhancing Student Learning

Information Security Attack Tree Modeling for Enhancing Student Learning Information Security Attack Tree Modeling for Enhancing Student Learning Jidé B. Odubiyi, Computer Science Department Bowie State University, Bowie, MD and Casey W. O Brien, Network Technology Department

More information

Online Remote Data Backup for iscsi-based Storage Systems

Online Remote Data Backup for iscsi-based Storage Systems Online Remote Data Backup for iscsi-based Storage Systems Dan Zhou, Li Ou, Xubin (Ben) He Department of Electrical and Computer Engineering Tennessee Technological University Cookeville, TN 38505, USA

More information

LI XU, PhD, CFE January, 2015 E-mail address: li.xu@tricity.wsu.edu Contact Phone: 443-617-4496

LI XU, PhD, CFE January, 2015 E-mail address: li.xu@tricity.wsu.edu Contact Phone: 443-617-4496 LI XU, PhD, CFE January, 2015 E-mail address: li.xu@tricity.wsu.edu Contact Phone: 443-617-4496 EDUCATION Duke University, Ph.D. in Accounting, Durham, NC Dec, 2006 Advisor: Jennifer Francis Suffolk University,

More information

Xiaopeng (Paul) Wang Assistant professor. University of South Florida St. Petersburg 140 7 th Avenue South, FCT 204 St. Petersburg, FL 33710

Xiaopeng (Paul) Wang Assistant professor. University of South Florida St. Petersburg 140 7 th Avenue South, FCT 204 St. Petersburg, FL 33710 Xiaopeng (Paul) Wang Assistant professor University of South Florida St. Petersburg 140 7 th Avenue South, FCT 204 St. Petersburg, FL 33710 wang (at) stpt (dot) usf (dot) edu 1.727.873.4856 http://www.stpt.usf.edu/wang/

More information

Assistant Professor, Department of Landscape Architecture and Urban Planning, Texas A&M University, August 2012 present.

Assistant Professor, Department of Landscape Architecture and Urban Planning, Texas A&M University, August 2012 present. Wei LI Assistant Professor, Department of Landscape Architecture and Urban Planning, Texas A&M University, Langford A336, 3137 TAMU, College Station, TX 77843-3137 Phone: (979) 845-2608; E-mail: wli@tamu.edu

More information

EDUCATION. PhD. in Social Work Major: Social Policy Analysis Minor: Political Science. Master of Social Work Major: Direct Practice

EDUCATION. PhD. in Social Work Major: Social Policy Analysis Minor: Political Science. Master of Social Work Major: Direct Practice Bruce Dalton Department of Social Work East Tennessee State University Box 70645 Johnson City, Tennessee 37614-1702 RÉSUMÉ EDUCATION October 1995 December 1988 April 1982 Rutgers University PhD. in Social

More information

JUN YU School of Business Emporia State University Phone: (620) 341-5784 Email: jyu@emporia.edu

JUN YU School of Business Emporia State University Phone: (620) 341-5784 Email: jyu@emporia.edu JUN YU School of Business Emporia State University Phone: (620) 341-5784 Email: jyu@emporia.edu Updated July, 2011 EDUCATION Ph.D. in Marketing 2002 University of Texas at Dallas, Richardson, Texas M.B.A.

More information

Meg Elizabeth Rithmire Morgan Hall 262, Soldiers Field Boston MA 02163 617 495 1097 mrithmire@hbs.edu

Meg Elizabeth Rithmire Morgan Hall 262, Soldiers Field Boston MA 02163 617 495 1097 mrithmire@hbs.edu Meg Elizabeth Rithmire Morgan Hall 262, Soldiers Field Boston MA 02163 617 495 1097 mrithmire@hbs.edu EDUCATION 2011 Ph.D., Government, Harvard University Thesis: The Political Economy of Spatial Change

More information

CSE543 Computer and Network Security Module: Cloud Computing

CSE543 Computer and Network Security Module: Cloud Computing CSE543 Computer and Network Security Module: Computing Professor Trent Jaeger 1 Computing Is Here Systems and Internet Infrastructure Security (SIIS) Laboratory 2 Computing Is Here Systems and Internet

More information

Karthik Ramachandran

Karthik Ramachandran Karthik Ramachandran Associate Professor Operations Management Scheller College of Business Georgia Institute of Technology 800 West Peachtree NW Atlanta, GA - 30308 Office: 4423; (404) 894-8631 karthik.ramachandran@scheller.gatech.edu

More information