-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (410 loc) · 24.6 KB
/
Copy pathindex.html
File metadata and controls
528 lines (410 loc) · 24.6 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>SDS, BIT Mesra</title>
<meta name="keywords" content="SDS, BIT Mesra, Society for Data Science, Birla Institute of Technology, Mesra, Data Science., Society, Machine Learning, Student Body"/>
<meta name="description" content="Society for Data Science is BIT Mesra's first student-run, not-for-profit organization focused on data science and its interdisciplinary applications.">
<meta name="author" content="SDS, BIT Mesra, ROHIT RATHORE, TeAmp0is0N">
<meta property="og:description"
content="Society for Data Science is BIT Mesra's first student-run, not-for-profit organization focused on data science and its interdisciplinary applications." />
<meta property="og:image" content="#" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:title" content="SDS | Society for Data Science" />
<meta property="og:url" content=" https://www.sdsbitmesra.in" />
<meta property="og:type" content="website" />
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link defer rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/contact.css">
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header hidden-tablet hidden-xs">
<div class="topnav hidden-tablet d-none d-sm-block">
<nav id="nav" class="hidden-tablet hidden-xs rounded">
<ul class="sidew hidden-xs">
<div class="header-logo hidden-xs">
<a class="site-logo hidden-xs" href="index.html" class="img-responsive">
<img src="images/twinPeaks-removebg-preview.png" alt="Homepage">
</a>
</div>
<li><a class="smoothscroll navfix" href="index.html#about">About</a></li>
<li><a class="smoothscroll navfix" href="index.html#services">Services</a></li>
<li><a href="teams.html" >Our Team</a></li>
<li><a class="smoothscroll navfix" href="#contact">Contact</a></li>
<li><a href="blogs/index.html" target="_blank" rel="noopener">Blogs</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
</nav>
</div>
<!-- end header-logo -->
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Society for Data Science, BIT Mesra</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="index.html" title="home">Home</a></li>
<li><a class="smoothscroll" href="index.html#about" title="about">About</a></li>
<li><a class="smoothscroll" href="index.html#works" title="works">Work</a></li>
<li><a href="teams.html" >Our Team</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
<li><a href="blogs/index.html" target="_blank" rel="noopener">Blogs</a></li>
<li><a href="events.html" >Events</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
<ul class="header-nav__social">
<li>
<a href="https://www.facebook.com/Society-for-Data-Science-BIT-Mesra-107499150681960"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/sds.bitm/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/society-for-data-science-bit-mesra"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- sds banner for SDS-Summit-23-->
<div id="sds-banner">
<img src="images/Coming Soon horizontal_page-0001-min-min.jpg" alt="sds-banner">
</div>
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=top>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h1>
Hello folks, we are <br>
Society for Data Science.
</h1>
<p>
We aim to build an inclusive and accessible community where students of all levels and backgrounds can dive into the world of data science.
</p>
</div> <!-- end home-content__main -->
</div> <!-- end home-content -->
<ul class="home-social">
<li class="home-social-title">Follow Us</li>
<li><a href="https://www.facebook.com/Society-for-Data-Science-BIT-Mesra-107499150681960">
<i class="fab fa-facebook"></i>
<span class="home-social-text">Facebook</span>
</a></li>
<li><a href="https://www.instagram.com/sds.bitm/">
<i class="fab fa-instagram"></i>
<span class="home-social-text">Instagram</span>
</a></li>
<li><a href="https://www.linkedin.com/company/society-for-data-science-bit-mesra">
<i class="fab fa-linkedin"></i>
<span class="home-social-text">LinkedIn</span>
</a></li>
</ul> <!-- end home-social -->
<a href="#about" class="home-scroll smoothscroll">
<span class="home-scroll__text">Scroll Down</span>
<span class="home-scroll__icon"></span>
</a> <!-- end home-scroll -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Who We Are</h3>
<h1 class="display-1">Society for Data Science is BIT Mesra's first student-run, not-for-profit organization focused on data science and its interdisciplinary applications.</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
Since our founding in 2019, we have united students from a wide range of disciplines behind our shared passion for all things data. Our mission is to foster a strong data science community on campus. Each semester, we focus on: developing educational learning experiences like our technical workshops and decal course to expand data science education on campus, hosting professional events for students to connect with industry leaders and grow their network, and conducting analytics consulting projects to help members gain experience and make an impact. Our program provides over a hundred students each semester with mentorship and data science skills through working in teams on a tangible group project. We aim to build an inclusive and accessible community where students of all levels and backgrounds can dive into the world of data science.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row">
<div class="about-process process block-1-2 block-tab-full">
<div class="process__vline-left"></div>
<div class="process__vline-right"></div>
<div class="col-block process__col" data-item="1" data-aos="fade-up">
<div class="process__text">
<h4>Define</h4>
<p>
Data science is a "concept to unify statistics, data analysis, machine learning and their related methods" in order to "understand and analyze actual phenomena" with data. It employs techniques and theories drawn from many fields within the context of mathematics, statistics, computer science, and information science.
</p>
</div>
</div>
<div class="col-block process__col" data-item="2" data-aos="fade-up">
<div class="process__text">
<h4>Build</h4>
<p>
You are going to need more than technical knowledge to succeed as a data scientist. Build a Career in Data Science teaches you what school leaves out, from how to land your first job to the lifecycle of a data science project, and even how to become a manager.
</p>
</div>
</div>
</div> <!-- end process -->
</div> <!-- end about-stats -->
</section> <!-- end s-about -->
<!-- services
================================================== -->
<section id='services' class="s-services light-gray">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">What We Do</h3>
<h1 class="display-1">We have everything you need to launch and to grow your academic environment.</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
The Society for Data Science is a non-profit society of data science enthusiasts that serves our members, improving the data science profession, eliminating bias and enhancing diversity, and advancing ethical data science throughout the world.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row services-list block-1-3 block-m-1-2 block-tab-full">
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--illustration">
<i class="icon-group"></i>
</div>
<div class="service-text">
<h3 class="h4">Workshops</h3>
<p>The Data Science Workshop focuses on building up your practical skills so that you can understand how to develop simple machine learning models in Python or even build an advanced model for detecting potential bank frauds with effective modern data science. You'll learn from real examples that lead to real results.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--web-design">
<i class="icon-earth"></i>
</div>
<div class="service-text">
<h3 class="h4">Projects</h3>
<p>Play with Data – This field uses scientific methods and algorithms. ... Good hands-on Machine Learning Skills – Data scientists generate insights using Machine Learning techniques. The most important thing is Projects – Data Science projects play a vital role in boosting your Data Science career.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--product-strategy">
<i class="icon-cube"></i>
</div>
<div class="service-text">
<h3 class="h4">Open Source</h3>
<p>You will dive into open source because Open-Source has become the de facto way to build software — not only in tech, but across diverse industries. As companies use open source code to build their own commercial products and services, they also see the strategic value of contributing back to those projects.
</p>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- works
================================================== -->
<section id='works' class="s-works">
<!-------Testimonials------->
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">What Advisors Are Saying.</h2>
</div>
</div>
<div class="row testimonials" >
<div class="col-full testimonials__slider" >
<div class="testimonials__slide" >
<img src="images/avatars/PadhiSir-min.jpg" alt="Author image" class="testimonials__avatar">
<p>Data scientists are analytical experts who utilize their skills in both technology and social science to find trends and manage data. They use industry knowledge, contextual understanding, skepticism of existing assumptions – to uncover solutions to business challenges.</p>
<div class="testimonials__author">
Prof. S. Padhi
<span>Head, Department of Mathematics</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/KirtiSir-min.jpg" alt="Author image" class="testimonials__avatar">
<p>The expert at anything was once a beginner. We believe that the most valuable asset of a community are the people passionate about their field and willing to share their knowledge and experience with others - that are the true educators who help others grow!</p>
<div class="testimonials__author">
Dr.Kirti Avishek
<span>Assistant Professor, Civil and Evn Engineering</span>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</div> <!-- end testimonials-wrap -->
</section> <!-- end s-works -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="row">
<div class="col">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light">Contact Us</h3>
<!-- <h1 class="display-1 display-1--light">Get in touch and let's make something great together. Let's turn your idea on an even greater product.</h1> -->
</div>
</div> <!-- end section-header -->
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p>
<a href="mailto:#sds@bitmesra.ac.in" class="contact-email">sds@bitmesra.ac.in</a>
</p>
</div> <!-- end contact-main -->
</div> <!-- end row -->
<div class="row">
<div class="col-seven tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Where To Find Us</h3>
<p class="contact-address">
Birla Institute of Technology, Mesra<br>
Ranchi, JH<br>
835215, India
</p>
</div> <!-- end contact-secondary -->
<div class="col-five tab-full contact-secondary pb-3" data-aos="fade-up">
<h3 class="subhead subhead--light">Follow Us</h3>
<ul class="contact-social">
<li>
<a href="https://www.facebook.com/Society-for-Data-Science-BIT-Mesra-107499150681960"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/society-for-data-science-bit-mesra"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/sds.bitm/"><i class="fab fa-instagram"></i></a>
</li>
</ul> <!-- end contact-social -->
</div> <!-- end contact-secondary -->
</div> <!-- end row -->
</div>
<div class="col" data-aos="fade-up">
<form method="post" class="contact3-form" onsubmit="event.preventDefault()">
<!-- <div class="row section-header">
<div class="col-full">
<h3 class="subhead subhead--light">Get in Touch</h3>
</div>
</div> end section-header -->
<h3 class="subhead subhead--light">Get in Touch</h3>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<input class="input3" type="text" name="name" id="name" placeholder="Your Name">
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6">
<input class="input3" type="text" name="email" id="email" placeholder="Your Email">
</div>
<!--Grid column-->
</div>
<!--Grid row-->
<!--Grid row-->
<div class="row">
<div class="col-full">
<input class="input3" type="text" name="subject" id="subject" placeholder="Subject">
</div>
</div>
<!--Grid row-->
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-full">
<textarea class="input3" name="message" id="message" placeholder="Your Message"></textarea>
</div>
</div>
<!--Grid row-->
<div class="text-center">
<button type="submit" class="btn btn-primary" id="submit" onclick="sendEmail()">Send</button>
</div>
<!-- <div class="status"></div> -->
</form>
</div>
<!--Grid column-->
<div class="col-0">
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-full cl-copyright">
<span><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©2020 All rights reserved | <a target="_blank">Society for Data Science</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
</div>
</div>
</section> <!-- end s-contact -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script>
window.onscroll = function () { myFunction() };
var navbar = document.getElementById("nav");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
<script src="js/jssor.slider-28.0.0.min.js"></script>
<script src="js/js-slider.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="js/contact-mail.js"></script>
</body>
</html>