-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
68 lines (67 loc) · 3.58 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
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<link rel="stylesheet" type="text/css" href="master.css" />
<title>Resume for Colin Hamilton</title>
</head>
<body>
<div id="toolbar"><a href="index.html">Home</a> <a href="resume.html">Resume</a> <a href="bio.html">Biography</a></div>
<h1>Colin B Hamilton</h1>
<ul class="nostyle">
<li>
<h2>Education:</h2>
<p>Tufts University Class of 2016, Bachelor of Arts in Computer Science, Minor in Mathematics</p>
<p><span class="label">GPA</span>: 3.90</p>
</li>
<li>
<h2>Honors:</h2>
<p>Valedictorian of Harwich High School Class of 2012</p>
<p>Tufts University Dean's List, 4/4 Semesters</p>
</li>
<li>
<h2>Relevent Coursework: </h2>
<table id="coursework">
<tr>
<td>Machine Structure & Programming</td>
<td>Operating Systems</td>
<td>Discrete Mathematics</td>
<td>Calculus</td>
</tr><tr>
<td>Web Programming</td>
<td>Algorithms</td>
<td>Linear Algebra</td>
<td>Physics</td>
</tr><tr>
<td>Programming Languages</td>
<td>Data Structures</td>
<td>Abstract Algebra</td>
<td></td>
</tr>
</table>
</li>
<li>
<h2>Skills:</h2>
<p>Programming Languages: C++, C, PHP, Javascript, Java, Bash, HTML, CSS</p>
</li>
<li>
<h2>Professional Experience:</h2>
<p class="leftalign label">Tufts University Department of Computer Science</p><p class="rightalign label">Medford, MA</p><br /><p class="leftalign aside">Teaching Assistant</p> <p class="rightalign aside">September 2013-present</p>
<ul class="accomplishments">
<li>Lead labs of 20-25 students, explaining essential programming concepts</li>
<li>Assist students individually and in groups, and answer questions in office hours, during labs, and online</li>
<li>Organize groups of teaching assistants in evaluating 250 students' assignments and projects</li>
</ul>
<p class="leftalign label">Eastward Ho! Country Club</p><p class="rightalign label">Chatham, MA</p><br /><p class="leftalign aside">Assistant Merchandizing Manager</p><p class="rightalign aside">May-August 2014</p><br /><p class="leftalign aside">Assistant Director of Outside Operations</p> <p class="rightalign aside">May-September, 2011-2014</p><br /><p class="leftalign aside">Bag Room Employee and Junior Golf Instructor</p><p class="rightalign aside">May-September, 2008-2011</p>
<ul class="accomplishments">
<li>Responsible for sale and presentation of merchandise in a retail Golf Shop that had gross sales of over $350,000</li>
<li>Compiled data on sales and frequency of play to help determine the most efficient use of time and resources</li>
<li>Developed more efficient systems for the organization and management of facility space</li>
<li>Collaborated on junior clinic planning, teaching golf basics to 200 children</li>
<li>Worked with professional staff to organize and run tournaments and clinics</li>
</ul>
</li>
</ul>
</body>
</html>