-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprosthetic.html
533 lines (409 loc) · 21.4 KB
/
prosthetic.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
<!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">
<!-- =======================================================
* Template Name: Scaffold - v2.0.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header =======
<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="">About</a>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li class="drop-down"><a href="#">Deep Drop Down</a>
<ul>
<li><a href="#">COMING SOON</a></li>
<li><a href="#">COMING SOON</a></li>
<li><a href="#">COMING SOON</a></li>
<li><a href="#">COMING SOON</a></li>
<li><a href="#">COMING SOON</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="event.html">EVENTS</a></li>
<li><a href="#portfolio">PROJECTS</a></li>
<li><a href="#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 -->
<!-- ======= Hero Section ======= -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>TRS BVM</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">
<!-- =======================================================
* Template Name: Scaffold - v2.0.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<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><a href="executive.html">Executive Members</a></li>
<li><a href="faculty.html">Faculty Members</a></li>
<li><a href="branchcordinator.html">Branch Coordinators</a></li>
<li><a href="rd.html">rd Leads</a></li>
<li><a href="fi.html">Finance And Inventory Leads</a></li>
<li><a href="docu.html">Documentation Leads</a></li>
<li><a href="graphics.html">Graphics Leads</a></li>
<li><a href="webdevloper.html">Website Developers</a></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>
</main><!-- End #main -->
<!-- <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>
</div>
</p>
</div>
</section><!-- End About Section -->
<section id="about" class="about">
<div data-aos="zoom-in">
<img src="assets/img/2021.jpeg" alt="" style="height:50%;display:block;margin-left: auto;margin-right: auto;width:45%">
</div>
<div class="container">
<div class="row">
<div class="content pt-4 pt-lg-0">
<h3 align="center"> Prosthetic Limbs </h3>
<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> -->
<!-- <br><br>
<h3>Team Members:</h3>
<li><i class="icofont-square"></i>Prof. Ashish Thakkar (Mechanical Department)</li>
<li><i class="icofont-square"></i>Jay Goswami (2nd Year Electronics)</li>
<li><i class="icofont-square"></i>Keivalya Pandya (2nd Year Mechanical)</li>
<li><i class="icofont-square"></i>Vaidehi Shah (2nd Year Electronics)</li>
<li><i class="icofont-square"></i>Raunak Abhani (2nd Year Mechanical)</li>
<li><i class="icofont-square"></i>Deep Domadiya (2nd Year Mechanical)</li>
</ul> -->
<li>This Robot has been selected for the 2nd Round of GUJCOST Robofest 2.0 and won a cash price of Rs. 50,000/- for qualifying the first round.
</li>
<br><br>
<h4>Primary Objective</h4>
<p>A human forehand with demonstrated independently actuating 4 fingers and thumb. Ability to pick at least 2 different objects with at least 2 repetitions. No readymade kits/chassis are allowed</p>
<br><br>
<h4>Secondary Objective</h4>
<p>Picking up at least a 400ml glass of water filled with water, holding it for 1 minute visibly above the surface and putting it back down, and no spillage of water in the process. No human intervention in the complete mechanical chain.</p>
</div>
</p>
</div>
</section><!-- End About Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team" style="background-color: white;">
<div class="container">
<br><br>
<h1 align="center">Team Members:</h1>
<br><br>
<div class="row" >
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in">
<div class="pic1"><img src="assets/img/Faculty/ash.jpg" class="img-fluid" alt="this slowpoke moves"></div>
<div class="member-info">
<h4>Prof. Ashish Thakkar </h4>
<span>Mechanical Department</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic1"><img src="assets/img/website/" class="img-fluid" alt="this slowpoke moves"></div>
<div class="member-info">
<h4>Jay Goswami </h4>
<span>2nd Year Electronics</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<div class="pic1"><img src="assets/img/website/" class="img-fluid" alt="this slowpoke moves"></div>
<div class="member-info">
<h4>Keivalya Pandya</h4>
<span>2nd Year Mechanical</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic1"><img src="assets/img/website/" class="img-fluid" alt="this slowpoke moves"></div>
<div class="member-info">
<h4>Vaidehi Shah</h4>
<span>2nd Year Electronics</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic1"><img src="assets/img/website/" class="img-fluid" alt="this slowpoke moves"></div>
<div class="member-info">
<h4>Raunak Abhani </h4>
<span>2nd Year Mechanical</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic1"><img src="assets/img/website/" class="img-fluid" alt="Vishal Pandya"></div>
<div class="member-info">
<h4>Deep Domadiya</h4>
<span>2nd Year Mechanical</span>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team 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>