-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
641 lines (624 loc) · 23.8 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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Portfolio Website: Soumya Tarafder</title>
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link
href="assets/font-awesome/css/font-awesome.min.css"
rel="stylesheet"
/>
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet" />
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet" />
<link href="assets/flexslider/flexslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/animate.css" rel="stylesheet" />
<style>
@media only screen and (max-width: 900px) {
.about-image {
display: none;
}
}
</style>
</head>
<body id="top">
<div id="preloader"></div>
<header id="home">
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<div class="icon-list">
<a href="index.html#home"
><i class="fa fa-fw fa-home"></i><span>Home</span></a
>
<a href="index.html#about"
><i class="fa fa-fw fa-quote-left"></i><span>About</span></a
>
<a href="index.html#service"
><i class="fa fa-fw fa-globe"></i><span>Skills</span></a
>
<a href="index.html#portfolio"
><i class="fa fa-fw fa-picture-o"></i
><span>Portfolio</span></a
>
<a href="index.html#contact"
><i class="fa fa-fw fa-envelope-o"></i><span>Contact</span></a
>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button>
</div>
</div>
<section class="hero" id="hero">
<div class="container">
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"
><span></span
></a>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
He<span style="color: #e04343">ll</span>o<br />
<span>T<span style="color: #ffe800">he</span>re</span>
</h1>
<h3
class="animated fadeInUp delay-05s"
style="
font-size: smaller;
word-spacing: 3px;
letter-spacing: 3px;
"
>
<span class="rotate"
>Full Stack Development, Data Analysis, Machine
Learning/AI</span
>
</h3>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s">
<p>SEE MORE</p>
<p class="scrollto--arrow">
<img src="img/scroll-down.png" alt="scroll down arrow" />
</p>
</a>
</div>
</div>
</div>
</section>
</header>
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">A little <span>about</span> me</h1>
<p>
I am Soumya Tarafder, a pre final year student at Indian Institute
of Technology Kharagpur, India. As an undergraduate, I have
balanced a rigorous academic curriculum encompassing a diverse
field of studies ranging from full stack development and data
science to machine learning and artificial intelligence. Besides
sound understanding of the machine learning models, I also possess
strong analytical skill, an affinity for problem solving and
hand-on experience with various statistical models and machine
learning algorithms
</p>
<p>
Find out my curriculum vitae
<a href="#" target="_blank" style="text-decoration: none">here</a>
</p>
</div>
</div>
</div>
</section>
<section class="features text-center section-padding" id="service">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Find out my skills</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="services">
<div class="col-md-4 wp2 item">
<div class="icon">
<i class="fa fa-mobile"></i>
</div>
<h2>Full Stack Development</h2>
<p>
Frontend (HTML, CSS, JavaScript, React, Angular) | Backend
(Node.js, PHP) | Database Management (SQL, MongoDB) | Version
Control (Git, GitHub) | Deployment and DevOps (AWS, Docker)
</p>
</div>
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-desktop"></i>
</div>
<h2>Data Analysis</h2>
<p>
Data Mining and Exploration | Data Manipulation (Python, R) |
Data Visualization (Power BI, Matplotlib in Python) | Database
Querying (SQL)
</p>
</div>
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-cubes"></i>
</div>
<h2>Machine Learning/AI</h2>
<p>
Machine Learning Model Development (Python, R, Scikit-Learn,
TensorFlow) | Deep Learning (Python, TensorFlow, Keras) |
Natural Language Processing (Python, NLTK, spaCy)
</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<br />
<br />
<center>
<p>
Find out some of my projects below. Also You can check this
<a
href="https://github.com/Soumya624/Rvolesti"
target="_blank"
style="text-decoration: none"
>link</a
>
to view my
<a
href="https://summerofcode.withgoogle.com/programs/2023/projects/Ju6SPJP1"
target="_blank"
style="text-decoration: none"
>GSoC'23</a
>
related works!
</p>
</center>
</section>
<section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<center>
<h1 class="arrow">Salient<span> research</span> works</h1>
</center>
</div>
</div>
<br />
<br />
<div class="row" style="align-items: center; justify-content: center">
<div class="col-md-6 about-text">
<h6>
MO-PSE: Adaptive multi-objective particle swarm optimization based
design space exploration in architectural synthesis for
application specific processor design
</h6>
<p style="text-align: justify">
Architectural synthesis has gained rapid dominance in the design
flows of application specific computing. Exploring an optimal
design point during architectural synthesis is a tedious task
owing to the orthogonal issues of reducing exploration time and
enhancing design quality as well as resolving the conflicting
parameters of power and performance. Therefore, worked in a paper
that represents a novel design space exploration (DSE) methodology
multi-objective particle swarm exploration MO-PSE, based on the
particle swarm optimization (PSO) for designing application
specific processor (ASP).
</p>
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="margin-top: 0%">
<center>
<img
src="img/work0.png"
alt=""
style="width: 65%; align-content: center"
/>
</center>
</div>
</div>
</div>
<br />
<br />
<div class="row" style="align-items: center">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="margin-top: 2%">
<center>
<img src="img/work1.png" alt="" style="width: 70%" />
</center>
</div>
</div>
<div class="col-md-6 about-text">
<h6>
Web Based Application for Performing Psychological Experiments
</h6>
<p style="text-align: justify">
Prepared a web application to perform Tower of London Test. Tower
of London was developed by Tim Shallice to measure planning and
problem solving skill is various users. Technically there are
three ribs of different heights and three balls to achieve the
target configuration. But the user has to achieve the target
configuration in minimum number of moves. And after getting the
input from the users we can analyze the entire data provided by
them. Initially one had to download PEBL software for this
experiment. But a web application can make the entire process more
spontaneous.
</p>
</div>
</div>
</div>
</section>
<section
class="text-center section-padding"
id="portfolio"
style="margin-top: 0rem"
>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Web/Software<span> development</span> works</h1>
</div>
</div>
<br />
<br />
<div class="row">
<div id="blogSlider">
<ul class="slides">
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s1.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>MissionEd</h2>
<p>
Website for an edtech startup founded by the students of IIT
Kharagpur and IIT Kanpur<br />
Html 5 | Css | JavaScript | Php | Sql Database
</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s2.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Numo Uno</h2>
<p>
A socio-professional website for an efficient A.I based
hiring solution for college students<br />
React JS | Django | Material UI
</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s4.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>eDOPT</h2>
<p>
A fundraising website for a non profit organization whose
main aim is to help orphan students<br />
React JS | Node JS | Mongo DB | Express JS
</p>
</div>
</li>
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s5.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Accenture Hackathon</h2>
<p>
A responsive multi-lingual website where a donor can donate
money to economically backward people<br />
React JS | Node JS | Mongo DB | Paystack Integration
</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s3.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Facebook Clone</h2>
<p>
Official facebook clone where user can easily join through
their gmail account and can share anything<br />
React JS | Google Firebase | Material UI
</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s6.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Vasaas</h2>
<p>
An ecommerce website backed by Php and Mysql where an user
can find clothes related stuffs<br />
Bootstrap | Php | Mysql Database
</p>
</div>
</li>
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s7.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Facultybox</h2>
<p>
A responsive socio-professional website for an efficient
hiring solution for students and recruiters<br />
Html 5 | Css | JavaScript
</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s8.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Personal Blog</h2>
<p>
A personal blog website backed by Google Firebase to
showcase poem related works<br />
React JS | Google Firebase | Material UI
</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s9.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Endow.ai</h2>
<p>
Website for an AI diven startup that wants to fill the gap
between the researchers and the developers<br />
Bootstrap | Php | Mysql Database
</p>
</div>
</li>
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s10.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Architectural Blog</h2>
<p>
A responsive blog website supported by JavaScript to
showcase Architectural works<br />
Html 5 | Css | JavaScript
</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s11.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Design Sheet</h2>
<p>
Website for an AI driven startup that wants to simplify our
lives in all design aspects<br />
React JS | Node JS | Material UI
</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<video class="grayscale" controls style="width: 100%">
<source src="img/s12.mp4" type="video/mp4" />
</video>
</div>
</div>
<br />
<h2>Where's My Vehicle</h2>
<p>
Responsive website for a tech based startup founded by the
students of IIT Kharagpur<br />
Html 5 | Css | JavaScript
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="text-center section-padding contact-wrap" id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Drop <span>me</span> a line</h1>
</div>
</div>
<div class="row contact-details">
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-map-marker"></i><span>Address</span></h2>
<p>LBS Hall, IIT Kharagpur</p>
</div>
</div>
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-mobile"></i><span>Phone</span></h2>
<p>+91 6290819367</p>
</div>
</div>
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-paper-plane"></i><span>Email</span></h2>
<p><a href="index.html#">soumyatarafder624@gmail.com</a></p>
</div>
</div>
</div>
<br />
<div class="row">
<div class="col-md-12">
<ul class="social-buttons">
<li>
<a href="index.html#" class="social-btn"
><i class="fa fa-dribbble"></i
></a>
</li>
<li>
<a href="index.html#" class="social-btn"
><i class="fa fa-twitter"></i
></a>
</li>
<li>
<a href="index.html#" class="social-btn"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a href="index.html#" class="social-btn"
><i class="fa fa-deviantart"></i
></a>
</li>
<li>
<a href="index.html#" class="social-btn"
><i class="fa fa-youtube"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>
All Rights Reserved © 2021 <a href="#">Soumya Tarafder</a>
</p>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script
type="text/javascript"
src="assets/smoothscroll/smoothscroll.js"
></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/classie.js"></script>
<script src="assets/flexslider/jquery.flexslider.js"></script>
<script src="js/modernizr.js"></script>
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<script src="assets/lightbox/js/lightbox.min.js"></script>
<script
type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeKBBPJTG3v5w3cNPAgM6ZsJiPyL1mP_o&sensor=false"
></script>
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<script type="text/javascript">
google.maps.event.addDomListener(window, "load", init);
function init() {
var mapOptions = {
zoom: 15,
scrollwheel: false,
center: new google.maps.LatLng(40.68961985411178, -74.01618003845215),
styles: [
{
featureType: "water",
stylers: [{ color: "#F2F2F2" }, { visibility: "on" }],
},
{ featureType: "landscape", stylers: [{ color: "#FFFFFF" }] },
{
featureType: "road",
stylers: [{ saturation: -100 }, { lightness: 45 }],
},
{
featureType: "road.highway",
stylers: [{ visibility: "simplified" }],
},
{
featureType: "road.arterial",
elementType: "labels.icon",
stylers: [{ visibility: "off" }],
},
{
featureType: "administrative",
elementType: "labels.text.fill",
stylers: [{ color: "#ADADAD" }],
},
{ featureType: "transit", stylers: [{ visibility: "off" }] },
{ featureType: "poi", stylers: [{ visibility: "off" }] },
],
};
var mapElement = document.getElementById("googlemaps");
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade",
separator: ",",
speed: 2000,
});
</script>
</body>
</html>