1135a6837cf49d52387ac7218f34ef7a726a66a9
[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 \makeatletter
24 \newenvironment{thebibliography}[1]
25      {\list{\@biblabel{\@arabic\c@enumiv}}%
26            {\settowidth\labelwidth{\@biblabel{#1}}%
27             \leftmargin\labelwidth
28             \advance\leftmargin\labelsep
29             \usecounter{enumiv}%
30             \let\p@enumiv\@empty
31             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
32       \sloppy
33       \clubpenalty4000
34       \@clubpenalty \clubpenalty
35       \widowpenalty4000%
36       \sfcode`\.\@m}
37      {\def\@noitemerr
38        {\@latex@warning{Empty `thebibliography' environment}}%
39       \endlist}
40 \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}
41 \makeatother
42
43 \usepackage[super,sort&compress,comma]{natbib}
44 % super selects citations in superscript mode
45 % sort&compress automatically sorts and compresses compound citations (\citep{a,b,...})
46 % comma seperates multiple citations with commas rather than the default semicolons.
47 \bibliographystyle{unsrtnat}  % number citations in the order referenced
48
49 \let\bibsection\relax
50
51 \signature{W.~Trevor King}
52 \address{120 Miller Street \\ Highlands, NJ 07732}
53 \telephone{+1 215 284 6634}
54 \medskipamount=0pt
55
56 \begin{document}
57
58 \begin{letter}{
59   District Human Resources Office \\
60   Pierce College \\
61   1601 39th Avenue SE \\
62   Puyallup, Washington 98374}
63
64 \opening{Sir or Madam,}
65
66 Thank you for reviewing my application for the position of Adjunct
67 Professor of Mathematics.  Over my years working on my Ph.D. studies
68 at Drexel University, I have been looking forward to teaching at an
69 undergraduate-oriented college.  I look forward to working at a school
70 such as Pierce which clearly has a strong commitment to teaching
71 excellence and teacher training.  Besides teaching mathematic, I am
72 also interested in advancing the science of teaching.  Over the past
73 year I have been active in the
74 \href{http://software-carpentry.org/}{Software Carpentry}
75 organization, which trains scientists around the world in current
76 software development and data management techniques.  Software
77 Carpentry
78 \href{http://software-carpentry.org/bootcamps/2013-02-uwash.html}{recently}
79 \href{http://software-carpentry.org/blog/2013/03/washington-went-well.html}{ran}
80 a boot boot camp at the University of Washington, and I look forward
81 to continuing this outreach in the Puget Sound area.
82
83 I have always had a strong interest in math, and early in my career I
84 was able to devote enough time to the subject to double-major in math
85 and physics.  I have especially fond memories of my number theory and
86 formal logic courses at Colgate, as well as complex analysis during my
87 semester in Wales.  As I advanced through my graduate training, there
88 was less time to devote directly to formal math, but I taught myself a
89 good deal of statistics in support of my research (especially the
90 Gumbel distribution\citep{king10,king13}).  Physics and math are bound
91 tightly together, and I look forward to returning to the analytical
92 side of this pairing.
93
94 On a more prosaic level, I am excited about moving from the
95 mid-Atlantic---where I have spent most of my life---to the Northwest.
96 Starting in the Fall, my wife Emily will be opening a veterinary
97 surgery practice at the \href{http://olympiapetemergency.net/}{Olympia
98   Pet Emergency} hospital in Olympia.  After years of commuting
99 several hours from our current home in New Jersey to Drexel in
100 Philadelphia, the chance for jobs that are only thirty minutes apart
101 is quite appealing.  My wife is originally from Vancouver, Canada, and
102 I have enjoyed our annual summer trip out to visit with her family.  I
103 also look forward to the drizzly climate, as my Northern European
104 heritage has not given me much protection against the sun.  Being able
105 to enjoy the outdoors (sailing and hiking!) without having to slather
106 on the sunblock sounds like a good idea to me.
107
108 Please do not hesitate to contact me via phone or email if you need
109 any additional information.
110
111 \closing{Yours,}
112
113 \end{letter}
114
115 {\footnotesize\bibliography{loi}}
116
117 \end{document}