summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-18 23:05:57 +0000
committerKarl Berry <karl@freefriends.org>2015-08-18 23:05:57 +0000
commitdad921b94089fef4e0951ae3b3b319795a63d34b (patch)
treee9ea3e05c1243a5eec30328e6f5c06cc85559cd8 /Master/texmf-dist
parent327edc933ae08980d1ddfdf5348f969a8b09d692 (diff)
gradstudentresume (18aug15)
git-svn-id: svn://tug.org/texlive/trunk@38147 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/README.txt40
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdfbin0 -> 99067 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex80
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdfbin79829 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex121
-rw-r--r--Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls42
6 files changed, 126 insertions, 157 deletions
diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/README.txt b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt
index 83778b10b8d..1bf7086da8f 100644
--- a/Master/texmf-dist/doc/latex/gradstudentresume/README.txt
+++ b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt
@@ -1,22 +1,36 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% 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 generic as possible since I cannot possibly come up with every section and subsection
+% I tried to make it as flexible 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 is to create a flexible template that can be customized based on each specific
+% academic CV. The goal was to create a 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}}
@@ -25,24 +39,16 @@
\newcommand{\medspace}{\vspace{3mm}}
\newcommand{\largespace}{\vspace{5mm}}
-\newcommand{\degree}[4]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\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{\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
new file mode 100644
index 00000000000..dfd68d1c872
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex b/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex
new file mode 100644
index 00000000000..3f898c5a12a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gradstudentresume/RESUME15.tex
@@ -0,0 +1,80 @@
+%% 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
deleted file mode 100644
index b64bed42b40..00000000000
--- a/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex
deleted file mode 100644
index fad423223b1..00000000000
--- a/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex
+++ /dev/null
@@ -1,121 +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}{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
diff --git a/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls
index 7b0731552cf..1bf7086da8f 100644
--- a/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls
+++ b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls
@@ -1,22 +1,36 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% 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 generic as possible since I cannot possibly come up with every section and subsection
+% I tried to make it as flexible 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 is to create a flexible template that can be customized based on each specific
+% academic CV. The goal was to create a 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}}
@@ -25,26 +39,16 @@
\newcommand{\medspace}{\vspace{3mm}}
\newcommand{\largespace}{\vspace{5mm}}
-\newcommand{\degree}[4]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\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{\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.