Very compact resume template
作者:
Lauren QU
最近上传:
5 个月前
许可:
Creative Commons CC BY 4.0
摘要:
A choice if you have much information to include.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass{article}
\usepackage[top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry}
\usepackage{enumitem}
\usepackage{amsmath}
\begin{document}
\begin{center}
\thispagestyle{empty}
\large \textbf{Name} \\
\normalsize email@example.com $\mid$ www.example.github.io
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent \textbf{\underline{EDUCATION}} \\
\textbf{University A}\textit{, MA in Subject, Concentration} \hfill City, State, 09/2024 -- 07/2025
\noindent \textbf{University B}\textit{, BA in Subject, GPA: X.X/4.0, Ranked X/XXX} \hfill City, Country, 09/2019 -- 06/2023 \\
\textbullet{} \text{Coursework: Course 1, Course 2, Course 3} \\
\textbullet{} \text{Honors: Honor 1, Honor 2, Honor 3}
\noindent \textbf{University C}\textit{, BA in Subject, GPA: XX/100} \hfill City, Country, 03/2021 -- 06/2022 \\
\textbullet{} \text{Coursework: Course 1, Course 2, Course 3} \\
\textbullet{} \text{Honors: Honor 1, Honor 2, Honor 3}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RESEARCH EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent \textbf{\underline{RESEARCH EXPERIENCE}} \\
\noindent \textbf{University A}\textit{, Research Assistant for Prof. X} \hfill mm/yyyy -- mm/yyyy
\noindent \textbf{University D}\textit{, Research Assistant for Prof. Y} \hfill mm/yyyy -- mm/yyyy
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
\noindent \textbf{University E}\textit{, Predoc Research Assistant for Prof. Z}\hfill mm/yyyy -- mm/yyyy
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
\noindent \textbf{University B}\textit{, Research Assistant for Prof. W} \hfill mm/yyyy -- mm/yyyy
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
\noindent \textbf{University F}\textit{, Research Assistant for Prof. V} \hfill mm/yyyy -- mm/yyyy
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RESEARCH OUTCOME
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent \textbf{\underline{RESEARCH OUTCOME}} \\
\noindent \textbf{Project Title} \hfill Date
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
\noindent \textbf{Project Title} \hfill Date
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% WORK EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent \textbf{\underline{WORK EXPERIENCE}} \\
\noindent \textbf{Company}\textit{, job} \hfill mm/yyyy -- mm/yyyy
\begin{itemize}[noitemsep,nolistsep,leftmargin=*]
\item {abc}
\item {def}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% OTHER SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent \textbf{\underline{OTHER SKILLS}} \\
\noindent \textbf{Languages:} Language 1, Language 2 (Proficiency Tests) \\
\noindent \textbf{Technical Skills:} abc \\
\noindent \textbf{Leadership Experiences:} Leadership Position 1, Leadership Position 2 \\
\end{document}