-
Notifications
You must be signed in to change notification settings - Fork 16
/
blog-single.html
439 lines (376 loc) · 14.2 KB
/
blog-single.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="shortcut icon" href="img/logo.jpg" type="image/png" />
<title>Blog- AUV ZHCET</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Redirect news-->
<a href="#" id="demo" style="display: none"></a>
<!--/Redirect news-->
<!-- Header -->
<header>
<!-- Nav -->
<nav id="nav" class="navbar">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="img/auv1.png" alt="logo" id="rotate_image">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<div class="nav-head">
<ul class="main-nav nav navbar-nav navbar-center" id="navbar-ul">
<li><a href="./index.html#home">Home</a></li>
<li><a href="./index.html#about">About</a></li>
<li><a href="./coreTeam.html">Core Team</a></li>
<!-- <li><a href="./crowd.html">Crowd Funding SAUVC'2022</a></li> -->
<!-- <li><a href="./mate_rov.html">MTS AUV-ZHCET</a></li> -->
<li><a href="./index.html#vehicles">Vehicles</a></li>
<li><a href="./index.html#service">Achievements</a></li>
<li><a href="./rovc.html">AMUROVc 1.0</a></li>
<li><a href="./index.html#features">Sponsors</a></li>
<li><a href="./index.html#mentors">Mentors</a></li>
<!-- <li><a href="./posts.html">Recruitments</a></li> -->
<li><a href="./blog-single.html">Blog</a></li>
<li><a href="./index.html#contact">Contact</a></li>
</ul>
</div>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
</header>
<!-- /Header -->
<!-- Blog -->
<div id="blog" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- <div margin-:auto;>
<img src="./img/sauvcsg-blog.jpg"/>
</div> -->
<!-- Row -->
<div class="row">
<!-- Main -->
<main id="main" class="col-md-9">
<div class="blog">
<div id="tabsToShow" class="tab-content">
<!--Blog post 1-->
<div id="blogcontent1" class="tab-pane">
<!-- blog image-->
<div class="blog-img">
<img class="img-responsive" src="./img/news1.jpg" alt="">
</div>
<!--Blog-->
<div class="blog-content">
<ul class="blog-meta">
<li><i class="fa fa-clock-o"></i>29 Jan, 2019</li>
</ul>
<!-- Blog Heading-->
<h3>Kerala Donation Camp</h3>
<!-- Blog Content-->
<p>Address: AUV-Club, near CFD Lab, Main Building, ZHCET<br>Contact us :
[email protected]<br>last date for Registration : 03/02/2019<br>You will be
further notified for the interview date</p>
</div>
</div>
<!--/Blog post 1-->
<!--Blog post 2-->
<div id="blogcontent2" class="tab-pane">
<!-- blog image-->
<div class="blog-img">
<img class="img-responsive" src="./img/news2.jpg" alt="">
</div>
<!--Blog-->
<div class="blog-content">
<ul class="blog-meta">
<li><i class="fa fa-clock-o"></i>26 Jan, 2019</li>
</ul>
<!-- Blog Heading-->
<h3>NIOT Chennai Challenge</h3>
<!-- Blog Content-->
<p>Qualified as the 4th position</p>
</div>
</div>
<!--/Blog post 2-->
<!--Blog post 3-->
<div id="blogcontent3" class="tab-pane fade in active">
<!-- blog image-->
<div class="blog-img">
<img class="img-responsive" src="./img/sauvcsg-blog.jpg" alt="">
</div>
<!--Blog-->
<div class="blog-content">
<ul class="blog-meta">
<li><i class="fa fa-clock-o"></i>March 11, 2019</li>
</ul>
<!-- Blog Heading-->
<div class="caption-full">
<h3>SAUVC 2019</h3>
</div>
<!-- Blog Content-->
<div align="justify" style="font-size:1.1vw;">
SAUVC is one of biggest platform for underwater robotics. The SUAVC 2019 was the
sixth edition of the SAUVC program in which 73 AUVs participated from 16
different countries across the globe.All teams put their best foot forward and
gave an outstanding performance.Besides this the students got an the oppurtunity
to listen to the experiences of many reputed professors like Ren Jie ,Dr Marcelo
,Ms Kelly B.Cooper ,Richard Mills and many more.The students definitely had an
outstanding experience and a great learning opportunity .
The achievements and enthusiasm prompted us towards our mission of participating
in SAUVC 2020.We hope to buckle down and perform well at SAUVC2020.
<br>The events took place from 8 to 11 March 2019.The teams had to perform the
given task in the challenge which are as follows-
<br>Navigation
<br>Target reacquistion
<br>Localistation
<br>Navigation is mandatory and must be completed before any task. Other tasks
can be performed in any order. Surfacing at any point signified end of attempt.
<ol>
<li><strong>Navigation:</strong>The aim of this task is to swim through the
gate in water.</li>
<li><strong>Target Acquisition:</strong>The aim of this task is to detect
and acquire a target among a series of drums at the bottom of pool in
the target zone.</li>
<li><strong>Target reacquisition:</strong>The aim of this task requires a
previously detected target.</li>
<li><strong>Localization:</strong>The aim of this task is to localise on the
flare which is marked on the acoustic pinger and can be located anywhere
in the main arena.</li>
</ol>
<br>All the teams performed really well but outstanding performance was shown by
the teams of FAR EASTERN FEDERAL UNIVERSITY,RUSSIA and went on to becomme the
winner of the competition.The first and second runner up were the teams of BOGOR
AGRICULTURAL UNIVERSITY,CHINA.
<br>The guest speakers and their topics were as follows-
<br><strong>Ms Kelly Cooper:</strong>Using a simulation environment(virtual
competition) to enhance the performance of the autonomous vehicle.
<br><strong>Ms Richard Mills:</strong>Improving productivity in deep water AUV
surveys.
<br><strong>Dr Gabriele Ferri:</strong>"Autonomous robotic network for
underwater surveillance"and others.
<br>We applaud the winners and runner up who gave a fabulous performance and
motivated other teams to perform even better.</div>
</div>
</div>
<!--/Blog post 3-->
<!--Blog post 4-->
<div id="blogcontent4" class="tab-pane">
<!-- blog image-->
<div class="blog-img">
<iframe width="672" height="378" src="https://www.youtube.com/embed/cCYLwPEHDxM"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<!-- <img class="img-responsive" src="./img/news3.jpg" alt=""> -->
</div>
<!--Blog-->
<div class="blog-content">
<ul class="blog-meta">
<li><i class="fa fa-clock-o"></i>18 July, 2020</li>
</ul>
<!-- Blog Heading-->
<h3>Diving Deep Webinar</h3>
<!-- Blog Content-->
<div align="justify" style="font-size:1.1vw;">
<br>
An online workshop on underwater robotics by MTS AUV ZHCET CLUB in
collaboration with IEEE JMI student branch,“DIVING DEEP” to learn about
the fabrication, manufacturing and design of remotely operated vehicles and
autonomous underwater vehicles.
</div>
</div>
<!--/Blog post 4-->
</div>
<!-- reply form -->
<div class="reply-form">
<h3 class="title">Any query? Leave a message</h3>
<form>
<input class="input" type="text" placeholder="Name">
<input class="input" type="email" placeholder="Email">
<textarea placeholder="Add Your Commment"></textarea>
<button type="submit" class="main-btn">Send Message</button>
</form>
</div>
<!-- /reply form -->
</div>
</main>
<!-- /Main -->
<!-- Aside -->
<aside id="aside" class="col-md-3">
<!-- Search -->
<div class="widget">
<div class="widget-search">
<input class="search-input" type="text" placeholder="search">
<button class="search-btn" type="button"><i class="fa fa-search"></i></button>
</div>
</div>
<!-- /Search -->
<!-- Posts sidebar -->
<div class="widget">
<h3 class="title">Popular Posts</h3>
<!-- single post -->
<div id="post1" class="widget-post">
<a href="#blogcontent4">
<img src="./img/news jmi webinar.jpg" alt=""> Diving Deep Webinar
</a>
<ul class="blog-meta">
<li>July 18, 2020</li>
</ul>
</div>
<!-- /single post -->
<!-- single post -->
<div id="post1" class="widget-post">
<a href="#blogcontent3">
<img src="./img/sauvcsg-blog.jpg" alt=""> SAUVC 2019
</a>
<ul class="blog-meta">
<li>March 11, 2019</li>
</ul>
</div>
<!-- /single post -->
<!-- single post -->
<div id="post1" class="widget-post">
<a href="#blogcontent2">
<img src="./img/news2.jpg" alt=""> NIOT Chennai challenge
</a>
<ul class="blog-meta">
<li>Jan 26, 2019</li>
</ul>
</div>
<!-- /single post -->
<!-- single post -->
<div id="post1" class="widget-post">
<a href="#blogcontent1">
<img src="./img/news1.jpg" alt=""> Kerala Donation Camp
</a>
<ul class="blog-meta">
<li>Oct 18, 2018</li>
</ul>
</div>
<!-- /single post -->
<!-- single post ->
<div class="widget-post">
<a href="#">
<img src="./img/post2.jpg" alt=""> Blog title goes here
</a>
<ul class="blog-meta">
<li>Oct 18, 2017</li>
</ul>
</div>
<!- /single post -->
<!-- single post -\->
<div class="widget-post">
<a href="#">
<img src="./img/post3.jpg" alt=""> Blog title goes here
</a>
<ul class="blog-meta">
<li>Oct 18, 2017</li>
</ul>
</div>
<! /single post -->
</div>
<!-- /Posts sidebar -->
</aside>
<!-- /Aside -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Blog -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="index.html"><img src="img/auv1.png" alt="logo"></a>
</div>
<!-- /footer logo -->
<div id="footer-name" class="row">
<h2>AUV ZHCET</h2>
<hr>
<h4>Department of Mechanical Engineering, ZHCET</h4>
<h4>Aligarh Muslim University, Aligarh, U.P.</h4>
<h4>India</h4>
</div>
<!-- footer follow -->
<ul class="footer-follow">
<li><a href="https://www.facebook.com/auvzhcetclub/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/auv_zhcet"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/auv_zhcet/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/auv-zhcet/"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://www.youtube.com/channel/UCKnOMeEqaWUOpE7iYwUnzDg"><i
class="fa fa-youtube"></i></a></li>
<li><a href="https://github.com/auvzhcet"><i class="fa fa-github"></i></a></li>
</ul>
<!-- /footer follow -->
</div>
</div>
<!-- /Row -->
<div id="credits" style="margin-bottom: -50px"><a
style="position: absolute; bottom: 0; right: 0; color: #fff; font-family: sans-serif; opacity: 0.4; font-size: 18px; padding: 0px 100px;"
href=""></a></div>
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader >
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<! /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/blog.js"></script>
</body>
</html>