-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
140 lines (99 loc) · 3.68 KB
/
resume.html
File metadata and controls
140 lines (99 loc) · 3.68 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Resume Duvall</title>
<link rel="stylesheet" href="index.css" type="text/css" />
<link rel= "stylesheet" href="bio.css" type="text/css" />
<link rel="stylesheet" href="resume.css" type="text/css" />
</head>
<body>
<h1>
Raewyn Duvall Resume
</h1>
<hr>
<h2> Objective </h2>
<div class="col2"> <p>
Combine math and computer science skills in a professional setting.
</p> </div>
<h2> Work Experience </h2>
<div class="col1"> <p>
01/2013 - <br>12/2013
</p> </div>
<div class="col2">
<p> Tufts Computer Science Department, Medford, MA<br>
<span class="italic">Teaching Assistant for Discrete Mathematics</span><br>
Grade homework and exams, hold office hours for 60-90 students.</p>
</div>
<div class="break"><br></div>
<div class="col1"> <p>
06/2013 - <br>07/2013
</p> </div>
<div class="col2">
<p> Digital Media Academy, Harvard University, Cambridge, MA <br>
<span class="italic">Instructor and Teaching Assistant </span><br>
Taught classes from 3-30 students of ages 9-17 Java, Game Design and Movie Design. </p>
</div>
<div class="break"><br></div>
<div class="col1"> <p>
06/2006 - <br>06/2012
</p> </div>
<div class="col2">
<p> Creative Discovery Museum, Chattanooga, TN <br>
<span class="italic">Volunteer Level 3</span><br>
Worked around 33 hours a week during the summer, 4 hourse a week during school year. <br>Managed other volunteers, administrative work, among numerous other responsibilities. </p>
</div>
<div class="break"><br></div>
<div class="col1"> <p>
07/2011 - <br>08/2011
</p> </div>
<div class="col2">
<p> Creative Discovery Museum, Chattanooga, TN <br>
<span class="italic">Visitor Services Associate</span><br>
Worked 20 hours a week at the local children's museum as cashier, cook, and waitress. </p>
</div>
<div class="break"><br></div>
<h2> Education </h2>
<div class="break"><br></div>
<div class="col1"><p>
09/2012 - <br> Present
</p> </div>
<div class="col2">
<p> Tufts University, School of Engineering, Medford, MA <br>
<span class="italic">Computer Science GPA: 3.14</span></p>
<p> Have taken: Usability Engineering, Computer Automated Design, Descrete Math, General Physics 1 with calculus, Calculus III, Number Theory, Data Structures, General PHysics II with calculus, Linear Algebra, Phychology 101, Mechanical Structure and Assembly Language Programming, Intro to Electrical Engineering, Chemistry 1, Creative Writing Fiction </p>
<p> Taking: Web Programming, Algorithms, Computation Theory, Intro to Digital Logic Circuits, Probability and Statistics </p>
<p> Dean's List: Fall 2013 </p>
</div>
<div class="break"><br></div>
<div class="col1"><p>
06/2011 - <br>07/2011
</p></div>
<div class="col2">
<p> Austin Peay State University, Clarksville, TN <br>
<span class="italic">Governor's School of Computational Physics GPA: 4.0</span><br>
Took Calculus and Computational Physics using FORTRAN </p>
</div>
<div class="break"><br></div>
<h2>Activities</h2>
<div class="col2">
<p> - Computer Science Collaborative, Team Leader, 2011, 3hrs/week
<br> - Science Olympiad, President 2011-2012, Member 2008-2012, 2hrs/week
<br> - JETs, President 2011-2012, Memeber 2009-2012, 1hr/week
<br> - Theater, Orchestra, Acting, Tech, Stage Manager, 2008-2012, 15hrs/week
<br> - Tufts Theater, Assistant Stage Manager, Stage Manager, 2012-Present, 20hrs/week</p>
</div>
<div class="break"><br></div>
<h2>Skills</h2>
<div class="break"><br></div>
<div class="col2"><p>
Proficient in HTML, JavaScript, C, x86-64, C++, Java, FORTRAN, Python
</p></div>
<div class="break"><br></div>
<h2>References</h2>
<div class="break"><br></div>
<div class="col2"><p>
Contact for references.
</p></div>
</body>
</html>