123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Compact Academic CV
- % LaTeX Template
- % Version 2.0 (6/7/2019)
- %
- % This template originates from:
- % https://www.LaTeXTemplates.com
- %
- % Authors:
- % Dario Taraborelli (http://nitens.org/taraborelli/home)
- % Vel (vel@LaTeXTemplates.com)
- %
- % License:
- % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %----------------------------------------------------------------------------------------
- % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
- %----------------------------------------------------------------------------------------
- \documentclass[11pt]{article} % Default document font size
- \input{structure.tex} % Include the file specifying the document structure and styling
- % Set PDF meta-information
- \hypersetup{
- pdftitle={Caleb Fangmeier - Curriculum vitae},
- pdfauthor={Caleb Fangmeier}
- }
- %----------------------------------------------------------------------------------------
- \begin{document}
- \pagenumbering{gobble}
- %----------------------------------------------------------------------------------------
- % CONTACT AND GENERAL INFORMATION
- %----------------------------------------------------------------------------------------
- {\LARGE\bfseries Caleb Fangmeier} % Name
- \bigskip\bigskip\medskip % Whitespace
- 228 N 12th Street\\ % Address
- Lincoln, NE 68508 USA\\
- \medskip % Whitespace
- Phone: 402-768-1358 % Mobile number
- % \medskip % Whitespace
- Email: \href{mailto:caleb@fangmeier.tech}{caleb@fangmeier.tech}\\ % Email address
- % \textsc{url}: \href{http://www.ias.edu/spfeatures/einstein/}{http://www.ias.edu/spfeatures/einstein/}\\ % Academic/personal website
- \vspace{0.04\textheight} % Whitespace between contact information and specific CV information
- %------------------------------------------------
- % Born: Sept. 26, 1989---Hebron, NE USA\\ % Date of birth
- % Citizenship: USA % Nationality
- %------------------------------------------------
- \section*{Current position}
- \emph{Graduate Research Assistant}, Dept. of Physics and Astronomy, University of Nebraska - Lincoln % Current or most recent employment position
- %------------------------------------------------
- \section*{Areas of specialisation}
- Top Physics, Silicon Detector Production % Primary areas of research interest
- %----------------------------------------------------------------------------------------
- % EDUCATION
- %----------------------------------------------------------------------------------------
- \section*{Education}
- \years{2013}\textsc{BS} in Physics and Computer Science, UNL\\
- \years{2016}\textsc{MSc} in Physics, UNL\\
- \years{exp. 2019}\textsc{PhD} in Physics, UNL\\
- %----------------------------------------------------------------------------------------
- % PUBLICATIONS AND TALKS
- %----------------------------------------------------------------------------------------
- \section*{Publications \& talks}
- ``Pixel Telescope to test pixel Phase II ROCs and sensors'', \\
- \-\hspace{1cm} Poster presented at ICHEP 2016, \href{https://doi.org/10.22323/1.282.0740}{doi:10.22323/1.282.0740}\\
- ``Search for standard model production of four top quarks'', \\
- \-\hspace{1cm} \href{https://indico.cern.ch/event/782953/contributions/3458674/}{Presentation} given at DPF 2019\\
- %----------------------------------------------------------------------------------------
- % Technical Skills
- %----------------------------------------------------------------------------------------
- \section*{Technical Skills}
- \textbf{Computer Languages} Python, C++, LabVIEW, Java, Javascript\\
- \textbf{Software} Kicad, Linux, Git, \LaTeX\\
- %------------------------------------------------
- \vfill % Whitespace before final footer
- %----------------------------------------------------------------------------------------
- % FINAL FOOTER
- %----------------------------------------------------------------------------------------
- % Any final footer text such as a URL to the latest version of this CV, last updated date, compiled in XeTeX, etc
- \begin{center}
- \scriptsize
- Last updated: \today~\raisebox{-0.5pt}{\textbullet}~Find~latest~version~at~\href{https://bit.ly/2ko5Hfk}{bit.ly/2ko5Hfk}
- \end{center}
- %----------------------------------------------------------------------------------------
- \end{document}
|