-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
64 lines (64 loc) · 2.59 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<title>Nathan W. Wissner Resume</title>
</head>
<body>
<header>
<h1>Nathan W. Wissner</h1>
<ul>
<p>B.A. Computer Science, Physics Minor</p>
<p1>5794 Westshore Dr.</p1><br></br>
<p2>New Port Richey, FL 34652</p2><br></br>
<p3>(321)-274-7407</p3><br></br>
</ul>
</header>
<div>
<h2>Engineering and Entrepreneurial Experience</h2>
<p4>Principles and Practices of Software Engineering, Skidmore College
<ul>
<li>Coordinated with a team of Computer Science undergraduates to create
a Scrabble Type game software utilizing Scrum methodology.
</li>
<li>Headed Design of the Front-End group, managing graphic user interface
maintenance and briding of future functions to interface.
</li>
</ul>
</p4>
<p5>Medical Robotics Research Intern, University of Central Florida
<ul>
<li>Supported Dr. Sang Eun-Song in researching the Da'Vinci laparascopic Surgical device.</li>
<li>Conducted testimonials with experienced surgeons at the VAMC.</li>
<li>Prototyped CAD models of laparascopic surgery ports.</li>
</ul>
</p5>
<p6>Founder and Director of Skidmore Makerspace, Skidmore College
<ul>
<li>Volunteered with team of professors and students to create an official college Makerspace.</li>
<li>Recieved and maintained a $10,000 budget to create an inventory of various extra-curricular tools and supplies.</li>
<li>Directed the 3D printing facility, assembling 3D printers and creating user guides.</li>
</ul>
</p6>
</div>
<div2>
<h4>Co-Curricular Expereience</h4>
<ul>
<li>Designer: Element Fashion Club</li>
<li>Vice President: DJ Club</li>
<li>Member: Physics Club</li>
</ul>
</div2>
<div3>
<h4>Skills</h4>
<ul>
<li>Java</li>
<li>RobotC</li>
<li>Arduino</li>
<li>Soldering</li>
<li>Drawing</li>
<li>CAD</li>
</ul>
</div3>
</body>
</html>