-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresume-lab.tex
executable file
·367 lines (318 loc) · 10.6 KB
/
resume-lab.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Resume Lab LaTeX Template for Resume
%
% Modified version of Awesome CV Class File (downloaded
% from: https://github.com/posquit0/Awesome-CV)
%
% This file has been downloaded form:
% https://github.com/TrupeshKumarPatel/Resume-Lab
%
% Author:
% Trupeshkumar R. Patel <pateltrupesh27@gmail.com>
%
%
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{resume-lab}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% Specify the location of the included fonts
\fontdir[fonts/]
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-emerald}
% Uncomment if you would like to specify your own color
%\definecolor{awesome}{HTML}{CA63A8}
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
\definecolor{DarkBlue}{RGB}{42, 61, 71}
\AddToShipoutPictureBG{\AtPageLowerLeft{\color{DarkBlue}\rule{.33\paperwidth}{\paperheight}}}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
\photo[circle,noedge,left]{profile}
\name{FirstName}{LastName}
\position{Current Position{\enskip\cdotp\enskip} at Organization}
\address{Full Address}
\mobile{Phone Number}
\email{E-mail Address}
%\homepage{www.posquit0.com}
\github{GitHub ID}
\linkedin{LinkedIn UserName}
% \gitlab{gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{madium-id}
\googlescholar{GoogleScholarID}{Google Scholar Name}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
\quote{``Here you write quote."}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[R]
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{FirstName LastName~~~·~~~Resume}
{\thepage}
% Print the title with above letter informations
%\makelettertitle
%-------------------------------------------------------------------------------
% LETTER CONTENT
%-------------------------------------------------------------------------------
\begin{Parallel}[v]{0.265\textwidth}{0.66\textwidth}
\ParallelRText{\noindent
\begin{cvletter}
%-------------------------------------------------------------------------------
% BRIEF OBJECTIVE/SUMMARY
%-------------------------------------------------------------------------------
This is opening statement about you as very brief objective/summary in 2-4 sentences.
%-------------------------------------------------------------------------------
% EDUCATION
%-------------------------------------------------------------------------------
\lettersection{Education}
\cventry
{Institution Name} % Institution
{Degree Name} % Degree
{Location} % Location
{MMM. YYYY - MMM. YYYY} % Date(s)
{
% \begin{cvitems} % Description(s) bullet points
% \item {Description-1}
% \item {Description-2}
% \end{cvitems}
}
\cventry
{Institution Name} % Institution
{Degree Name} % Degree
{Location} % Location
{MMM. YYYY - MMM. YYYY} % Date(s)
{
% \begin{cvitems} % Description(s) bullet points
% \item {Description-1}
% \item {Description-2}
% \end{cvitems}
}
%-------------------------------------------------------------------------------
% EXPERIENCE
%-------------------------------------------------------------------------------
\lettersection{Experience}
\cventry
{Organization Name} % Organization
{Job title} % Job title
{Location} % Location
{MMM. YYYY - MMM. YYYY} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{cvitems}
}
\cventry
{Organization Name} % Organization
{Job title} % Job title
{Location} % Location
{MMM. YYYY - MMM. YYYY} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{cvitems}
}
%-------------------------------------------------------------------------------
% PROJECTS
%-------------------------------------------------------------------------------
\lettersection{Projects}
\cvhonor
{Project Name} % Project
{MMM. YYYY - MMM. YYYY} % Date(s)
{
\begin{cvhonoritems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{cvhonoritems}
}
\cvhonor
{Project Name} % Project
{MMM. YYYY - MMM. YYYY} % Date(s)
{
\begin{cvhonoritems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{cvhonoritems}
}
\end{cvletter}
\begin{textblock}{2}(0,0)
\lettersectionstyles{Technical Skills}\vspace{5mm}\\
\skillsection
{Programming Languages}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\skillsection
{Databases}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\skillsection
{Data Science \& Big data Tools}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\skillsection
{Web Technologies}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\lettersectionstyles{Research Interest}\vspace{5mm}\\
\interestsection
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\end{textblock}
}
\ParallelPar
\newpage
\ParallelRText{\noindent
\begin{cvletter}
%-------------------------------------------------------------------------------
% PROJECTS
%-------------------------------------------------------------------------------
\lettersection{Poster Presentations}
Here write your Poster publications and make sure \textbf{Your Name} is in \textsc{Bold}.
%-------------------------------------------------------------------------------
% PROJECTS
%-------------------------------------------------------------------------------
\lettersection{Oral Presentations}
Here write your Oral publications and make sure \textbf{Your Name} is in \textsc{Bold}.
\end{cvletter}
\begin{textblock}{2}(0,-1.5)
\lettersectionstyles{Coursework}\vspace{5mm}\\
\skillsection
{Data Science}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\skillsection
{Algorithm \& Data Structure}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\skillsection
{Cyber Security}
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\lettersectionstyles{Awards}\vspace{5mm}\\
\interestsection
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\lettersectionstyles{Certifications}\vspace{5mm}\\
\interestsection
{
\begin{skillitems} % Description(s) of project
\item {Description - 1}
\item {Description - 2}
\item {Description - 3}
\item {Description - 4}
\item {Description - 5}
\end{skillitems}
}
\end{textblock}
}
\ParallelPar
\end{Parallel}
%%-------------------------------------------------------------------------------
%% BRIEF OBJECTIVE/SUMMARY
%%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter informations
%\makeletterclosing
\end{document}