summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-07 21:46:37 +0000
committerKarl Berry <karl@freefriends.org>2015-08-07 21:46:37 +0000
commitb5d426e9c4a2f9d38deb073aed89c0d6641d4d8c (patch)
tree78259a7d8911699c97f19c8cd3f5c125329c38b9
parenta395e96459bb0e174924a5738ed16da58e86f1ee (diff)
gradstudentresume (7aug15)
git-svn-id: svn://tug.org/texlive/trunk@38073 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/README.txt48
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdfbin0 -> 79829 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gradstudentresume/resume2015.tex121
-rw-r--r--Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls50
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/gradstudentresume.tlpsrc0
7 files changed, 221 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/gradstudentresume/README.txt b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt
new file mode 100644
index 00000000000..83778b10b8d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gradstudentresume/README.txt
@@ -0,0 +1,48 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%% 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
+% 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
+% 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}
+% it goes left, right, top, bottom
+\marginsize{0.75in}{0.75in}{0in}{1in}
+
+\pagestyle{plain} % because I think pages on CVs should be numbered
+
+\newcommand{\sectionrule}{\noindent\hfil\rule{\textwidth}{.6pt}\hfil
+\vspace{2mm}}
+
+%% I know latex has smallskip, medskip etc. but I think it is important to have fine control over your output and define your own skips
+\newcommand{\smallspace}{\vspace{1mm}}
+\newcommand{\medspace}{\vspace{3mm}}
+\newcommand{\largespace}{\vspace{5mm}}
+
+\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.
+
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gradstudentresume/resume2015.pdf
Binary files 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
diff --git a/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls
new file mode 100644
index 00000000000..7b0731552cf
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls
@@ -0,0 +1,50 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%% 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
+% 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
+% 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}
+% it goes left, right, top, bottom
+\marginsize{0.75in}{0.75in}{0in}{1in}
+
+\pagestyle{plain} % because I think pages on CVs should be numbered
+
+\newcommand{\sectionrule}{\noindent\hfil\rule{\textwidth}{.6pt}\hfil
+\vspace{2mm}}
+
+%% I know latex has smallskip, medskip etc. but I think it is important to have fine control over your output and define your own skips
+\newcommand{\smallspace}{\vspace{1mm}}
+\newcommand{\medspace}{\vspace{3mm}}
+\newcommand{\largespace}{\vspace{5mm}}
+
+\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.
+
+
+
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 68f781ee304..d3d978a7186 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -270,7 +270,7 @@ my @TLP_working = qw(
glossaries-polish glossaries-portuges glossaries-serbian glossaries-spanish
gmdoc gmdoc-enhance
gmiflink gmp gmutils gmverb gmverse gnuplottex go gost gothic
- gradientframe grafcet graphbox graphics graphics-pln
+ gradientframe gradstudentresume grafcet graphbox graphics graphics-pln
graphicx-psmin graphicxbox graphviz greek-fontenc greek-inputenc
greekdates greektex greenpoint grfpaste
grid grid-system gridset grotesq grundgesetze
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index f8f48b4103d..19b041b22cd 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -49,6 +49,7 @@ depend fbithesis
depend fcltxdoc
depend gaceta
depend gatech-thesis
+depend gradstudentresume
depend gsemthesis
depend gzt
depend har2nat
diff --git a/Master/tlpkg/tlpsrc/gradstudentresume.tlpsrc b/Master/tlpkg/tlpsrc/gradstudentresume.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/gradstudentresume.tlpsrc