-
Notifications
You must be signed in to change notification settings - Fork 3
/
epsilon.html
428 lines (373 loc) · 21.2 KB
/
epsilon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Epsilon, A three day academic convention organized by IEEE SIESGST, Navi Mumbai.">
<meta name="keywords" content="IEEE, ieee, sies, gst, siesgst, Symphosium, Epsilon, epsilon, student, event website, home, 2021">
<meta name="author" content="IEEE SIES GST Student Chapter">
<!--whatsapp and fb-->
<meta property="og:title" content="EPSILON 2021" />
<meta property="og:description" content="Epsilon, A three day academic convention organized by IEEE SIESGST, Navi Mumbai." />
<meta property="og:url" content="https://ieeesiesgst.in/epsilon.html" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ieeesiesgst.in/images/ieeeicon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="IEEE SIES GST" />
<!--twitter-->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="IEEE SIES GST" />
<meta property="twitter:description" content="Epsilon, A three day academic convention organized by IEEE SIESGST, Navi Mumbai." />
<meta property="twitter:image" content="https://ieeesiesgst.in/images/ieeeicon.png" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<!--========== BOX ICONS ==========-->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!--========== CSS ==========-->
<!-- <link rel="stylesheet" href="./EPSILON 2021/assets/css/styles.css"> -->
<link href="./EPSILON 2021/assets/css/styles.css?v=1" media="screen,print" rel="stylesheet" type="text/css">
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<link rel="shortcut icon" href="../images/favicon.png">
<link rel="icon" href="../images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<title>EPSILON 2021</title>
</head>
<body>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="#" class="nav__logo"><img src="./EPSILON 2021/image/logo.png" width="120"class="d-inline-block align-top" alt="" loading="lazy">
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link nav1">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link nav2">About</a></li>
<li class="nav__item"><a href="#services" class="nav__link nav3">Tracks</a></li>
<li class="nav__item"><a href="#menu" class="nav__link nav4">Schedule</a></li>
<li class="nav__item"><a href="#menu1" class="nav__link nav5">Speakers</a></li>
<li class="nav__item"><a href="#sponsors" class="nav__link nav6">Sponsors</a></li>
<li class="nav__item"><a href="#contact" class="nav__link nav7">FAQ</a></li>
<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu bx-md'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home" >
<div class="home__container bd-container bd-grid">
<div class="home__data">
<h1 class="home__title">EPSILON 2021</h1>
<p id="timer" class="timerSec">
<div class="d-flex justify-content-center mt-4 mb-5 timer">
<div class="days">
<h2 class="value" style="color: #4BAAE5; padding: 0 0.2em;" id="days">
00
</h2>
<h4>
DAYS
</h4>
</div>
<div class="hours">
<h2 class="value" style="color:#4BAAE5;" id="hours">
00
</h2>
<h4>
HOURS
</h4>
</div>
<div class="minutes">
<h2 class="value" style="color: #4BAAE5;" id="minutes">
00
</h2>
<h4>
MINUTES
</h4>
</div>
<div class="seconds">
<h2 class="value" style="color: #4BAAE5;" id="seconds">
00
</h2>
<h4>
SECONDS
</h4>
</div>
</div>
</p>
</h2>
<a href="" class="button" id="register">Register</a>
</div>
<div class="home__data">
<img src="./EPSILON 2021/image/home.png" alt="" class="home__img">
</div>
</div>
</section>
<!--========== ABOUT ==========-->
<section class="about section bd-container" id="about">
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial"></span>
<h2 class="section-title about__initial">ABOUT EPSILON 2021</h2>
<p class="about__description"> IEEE SIES GST with its sub-chapters MTT-S and Computer Society in feature intends to conduct a Symposium which will be an Academic Convention wherein the invited Industry Experts will speak about a particular subject of their research.<br /> The topics will run along the track of a theme for the Symposium.<br />
The target is to create an educational and orderly ambience where ideas are addressed and exchanged.</p>
<!-- <a href="#" class="button">Explore history</a> -->
</div>
<img src="./EPSILON 2021/image/aboutImg.png" alt="" class="about__img">
</div>
</section>
<!--========== SERVICES ==========-->
<section class="services section bd-container" id="services">
<!-- <span class="section-subtitle">TRACKS</span> -->
<h2 class="section-title">Computing and Knowledge Engineering</h2>
<div class="services__container bd-grid">
<div class="services__content">
<img src="./EPSILON 2021/image/robot.png" styles="place-items:center;" />
<h3 class="services__title">Machine Learning Conference</h3>
<p class="services__description">Machine learning is a branch of Artificial intelligence focused on learning from data and improve their accuracy over time without being programmed to do so.</p>
</div>
<div class="services__content">
<img src="./EPSILON 2021/image/cloud-network (1).png" styles="place-items:center;" />
<h3 class="services__title">Cloud Computing</h3>
<p class="services__description">Cloud computing is the on-demand availability of computer system resources, especially cloud storage and computing power, without direct active management by the user.</p>
</div>
<div class="services__content">
<img src="./EPSILON 2021/image/quantum.png" styles="place-items:center;" />
<h3 class="services__title">Quantum Computing</h3>
<p class="services__description">Quantum computing is an area of study focused on the development of computer based technologies centered around the principles of quantum theory. </p>
</div>
</div>
</section>
<!-- ============TIMELINE=============== -->
<section class="menu section bd-container" id="menu">
<h2 class="section-title">Schedule</h2>
<div class="timeline" id="scheduleText">
<div class="container left arrow1">
<div class="content content1">
<h2>AI and ML: The Ultimatum</h2>
<p>2-04-21<br />
Introductory Day<br />
10:00am - 12:00 pm IST </p>
</div>
</div>
<div class="container right ar2" >
<div class="content content2">
<h2>Cloud Computing: A Zenith Repository
</h2>
<p>2-04-21<br />
Introductory Day<br />
12:30pm - 2:30 pm IST </p>
</div>
</div>
<div class="container left arrow3">
<div class="content content3">
<h2>Getting started with Quantum Computing</h2>
<p>2-04-21<br />
Talk Session <br />
3:30pm - 5:30pm IST
</p>
</div>
</div>
<div class="container right ar1">
<div class="content content1">
<h2> Diabetes Classification</h2>
<p>3-04-21<br />
Hands-On Workshop<br />
10:00am - 12:00pm IST</p>
</div>
</div>
<div class="container left arrow2">
<div class="content content2">
<h2>Cloud Platform - Firebase
</h2>
<p> 3-04-21<br />
Hands-On Workshop<br />
1:00pm - 3:00pm IST
</p>
</div>
</div>
<div class="container right ar3">
<div class="content content3">
<h2>IBM Q Experience
</h2>
<p>3-04-21<br />
Hands-On Workshop<br />
4:00pm - 6:00 pm IST
</p>
</div>
</div>
<div class="container left arrow1">
<div class="content content1">
<h2>Privacy of ML and War of Data and The Future of AI & ML
</h2>
<p>4-04-21<br />
Conclusive Conference <br />
10:00am - 11:30am IST</p>
</div>
</div>
<div class="container right ar2">
<div class="content content2">
<h2>Big Data, DevOps and Service models (AWS, GCP)</h2>
<p>4-04-21 <br />
Conclusive Conference<br />
12:00pm - 1:30pm IST</p>
</div>
</div>
<div class="container left arrow3">
<div class="content content3">
<h2>Innovation and Future Scope in Quantum Computing
</h2>
<p> 4-04-21 <br />
Conclusive Conference<br />
3:30pm - 5:30pm IST
</p>
</div>
</div>
</div>
</section>
<!-- ========== SPEAKERS ========== -->
<section class="menu section bd-container" id="menu1">
<h2 class="section-title">Industry Experts</h2>
<!-- <span class="section-subtitle">Speakers will be revealed soon.</span> -->
<div class="services__container bd-grid">
<div class="services__content">
<img src="./EPSILON 2021/image/11.png" styles="place-items:center;" />
<h3 class="services__title">Lois Anne Leal</h3>
<p class="services__description">Science Research Specialist and ML Engineer
Certified Tensorflow Developer</p>
</div>
<div class="services__content">
<img src="./EPSILON 2021/image/21 (1).png" styles="place-items:center;"/>
<h3 class="services__title">Evangeline Daniel</h3>
<p class="services__description">Senior Program Manager at Google</p>
</div>
<div class="services__content">
<img src="./EPSILON 2021/image/5.png" styles="place-items:center;" />
<h3 class="services__title">Ramakrishna. V.</h3>
<p class="services__description">IBM Researcher and Quantum Associate Ambassador</p>
</div>
</div>
<div style="text-align: center">
<br>
<a href="./Epsilon_Speaker.html" class="knowMoreBtn">
Know more
</a>
</div>
</section>
<!--===== SPONSORS ====-->
<section class="services section bd-container" id="sponsors">
<!-- <span class="section-subtitle">TRACKS</span> -->
<h2 class="section-title">Our Sponsors </h2>
<div class="services__container bd-grid">
<div class="services__content">
<h3 class="services__title">Technical Sponsors</h3>
<img src="./EPSILON 2021/image/IEEEBombay.png" styles="place-items:center;" />
<p class="services__description"> </p>
</div>
<div class="services__content">
<h3 class="services__title">Education Partners</h3>
<img src="./EPSILON 2021/image/infigon.png" styles="place-items:center;" />
<p class="services__description"></p>
</div>
<div class="services__content">
<h3 class="services__title">Food Partners</h3>
<img src="./EPSILON 2021/image/Hotel Spices (1).png" styles="place-items:center;" />
<p class="services__description"></p>
</div>
<div class="services__content">
<h3 class="services__title">Digital partner</h3>
<img src="./EPSILON 2021/image/digitalPatner.jpeg" styles="place-items:center;" />
<p class="services__description" style="color: black;">Walia Electronics</p>
</div>
</div>
</section>
<!--===== APP =======-->
<section class="menu section bd-container" id="contact">
<span class="section-subtitle"></span>
<h2 class="section-title">Frequently Asked Questions</h2>
<button class="accordion">What is Epsilon 2021 ?</button>
<div class="panel">
<p>Epsilon is a three day academic convention organized under IEEE SIESGST
from 2nd to the 4th of April, 2021.</p>
</div>
<button class="accordion">Why should I participate?</button>
<div class="panel">
<p>Epsilon provides a great opportunity to learn the selected topics all the way from the beginner to expert level. Participants will receive certificates and best performers will receive prizes!</p>
</div>
<button class="accordion">Is there any registration fee 💰?</button>
<div class="panel">
<p>Zero! Zip! Zilch! Nothing. It is completely free for everyone. All it takes is your interest and time🤓.</p>
</div>
<button class="accordion">How can I attend the seminar ?</button>
<div class="panel">
<p>The seminar is going to be live on many social platforms such as YouTube,Facebook and LinkedIn.
But if you register for the event you will get certificates and you can also get a chance to win some amazing prizes🎁.</p>
</div>
<!-- <button class="accordion">Do I need to have any prerequisite knowledge to attend the workshops👷♀?
</button>
<div class="panel">
<p>No matter if you are a beginner or an expert, you will definitely take away a lot of learning from the sessions.</p>
</div> -->
</section>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">IEEE SIESGST</a>
<span class="footer__description">Student Chapter</span>
<div>
<a href="https://www.facebook.com/ieeesiesgstofficial/" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/ieeesiesgst/" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="https://www.youtube.com/ieeesiesgst?sub_confirmation=1" class="footer__social"><i class='bx bxl-youtube'></i></a>
<a href="https://in.linkedin.com/company/ieee-gst?trk=public_profile_topcard-current-company" class="footer__social"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/ieeesiesgst" class="footer__social"><i class='bx bxl-github'></i></a>
</div>
</div>
<!-- --- <div class="footer__content">
<h3 class="footer__title">Services</h3>
<ul>
<li><a href="#" class="footer__link">Delivery</a></li>
<li><a href="#" class="footer__link">Pricing</a></li>
<li><a href="#" class="footer__link">Fast food</a></li>
<li><a href="#" class="footer__link">Reserve your spot</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Information</h3>
<ul>
<li><a href="#" class="footer__link">Event</a></li>
<li><a href="#" class="footer__link">Contact us</a></li>
<li><a href="#" class="footer__link">Privacy policy</a></li>
<li><a href="#" class="footer__link">Terms of services</a></li>
</ul>
</div> -->
<div class="footer__content">
<h3 class="footer__title">Address</h3>
<ul>
<li>Address : SIES Graduate School of Technology, </li>
<li>Plot 1-C D & E, Sector-V, Navi Mumbai, </li>
<li>Phone : +91 9167923446</li>
<li>Email : [email protected]</li>
</ul>
</div>
</div>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<!-- <script src="./EPSILON 2021/assets/js/main.js"></script> -->
<script type="text/javascript" src="./EPSILON 2021/assets/js/main.js?v=1"></script>
</body>
</html>