forked from artemsheludko/flexible-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
140 lines (121 loc) · 4.2 KB
/
resume.html
File metadata and controls
140 lines (121 loc) · 4.2 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Gaurav Sharma - Curriculum Vitae</title>
<meta name="viewport" content="width=device-width"/>
<meta name="description" content="The Curriculum Vitae of Gaurav Sharma."/>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="resume_style.css">
<link href='http://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="top">
<div id="cv" class="instaFade">
<div class="mainDetails">
<div id="headshot" class="quickFade">
<img src="/gaurav-shar.jpg" alt="Gaurav Sharma" />
</div>
<div id="name">
<h1 class="quickFade delayTwo">Gaurav Sharma</h1>
<h2 class="quickFade delayThree">Computer Vision Engineer</h2>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>
<li>e: <a href="mailto:gsharma14497@gmail.com" target="_blank">gsharma14497@gmail.com</a></li>
<li>w: <a href="http://www.gaushh.github.io">www.gaushh.github.io</a></li>
<li>m: 8209203626</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Personal Profile</h1>
</div>
<div class="sectionContent">
<p>I'm a goal oriented individual with a zeal to learn new things. My areas of interest include Computer Vision and Natural Language Processing. My project experience,innovative mindset and affinity of problem solving are the tools i possess to complete any task assigned to me. </p>
</div>
</article>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h2>Research Intern at IIT Guwahati</h2>
<p class="subDetails">October 2019 - Present</p>
<p>Working with Dr. Ashish Anand on Applied NLP. Contributing to a project "Ayusandhan" which deals with smart suggestion of appropriate ayurvedic medicine to a patient. Also made a search engine for the same using Elasticsearch and Flask.</p>
</article>
<article>
<h2>Research Intern at IIT Guwahati</h2>
<p class="subDetails">Jul 2019 – September 2019</p>
<p>Worked with Dr. Prakash Kotecha on Applied Optimization. Completed several projects related to Production Planning, Job Shop Scheduling and NSF Panel assignment.</p>
</article>
<article>
<h2>Intern at Compucom Software Limited</h2>
<p class="subDetails">December 2017 - January 2018</p>
<p>Completed 2 projects in Php thereby gaining hands on experience in web development. Responsibilities included making a dynamic website using PHP and linking it with MySQL.</p>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>Python</li>
<li>Pytorch</li>
<li>Pandas</li>
<li>Numpy</li>
<li>Matlab</li>
<li>Flask</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
Graduated from S.R.M. Institute of Science and Technology in June 2019 in the ECE branch with 78.6%
</article>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<table>
<tr>
<th>this Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3753241-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>