-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
207 lines (157 loc) · 6.85 KB
/
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
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
\documentclass[9pt, a4paper]{extarticle}
\usepackage[utf8]{inputenc}
\usepackage[left=1.2cm, right=1.2cm, top=1.5cm, bottom=1cm]{geometry}
\usepackage{array} % Required for custom column alignment
\usepackage{enumitem}
\usepackage{fontspec}
\usepackage{hyperref}
\hypersetup{
colorlinks=true, % This removes the boxes around links
linkcolor=blue, % Customize the color of internal links
urlcolor=blue, % Customize the color of URLs
}
% Set the main font to DejaVu Sans
\setmainfont{DejaVu Sans}
% Remove indentation from the main text
\setlength{\parindent}{0pt}
\begin{document}
\begin{minipage}[t]{0.35\textwidth}
\begin{LARGE}Pawan Kumar\end{LARGE} \\
B.Tech. (Electrical Engineering) \\
Indian Institute of Technology Roorkee
\end{minipage}%
\hfill % Pushes the following minipage to the right
% \hspace{4cm}
\begin{minipage}[t]{0.30\textwidth} % Adjust the width as needed
Contact No: +919472040084 \\
Email: \href{mailto:[email protected]}{[email protected]} \\
LinkedIn: \href{https://www.linkedin.com/in/singhpawank/}{singhpawank}
\end{minipage}
\vspace{5pt}
\section*{\rule{3.5cm}{1.5pt} \normalfont{Area of Interest}}
\vspace{-8pt}
Data Structures and Algorithms, Software Development, Machine Learning
\vspace{-8pt}
% Education Details
\section*{\rule{3.5cm}{1.5pt} \normalfont{Education}}
\vspace{-15pt}
\begin{table}[htb]
\label{tab:example}
\renewcommand{\arraystretch}{1.5} % Increase vertical padding
\begin{tabular}{|>{\centering}p{1.5cm}|>{\raggedright}p{4cm}|>{\raggedright}p{8.5cm}|c|} % Use X columns to expand to full page width
\hline
Year & \centering Degree/Examination & \centering Institution/Board & CGPA/Percentage \\
\hline
2023 & B.Tech. & Indian Institute of Technology Roorkee & 7.856 \\
\hline
2018 & Intermediate (Class XII) & Sarvoday High School, Samastipur(BSEB) & 75\%\\
\hline
2016 & Matriculate (Class X) & Green Valley International School, Malinagar(CBSE) & 9.00 \\
\hline
\end{tabular}
\end{table}
\vspace{-20pt}
% Internship
\section*{\rule{3.5cm}{1.5pt} \normalfont{Internship}}
\vspace{-22pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{Cyber security Engage} | Microsoft \hfill May 2022 - June 2022 \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}[noitemsep]
\item Learnt about various concepts of cyber security like computer forensics, defending against critical threats, reverse
engineering, decompiling, disassembling, IDS, malware analysis tools, password sniffing, wireshark, DoS \& DDoS.
\item Analysed cyber security challenges in smart grids, preventions and how to respond to cyber incidents.
\end{itemize}
\vspace{-20pt}
% Projects
\section*{\rule{3.5cm}{1.5pt} \normalfont{Projects}}
\vspace{-22pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{Feedback Prediction System} | ArIES, IIT Roorkee \hfill Feb 2022 - April 2022 \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}[noitemsep]
\item Developed a mobile application which provides feedback based on users' verbal reviews using Sentiment Analysis.
\item Implemented the mobile app to collect users' audio reviews, transcribe them into text, and save them to the database.
\item Created a web application to implement a Rest API using Django Rest Framework and a relational database.
\item Performed text pre-processing, and designed and modelled ML algorithms to determine the sentiment polarity of the data.
\end{itemize}
\vspace{-40pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{News oriented stock price trend prediction } | DoMS, IIT Roorkee \hfill March 2022 – May 2022 \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}[noitemsep]
\item Worked on predicting trends in the stock market based on news headlines using data preprocessing and ML algorithms.
\item Performed data segmentation and cleaning by tokenising, removing stop words and lemmatisation.
\item Implemented the Logistic Regression and Support Vector Machine (SVMs) after cleaning the dataset.
\end{itemize}
\vspace{-40pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{Path Planning of UAVs} | Electrical Engineering Department, IIT Roorkee \hfill August 2022 – April 2023 \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}
\item Developed an unimpeded, reasonably priced route for an unmanned aerial vehicle, with both static and moving obstacles
between the source and the destination, considering factors like distance, time and battery life of UAVs etc.
\end{itemize}
\vspace{-40pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{Keeper App} | Web Development Bootcamp \hfill June 2023 \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}
\item Developed a web application that allows users to store and manage important information effortlessly using ReactJS.
\end{itemize}
\vspace{-20pt}
% Skills
\section*{\rule{3.5cm}{1.5pt} \normalfont\begin{large} Skills \end{large}}
\vspace{-20pt}
\begin{table}[htb]
\label{tab:Skills}
\renewcommand{\arraystretch}{1.2} % Increase vertical padding
\begin{tabular}{>{\raggedleft}p{95pt} >{}p{14.4cm} }
Computer languages & C++, Python, SQL, HTML, CSS, JavaScript \\
Software Packages & Git, PyCharm, VS Code, Node.js, React, ExpressJs, Mongodb, Sci-kit Learn \\
Additional Courses & Operating System Fundamentals, Machine Learning, Data Mining \\
Languages Known & English (SRW), Hindi (SRW) \\
\end{tabular}
\end{table}
\vspace{-24pt}
% Awards / Scholarships / Academic Achievements
\section*{\rule{3.5cm}{1.5pt} \normalfont\begin{large} Awards / Scholarships / Academic Achievements \end{large}}
\vspace{-10pt}
\begin{itemize}[noitemsep]
\item Global Rank 533 in Google Kickstart Round G 2022
\item Secured rank 11 in CodeChef Starters Division 3, February 2022
\item Secured rank 527 in Newton's Grand coding challenge June 2022
\item Secured rank 853 in Codechef Cook-Off Division 2, February 2022
\item Secured rank 1010 in Codeforces Round \#817
\item Secured rank 2347 in Google Kickstart Round A, March 2022 out of 17000+ participants
\item All India Rank 4406, Joint Entrance Examination Advanced 2019
\item Rank 140 in Bihar Combined Entrance Competitive Examination 2018
\end{itemize}
\vspace{-20pt}
\section*{\rule{3.5cm}{1.5pt} \normalfont \begin{large} Positions of Responsibility \& Extra Curricular \end{large}}
\vspace{-22pt}
\subsection*{ \normalfont
\begin{flushleft}
\begin{normalsize}\textbf{Competitive Programmer} | Online Judges \hfill April 2020 - present \end{normalsize}
\end{flushleft}
}
\vspace{-12pt}
\begin{itemize}[noitemsep]
\item Active member on Codechef and Codeforces. Codechef Max Rating: 1727 (handle: singhpawank), Codeforces Max Rating:1442 (handle: pawan\_k).
\end{itemize}
\end{document}