· 5 years ago · Jul 22, 2020, 04:44 AM
1%-------------------------
2% Resume in Latex
3% Author : Arkadeep Das & Hiten Sethiya
4% License : MIT
5%------------------------
6
7\documentclass[a4paper,10pt]{report}
8\usepackage[margin=0in ]{geometry}
9\usepackage{latexsym}
10\usepackage{float}
11\usepackage[empty]{fullpage}
12\usepackage{wrapfig}
13\usepackage{lipsum}
14\usepackage{tabu}
15\usepackage{textcomp}
16\usepackage{titlesec}
17\usepackage{marvosym}
18\usepackage[usenames,dvipsnames]{color}
19\usepackage{verbatim}
20\usepackage{enumitem}
21\usepackage[hidelinks]{hyperref}
22\usepackage{fancyhdr}
23\usepackage{multicol}
24\usepackage{amsmath}
25\usepackage{graphicx}
26\setlength{\multicolsep}{0pt}
27\pagestyle{fancy}
28\fancyhf{} % clear all header and footer fields
29\fancyfoot{}
30\renewcommand{\headrulewidth}{0pt}
31\renewcommand{\footrulewidth}{0pt}
32
33% Adjust margins
34\addtolength{\oddsidemargin}{-0.5in}
35\addtolength{\evensidemargin}{-0.5in}
36\addtolength{\textwidth}{1.0in}
37\addtolength{\topmargin}{-0.75in}
38\addtolength{\textheight}{1.0in}
39
40\urlstyle{same}
41
42%\raggedbottom
43% \raggedright
44\setlength{\tabcolsep}{0in}
45
46% Sections formatting
47\titleformat{\section}{
48 \vspace{-5pt}\titlerule[0.75pt]\vspace{5pt}\scshape\raggedright\large\textbf
49}{}{0em}{}
50
51\geometry{left=30pt,right=30pt,top=20pt,bottom=25pt}
52
53%-------------------------
54% Custom commands
55\newcommand{\resumeItem}[2]{
56 \item\small{
57 \textbf{#1}{: #2 \vspace{-2pt}}
58 }
59}
60\newcommand{\resumeSubheading}[4]{
61 \vspace{-1pt}\item
62 \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
63 \textbf{#1} & #2 \\
64 \textit{\small#3} & \textit{\small #4} \\
65 \end{tabular*}\vspace{-6pt}
66}
67
68\newcommand{\resumeSubItemTwo}[2]{
69 \vspace{-1pt}\item
70 \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
71 #1 & #2 \\
72 \end{tabular*}\vspace{-6pt}
73}
74
75\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
76
77\renewcommand{\labelitemii}{$\circ$}
78
79\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
80\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
81\newcommand{\resumeItemListStart}{\begin{itemize}}
82\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
83
84%-------------------------------------------
85%%%%%% CV STARTS HERE %%%%%%%%%%%
86
87\begin{document}
88%----------HEADING-----------------
89\begin{tabular}[h!]
90
91\parbox{2.35cm}{
92
93\includegraphics[width=2.25cm,clip]{iitg_logo.jpg}
94
95}
96\parbox{\dimexpr\linewidth-2.5cm\relax}{
97
98\begin{tabular*}{\textwidth}{l@{\hskip 4.50cm}r}
99
100 \textbf{\huge Lavish Gulati} & +91-9872706377 \\
101 {Roll Number: 170101082} & \href{mailto:gulat170123030@iitg.ac.in}{gulat170123030@iitg.ac.in} \\
102 {B.Tech. - Computer Science and Engineering} & \href{https://github.com/LavishGulati}{github.com/LavishGulati}\\
103 {Indian Institute of Technology Guwahati} & \href{https://www.linkedin.com/in/lavishgulati/}{linkedin.com/in/lavishgulati}
104
105\end{tabular*}
106%\end{center}
107%\label{tab:xt}
108}
109%
110%\end{table}%
111%
112\end{tabular}
113
114
115\vspace{-4pt}
116%-----------EDUCATION-----------------
117\section{Education}
118\vspace{-8pt}
119\centering
120 \begin{tabu} to 1\textwidth { | X[1, c] | X[2, c] | X[1, c] | X[1, c]| }
121 \hline { \textbf{Degree/Certificate} & \textbf{Institute/Board} & \textbf{CGPA/Percentage} & \textbf{Year}} \\
122 \hline
123 B.Tech.& Indian Institute of Technology Guwahati & 9.63 (Current) & 2017 - Present \\
124 \hline
125 Senior Secondary & CBSE & 95.00\% & 2017 \\
126\hline
127Secondary & CBSE & 10.0 & 2015 \\
128\hline
129\end{tabu}
130%-----------EXPERIENCE-----------------
131% \section{Experience}
132% \vspace{-5pt}
133% \resumeSubHeadingListStart
134% \resumeSubheading
135% {Goldman Sachs}{Bangalore, India}
136% {Summer Analyst - Market Risk Technology}{May 2018 - July 2018}
137% % Worked as part of the Market Risk Technology team. Developed a process from scratch in Slang, to process, hydrate and reconcile large volume of data in EDS, optimizing architectural and functional bottlenecks.
138% \begin{itemize}
139% \item Developed a process from scratch in Slang (GS Proprietary Language), to process, hydrate and reconcile large volume of data in End Data Stores, optimizing architectural and functional bottlenecks.\\
140% \end{itemize}
141% \resumeItemListEnd
142
143% \vspace{-8pt}
144%-----------PROJECTS-----------------
145
146
147\vspace{-4pt}
148\section{Projects}
149\vspace{-8pt}
150\resumeSubHeadingListStart
151 \resumeSubheading{IMDB Rating Predictor}{Ongoing}{Personal Project}{\href{https://git.io/fj6M8}{git.io/fj6M8}}
152 \begin{itemize}
153 \item Published a dataset containing \textbf{1.7 million} user comments on \textbf{9632} IMDB rated movies. The dataset was generated using web scraping libraries - \textit{Beautiful Soup} and \textit{Selenium}, with the help of parallel computing.
154 \item Analyzed the sentiment of a user comment, and predicted its rating using deep learning and NLP. The model was built from recurrent neural networks and trained using Keras library and pre-trained word2vec embeddings.
155 \end{itemize}
156 \vspace{-9pt}
157 \resumeSubheading{Friendverse}{Jan 2019 - May 2019}{Personal Project}{\href{https://git.io/fj6M4}{git.io/fj6M4}}
158 \begin{itemize}
159 \item A social networking site using \textit{Django} and \textit{JavaScript} for back-end, and \textit{Bootstrap} for front-end. The key features are making two-way connections to other users, posting status on user feed and commenting on posts. Implemented live chat room without page refreshing, using \textit{WebSockets} for user communication.
160 \end{itemize}
161 \vspace{-8.5pt}
162 \resumeSubheading{Speech Lab Website}{Apr 2019}{Dr. Pradip K. Das, Professor, Dept. of CSE, IIT Guwahati}{\href{https://git.io/fj3xT}{git.io/fj3xT}}
163 \begin{itemize}
164 \item A \textit{Django} based web application using \textit{Firebase} as the back-end, to perform lab management tasks such as enrolling in courses, uploading assignments, group allocation and grading. Implemented notice board, events planner using Google Calendar API and discussion forum with polls, and deployed using \textit{Apache2 Web Server}.
165 \end{itemize}
166 \vspace{-8.5pt}
167 \resumeSubheading{Data Structures Learning Software}{Mar 2019}{Dr. Pradip K. Das, Professor, Dept. of CSE, IIT Guwahati}{\href{https://git.io/fj6Mr}{git.io/fj6Mr}}
168 \begin{itemize}
169 \item A \textit{Visual C++} based learning software for data structures, using step-by-step animations from custom input entered by the users, tag-based query resolving and quizzes.
170 \end{itemize}
171\resumeSubHeadingListEnd
172
173
174
175
176\vspace{-14pt}
177\section{Technical Skills}
178\vspace{-8pt}
179 \resumeSubHeadingListStart
180 \resumeSubItem{Programming Languages}
181 {C, C++, Python*, MATLAB*}
182 \resumeSubItem{Web Technologies}{HTML, Django, JavaScript*, PHP*}
183 \resumeSubItem{Database Management}
184 {MS Access, MariaDB, Google Firebase}
185 \resumeSubItem{Miscellaneous}
186 {Visual Basic .NET, Visual C++, Git, SQL, Keras*}
187 \resumeSubItem{Operating Systems}
188 {Windows, Linux* \hfill * \textit{Elementary Proficiency}}
189 \resumeSubHeadingListEnd
190
191
192
193\vspace{-8pt}
194\section{Achievements}
195\vspace{-8pt}
196\resumeSubHeadingListStart
197\resumeSubItem{Competitive Programming Platforms}{Achieved highest rating of \textbf{1933} on CodeChef and \textbf{1850} on Codeforces.}
198\resumeSubItem{Competitive Programming Contests}{}
199\begin{itemize}
200 \item \textbf{Codeforces Round 572 (Div. 2)}: Secured \textbf{Global Rank 58} among 9386 participants.
201 \item \textbf{May Lunchtime 2019 Div. 2 (CodeChef)}: Secured \textbf{Global Rank 15} among 2922 participants.
202 \item \textbf{Null Void (Organized by IIIT Vadodara)}: Secured \textbf{Global Rank 35} among 667 participants.
203 \item \textbf{3 Address Code (National Level Coding Hackathon)}: Secured \textbf{All India Rank 102} among 3391 participants.
204\end{itemize}
205\vspace{-8pt}
206\resumeSubItem{Joint Entrance Examination 2017}{Secured \textbf{AIR 1134} among 0.22 million candidates appearing for the examination.}
207\resumeSubItem{National Standard Examination in Chemistry 2016-17}{Placed in \textbf{National Top 1\%} among 41396 candidates enrolled.}
208\vspace{0pt}
209\resumeSubItem{Kishore Vaigyanik Protsahan Yojana (KVPY) 2016-17}{Awarded National Research Fellowship by securing \textbf{AIR 313}.}
210\resumeSubItem{National Talent Search Examination 2015}{Awarded NTS scholarship given to \textbf{National Top 1000} students.}
211\resumeSubHeadingListEnd
212
213
214\vspace{-8pt}
215 \section{Key Courses Taken}
216\vspace{-8pt}
217 \begin{multicols}{2}
218 \begin{itemize}[leftmargin = *,itemsep=-3pt]
219
220\item Data Structures Theory and Lab
221\item Algorithms
222\item Discrete Mathematics
223\item Formal Languages and Automata Theory
224\item Software Engineering Theory and Lab
225%%%%%%%%%%%%%%%%%%
226\item Computer Organization and Architecture
227\item Systems Programming Lab
228\item Game Theory and Economics
229% \item Calculus and Differential Equations
230% \item Probability Theory and Random Processes
231% \item Monte Carlo Simulation
232% \item Statistical Analysis of Financial Data
233% \item Financial Engineering
234% \item Portfolio Theory and Performance Analysis
235 %\item Optimization
236%%%%%%%%%%%%%%%%%%%%%%
237% \item Discrete Mathematics
238% \item Matrix Computations
239
240
241%\item Formal Language \& Automata Theory
242%\item Theory of Computation
243
244% \item Stochastic Calculus
245% \item Matrix Computations
246
247% \item Scientific Computing
248
249%\item Linear Algebra
250% \item Data Structures and Algorithms (with Lab)
251% \item Discrete Mathematics
252% \item Probability Theory and Random Processes
253% \item Stochastic Calculus for Finance
254% \item Computer Networks (with Lab)
255% \item Operating Systems (with Lab)
256% \item Statistical Analysis of Financial Data
257% \item CNNs for Visual Recognition (Stanford)*
258 \end{itemize}
259
260 \end{multicols}
261
262
263
264\vspace{-3pt}
265\section{Positions of Responsibility}
266\vspace{-8pt}
267\resumeSubHeadingListStart
268\resumeSubItemTwo{Club Secretary, Coding Club, IIT Guwahati}{2019 - till date}
269\resumeSubItemTwo{Web Development Coordinator, Coding Club, IIT Guwahati}{2018 - 2019}
270\resumeSubHeadingListEnd
271
272%
273%--------PROGRAMMING SKILLS------------
274%\section{Programming Skills}
275% \resumeSubHeadingListStart
276% \item{
277% \textbf{Languages}{: Scala, Python, Javascript, C++, SQL, Java}
278% \hfill
279% \textbf{Technologies}{: AWS, Play, React, Kafka, GCE}
280% }
281% \resumeSubHeadingListEnd
282
283
284%-------------------------------------------
285\end{document}