-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverLetter.tex
94 lines (52 loc) · 2.27 KB
/
coverLetter.tex
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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
% coverLetter.tex
%
% Copyright (c) 2019 Fletcher Porter
%
\documentclass[12pt,american,german,british]{letter}
\usepackage{geometry}
\geometry{
letterpaper,
top=0.7in,
}
\usepackage{hyperref}
\usepackage{fontspec,xltxtra,xunicode}
\usepackage{babel}
\setromanfont[]{Bona Nova}
\date{\today}
\address{Metsälinnunreitti 2 048D \\ Espoo 02660 \\ Finland}
\signature{Fletcher Porter \\ [email protected] \\ +358 41 476 3167}
\begin{document}
\raggedright
\begin{letter}{Some Company}
\opening{Hello,}
My name is Fletcher Porter. I'm a masters student studying mechanical
engineering at Aalto University and I'm interested in working in your Summer
Power: Engineering \& Technology program.
I'm presently studying with a focus on mechatronics and robotics. I enjoy
these fields for their interdisciplinary nature where I can touch a little of
everything in an engineering system--the mechanical, the software, and the
electrical.
Before coming to Aalto, I was a software developer for a company called Oblong
making meeting software. My job was to improve the company's legacy products
which entailed using a variety of software tools and languages, including
Python, Linux, C++, JavaScript, and many others. The software I wrote was
deployed to hundreds of sites around the world. However, I found only writing
software dissatisfying. I yearned to do what I did at NASA Jet
Propulsion Laboratory (JPL).
At JPL I worked on a gravity-offload testbed for studying robotic mobility for
future missions to Saturn's moon Enceladus. It consisted of a robot suspended
by a gravity-offloading spring from a gantry system that automatically tracked
the position of the robot. I developed the mechanical, electrical, and control
components of this gantry, including a camera-based vision system, power
routing, and the design, fabrication, and assembly of all components.
I'm seeking now to work someplace where I can hone my skills as an engineer and
gain experience working on multi-disciplinary projects. I see myself being a
unique contributor to engineering teams as a mechanical engineer who knows
software.
Thank you for your consideration. I hope to hear from you soon.
\closing{Cheers,}
\end{letter}
\end{document}