-
Notifications
You must be signed in to change notification settings - Fork 4
/
Resume.tex
152 lines (124 loc) · 7.93 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
\documentclass[]{Resume}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage{fontawesome5}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\hypersetup{%
colorlinks=false,% hyperlinks will be black
pdfborderstyle={/S/U/W 0.25}% border style will be underline of width 0.25pt
}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TITLE NAME
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Keval Morabia}{
% xxx-xxx-xxxx -> Phone Number
\normalfont {\faPhone } xxx-xxx-xxxx \hfill {\faMapMarker } Urbana, Illinois 61801 \hfill {\faAt } \href{mailto:[email protected]}{[email protected]} \hfill {\faLinkedin } \href{https://linkedin.com/in/kevalmorabia97}{kevalmorabia97} \hfill {\faGithub } \href{https://github.com/kevalmorabia97}{kevalmorabia97}
}
\descript{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\hrulefill
\subsection{University of Illinois at Urbana-Champaign \hfill \normalfont Urbana, IL}
\position{Masters degree in Computer Science (GPA: 4/4) \normalfont with specialization in Artificial Intelligence}{Aug '19 - Dec '20}
\pt \textbf{Coursework:} Computer Vision, Advanced Information Retrieval, Machine Learning in NLP, Autonomous Vehicles, UI Design \\
\pt \textbf{Teaching Experience:} Natural Language Processing, Discrete Structures
\sectionsep
\subsection{Birla Institute of Technology and Science (BITS), Pilani \hfill \normalfont Hyderabad, India}
\position{Bachelor of Engineering (Hons.) in Computer Science (GPA: 9.72/10) \normalfont}{Aug '15 - May '19}
% \pt \textbf{Electives:} Artificial Intelligence, Machine Learning, Information Retrieval, Data Mining, Number Theory, Cryptography \\
% \pt \textbf{Teaching Experience:} Data Mining, Object-oriented Programming
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\hrulefill
\subsection{Amazon Web Services (AWS) \hfill \normalfont Greater Seattle Area, WA}
\position{Software Development Engineer Intern}{May '20 - Aug '20}
\pt Deployed \textbf{Java APIs} to \textbf{AWS} cloud for providing preview of tasks to be performed by technicians in Amazon data centers \\
\pt Analyzed complex BPMN Workflows extracted from \textbf{Amazon Dynamo DB} to identify expected order of task execution \\
\pt Tested code with Unit, Integration and Load testing using \textbf{JUnit}, \textbf{Mockito}, and \textbf{TestNG}
\sectionsep
\subsection{University of Illinois at Urbana-Champaign \hfill \normalfont Urbana, IL}
\position{Research Assistant with \href{http://www.forwarddatalab.org/kevinccchang}{\textbf{Prof. Kevin Chang}}}{Aug '19 - May '20}
\pt Experimented a \textbf{Visual Attention-based} Model in \textbf{PyTorch} for novel Webpage Object Detection formulation \\
\pt Utilized contextual information using visual features of ordered web elements extracted using \textbf{Resnet18} \\
\pt Created largest public labeled dataset of 7.7k product webpage screenshots \\
\pt Achieved \textbf{95\% accuracy} for product Price detection (8.5\% above Fast R-CNN) and interpreted Attention Visualizations
\sectionsep
\subsection{Microsoft Research \hfill \normalfont Bengaluru, India}
\position{Research Intern}{Jan '19 - Jul '19}
\pt Implemented \textbf{Graph RNNs} in \textbf{TensorFlow} to Learn Embeddings for \textbf{300k} entities in a heterogeneous graph \\
\pt Collaborated with a \textbf{team of 10} to design a novel Deep Neural Net architecture for \textbf{recommending messages} in MSTeams \\
\pt Outperformed Graph Convolutional Networks on \textbf{5} benchmark datasets for rating prediction and ranking tasks
\sectionsep
\subsection{BITS Pilani \hfill \normalfont Hyderabad, India}
\position{Research Assistant}{Jan '18 - Dec '18}
\pt Analyzed \textbf{Twitter} Stream for \textbf{Event Detection} and achieved a \textbf{precision of 88.1\%} (absolute improvement of 8\%) \\
\pt Segmented tweets and hash-tags; applied Jarvis-Patrick clustering; summarized newsworthy events
\sectionsep
% \subsection{Arcesium India Pvt. Ltd. \hfill \normalfont Hyderabad, India}
% \position{Software Engineer Intern}{May 2018 - Jul 2018}
% \textbullet{} Enhanced \textbf{Expense Management System} by adding \textbf{Java APIs} to modify in \textbf{MS SQL Server} database \\
% \textbullet{} Automated comparison of budgeted inputs with actual expenses on a UI created in \textbf{JavaScript} \\
% \textbullet{} Wrote about \textbf{100} unit test cases in \textbf{JUnit} and \textbf{Mockito} and increased test coverage by \textbf{5\%}
% \sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PUBLICATIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\hrulefill
\textbf{Morabia, K.}, Bhanu Murthy, N. L., Malapati, A., \& Samant, S. (\textbf{2019}, June). \textbf{SEDTWik: Segmentation-based Event Detection from Tweets using Wikipedia}. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics \textbf{(NAACL)}: Student Research Workshop (pp. 77-85) \href{https://www.aclweb.org/anthology/N19-3011/}{[\textbf{Paper}]} \href{https://github.com/kevalmorabia97/SEDTWik-Event-Detection-from-Tweets}{[\textbf{Code}]}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PROJECTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Project Highlights}
\hrulefill
%%%%% SIMPLIFIED FORMAT %%%%%
% \pt Attention-based Joint Detection of Object and Semantic Part in \textbf{PyTorch} \href{https://arxiv.org/abs/2007.02419}{[\textbf{arXiv:2007.02419}]} \href{https://github.com/kevalmorabia97/Object-and-Semantic-Part-Detection-pyTorch}{[\textbf{Code}]}
% \pt Built an application in \textbf{JavaFX} for \textbf{Frequent Patterns \& Association Rule Mining} using Apriori algorithm \href{https://github.com/kevalmorabia97/FPARM-Frequent-Patterns-and-Association-Rule-Miner}{[\textbf{Code}]}
%%%%% ELABORATED FORMAT %%%%%
\position{Building an Autonomous Vehicle}{Sep '20 - Nov '20}
\pt Collaborated in a \textbf{team of 6} to control a Polaris GEM e2 Autonomous Vehicle containing a LiDAR, Radar, and camera \\
\pt Programmed WASD keyboard keys to accelerate and steer vehicle using a PID controller and ROS Python commands \\
\pt Deployed pre-trained \textbf{YOLOv3} to stop vehicle on detecting a pedestrian
\sectionsep
\position{Attention-based Joint Detection of Object and Semantic Part \href{https://arxiv.org/abs/2007.02419}{[\textbf{arXiv:2007.02419}]} \href{https://github.com/kevalmorabia97/Object-and-Semantic-Part-Detection-pyTorch}{[\textbf{Code}]}}{Feb '20 - May '20}
\pt Implemented a \textbf{PyTorch} model for simultaneous Object and Part detection by combining 2 \textbf{Faster-RCNN} models \\
\pt Applied a novel \textbf{Attention-based feature fusion} to learn enhanced representation for Object and Part proposals \\
\pt Improved mean Average Precision for Objects and Parts on PASCAL-Part dataset
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\hrulefill
\pt \textbf{Programming:} Python, Java, C, C++, LaTex, SQL, HTML, CSS, JavaScript \\
\pt \textbf{Other Technologies:} PyTorch, TensorFlow, AWS, Scikit-learn, GIT, Flutter, Android Studio, JUnit, Mockito
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LEADERSHIP AND HONORS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Leadership and Honors}
\hrulefill
\begin{minipage}[t]{.8\textwidth}
\pt Awarded \textbf{Merit Scholarship} (\textbf{Top 1\%} out of 700 students at BITS Pilani, Hyderabad)
\end{minipage}%
\begin{minipage}[t]{.2\textwidth}
\hfill Aug '15 - May '19
\end{minipage}
\begin{minipage}[t]{.8\textwidth}
\pt Organized cultural dance events as \textbf{President} of 150-membered Gujarati Association - BITS Pilani, Hyderabad; attended by over 1000 students; raised INR 30k fund
\end{minipage}%
\begin{minipage}[t]{.2\textwidth}
\hfill Jul '17 - May '18
\end{minipage}
%\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document} \documentclass[]{article}