-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
88 lines (70 loc) · 4.13 KB
/
resume.html
File metadata and controls
88 lines (70 loc) · 4.13 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
<!DOCTYPE html>
<html>
<head>
<title>Laura S Hofmann</title>
<meta charset="UTF-8">
<link rel="icon" type="image/ico" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<div class="navleft">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</div>
<div class="navright">
<ul>
<li><a href="mailto:laura.hofmann@tufts.edu">Email</a></li>
<li><a href="https://twitter.com/laurashofmann">Twitter</a></li>
<li><a href="https://github.com/lshofmann">GitHub</a></li>
<li><a href="http://linkedin.com/in/laurashofmann/">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<div class="banner">
<div class= "text">
<h1>Laura S. Hofmann</h1>
<p>Computer Science & Cognitive and Brain Sciences, Tufts '16</p>
</div>
</div>
<div class= "textbox-left">
<h3> education </h3>
<span class="text-emphasis"> Tufts University </span> Medford MA <br>
<span class="text-emphasis"> Major </span> Bachelor of Science in Computer Science & Cognitive and Brain Sciences,
expected May 2016<br>
<span class="text-emphasis"> Relevant Courses </span> Machine Structure & Assembly Language Programming,
Web Programming, Data Structures, Discrete Mathematics, Calculus II, Logic, Physiological Psychology, Linguistics,
Experimental Psychology, Statistics for the Behavioural Sciences <br>
</div>
<div class= "textbox-right">
<h3> experience </h3>
<span class="text-emphasis"> Tufts Department of Computer Science </span> Teaching Assistant <br> <span class= "text-emphasis2"> August 2014-Present, Medford, MA </span> <br>
<ul>
<li> co-teach lab section to reinforce lecture content, hold weekly office hours and grade homework assignments for introductory level C++ course </li>
</ul>
<span class="text-emphasis"> GearCommons </span> Interface Optimisation Intern at small web startup <br> <span class= "text-emphasis2">June-August 2014, Somerville, MA </span> <br>
<ul>
<li> designed and tested interface for retail partner widget, identified possible clients and pitched product to potential partners </li>
</ul>
<span class="text-emphasis"> Givaudan Fragrances Ltd. </span> Consumer Product Fragrances Intern <br> <span class= "text-emphasis2">June-August 2013, Shanghai, China </span><br>
<ul>
<li> interacted directly with intl. market leading clients to collect, code and analyse market data for reporting and presenting to regional department heads </li>
<li> categorised and mapped fragrance data to identify market trends, compounded fragrances, prepared product bases and performed technical evaluations</li>
</ul>
<h3> skills </h3>
<span class="text-emphasis"> Programming Languages/ Tools </span> C, C++, HTML, CSS; Adobe Suite, IBM Lotus Notes and SPSS, Microsoft Office,
Windows, OS X, Unix/ Linux; formal logic <br>
<span class="text-emphasis">Natural Languages </span> German, English, Spanish <span class= "text-emphasis2">(proficient) </span>, Mandarin <span class= "text-emphasis2">(conversant)</span><br>
<h3> activities & interests </h3>
<span class="text-emphasis"> Activities </span> TuftsLife Development and Design Team Member <span class= "text-emphasis2">(October 2013-Present)</span>,
Hackatons <span class= "text-emphasis2"> (2014: IDHack, TuftsHack)</span>, Tufts Data Science Club<br>
<span class="text-emphasis"> Interests </span> Data visualisation, UX/UI design, marine conservation, shoestring travel<br>
</div>
</div>
</body>
</html>