forked from surabhibhargava/LaTex-Resume-old-2col
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.tex
111 lines (92 loc) · 3.67 KB
/
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
\documentclass[]{surabhibhargava}
\begin{document}
\name{Surabhi Bhargava}
\contact{\href{mailto:surabhi9b@gmail.com}{surabhi9b@gmail.com}}
\webpage{\url{https://surabhibhargava.github.io/}}
\separation
\begin{minipage}[t]{0.45\textwidth}
\section{Education}
\subsection{Indian Institute of Technology, Guwahati}
\descript{B.Tech, Electronics and Electrical Engineering | 8.43/10} \\
\separation
\subsection{M.G.D. Girls School, Jaipur}
\descript{Graduated in 2012 | 92.6\%}
\separation
\separation
\section{Skills}
\begin{tabular}{lll}
Programming & C, C++, Python, Matlab, Perl& \\
\separation
Operating Systems & Linux, Windows
\end{tabular}
\separation
\separation
\section{Coursework}
\descript{Data structures and Algorithms} \\
\descript{Computer Vision} \\
\descript{Digital Image Processing} \\
\descript{Pattern Recognition and Machine Learning} \\
\descript{Parallel Processing} \\
\descript{Speech Technology} \\
\descript{Bio-medical Signal Processing} \\
\descript{Game Theory}\\
\separation
\separation
\section{Work Experience}
\subsection{Flipkart, India | Graduate Trainee Intern}
\descript{Ravi Iyer | May 2015 - July 2015}
\separation
\separation
\begin{smallBullet}
\item Worked on analyses of customer payment behaviour with the Payment Gateways team at Flipkart.
\item Analyses were based on geographic and demographic variables.
\item Developed a tool which predicted the feasibility of a certain percentage of discount at category and vertical level.
\end{smallBullet}
\separation
\subsection{IIT Roorkee | Research Intern}
\descript{Prof. Anand Bulusu | May 2014-July 2014}
\separation
\begin{smallBullet}
\item Derived a delay model for CMOS two stage inverter buffer.
\item Developed a tool (Perl and HSPICE) to generate Look up tables for calculation of delay for a single stage inverter, two stage inverter buffer and static D latch.
\end{smallBullet}
\end{minipage}
\hfill
\begin{minipage}[t]{0.45\textwidth}
\section{Projects}
\subsection{Detection of nuclei in H\&E stained images using Convolutional Neural Networks}
\descript{Prof. Amit Sethi | Ongoing}
\separation
\separation
\begin{smallBullet}
\item Trained a CNN for a three class classification problem - Nucleus, Non-Nucleus and Boundary.
\item Aim to reconstruct the original shape of the nucleus using the boundary and nucleus classes and various image processing techniques.
\end{smallBullet}
\separation
\subsection{Machine Learning mini-projects}
\descript{Prof. Suresh Sundaram | Jan 2015 - April 2015}
\separation
\begin{smallBullet}
\item Created a character recognition system for a few alphabets and numbers using Bayesian classifier.
\item Image Segmentation using K means clustering and Gaussian mixture models.
\item Face recognition using Principal component analysis and Fischer discriminant.
\end{smallBullet}
\separation
\subsection{Wall Climbing Robot}
\descript{Prof. Prithwijit Guha | Jan 2015 - April 2015}
\separation
\begin{smallBullet}
\item Built a wall climbing robot which could travel on flat as well as slightly uneven surfaces.
\end{smallBullet}
\section{publications}
\descript{Chaurasiya, Y., Bhargava, S., Sharma, A., Kaur, B., \& Anand, B. (2015, June). Timing model for two stage buffer and its application in ECSM characterization. In VLSI Design and Test (VDAT), 2015 19th International Symposium on(pp. 1-6). IEEE.}
\section{Achievements}
\separation
\separation
\begin{smallBullet}
\item KVPY fellow
\item Khemka Fellow – Recipient of scholarship from The Global Education and Leadership Foundation.
\item National level swimmer, Bagged a total of 9 medals (8 silver and one bronze) at the Inter IIT Aquatics meet 2012, 2013 and 2014.
\end{smallBullet}
\end{minipage}
\end{document}