-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
2,595 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# data-science-tech-resume-template | ||
## OFFICIAL PUBLIC OVERLEAF TEMPLATE | ||
https://www.overleaf.com/latex/templates/data-science-tech-resume-template/zcdmpfxrzjhv | ||
|
||
Resume template for data scientists, a complement to data-science-tech-cover-letter-template: | ||
https://www.overleaf.com/latex/templates/data-science-tech-cover-letter-template/gbrcqktbsfxf | ||
|
||
### Files: | ||
- resume.tex: Main file | ||
- _header.tex: header code | ||
- TLCresume.sty: style file containing formatting details | ||
- section/objective: https://www.indeed.com/career-advice/resumes-cover-letters/resume-objective-examples | ||
- section/skills: table of skills | ||
- section/experience: projects or roles | ||
- section/education: schools and stuff | ||
- section/activities: optional, could comment out in resume.tex. | ||
|
||
|
||
### Editor: | ||
https://github.com/TimmyChan | ||
https://www.linkedin.com/in/timmy-l-chan/ | ||
|
||
### Last Updated: March 24th, 2022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
\NeedsTeXFormat{LaTeX2e} | ||
\ProvidesPackage{TLCresume}[11/19/21 resume package] | ||
% Author: Timmy Chan | ||
|
||
% Assuming using "article" document class and letter sized paper. | ||
% FONT STUFF | ||
|
||
\RequirePackage[T1]{fontenc} % Font encoding https://texfaq.org/FAQ-why-inp-font | ||
\RequirePackage[default,semibold]{sourcesanspro} | ||
\RequirePackage[12pt]{moresize} | ||
\usepackage{anyfontsize} | ||
\RequirePackage{csquotes} | ||
|
||
% MARGINS AND SPACING | ||
\RequirePackage[margin=.5in, top=.75in]{geometry} % Set Margins | ||
\raggedright % left align no indent | ||
\raggedbottom % top align no indent | ||
|
||
% COLOR | ||
\RequirePackage{xcolor} | ||
\definecolor{highlight}{RGB}{61, 90, 128} % CHANGE THIS TO YOUR FAV COLOR https://g.co/kgs/aoqdi7 | ||
|
||
% LINKS | ||
\RequirePackage{hyperref} | ||
\hypersetup{colorlinks=true,urlcolor=highlight} | ||
|
||
% BULLET POINTS | ||
\RequirePackage[inline]{enumitem} | ||
\setlength{\tabcolsep}{0in} | ||
|
||
% SECTION FORMATTING | ||
\RequirePackage[nostruts]{titlesec} | ||
\titlespacing*{\section}{0em}{0.5em}{0em} | ||
\titleformat{\section}{\color{highlight} \scshape \raggedright \large}{}{0em}{}[\vspace{-0.75em}\hrulefill] | ||
% SUBSECTION FORMATTING | ||
\titlespacing*{\subsection}{0em}{0em}{0em} | ||
\titleformat{\subsection}{\bfseries}{}{0em}{}[] | ||
|
||
% BOLD COMMAND | ||
\newcommand{\skills}[1]{ {\bfseries #1}} | ||
|
||
% SUBTEXT | ||
\newcommand{\subtext}[1]{\textit{#1}\par\vspace{-.75em}} | ||
|
||
% tighter spacing than itemize | ||
\setlist[itemize]{align=parleft,left=0pt..1em} | ||
\newenvironment{zitemize}{ | ||
\begin{itemize} \itemsep 0pt \parskip 0pt \parsep 1pt} | ||
{\end{itemize}\vspace{-0.5em}} | ||
|
||
% Page numbering | ||
\pagenumbering{arabic} | ||
|
||
% SUBFILES IMPORTING | ||
\RequirePackage{standalone} | ||
|
||
% FOR TEMPLATE FILLER | ||
\RequirePackage[english]{babel} | ||
\RequirePackage{blindtext}% Filler Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
\usepackage{fancyhdr} | ||
|
||
\pagestyle{fancy} | ||
\fancyhf{} | ||
\lhead{\phone \\ % PHONE | ||
\city \\ % city | ||
\href{mailto:\email}{\email}} | ||
\chead{% | ||
\centering {\huge \skills \name \vspace{.25em}} \\ % feel free to adjust vspace to 0 | ||
{\color{highlight} \Large{\role}}}% | ||
\rhead{ | ||
Website: \href{https://leschultz.github.io}{ leschultz.github.io}\\ % Portfolio | ||
GitHub: \href{https://github.com/\github}{\github} \\% Github | ||
LinkedIn: \href{https://www.linkedin.com/in/\LinkedIn}{\LinkedIn}} | ||
|
||
\rfoot{Page \thepage} | ||
\cfoot{Lane E. Schultz} | ||
|
||
\fancypagestyle{plain}{% | ||
\fancyhf{} % clear all header and footer fields | ||
\rfoot{Page \thepage} | ||
\cfoot{Lane E. Schultz} | ||
\renewcommand{\headrulewidth}{0pt} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
\relax | ||
\providecommand\hyper@newdestlabel[2]{} | ||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} | ||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined | ||
\global\let\oldcontentsline\contentsline | ||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} | ||
\global\let\oldnewlabel\newlabel | ||
\gdef\newlabel#1#2{\newlabelxx{#1}#2} | ||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} | ||
\AtEndDocument{\ifx\hyper@anchor\@undefined | ||
\let\contentsline\oldcontentsline | ||
\let\newlabel\oldnewlabel | ||
\fi} | ||
\fi} | ||
\global\let\hyper@last\relax | ||
\gdef\HyperFirstAtBeginDocument#1{#1} | ||
\providecommand\HyField@AuxAddToFields[1]{} | ||
\providecommand\HyField@AuxAddToCoFields[2]{} | ||
\providecommand\babel@aux[2]{} | ||
\@nameuse{bbl@beforestart} | ||
\providecommand \oddpage@label [2]{} | ||
\babel@aux{english}{} | ||
\@writefile{toc}{\contentsline {section}{\numberline {1}Education}{1}{section.1}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {2}Skills}{1}{section.2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {3}Technical Experience}{1}{section.3}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}{Research Assistant \hfill Jun 2018 --- Present}}{1}{subsection.3.1}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}{Summer Undergraduate Research Experience \hfill May 2017 --- Aug 2017}}{1}{subsection.3.2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}{Capstone Design Project \hfill Sep 2016 --- Apr 2017}}{1}{subsection.3.3}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}{Summer Undergraduate Research Fellowship \hfill May 2016 --- Aug 2016}}{1}{subsection.3.4}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5}{Design Project \hfill Dec 2015 --- Apr 2016}}{2}{subsection.3.5}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {4}Teaching Experience}{2}{section.4}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {5}Publications}{2}{section.5}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {6}Presentations}{3}{section.6}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {7}Awards, Honors, and Societies}{3}{section.7}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {8}Interests}{3}{section.8}\protected@file@percent } | ||
\gdef \@abspage@last{3} |
Oops, something went wrong.