-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume_professional.tex
118 lines (87 loc) · 3.71 KB
/
Resume_professional.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 2.0 (8/5/13)
%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{resume} % Use the custom resume.cls style
% process publications automatically
\usepackage{bibentry}
% Document margins
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry}
% Show URLs better
\usepackage{hyperref}
% Set Footer to indicate when this was last updated
\usepackage{fancyhdr}
\usepackage{xcolor}
\usepackage{todonotes}
\usepackage{fontawesome}
\usepackage{import}
\usepackage{xcolor}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.1pt}
\fancyfoot[R]{\textcolor{gray}{Last Updated on \today}}
% goodies
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\renewcommand{\labelitemi}{$\circ$}
\import{Common Sections/}{metadata}
% set reference format
\usepackage{natbib}
\bibliographystyle{plainnat}
\setlength{\parskip}{8pt}
\patchcmd{\rSection}
{\MakeUppercase{\bf #1}}
{\textbf{\MakeUppercase{#1}}}
{}{}
\begin{document}
\begin{rSection}{About}
Enthusiastic NLP researcher and AI/ML specialist seeking to transition back into the field with a focus on data-driven innovation. Currently a software developer with a strong background in developing and implementing data-driven solutions. Eager to explore opportunities that utilize NLP tools and techniques to drive impactful projects and solve complex problems, while leveraging backend engineering skills.
\end{rSection}
% file to read publications from
\nobibliography{publications}
%-------------------------------------------------------------------------------
% Work Experience
%-------------------------------------------------------------------------------
\begin{rSection}{\faBriefcase \hspace{0.5mm} Work Experience}
\import{Common Sections/}{work_ex}
\end{rSection}
%-------------------------------------------------------------------------------
% Education Details
%-------------------------------------------------------------------------------
\begin{rSection}{\faGraduationCap \hspace{0.5mm} Education}
\import{Common Sections/}{education}
\end{rSection}
%-------------------------------------------------------------------------------
% Common Sections
%-------------------------------------------------------------------------------
\import{Common Sections/}{skills}
\import{Common Sections/}{papers}
\import{Common Sections/}{selected_projects}
% \import{Common Sections/}{additional_info}
%-------------------------------------------------------------------------------
% References
%-------------------------------------------------------------------------------
% \textbf{Name of Reference} \hfill {How you know them}\\
% Department Affiliation\\
% University/College they work in\\
% Email: \href{mailto:[email protected]}{[email protected]}
% \begin{rSection}{\faComments \hspace{0.5mm} References}
% \begin{enumerate}
% \import{Common Sections/}{common references}
% % \item \textbf{Dio Correa} \hfill Software Architect\\
% % Inditex, Spain\\
% % \faEnvelope \hspace{0.5mm} \href{mailto:[email protected]}{[email protected]}
% \end{enumerate}
% \end{rSection}
\end{document}