-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRuedaBecerrilJM-resume.tex
104 lines (86 loc) · 4.04 KB
/
RuedaBecerrilJM-resume.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
\documentclass[11pt,letterpaper,roman,colorlinks,linkcolor=true]{moderncv}
%%%%%%% possible options:
%%% font size: 10pt, 11pt, 12pt
%%% paper size: a4paper, letterpaper, a5paper, legalpaper, executivepaper, landscape
%%%%% font family: sans, roman
\usepackage{verbatim}
\moderncvstyle{banking}
%\moderncvstyle[norules]{banking}
%%%%% themes: casual (default), classic, banking, oldstyle, fancy
\moderncvcolor{black}
%%%%% color: black, blue (default), burgundy, green, grey, orange, purple, red
\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
\usepackage{lmodern}
% adjust the page margins
\usepackage[margin=0.5in]{geometry}
%\setlength{\hintscolumnwidth}{3.5cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
%%%%%%%%% BIBLIOGRAPHY %%%%%%%%
% bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX)
% to show numerical labels in the bibliography (default is to show no labels)
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}
%\makeatother
% to redefine the bibliography heading string ("Publications")
%\renewcommand{\refname}{Articles}
%---- Begin use with Multibib ----
% bibliography with mutiple entries
\usepackage[resetlabels]{multibib}
\newcites{jour,conf}{{Articles},{Proceedings}}
%\usepackage[numbers,square]{natbib}
\input{bib_setup3} % Bibliography setup
%%% New macros
%%%%%%%%%%%%%%%%
\input{newmacros} % New macros
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{Jesús~M.}{Rueda-Becerril}
\title{Ph.D.}
\address{3902 S Ferdinand St}{}{Seattle, 98118 WA}
%\address{Astrophysicist}{Data Scientist}{Software Engineer}
%%% Social icons
%\social[fax][]{}
%\extrainfo{\faMapMarker{} Seattle, WA}
\email{[email protected]}
\homepage{altjerue.github.io}
\social[linkedin]{jeruebe}
\social[twitter]{jerue103}
\social[github]{altjerue}
\social[portfolio][www.datacamp.com/portfolio/jmruebe]{{\color{black}\faBriefcase{}} DataCamp}
\phone[mobile]{+1 (765) 430-2330}
%\social[xing]{john\_doe}
%\social[gitlab]{jdoe}
%\social[stackoverflow]{0000000/johndoe}
% \social[bitbucket]{jdoe}
% \social[skype]{jdoe}
\social[orcid]{0000-0003-1988-1912}
% \social[researchgate]{jdoe}
% \social[researcherid]{jdoe}
% \social[telegram]{jdoe}
% \social[whatsapp]{12345678901}
% \social[signal]{12345678901}
% \social[matrix]{@johndoe:matrix.org}
\social[googlescholar]{jm.ruebe}
% \photo[64pt][0.4pt]{picture} % '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%\quote{Last Updated: \today}
\AfterPreamble{\hypersetup{
citecolor=blue,
urlcolor=blue,
}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makecvtitle%
\vspace{-40pt}
\input{Sections/profile_short} % <--- Profile
\input{Sections/experience_resume} % <--- Research experience
\input{Sections/skills2} % <--- Computer skills
\input{Sections/education_resume} % <--- Education
\input{Sections/projects} % <--- Projects
\input{Sections/certif} % <--- Certifications
%\input{Sections/languages} % <--- Languages
%\newpage
%\input{Sections/publications} % <--- Publications
\end{document}