JosephTraversyResume
no image
JosephTraversyResume

Joseph Traversy
------------ • ------------ • ------------/joetrav12

EDUCATION
University of Rochester Rochester, NY
Bachelor of Science in Computer Science May 2019
• Concentration in Artificial Intelligence
• GPA 3.21 out of 4.0
• Dean’s List (Fall ’15, Spring ’16, Spring ‘18)
• Sigma Chi – Awards Chair
• Men’s Club Hockey – Member
• Men’s Club Lacrosse - Member
• Men’s Club Basketball – Member

Cambridge Rindge & Latin School Cambridge, MA
June 2015
• National Honor Society
• Twelve seasons of athletics: hockey, soccer, baseball, and lacrosse. Captain of varsity hockey team. Captain of junior varsity soccer team

SKILLS
• Proficient in Java, C, Python, HTML/CSS and JavaScript

WORK EXPERIENCE
University of Rochester Rochester, NY
Undergraduate Teaching Assistant 2016 - 2019
Headed computer science labs and helped students with their assignments.

Charles River Canoe & Kayak Cambridge, MA
Dockhand 2016-2018
Helped customers on the dock in and out of boats and demonstrated basic paddling technique.

COURSEWORK AND PROJECTS
Selected Courses: Mobile App Development, Design and Analysis of Efficient Algorithms, Computer Organization, Artificial Intelligence, Computational and Formal Systems

Selected Projects:
Bayesian Network, 2017
• Coded in Java
• Takes text files as inputs
• Creates a Bayesian Network and an inference based on inputs

Relational Database, 2016
• Coded in C
• Compiles 5 relations into a relational database
• Answers queries
• Implements relational algebra

Postfix to Infix Calculator, 2016
• Coded in Java
• Converts a postfix expression to infix and evaluates it
• Implements shunting-yard algorithm