CV - Harvard-like
Author
Aline R. Antunes
Last Updated
9 ay önce
License
LaTeX Project Public License 1.3c
Abstract
CV template similar to harvad CV
\documentclass[11pt]{article}
\usepackage{graphicx} % Required for inserting images
\setlength{\parindent}{0pt}
\usepackage{hyperref}
\usepackage{enumitem}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\usepackage{lipsum}
\usepackage[left=1.06cm,top=1.7cm,right=1.06cm,bottom=0.49cm]{geometry}
%by: Aline R. Antunes
\begin{document}
\begin{center}
\textbf{Firstname Lastname}\\
\hrulefill
\end{center}
\begin{center}
Home or Campus Street Address \textbullet \ City, State Zip \textbullet \ youremail@college.harvard.edu \textbullet \ phone number
\end{center}
\vspace{0.5pt}
\begin{center}
\textbf{Education}
\end{center}
\textbf{Harvard University} \hfill Cambridge, MA
Degree, Concentration. GPA [Note: GPA is Optional] \hfill Graduation Date Thesis [Note: Optional]
Relevant Coursework: [Note: Optional. Awards and honors can also be listed here.]
\vspace{12pt}
\textbf{Study Abroad} [Note: If Applicable] \hfill City, Country
Study abroad coursework in . \hfill Month Year – Month Year
\vspace{12pt}
\textbf{High School Name} \hfill City, State
[Note: May include GPA, SAT/ACT scores, or academic honors an employer may want to know] \hfill Graduation Date
\vspace{12pt}
\begin{center}
\textbf{Experience}
\end{center}
\textbf{Organization} \hfill City, State (or Remote)
\textbf{Position Title} \hfill Month Year – Month Year
\begin{itemize}[noitemsep, topsep=0pt, partopsep=0pt, parsep=0pt]
\item Beginning with your most recent position, describe your experience, skills, and resulting outcomes in bullet or paragraph form.
\item Begin each line with an action verb and include details that will help the reader understand your accomplishments, skills, knowledge, abilities, or achievements.
\item Quantify where possible.
\item Do not use personal pronouns; each line should be a phrase rather than a full sentence.
\end{itemize}
\vspace{12pt}
\textbf{Organization} \hfill City, State (or Remote)
\textbf{Position Title} \hfill Month Year – Month Year
\begin{itemize}[noitemsep, topsep=0pt, partopsep=0pt, parsep=0pt]
\item With your next-most recent position, describe your experience, skills, and resulting outcomes in bullet or paragraph form.
\item Begin each line with an action verb and include details that will help the reader understand your accomplishments, skills, knowledge, abilities, or achievements.
\item Quantify where possible.
\item Do not use personal pronouns; each line should be a phrase rather than a full sentence.
\end{itemize}
\begin{center}
\textbf{Leadership \& Activities}
\end{center}
\textbf{Organization} \hfill City, State
\textbf{Role} \hfill Month Year – Month Year
\begin{itemize}[noitemsep, topsep=0pt, partopsep=0pt, parsep=0pt]
\item This section can be formatted similarly to the Experience section, or you can omit descriptions for activities.
\item If this section is more relevant to the opportunity you are applying for, consider moving this above your Experience section.
\end{itemize}
\begin{center}
\textbf{Skills \& Interests [Note: Optional]}
\end{center}
\textbf{Technical:} List computer software and programming languages
\textbf{Language:} List foreign languages and your level of fluency
\textbf{Laboratory:} List scientific / research lab techniques or tools [If Applicable]
\textbf{Interests:} List activities you enjoy that may spark interview conversation
\end{document}