cover_letter.tex 6.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7. % rubber: module pdftex
  8. \documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
  9. % moderncv themes
  10. \moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
  11. \moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
  12. %\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
  13. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  14. % character encoding
  15. %\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  16. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  17. % adjust the page margins
  18. \usepackage[scale=0.75]{geometry}
  19. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  20. %\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
  21. % personal data
  22. \name{Caleb}{Fangmeier}
  23. % \title{Resumé title} % optional, remove / comment the line if not wanted
  24. \address{228 N 12th St}{Lincoln, NE}{}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
  25. \phone[mobile]{+1~(402)~768~1358} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
  26. % \phone[fixed]{+2~(345)~678~901}
  27. % \phone[fax]{+3~(456)~789~012}
  28. \email{caleb@fangmeier.tech} % optional, remove / comment the line if not wanted
  29. \homepage{www.fangmeier.tech} % optional, remove / comment the line if not wanted
  30. % \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted
  31. % \social[twitter]{jdoe} % optional, remove / comment the line if not wanted
  32. \social[github]{cfangmeier} % optional, remove / comment the line if not wanted
  33. % \extrainfo{additional information} % optional, remove / comment the line if not wanted
  34. % \photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
  35. % \quote{Some quote} % optional, remove / comment the line if not wanted
  36. % bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX)
  37. % to show numerical labels in the bibliography (default is to show no labels)
  38. \makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
  39. % to redefine the bibliography heading string ("Publications")
  40. %\renewcommand{\refname}{Articles}
  41. % bibliography with mutiple entries
  42. %\usepackage{multibib}
  43. %\newcites{book,misc}{{Books},{Others}}
  44. %----------------------------------------------------------------------------------
  45. % content
  46. %----------------------------------------------------------------------------------
  47. \begin{document}
  48. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  49. %----- resume ---------------------------------------------------------
  50. \clearpage
  51. %----- letter ---------------------------------------------------------
  52. % recipient data
  53. \recipient{HEP Faculty and Reviewers}{UNL Dept. of Physics and Astronomy\\855 N 16th Street\\Lincoln, NE}
  54. \date{March 5, 2020}
  55. \opening{Dear Sir or Madam,}
  56. \closing{Sincerely,}
  57. % \enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
  58. \makelettertitle
  59. The time I have already had the pleasure of spending with the UNL HEP group has been both professionally and personally fulfilling, and I hope that you will see that I can be a valuable asset to the ongoing and future research of the group. My intention in this letter and attached documents is to make a convincing case of that point.
  60. I have a skill set that, I believe, makes me an excellent candidate for this position. During both my undergraduate and graduate career, I was an enthusiastic participant in the UNL HEP group's research, especially as it related to particle detector design, construction, and operation. As you will see in the attached CV, my experience ranges from detector module production and quality control to electronics and software systems design to physics data analysis. Further, during my time in the lab, I have managed and mentored new students to help them become valuable contributors to the lab's activities. These students were the engines that drove progress in the lab, and keeping them motivated and productive was, and will continue to be, of prime importance.
  61. Research that is not shared is research, that for all intents and purposes, did not occur. Therefore, being able to present results and the steps taken to arrive at them in a coherent and understandable way is necessary in science. During my studies, I have given well received talks at major research conferences and presented work numerous times within CMS internal meetings. The skills gained during these experiences would enhance the impact of work done in the lab by sharing it with a wider and more engaged audience.
  62. I would like to thank you for taking the time to review the application and look forward to hearing your response.
  63. \makeletterclosing
  64. %\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
  65. \end{document}
  66. %% end of file `template.tex'.