-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
55 lines (51 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
<title>Suneeth Keerthy's Resume</title>
</head>
<body>
<h1>Suneeth Keerthy's Resume</h1>
<hr/>
<h6> <a href="index.html">Homepage</a> | <a href="bio.html">Bio</a></h6>
<hr/>
<h5>Name:</h5> Suneeth Keerthy
<br/>
<h5>Education:</h5> Tufts University Class of 2019
<br/>
<h5>Major:</h5> Computer Science
<br/>
<h5>Professional Experience:</h5>
Office of Institutional Research, Tufts University, Medford, MA
<br/>
Research Assistant, January 2016 to Present
<ul>
<li>Automate office reports and processes, write macros, and analyze data using visual basics and R</li>
</ul>
Tufts Center of Engineering Education and Outreach, Medford, MA
<br/>
Teaching Assistant for OKEE EnE 0150, September 2016 to December 2016
<ul>
<li>Troubleshoot students programming and robotic projects</li>
<li>Maintain the Website Infrastructure</li>
</ul>
Eli Whitney Museum, Hamden, Connecticut
<br/>
Senior Apprentice, August 2011-August 2016
<ul>
<li>Designed many projects for kids to including but not limited to Arduinos, Electronics, Scratch, Processing, 3D Printing, Woodworking etc.</li>
<li>Projects worked on include Arduino powered pinball machines, electronic instruments, Scratch and Processing platformer/shooter games, etc.</li>
<li>Led camps that would build engineering based projects</li>
</ul>
STOMP Tufts University, Medford, MA
<br/>
STOMPer, September 2015 to May 2016
<ul>
<li>Introduced engineering topics to nearby elementary classrooms through projects</li>
</ul>
Skills: C, C++, Matlab, Labview, Python, PHP, HTML, R, Visual Basics, Assembly
<br/>
Activities: JumboCode
</body>
</html>