-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
315 lines (267 loc) · 20.2 KB
/
index.html
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Prashant Patel</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Website Landing Page for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<meta name="google-site-verification" content="iS8Bk5i0eet3Cvc6lmlZExe_MxukU6LAu9A2WjF9aGk" />
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github calendar css -->
<link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css"
/>
<!-- github acitivity css -->
<link rel="stylesheet" href="assets/plugins/github-activity/src/github-activity.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<script type="text/javascript">
(function() {
var img = document.getElementById('box').firstChild;
img.onload = function() {
if(img.height > img.width) {
img.height = '100%';
img.width = 'auto';
}
};
}());
</script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left" src="assets/images/profile.png" alt="James Lee" />
<div class="profile-content pull-left">
<h1 class="name">Prashant Patel</h1>
<h2 class="desc">Computer Engineer</h2>
<h2 class="desc">NYU Graduate Student</h2>
<ul class="social list-inline">
</ul>
</div><!--//profile-->
<a class="btn btn-cta-primary pull-right" href="res/cv.pdf" target="_blank"><i class="fa fa-paper-plane"></i>My CV</a>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-8 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>Hello, Prashant Patel here.</p>
<p>I am a graduate student at New York University (NYU Tandon School of Engineering) in Computer Science Major.<p>
<p>My research and developement interest lies in </p>
<p> <ul><li> Machine Learning </li>
<li> Computer Vision </li>
<li> Neural Networks </li>
</ul>
</p>
<p>Right now I am working as a software developer at Alexapath LLC. I am responsible for developing windows application for Alexapath in C#.
I am also responsible for implementing Image-Processing workflow for large image stitching using grid stitching algorithm for microscope captured
images.</p>
<<<<<<< HEAD
<p>I got an opportunity to work at <a href="http://studentdesk.in">studentdesk.in</a>,
Ahmedabad - (online portal for books sell/purchase/rent/exchange)
just after my freshmen year. I was responsible for creating an android applicatin. </p>
=======
>>>>>>> refs/remotes/origin/gh-pages
<p> I have also worked on various gaming, human computer interaction, Machine learning, Computer vision based projects.</p>
<p> Detailed project report and publication details can be found below. </p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="latest section">
<div class="section-inner">
<h2 class="heading">Latest Projects</h2>
<div class="content">
<div class="item featured text-center">
<h3 class="title"><a href="#"target="_blank">Ease of Accessibility using Kinect</a></h3>
<p class="summary">A Kinect based project for Human blobs and gesture learning.</p>
<div class="featured-image">
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-featured.png" alt="project name" />
</a>
<div class="ribbon">
<div class="text">New</div>
</div>
</div>
<div class="desc text-left">
<p>Although very Microsoft Kinect V1 a very powerful device eqipped with Rich set of Libraries to perform various computer vision and Image processing works, It has its limitations too.</p>
<p>This project uses the Microsoft Kinect V1's depth sensing data along with various machine learning algorithms to efficiently recognize human hands and complex gestures from the body and uses those data to easily access computer mouse.
the technical details about the project can be found in the link below.</p>
</div><!--//desc-->
<a class="btn btn-cta-primary pull-right" href="res/kinectreport.pdf" target="_blank"><i class="fa fa-paper-plane"></i>My Project Report</a>
</br>
</br>
</div><!--//item-->
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-mobile-apps-atom/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-5.png" alt="project name" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title"><a href="https://play.google.com/store/apps/details?id=in.studentdesk&hl=en" target="_blank">Studentdesk - An android app </a></h3>
<p>This android application is the native platform adaptation for the website named <a href="http://studentdesk.in">Studentdesk</a> using this application you can conveniently sell/buy/rent/exchange books online.</p>
<p><a class="more-link" href="https://play.google.com/store/apps/details?id=in.studentdesk&hl=en" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div><!--//desc-->
</div><!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-web-development-agencies-devstudio/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-4.png" alt="project name" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title"><a href="https://www.microsoft.com/en-us/store/p/color-splatter/9wzdncrdf41g" target="_blank">Color Splatter - A Windowds game</a></h3>
<p>A very simple video game desiged for windows app store for desktop as the part of Windows .NET coding challange </p>
<p><a class="more-link" href="https://www.microsoft.com/en-us/store/p/color-splatter/9wzdncrdf41g" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div><!--//desc-->
</div><!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="#" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-1.png" alt="project name" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title"><a href="http://slexopackaing.com" target="_blank">Slexopackaging - Website</a></h3>
<p>Desiged this website during my internship in the summer. </p>
<p><a class="more-link" href="http://slexopackaging.com" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div><!--//desc-->
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="projects section">
<div class="section-inner">
<h2 class="heading">Papers and Publication</h2>
<div class="content">
<div class="item">
<h3 class="title"><a href="#">Publication 1: Location Area Management in GSM</a></h3>
<p class="summary">To handle call delivery for mobile station, itsprobable location should be known to the network. For that location management is required. Location Management has two basic operations: location update and paging.The goal of an efficient location management scheme is to maintain and provide locations of mobile stations at low cost. This paper presents location area based approach proposed by researchers and nature inspired approach proposed by us, to reduce location management cost.However, there is trade off between reduction of location update cost and paging. Simulation Results of a basic location area scheme and nature inspired technique(river formation dynamics) is presented. Abbreviations: LA – Location Area, LAM – Location Area Management, LM – Location Management, LU – Location Update, RFD – River Formation Dynamics</p>
<p><a class="more-link" href="https://www.ijert.org/view-pdf/14090/advanced-river-formation-dynamics-for-location-area-management-in-gsm" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="github section">
</section><!--//section-->
</div><!--//primary-->
<div class="secondary col-md-4 col-sm-12 col-xs-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-map-marker"></i><span class="sr-only">Location:</span>New York, NY</li>
<li><i class="fa fa-envelope-o"></i><span class="sr-only">Email:</span><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-link"></i><span class="sr-only">Website:</span><a href="#">http://prashant18.me</a></li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//aside-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
<div class="skillset">
<div class="item">
<h3 class="level-title">Microsoft.NET (C#,C++,ASP,VB)<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="You can use the tooltip to add more info...">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="98%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Java (Android)<span class="level-label">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="99%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">HTML5, CSS3, PHP<span class="level-label">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Python Scientific<span class="level-label">Pro</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
</div>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> MS Computer Science</h3>
<h4 class="university">New York University <span class="year">(2016-2018)</span></h4>
</div><!--//item-->
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> B.E. Computer Engineering</h3>
<h4 class="university">Gujarat Technological University <span class="year">(2012-2016)</span></h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong>English:</strong></span>
<span class="level">Professional Proficiency<br class="visible-sm visible-xs"/><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i> </span>
</li><!--//item-->
<li class="item">
<span class="title"><strong>Hindi:</strong></span>
<span class="level">Native Speaker<br class="visible-sm visible-xs"/><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i></span>
</li><!--//item-->
<li class="item">
<span class="title"><strong>Gujarati:</strong></span>
<span class="level">Native Speaker<br class="visible-sm visible-xs"/><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i></span>
</li><!--//item-->
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github calendar plugin -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/3.0.2/es6-promise.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fetch/0.10.1/fetch.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-calendar/dist/github-calendar.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/src/github-activity.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>