-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam_elec.html
More file actions
422 lines (361 loc) · 18.6 KB
/
Copy pathteam_elec.html
File metadata and controls
422 lines (361 loc) · 18.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
<!doctype html>
<html lang="en">
<head>
<title>Team Tiburon — Electronics team</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="https://github.com/auvnitrkl/webAssets/blob/main/images/favicon.ico">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<img style="margin-left: 10px; padding: 5px;" class="img-fluid" height="45" width ="45" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<!-- NAVBAR -->
<header class="site-navbar" id="top">
<div class="container-fluid">
<div class="dark-div">
<button onclick="darkTheme()">DM</button>
</div>
<div class="mySidenav">
<a href="team_mech.html" class="t-mech">Mechanical</a>
<button onclick="expand(0)" class="t-mech-btn">+</button>
<a href="team_elec.html" class="t-elec">Electronics</a>
<button onclick="expand(1)" class="t-elec-btn">+</button>
<a href="team_soft.html" class="t-soft">Software</a>
<button onclick="expand(2)" class="t-soft-btn">+</button>
<a href="team_pr.html" class="t-pr">PR</a>
<button onclick="expand(3)" class="t-pr-btn">+</button>
<a href="team_acous.html" class="t-acous">Acoustic</a>
<button onclick="expand(4)" class="t-acous-btn">+</button>
</div>
<div class="row align-items-center">
<div class="site-logo col-8"><a href="index.html">
TIBURON</a>
<a href="index.html"><img style="margin-left: 10px; padding: 5px;" class="img-fluid" height="45" width ="45" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true"></a>
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Ftiburonauv%2F&width=72&layout=button_count&action=like&size=small&show_faces=true&share=true&height=21&appId" width="140" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<nav class="mx-auto site-navigation">
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">The Team</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="events.html">Technical Events</a></li>
<li><a href="robosub21.html">Robosub 2021</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="col-4 site-burger-menu d-block d-lg-none text-right">
<a href="#" class="site-menu-toggle js-menu-toggle"><span class="icon-menu h3"></span></a>
</div>
</div>
</div>
</header>
<section class="site-navbar2" id="top2">
<div>
<img class="img-fluid" height="75" width ="75" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true">
</div>
</section>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-8 text-center">
<h1><strong>Electronics Team</strong></h1>
<div class="mx-auto w-75">
<h3 style="color:cornsilk;"><strong>We build connections.</strong></h3>
</div>
</div>
</div>
</div>
<!-- VIDEO -->
<div class="video-container">
<video autoplay loop="true" controls muted>
<source type="video/mp4" src="https://github.com/auvnitrkl/webAssets/blob/main/videos/tiburon.mp4?raw=true">
</video>
</div>
<a href="#next-section" class="smoothscroll scroll-button">
<span class=" icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section block__18514" id="next-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 mr-auto">
<div >
<img width="100%" height="180px" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec.jpeg?raw=true"><br><br>
<img width="100%" height="200px" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec2.jpeg?raw=true">
</div>
</div>
<div class="col-lg-8" style="margin-top: 10px;">
<div class="row">
<span class="text-primary col-lg-3 mb-1 text-center"><span class="icon-line-genius display-1"></span></span>
<div class="col-lg-8 " style="text-align: center; margin: 5px; border-radius: 5px; background-image: url('https://github.com/auvnitrkl/webAssets/blob/main/images/bg-electronics.jpg?raw=true'); background-size: cover;">
<h1 style="color: white;margin-top: 25px;"><strong>HOW WE CONNECT</strong></h1>
</div>
</div>
<div class="text-center">
<!-- <h2 class="mb-4">How we code</h2> -->
<p>The main aim of the electronics subsystem is to make the bridge between the software stack of the AUV and the outside world. Intel NUC is our main processing unit and along with peripheral microcontrollers, it forms the control unit, responsible for various tasks the AUV can perform. The electronics stack comprise of 2 custom made PCBs designed in Autodesk Eagle™. Their standout features are compact size, stacked design and power efficiency. We have also incorporated protection features like overvoltage, under-voltage and short-circuit protection. Both circuits are thoroughly tested for stress and functionality and revised before deploying them inside the AUV.</p></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h3 class="section-title-sub text-primary">ELectrabuzzes</h3>
<h2 class="section-title mb-3">Present Members</h2>
</div>
</div>
<div id="posts" class="row-no-gutter">
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Angad.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Angad Pattnaik</strong><br> Vice Captain </h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I currently lead the Electronics Subsystem in the team .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec/Akhil.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Akhil Pathak</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I work on the electronics of the AUV , from Schematic design to PCB .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec/Pratik.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Pratik Samantaray</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Learner .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec/Risita.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Risita Jena</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Commitment to ensuring the team succeeds with all tasks, duties, and projects .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/acoustics/Sayansree.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Sayansree Paria</strong><br></h5>
<br><br>
<p style="text-align: center; color: blanchedalmond;">
Stars can't shine without darkness
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec/Shivanshu.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Shivanshu Sahoo</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
An eager learner .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/elec/Swastik.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Swastik Routroy</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I am passionate about my work .
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Members">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">Alumni Members</h2>
</div>
</div>
<div id="posts" class="row no-gutter">
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Subham.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Subham Dwari</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I am dedicated for team .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Dipam.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Dipam Chakraborty</strong></h5>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Shailesh.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Shailesh Chandra Prusty</strong></h5>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Diptarghya.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Diptarghya Santra</strong></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h3 class="section-title text-primary">What keeps us going?</h3>
<h2 class="section-title mb-3"></h2>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="block_quote block__87154">
<span class="quote"><img src="https://github.com/auvnitrkl/webAssets/blob/main/images/quote.png?raw=true" alt="Image"></span>
<blockquote>
<p> I don't think people change; electronics change, the things we have change, but the way we live doesn't change. <br><h3 style="font-size: 1.2rem;">- Judy Blume</h3>
</blockquote>
</div>
</div>
<div class="col-lg-6">
<div class="block_quote block__87154">
<span class="quote"><img src="https://github.com/auvnitrkl/webAssets/blob/main/images/quote.png?raw=true" alt="Image"></span>
<blockquote>
<p> Life is like semiconductor, neither conductor, nor insulator<br><br><h3 style="font-size: 1.2rem;">-Anonymous</h3>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer slanted-footer">
<a href="team_elec.html#home-section" class="smoothscroll scroll-top">
<span class="icon-keyboard_arrow_up"></span>
</a>
<div class="container">
<div class="row mb-5">
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Technical Events</h3>
<ul class="list-unstyled">
<li><a href="https://sauvc.org/">Singapore AUV Challenge(SAUVC)</a></li>
<li><a href="https://www.niot.res.in/SAVe/">Student Autonomous Underwater Vehicle(SAVe) Competition</a></li>
<li><a href="https://robosub.org/">RoboSub 2019</a></li>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Address</h3>
<ul class="list-unstyled">
<li>Technology Innovation and Industry Relations Building, NIT Rourkela</li>
<li><a href="mailto:tiburonnitr.contact@gmail.com">tiburonnitr.contact@gmail.com</a></li>
</ul>
</span>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Faculty Advisor</h3>
<ul class="list-unstyled">
<li>Dr Haraprasad Roy</li>
<li><a href="mailto:royh@nitrkl.ac.in">royh@nitrkl.ac.in</a></li>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Contact Us</h3>
<div class="footer-social">
<a href="https://www.facebook.com/tiburonauv/"><span class="icon-facebook"></span></a>
<a href="https://www.twitter.com/auvnitrkl"><span class="icon-twitter"></span></a>
<a href="https://www.instagram.com/auvnitrkl"><span class="icon-instagram"></span></a>
<a href="https://www.linkedin.com/school/tiburonauv"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<p class="copyright"><small class="block">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Developed from
<a href="https://colorlib.com" target="_blank">Colorlib</a></a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</small></p>
</div>
</div>
</div>
</footer>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/sideNavExpand.js"></script>
<script src="js/dark.js"></script>
</body>
</html>