-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparis_koloveas-cv.tex
148 lines (108 loc) · 3.18 KB
/
paris_koloveas-cv.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
% --- LaTeX CV Template ---
% Set document class and font size
\documentclass[letterpaper, 10pt]{article}
\usepackage[utf8]{inputenc}
% Package imports
\usepackage{setspace, longtable, graphicx, hyphenat, url, hyperref, fancyhdr, ifthen, enumitem, amsmath, setspace}
% \usepackage[symbol]{footmisc}
% \usepackage{fontawesome}
% --- Page layout settings ---
% Set page margins
\usepackage[left=0.5in, right=0.5in, bottom=0.4in, top=0.5in]{geometry}
% Set line spacing
\renewcommand{\baselinestretch}{1.15}
% % Set footnote with symbols
% \renewcommand{\thefootnote}{\fnsymbol{footnote}}
% % Set footnote as FontAwesome Gears
% \renewcommand{\thefootnote}{\color{black}{\faGears}}
% --- Page formatting ---
% Set link colors
\usepackage[dvipsnames]{xcolor}
\hypersetup{colorlinks=true, linkcolor=RoyalBlue, urlcolor=RoyalBlue}
% Set font to Libertine, including math support
\usepackage{libertine}
\usepackage[libertine]{newtxmath}
% Remove page numbering
\pagenumbering{gobble}
% --- Document starts here ---
\begin{document}
% Name and date of last update to this document
\noindent{\Huge{Paris Koloveas}
\hfill \textit{\footnotesize Updated \today}}
\noindent{\color{gray}{\Large{Data Science Researcher, NLP Researcher, ML Engineer, Data Engineer}}}
% --- Contact information and other items ---
\input{sections/header.tex}
% --- Start the two-column table storing the main content ---
% Set spacing between columns
\setlength{\tabcolsep}{6pt}
% Set the width of each column
\begin{longtable}{p{1.6in}p{5.1in}}
% --- Section: Research interests ---
\input{sections/research_interests.tex}
& \\ [-5pt]
% --- Section: Summary ---
\input{sections/summary.tex}
& \\
% --- Section: Education ---
\input{sections/education.tex}
& \\
% \newpage
% --- Section: Work experience ---
\input{sections/work_experience.tex}
& \\
% --- Section: Research experience ---
% \input{sections/research_experience.tex}
% & \\
% \newpage
% --- Section: Industry experience ---
% \input{sections/industry_experience.tex}
% & \\
% --- Section: Research projects ---
\input{sections/research_projects.tex}
& \\
% --- Section: Talks and tutorials ---
% \input{sections/talks_and_tutorials.tex}
% & \\
% --- Section: Certifications ---
\input{sections/certifications.tex}
& \\
% --- Section: Publications ---
\input{sections/publications.tex}
& \\
% \newpage
% --- Section: Dissertations ---
% \input{sections/dissertations.tex}
% & \\
% \newpage
% --- Section: Awards, scholarships, etc. ---
\input{sections/awards.tex}
& \\
% --- Section: Technical skills ---
\input{sections/technical_skills.tex}
& \\
% & \\
% & \\
% & \\
% --- Section: Languages ---
\input{sections/languages.tex}
% & \\
% \input{sections/ai-courses.tex}
% & \\
% --- Section: Volunteer work ---
% \input{sections/volunteer_work.tex}
% & \\
% --- Section: Teaching experience ---
% \input{sections/teaching_experience.tex}
% & \\
% --- Section: Service and outreach ---
% \input{sections/service_and_outreach.tex}
% & \\
% --- Section: Professional society memberships ---
% \input{sections/society_memberships.tex}
% & \\
% --- Section: Other interests/hobbies ---
% \input{sections/other_interests.tex}
% & \\
% --- End of CV! ---
\end{longtable}
\end{document}