1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- \documentclass{moderncv}
- % \usepackage{marvosym} % For cool symbols.
- % \usepackage{hyperref}
- \moderncvtheme{casual}
- \firstname{Caleb}
- \familyname{Fangmeier}
- \begin{document}
- \maketitle
- \section{References}
- \begin{tabular}{lr}
- % Referee 1
- \begin{minipage}[t]{2.5in}
- Frank Golf\\
- Assistant Professor\\
- University of Nebraska -- Lincoln\\
- Dept. of Physics and Astronomy \\
- \phonesymbol\ (402)\ 472-6151\\
- \emailsymbol\ \href{mailto:fgolf@unl.edu}{fgolf\textrm{@}unl.edu}
- \end{minipage}
- &
- % Referee 2
- \begin{minipage}[t]{2.5in}
- Ilya Kravchenko\\
- Associate Professor\\
- University of Nebraska -- Lincoln\\
- Dept. of Physics and Astronomy \\
- \phonesymbol\ (402)\ 472-6014\\
- \emailsymbol\ \href{mailto:ikrav@unl.edu}{ikrav\textrm{@}unl.edu}
- \end{minipage}
- \\
- \\ % Additional newline for spacing.
- % Referee 3
- \begin{minipage}[t]{2.5in}
- Aaron Dominguez\\
- Provost and Professor of Physics\\
- Catholic University of America\\
- School of Arts and Sciences\\
- \phonesymbol\ (202)\ 319-5244\\
- \emailsymbol\ \href{mailto:domingueza@cua.edu}{domingueza\textrm{@}cua.edu}
- \end{minipage}
- \end{tabular}
- \end{document}
|