references.tex 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. \documentclass{moderncv}
  2. % \usepackage{marvosym} % For cool symbols.
  3. % \usepackage{hyperref}
  4. \moderncvtheme{casual}
  5. \firstname{Caleb}
  6. \familyname{Fangmeier}
  7. \begin{document}
  8. \maketitle
  9. \section{References}
  10. \begin{tabular}{lr}
  11. % Referee 1
  12. \begin{minipage}[t]{2.5in}
  13. Frank Golf\\
  14. Assistant Professor\\
  15. University of Nebraska -- Lincoln\\
  16. Dept. of Physics and Astronomy \\
  17. \phonesymbol\ (402)\ 472-6151\\
  18. \emailsymbol\ \href{mailto:fgolf@unl.edu}{fgolf\textrm{@}unl.edu}
  19. \end{minipage}
  20. &
  21. % Referee 2
  22. \begin{minipage}[t]{2.5in}
  23. Ilya Kravchenko\\
  24. Associate Professor\\
  25. University of Nebraska -- Lincoln\\
  26. Dept. of Physics and Astronomy \\
  27. \phonesymbol\ (402)\ 472-6014\\
  28. \emailsymbol\ \href{mailto:ikrav@unl.edu}{ikrav\textrm{@}unl.edu}
  29. \end{minipage}
  30. \\
  31. \\ % Additional newline for spacing.
  32. % Referee 3
  33. \begin{minipage}[t]{2.5in}
  34. Aaron Dominguez\\
  35. Provost and Professor of Physics\\
  36. Catholic University of America\\
  37. School of Arts and Sciences\\
  38. \phonesymbol\ (202)\ 319-5244\\
  39. \emailsymbol\ \href{mailto:domingueza@cua.edu}{domingueza\textrm{@}cua.edu}
  40. \end{minipage}
  41. \end{tabular}
  42. \end{document}