e81532cb2f1efeb4834a932fc81afc892a17a2ce
[letter-of-interest.git] / loi.tex
1 \documentclass[12pt]{letter}
2
3 \topmargin -0.5in
4 \headheight 0.0in
5 \headsep 0.0in
6 \textheight 9.5in
7 \oddsidemargin 0in
8 \textwidth 6.5in
9 \pagestyle{empty} % no room for page numbers
10
11 \usepackage{amsmath}  % \text and other useful math stuff
12
13 \usepackage{hyperref}
14 \hypersetup{colorlinks}
15 \hypersetup{linkcolor=black}
16 \hypersetup{anchorcolor=black}
17 \hypersetup{citecolor=black}
18 \hypersetup{filecolor=black}
19 \hypersetup{menucolor=black}
20 \hypersetup{runcolor=black}
21 \hypersetup{urlcolor=[rgb]{0, 0, 0.7}}
22
23 %\usepackage[super,sort&compress,comma]{natbib}
24 % super selects citations in superscript mode
25 % sort&compress automatically sorts and compresses compound citations (\citep{a,b,...})
26 % comma seperates multiple citations with commas rather than the default semicolons.
27 %\bibliographystyle{unsrtnat}  % number citations in the order referenced
28
29 \signature{W.~Trevor King}
30 \address{120 Miller Street \\ Highlands, NJ 07732}
31 \telephone{+1 215 284 6634}
32 \medskipamount=0pt
33
34 \begin{document}
35
36 \begin{letter}{Executive Assistant to the Dean \\
37   College of Arts and Sciences \\
38   Saint Martin's University \\
39   5000 Abbey Way SE \\
40   Lacey, WA 98503}
41
42 \opening{Ms.~Laura Hoff,}
43
44 Over my years working on my Ph.D. studies at Drexel University, I have
45 been looking forward to teaching physics at a small,
46 undergraduate-oriented liberal arts college.  While working at a
47 larger research-oriented institution has been exciting, I have always
48 been attracted to teaching.  I look forward to working at a school
49 such as St. Martin's which clearly has a strong commitment to teaching
50 excellence and teacher training.  Besides teaching physics, I am also
51 interested in advancing the science of teaching as well as in
52 developing open source experiment control procedures.  Over the past
53 year I have been active in the
54 \href{http://software-carpentry.org/}{Software Carpentry}
55 organization, which trains scientists around the world in current
56 software development and data management techniques.  Software
57 Carpentry
58 \href{http://software-carpentry.org/bootcamps/2013-02-uwash.html}{recently}
59 \href{http://software-carpentry.org/blog/2013/03/washington-went-well.html}{ran}
60 a boot boot camp at the University of Washington, and I look forward
61 to continuing this outreach in the Puget Sound area.
62
63 I am also looking forward to working at a religious school.  While I
64 myself am agnostic, I enjoyed the traditions of my
65 \href{http://www.archmereacademy.com/}{Norbertine high school}.  I
66 also have a number of religious family members, including a
67 grandfather and uncle who were both United Methodist ministers.  In my
68 experience, a religious environment fosters a studied approach to
69 learning, a willingness to grapple with big questions, and a respect
70 for the diversity of humanity.  Students undertaking a liberal arts
71 education are well served by each of these qualities.
72
73 On a more prosaic level, I am excited about moving from the
74 mid-Atlantic where I have spent most of my life to the Northwest.
75 Starting in the Fall, my wife Emily will be opening a veterinary
76 surgery practice at the \href{http://olympiapetemergency.net/}{Olympia
77   Pet Emergency} hospital just down the street.  After years of
78 commuting several hours from our current home in New Jersey to Drexel
79 in Philadelphia, the chance for jobs that are only two miles apart is
80 quite appealing.  My wife is originally from Vancouver, Canada, and I
81 have enjoyed our annual summer trip out to visit with her family.  I
82 also look forward to the drizzly climate, since the sun and I have
83 never been the best of friends.  Being able to enjoy the outdoors
84 (sailing and hiking!) without having to slather on the sunblock sounds
85 like a good idea to me.
86
87 \closing{Yours,}
88  
89 \end{letter}
90
91 %{\footnotesize\bibliography{ts}}
92
93 \end{document}