Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Medium Length Professional CV
  3. % LaTeX Template
  4.  
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8.  
  9. %
  10. % Important note:
  11. % This template requires the resume.cls file to be in the same directory as the
  12. % .tex file. The resume.cls file provides the resume style used for structuring the
  13. % document.
  14. %
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. %----------------------------------------------------------------------------------------
  18. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  19. %----------------------------------------------------------------------------------------
  20.  
  21. \documentclass{resume} % Use the custom resume.cls style
  22.  
  23. \usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
  24. \usepackage{enumitem}
  25. \newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
  26. \newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
  27. \name{Will Austin} % Your name
  28. \address{Current address: 3881 E. Barrington Drive Apt. I, Bloomington, IN 47408} % Your address
  29. \address{Permanent address: 449 Artist Drive, Nashville, IN 47448} % Your secondary addess (optional)
  30. \address{(812)929-0719 \\ willaust@iu.edu} % Your phone number and email
  31.  
  32. \begin{document}
  33.  
  34. %----------------------------------------------------------------------------------------
  35. % EDUCATION SECTION
  36. %----------------------------------------------------------------------------------------
  37. \vspace{-1mm}
  38. \begin{rSection}{Education}
  39.  
  40. {\bf Indiana University, Bloomington} \hfill {\em August 2017 - May 2021}
  41. \\{Major: Informatics} \hfill {\bf Major GPA: 3.94/4.0}
  42. \\{Cognate: Business} \hfill {\bf Cumulative GPA: 3.43/4.0}
  43. \\{Distinctions: }
  44. \vspace{-2mm}
  45. \begin{itemize}[noitemsep]
  46. %\item Major GPA: 3.94/4.0
  47. %\item Cumulative GPA: 3.43/4.0
  48. %\item SAT: 1350/1600
  49. \item Deans List Spring 2019, Fall 2020
  50. \item Groups Scholar
  51. \item 21st Century Scholar
  52. \end{itemize}
  53.  
  54. {\bf London School of Economics and Political Science, England} \hfill {\em July 2019 - August 2019}
  55. \vspace{-2mm}
  56. \begin{itemize}[noitemsep]
  57. \item Studied the decision making process, learning an analytical framework for strategic decisions
  58. \item Analyzed strategic management theories and applied them to real world scenarios
  59. \end{itemize}
  60.  
  61.  
  62.  
  63.  
  64.  
  65. \end{rSection}
  66.  
  67. \begin{rSection}{Work Experience}
  68. {\bf Undergraduate Instructor} \hfill {\em August 2019 - December 2019}
  69. \\Mathematical Foundations of Informatics
  70. \vspace{-2mm}
  71. \begin{itemize}[noitemsep]
  72. \item Taught the foundations of Boolean logic, algorithms and graph theory
  73. \item Supervised 50+ students during discussion sections, proctored quizzes and lab tasks
  74. \item Hosted office hours, working with students seeking help with homework outside of class
  75. \item Trusted with grading 200+ students exams independently
  76. \end{itemize}
  77.  
  78. {\bf Host, Busser and Dishwasher} \hfill {\em August 2014 - June 2018}
  79. \\Nashville House Restaurant
  80. \vspace{-2mm}
  81. \begin{itemize}[noitemsep]
  82. \item Trusted with cash, cards and totaling profits after close
  83. \item Resolved customer grievances to increase customer satisfaction and experience
  84. \item Managed a waiting list and seating in a full restaurant efficiently
  85. \end{itemize}
  86.  
  87. \end{rSection}
  88.  
  89.  
  90. \begin{rSection}{Research Experience}
  91. {\bf Student Researcher} \hfill {\em June 2017 - November 2017}
  92. {\newline Bacteria and Nematode Laboratory}
  93. \vspace{-2mm}
  94. \begin{itemize}[noitemsep]
  95. \item Collaborated with faculty and PhD students to conduct research on nematode-bacteria pairs
  96. \item Operated state-of-the-art biology lab equipment
  97. \item Presented research findings at the Indiana University Research Conference
  98. \item Awarded with best presentation in Research Seminar course
  99.  
  100. \end{itemize}
  101. \end{rSection}
  102.  
  103. \begin{rSection}{Skills}
  104. Python, Amazon Web Services, LaTeX, CSS, HTML
  105.  
  106.  
  107.  
  108.  
  109. \end{rSection}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement