-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathevent2.html
394 lines (318 loc) · 17.2 KB
/
event2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Events</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/apple-touch-icon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="fixed-top">
<div class="container d-flex">
<!---<img src="assets/img/BVM.png" align="left" style="width:50px;height:50px;">-->
<div class="logo mr-auto">
<h1 class="text-light"><a href="index.html"><span>TRS BVM Student Chapter</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="aassets/img/BVM.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li class="drop-down"><a href="">Teams</a>
<ul>
<li class="drop-down"><a href="#">2022-2023</a>
<ul>
<li><a href="../2022-2023/executive.html">Executive Members</a></li>
<li><a href="../2022-2023/faculty.html">Faculty Members</a></li>
<li><a href="../2022-2023/branchcordinator.html">Branch Coordinators</a></li>
<li><a href="../2022-2023/fi.html">Finance And Inventory Leads</a></li>
<li><a href="../2022-2023/docu.html">Documentation Leads</a></li>
<li><a href="../2022-2023/graphics.html">Graphics Leads</a></li>
<li><a href="../2022-2023/socials.html">Social Media</a></li>
<li><a href="../2022-2023/webdevloper.html">Web Turtles</a></li>
</ul>
</li>
<li class="drop-down"><a href="#">2021-2022</a>
<ul>
<li><a href="../2021-2022/executive.html">Executive Members</a></li>
<li><a href="../2021-2022/faculty.html">Faculty Members</a></li>
<li><a href="../2021-2022/branchcordinator.html">Branch Coordinators</a></li>
<li><a href="../2021-2022/rd.html">R&D Leads</a></li>
<li><a href="../2021-2022/fi.html">Finance And Inventory Leads</a></li>
<li><a href="../2021-2022/docu.html">Documentation Leads</a></li>
<li><a href="../2021-2022/graphics.html">Graphics Leads</a></li>
<li><a href="../2021-2022/webdevloper.html">Web Ninjas</a></li>
</ul>
</li>
<li>
<li class="drop-down"><a href="#">2020-2021</a>
<ul>
<li><a href="../2020-2021/executive.html">Executive Members</a></li>
<li><a href="../2020-2021/faculty.html">Faculty Members</a></li>
<li><a href="../2020-2021/branchcordinator.html">Branch Coordinators</a></li>
<li><a href="../2020-2021/rnd.html">R&D Leads</a></li>
<li><a href="../2020-2021/fi.html">Finance And Inventory Leads</a></li>
<li><a href="../2020-2021/docu.html">Documentation Leads</a></li>
<li><a href="../2020-2021/graphics.html">Graphics Leads</a></li>
<li><a href="../2020-2021/webdevloper.html">Developers Table</a></li>
</ul>
</li>
<li>
<li class="drop-down"><a href="#">2019-2020</a>
<ul>
<li><a href="../2019-2020/executive.html">Executive Members</a></li>
<li><a href="../2019-2020/faculty.html">Faculty Members</a></li>
<li><a href="../2019-2020/branchcordinator.html">Branch Coordinators</a></li>
<li><a href="../2019-2020/rd.html">R&D Leads</a></li>
<li><a href="../2019-2020/fi.html">Finance And Inventory Leads</a></li>
<li><a href="../2019-2020/docu.html">Documentation Leads</a></li>
<li><a href="../2019-2020/graphics.html">Graphics Leads</a></li>
<li><a href="../2019-2020/webdevloper.html">Web Maintainers</a></li>
</ul>
</li>
</li>
</li>
</ul>
</li>
<li><a href="event.html">Events</a></li>
<li><a href="index.html#portfolio">Projects</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="header-social-links">
<a href="https://twitter.com/BvmTrs?s=09" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/TRS-BVM-113503333663264/" class="facebook"><i
class="icofont-facebook"></i></a>
<a href="https://instagram.com/trs_bvm?igshid=xmc4crlq2orp" class="instagram"><i
class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/trs-bvm-student-chapter-b4796b1a6" class="linkedin"><i
class="icofont-linkedin"></i></i></a>
</div>
</div>
</header><!-- End Header -->
<br>
<br>
<br>
<section id="hero">
<div class="container" >
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="fade-up">
<div>
<h1>An Approach towards Machine Learning and Artificial Intelligence</h1>
<strong><b><h2>informative and surplus Webinar </h2></b></strong>
<br>
<a href="#about" class="btn-get-started scrollto">Click Here To Know More</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<!-- <img src="assets/img/about.jpg" class="img-fluid" alt="this slowpoke moves"> -->
<iframe width="100%" height="300vh" src="https://www.youtube.com/embed/x54AGX9miN8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section><!-- End Hero -->
<section id="hero">
<div class="container" >
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="fade-up">
<div>
<h1>Design Modeling using SaaS Platform: Onshape</h1>
<strong><b><h2>4 Day Workshop</h2></b></strong>
<a href="#about" class="btn-get-started scrollto">Click Here To Know More</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<img src="assets/img/about.jpg" class="img-fluid" alt="this slowpoke moves">
</div>
</div>
</div>
</section><!-- End Hero -->
<section id="about" class="about">
<div data-aos="zoom-in">
<img src="assets/img/event.jpeg" alt="" style="border:15px solid gray;border-radius: 20px;height:500px;display:block;margin-left: auto;margin-right: auto;width:65%">
</div>
<div class="container">
<div class="row">
<div class="content pt-4 pt-lg-0">
<h4>• An Approach towards Machine Learning and Artificial Intelligence</h4>
<p class="font-italic">
</p>
<!-- <ul>
<li><i class="icofont-check-circled"></i> HACK: Create a team and build an incredible project over a weekend at one of our hackathons</li>
<li><i class="icofont-check-circled"></i> COMPETE: Join one of our robotics teams - we organise teams for Eurobot,and PiWars as well as run our own internal Sumobots competition.</li>
<li><i class="icofont-check-circled"></i> MEET: Come along to exciting talks and connect with like-minded people</li>
</ul>-->
<ul>
<li><i class="icofont-check-circled"></i>To make the quarantine a fruitful one, TRS BVM Student Chapter conducted an informative and surplus Webinar on “Approach towards Machine Learning and Artificial Intelligence.” The main objective was to make everyone aware of the future upcoming technologies which will dominate throughout every field. There are the immense applications of Machine learning and Artificial Intelligence in diverse industries like pharmaceutical, Technologies, E-commerce and especially in Industry 4.0.
</li>
<h5>• Mr Dwijay Rane</h5>
<li><i class="icofont-check-circled"></i>
R&D Project Manager at Edutech Learning Solution Pvt. Ltd.</li>
<li><i class="icofont-check-circled"></i>He is an Embedded Engineer turned into Robotics Engineer who loves programming and interfacing. His recent project involves simulation and hardware glue for learning state estimation, machine learning, and reinforcement learning. Currently, he is working on improving localization and navigation for autonomy.
</li>
<li><i class="icofont-check-circled"></i>
Skills: C++, Python, CUDA, ROS, Gazebo, SLAM, PyTorch, Tensorflow, OpenCV, ML, H2O.ai</li>
</ul>
<p>Date: 05th April 2020
Time: 4 PM IST
</p>
</div>
</p>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section =======
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="col-lg-6 mt-2 mb-tg-0 order-2 order-lg-1">
<ul class="nav nav-tabs flex-column">
<li class="nav-item" data-aos="fade-up">
<a class="nav-link active show" data-toggle="tab" href="#tab-1">
<h4>Modi sit est</h4>
<p>Quis excepturi porro totam sint earum quo nulla perspiciatis eius.</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="100">
<a class="nav-link" data-toggle="tab" href="#tab-2">
<h4>Unde praesentium sed</h4>
<p>Voluptas vel esse repudiandae quo excepturi.</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="200">
<a class="nav-link" data-toggle="tab" href="#tab-3">
<h4>Pariatur explicabo vel</h4>
<p>Velit veniam ipsa sit nihil blanditiis mollitia natus.</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="300">
<a class="nav-link" data-toggle="tab" href="#tab-4">
<h4>Nostrum qui quasi</h4>
<p>Ratione hic sapiente nostrum doloremque illum nulla praesentium id</p>
</a>
</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<figure>
<img src="assets/img/features-1.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-2">
<figure>
<img src="assets/img/features-2.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-3">
<figure>
<img src="assets/img/features-3.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-4">
<figure>
<img src="assets/img/features-4.png" alt="" class="img-fluid">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Features Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<!-- <img src="cvm.jpg" align="right" style="width:130px;height:200px;margin-right:12%">-->
<div><img src="assets/img/BVM.png" align="right" style="width:15%;height:auto;"></div>
<div><img src="assets/img/CVM.png" align="right" style="width:19%;height:auto;margin-right:5%;"></div>
<div class="row" style="margin:auto;font-size:100%;">
<div class="col-lg-3 col-md-6">
<div class="footer-info"style="font-size: 14;">
<h3>TRS BVM Student Chapter</h3>
<p>
Mota Bazaar, Vallabh Vidyanagar, <br>
Anand, Gujarat 388120<br><br>
<strong>Email:</strong> [email protected]<br>
</p>
<!--<div class="social-links mt-3">
<a href="https://twitter.com/BvmTrs?s=09" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/TRS-BVM-113503333663264/" class="facebook"><i class="icofont-facebook"></i></a>
<a href="https://instagram.com/trs_bvm?igshid=xmc4crlq2orp" class="instagram"><i class="icofont-instagram"></i></a>
<a href="https://www.linkedin.com/in/trs-bvm-student-chapter-b4796b1a6" class="linkedin"><i class="icofont-linkedin"></i></i></a>
<!--<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>-->
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links" style="padding-left: 15%;font-size: 14;">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://ecvm.net/index.html">CVM</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://bvmengineering.ac.in/index.aspx">BVM</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://rs-india.org/">Robotics Society Of India</a></li>
</ul>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div>-->
<!--<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Foor more updates please leave your email</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>-->
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>@ 2020 TRS BVM</span></strong>. All Rights Reserved
</div>
<div class="credits">
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="bx bxs-up-arrow-alt"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File-->
<script src="assets/js/main.js"></script>
</body>
</html>