cv.tex 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Compact Academic CV
  3. % LaTeX Template
  4. % Version 2.0 (6/7/2019)
  5. %
  6. % This template originates from:
  7. % https://www.LaTeXTemplates.com
  8. %
  9. % Authors:
  10. % Dario Taraborelli (http://nitens.org/taraborelli/home)
  11. % Vel (vel@LaTeXTemplates.com)
  12. %
  13. % License:
  14. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  15. %
  16. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  17. %----------------------------------------------------------------------------------------
  18. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  19. %----------------------------------------------------------------------------------------
  20. \documentclass[11pt]{article} % Default document font size
  21. \input{structure.tex} % Include the file specifying the document structure and styling
  22. % Set PDF meta-information
  23. \hypersetup{
  24. pdftitle={Caleb Fangmeier - Curriculum vitae},
  25. pdfauthor={Caleb Fangmeier}
  26. }
  27. %----------------------------------------------------------------------------------------
  28. \begin{document}
  29. \pagenumbering{gobble}
  30. %----------------------------------------------------------------------------------------
  31. % CONTACT AND GENERAL INFORMATION
  32. %----------------------------------------------------------------------------------------
  33. {\LARGE\bfseries Caleb Fangmeier} % Name
  34. \bigskip\bigskip\medskip % Whitespace
  35. 228 N 12th Street\\ % Address
  36. Lincoln, NE 68508 USA\\
  37. \medskip % Whitespace
  38. Phone: 402-768-1358 % Mobile number
  39. % \medskip % Whitespace
  40. Email: \href{mailto:caleb@fangmeier.tech}{caleb@fangmeier.tech}\\ % Email address
  41. % \textsc{url}: \href{http://www.ias.edu/spfeatures/einstein/}{http://www.ias.edu/spfeatures/einstein/}\\ % Academic/personal website
  42. \vspace{0.04\textheight} % Whitespace between contact information and specific CV information
  43. %------------------------------------------------
  44. % Born: Sept. 26, 1989---Hebron, NE USA\\ % Date of birth
  45. % Citizenship: USA % Nationality
  46. %------------------------------------------------
  47. \section*{Current position}
  48. \emph{Graduate Research Assistant}, Dept. of Physics and Astronomy, University of Nebraska - Lincoln % Current or most recent employment position
  49. %------------------------------------------------
  50. \section*{Areas of specialisation}
  51. Top Physics, Silicon Detector Production % Primary areas of research interest
  52. %----------------------------------------------------------------------------------------
  53. % EDUCATION
  54. %----------------------------------------------------------------------------------------
  55. \section*{Education}
  56. \years{2013}\textsc{BS} in Physics and Computer Science, UNL\\
  57. \years{2016}\textsc{MSc} in Physics, UNL\\
  58. \years{exp. 2019}\textsc{PhD} in Physics, UNL\\
  59. %----------------------------------------------------------------------------------------
  60. % PUBLICATIONS AND TALKS
  61. %----------------------------------------------------------------------------------------
  62. \section*{Publications \& talks}
  63. ``Pixel Telescope to test pixel Phase II ROCs and sensors'', \\
  64. \-\hspace{1cm} Poster presented at ICHEP 2016, \href{https://doi.org/10.22323/1.282.0740}{doi:10.22323/1.282.0740}\\
  65. ``Search for standard model production of four top quarks'', \\
  66. \-\hspace{1cm} \href{https://indico.cern.ch/event/782953/contributions/3458674/}{Presentation} given at DPF 2019\\
  67. %----------------------------------------------------------------------------------------
  68. % Technical Skills
  69. %----------------------------------------------------------------------------------------
  70. \section*{Technical Skills}
  71. \textbf{Computer Languages} Python, C++, LabVIEW, Java, Javascript\\
  72. \textbf{Software} Kicad, Linux, Git, \LaTeX\\
  73. %------------------------------------------------
  74. \vfill % Whitespace before final footer
  75. %----------------------------------------------------------------------------------------
  76. % FINAL FOOTER
  77. %----------------------------------------------------------------------------------------
  78. % Any final footer text such as a URL to the latest version of this CV, last updated date, compiled in XeTeX, etc
  79. \begin{center}
  80. \scriptsize
  81. Last updated: \today~\raisebox{-0.5pt}{\textbullet}~Find~latest~version~at~\href{https://bit.ly/2ko5Hfk}{bit.ly/2ko5Hfk}
  82. \end{center}
  83. %----------------------------------------------------------------------------------------
  84. \end{document}