From 70b4b563b5978c3f9e59f0df9419691d384406b1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 Sep 2015 20:47:13 +0000 Subject: gradstudentresume (19sep15) git-svn-id: svn://tug.org/texlive/trunk@38411 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/gradstudentresume/README.txt | 40 +++---- .../doc/latex/gradstudentresume/RESUME15.pdf | Bin 99067 -> 0 bytes .../doc/latex/gradstudentresume/RESUME15.tex | 80 -------------- .../doc/latex/gradstudentresume/resume2015.pdf | Bin 0 -> 79829 bytes .../doc/latex/gradstudentresume/resume2015.tex | 121 +++++++++++++++++++++ 5 files changed, 138 insertions(+), 103 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdf delete mode 100644 Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex create mode 100644 Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf create mode 100644 Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex (limited to 'Master/texmf-dist/doc/latex/gradstudentresume') diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/README.txt b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt index 1bf7086da8f..83778b10b8d 100644 --- a/Master/texmf-dist/doc/latex/gradstudentresume/README.txt +++ b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt @@ -1,36 +1,22 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% Graduate Student Sample CV Template %%%%%%%%% %%%%%%%%%%%% Written By: Anagha Kumar %%%%%%%%%%%% % I tried to write a generic resume template for graduate students. Naturally, -% I tried to make it as flexible as possible since I cannot possibly come up with every section and subsection +% I tried to make it as generic as possible since I cannot possibly come up with every section and subsection % imaginable. Regardless, this should serve as a helpful template for those graduate students writing an -% academic CV. The goal was to create a template that can be customized based on each specific +% academic CV. The goal is to create a flexible template that can be customized based on each specific % individual's needs. I have uploaded a generic CV as a demonstration of how this document class works. \NeedsTeXFormat{LaTeX2e} \ProvidesClass{gradstudentresume} \LoadClassWithOptions{article} \RequirePackage{anysize} -\RequirePackage{hyperref} % it goes left, right, top, bottom \marginsize{0.75in}{0.75in}{0in}{1in} \pagestyle{plain} % because I think pages on CVs should be numbered -\newenvironment{info} -{\begin{center}} -{\end{center} -\largespace} - - -\newcommand{\contact}[5] {{\Large{\sc{#1}}} \\ \normalsize {\textit{Address}: {#2} \\ \textit{Telephone}: {#3} \\ \textit{Email}: {#4} \\ \textit{Website}: {#5}}} -% The parameters are name, address, telephone number, email, and website. - -\newenvironment{wrapped} -{ \begin{itemize} - \setlength{\itemsep}{0pt}} -{ \end{itemize}} - \newcommand{\sectionrule}{\noindent\hfil\rule{\textwidth}{.6pt}\hfil \vspace{2mm}} @@ -39,16 +25,24 @@ \newcommand{\medspace}{\vspace{3mm}} \newcommand{\largespace}{\vspace{5mm}} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\undergrad}[7]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4}\\ Honors Thesis: {#5} \\Advisor: {#6} \\ Graduation Honors: {#7}} - \newcommand{\grad}[6]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4} \\ Thesis: {#5} \\ Advisor: {#6}} - +\newcommand{\degree}[4]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4}} \newcommand{\sectionheading}[1]{\noindent{\large{\sc{#1}}} \\ \sectionrule} \newcommand{\subsectionheading}[1]{\noindent {\sc{#1}} \vspace{1mm}} \newcommand{\subsubsectionheading}[3]{\noindent\textbf{#1} \hfill{#2}\\ \textit{#3}} +\newenvironment{wrapped} +{ \begin{itemize} + \setlength{\itemsep}{0pt}} +{ \end{itemize}} + +\newcommand{\contact}[5] {{\Large{\sc{#1}}} \\ \normalsize {\textit{Address}: {#2} \\ \textit{Telephone}: {#3} \\ \textit{Email}: {#4} \\ \textit{Website}: {#5}}} +% The parameters are name, address, telephone number, email, and website. + +\newenvironment{info} +{\begin{center}} +{\end{center} +\vspace{5mm}} + \newcommand{\reference}[7]{\textbf{#1} \\ {#2} \hfill{Telephone: {#3}} \\ {#4} \hfill{Email: {#5}} \\ {#6} \\ {#7}} % The parameters are name, title, telephone number, department, email, school, and address line 2. -\newcommand{\paper}[7] {{#1} ({#2}). {#3}. \textit{#4, #5} ({#6}), {#7}.} -% 1 is authors, 2 is year, 3 is title, 4 is journal, 5 is volume, 6 is number, 7 is pages. This is useful since you don't need to type in \textit{} etc. repeatedly when typing up your resume. Grad students with many publications will especially appreciate this feature. diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdf b/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdf deleted file mode 100644 index dfd68d1c872..00000000000 Binary files a/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex b/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex deleted file mode 100644 index 3f898c5a12a..00000000000 --- a/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex +++ /dev/null @@ -1,80 +0,0 @@ -%% I have made this example very generic - users should customize per their individual specifications - -\documentclass{gradstudentresume} - -\begin{document} -\begin{info} -\contact{YOUR NAME}{Your address goes here}{XXX-XXX-XXXX}{XXXX@gmail.com}{} -\end{info} - -\sectionheading{Education} -\undergrad{B.A., Mathematics (Honors)}{Degree Conferral date}{Name of institution attended}{Location}{Topics in Financial Mathematics}{Name of advisor}{Magna cum Laude} -\medspace - -\grad{Graduate Degree 1}{Degree Conferral date}{Name of institution attended}{Location}{Title of thesis}{Name of advisor} -\medspace - -\grad{Graduate Degree 2}{Degree Conferral date}{Name of institution attended}{Location}{Title of thesis}{Name of advisor} -\largespace - - -\sectionheading{Work Experience} -\subsubsectionheading{Role - Enter workplace here}{2015-present}{Department of XXXX} -\begin{wrapped} -\item{What did you do?} -\item{List your responsibilities etc. here} -\end{wrapped} -\largespace - -\sectionheading{Publications} -\subsectionheading{Published} -\begin{itemize} -\item{\paper{Brown JC, \textbf{Kumar A}, Cheville AL, Tchou JC, Troxel AB, Harris SR, and Schmitz KH}{2015}{Association between lymphedema self-care adherence and lymphedema outcomes among women with breast cancer-related lymphedema.}{Am J Phys Med Rehabil.}{94}{4}{288-96}} -\end{itemize} - -\subsectionheading{Under Review} -\begin{itemize} -\item{\paper{Author list goes here}{year}{Title of paper}{Journal}{Volume}{Number}{pages}} -\end{itemize} -\largespace - -\sectionheading{Service} -\subsectionheading{Institutional} -\begin{wrapped} -\item{Statistical Reviewer - MedStar Health Institutional Review Board} -\end{wrapped} -\largespace - -\sectionheading{Skills} -\subsectionheading{Statistical Software} -\begin{wrapped} -\item{R} -\item{PASS} -\end{wrapped} - -\subsectionheading{Markup Languages} -\begin{wrapped} -\item{\LaTeX: Advanced -\begin{wrapped} -\item{Author of the document class \textit{gradstudentresume}: \url{https://www.ctan.org/pkg/gradstudentresume}} -\end{wrapped}} -\item{Html} -\item{Markdown} -\end{wrapped} - -\subsectionheading{Languages} -\begin{wrapped} -\item{English: Native proficiency} -\item{German: Professional working proficiency} -\item{Marathi: Full professional proficiency} -\item{Hindi: Professional working proficiency} -\end{wrapped} -\largespace - -\sectionheading{References} -\begin{itemize} -\item{\reference{Dr. Jason Roy}{Associate Professor of Biostatistics}{215-746-4225}{Department of Biostatistics}{jaroy@mail.med.upenn.edu}{The Perelman School of Medicine at The University of Pennsylvania}{629 Blockley Hall, 423 Guardian Drive, Philadelphia, PA 19104}} -\item{\reference{Name}{Title}{XXX-XXX-XXXX}{Department of XXXX}{XXXX@XXXX.edu}{Name of institution}{Address}} -\end{itemize} - -\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf new file mode 100644 index 00000000000..b64bed42b40 Binary files /dev/null and b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf differ diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex new file mode 100644 index 00000000000..fad423223b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex @@ -0,0 +1,121 @@ +%% I have made this example very generic - users should customize per their individual specifications + +\documentclass{gradstudentresume} + +\begin{document} +\begin{info} +\contact{Your name}{Your Address}{xxx-xxx-xxxx}{your email}{your website} +\end{info} + +\sectionheading{Education} +\degree {B.A., Mathematics (Honors)}{May 2011}{Bryn Mawr College}{Bryn Mawr, PA}\\ +Graduation Honors: Magna Cum Laude, Departmental Honors +\medspace + +\degree{Degree} {Date Conferred} {University}{Location}\\ +Thesis: XXX \\ +Advisor: XXX +\largespace + + +\sectionheading{Work Experience} +\subsubsectionheading{XXX Research Institute - Your title}{2015-present}{Department} +\begin{wrapped} +\item{List your duties here.} +\item{List your duties here.} +\end{wrapped} +\largespace + +\sectionheading{Publications} + +\subsectionheading{Published} +\begin{itemize} +\item{Manuscript 1} +\item{Manuscript 2} +\end{itemize} + +\subsectionheading{In Press} +\begin{itemize} +\item{Manuscript 1} +\end{itemize} + +\subsectionheading{Accepted} +\begin{itemize} +\item{Manuscript 1} +\end{itemize} + +\subsectionheading{Under Review} +\begin{itemize} +\item{Manuscript 1} +\item{Manuscript 2} +\end{itemize} + +\subsectionheading{Submitted} +\begin{itemize} +\item{Manuscript 1} +\item{Manuscript 2} +\end{itemize} + +\subsectionheading{In Preparation} +\begin{itemize} +\item{Manuscript 1} +\item{Manuscript 2} +\end{itemize} +\largespace + +\sectionheading{Graduate School Research Experience} + +\subsubsectionheading{Name of grant/project/study - Research Assistant}{2011 - 2014} {University of XXX} +\begin{wrapped} +\item{Analyzed data from a $2 \times 2$ factorial study examining the impact of diet and exercise in overweight breast cancer survivors with a history of lymphedema.} +\item{What else did you do...} +\end{wrapped} +\largespace + + +\sectionheading{Teaching Experience} + +\subsubsectionheading{Fundamentals of Biostatistics}{Spring 2013}{Teaching Assistant - University of XXX Department of XXX} +\begin{wrapped} +\item{Description of class - who took it, how many people were in it.} +\item{What did you do? Weekly problem sessions, office hours etc. } +\end{wrapped} +\medspace + +\subsubsectionheading{Concepts and Methods in Biostatistics}{Summer 2013}{Teaching Assistant - University of XXX Department of XXX} +\begin{wrapped} +\item{Summer course for 30 biomedical graduate students on the basics of biostatistics.} +\item{Designed and taught the curriculum for the SAS lab sessions.} +\end{wrapped} +\largespace + +\sectionheading{Presentations} +\subsectionheading{Invited} + +\subsectionheading{Contributed} + +\subsectionheading{Departmental} +\largespace + +\sectionheading{Awards and Honors} +\largespace + +\sectionheading{Service} +\subsectionheading{Referee Service} + +\subsectionheading{Professional} + +\subsectionheading{Institutional} +\begin{itemize} +\item{\subsubsectionheading{Organizer - Introduction to Statistical Software Seminar Series}{Fall 2014}{University of XXX Department of XXX}} +\item{\subsubsectionheading{Reviewer - Medical Education Research Scholars Track Review Committee}{2015-present}{University of XXX Department of XXX}} +\end{itemize} +\largespace + +\sectionheading{References} +\begin{itemize} +\item{\reference{Name of Recommender}{Title of Recommender}{xxx-xxx-xxx}{Department of Recommender}{email@xxx.edu}{University/Company}{Address}} +\item{\reference{Name of Recommender 2}{Title of Recommender 2}{xxx-xxx-xxx}{Department of Recommender}{email@xxx.edu}{University/Company}{Address}} +\end{itemize} + +\end{document} \ No newline at end of file -- cgit v1.2.3