-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.html
302 lines (256 loc) · 12.5 KB
/
tutorials.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=xyz"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'xyz');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Avishkar Seth</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon_io/favicon-16x16.png" rel="icon">
<link href="assets/img/favicon_io/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/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/lighttheme.css" rel="stylesheet">
<!-- MathJax CSS | JS File -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script>
window.onload = function() {
//considering there aren't any hashes in the urls already
if(!window.location.hash) {
//setting window location
window.location = window.location + '#tutorials';
//using reload() method to reload web page
window.location.reload();
}
}
</script>
<script type="text/javascript">
$(document).ready(function() {
$('.carousel').carousel({interval: 7000});
});
</script>
<!-- =======================================================
* Template Name: Personal - v2.2.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<!-- Uncomment below if you prefer to use an image logo -->
<a class="mr-auto">
<!-- <img src="http://prg.cs.umd.edu/img/logo/prg-black.png" class="img-fluid" width="10%"><img src="http://prg.cs.umd.edu/img/logo/umd-logo-white.png" class="img-fluid" width="7%"> -->
<h1><a href="index.html"><span>Avishkar Seth</span></a></h1>
<!-- <h2>Egnine<br>MQ Drone Lab<br>MQ Uni </h2> -->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a title="About" href="about.html#about">About</a></li>
<li><a title="Research" href="research.html#research">Research</a></li>
<li><a title="Teaching" href="teaching.html#teaching">Teaching</a></li>
<li><a title="Volunteering" href="volunteering.html#volunteering">Volunteering</a></li>
<li><a title="Tutorials & Blogs" href="tutorials.html#tutorials">Tutorials</a></li>
<li><a title="Portfolio" href="https://avishkarseth.github.io/portfolio/">Portfolio</a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="social-links">
</div>
</div>
</header><!-- End Header -->
<!-- ======= Tutorials Section ======= -->
<section id="tutorials" class="services">
<div class="container">
<div class="section-title">
<h2>Blogs and Tutorials</h2>
<p>Development Phase... :]</p>
</div>
<!-- 2024 Section -->
<h3>2024</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/icst_2024.html">
<img class="img-fluid" src="assets/img/morepages/icst24/icst1.jpg" style="padding-bottom: 15px">
<h4>ICST International Conference on Sensing Technology 2024</h4>
<p>Blog Post: Our Journey to ICST 2024, Sydney, Australia</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/mobicom_2024.html">
<img class="img-fluid" src="assets/img/morepages/mobicom24/mobicom1.jpg" style="padding-bottom: 15px">
<h4>MQ Drone Lab- ACM Mobicom 2024</h4>
<p>Blog Post: Our Journey to ACM Mobicom 2024</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/QUT_DRC_2024.html">
<img class="img-fluid" src="assets/img/morepages/qut_murc/team2.jpg" style="padding-bottom: 15px">
<h4>QUT DRC- MURC 2024</h4>
<p>Blog Post: Our Journey to 3rd Place at the QUT Droid Racing Challenge!</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/open_day_2024.html">
<img class="img-fluid" src="assets/img/morepages/open_day_2024/EWK_1261.jpg" style="padding-bottom: 15px">
<h4>MQ Open Day 2024</h4>
<p>Blog Post: Babies Day out to MQ Open Day 2024!</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/DroNet_2024_tokyo.html">
<img class="img-fluid" src="assets/img/morepages/Dronet2024/dronet1.jpg" style="padding-bottom: 15px">
<h4>MQ Drone Lab- ACM MobiSys DroNet 2024</h4>
<p>Blog Post: Our Journey to Tokyo MQ Drone Lab- ACM MobiSys DroNet 2024</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/HDR_MQ.html">
<img class="img-fluid" src="assets/img/morepages/hdrmq24/hdr1.jpeg" style="padding-bottom: 15px">
<h4>MQ HDR Conference 2024</h4>
<p>Blog Post: Our Journey to MQ HDR Conference 2024</p>
</a>
</div>
</div>
</div>
<hr>
<!-- 2023 Section -->
<h3>2023</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/inds_ws_24.html">
<img class="img-fluid" src="assets/img/morepages/Industry_ws_pics/IMG-20231122-WA0040.jpg" style="padding-bottom: 15px">
<h4>MQ Drone Lab Industry Workshop Nov 2023</h4>
<p>Blog Post: MQ Drone Lab First Industry Workshop!</p>
</a>
</div>
</div>
</div>
<hr>
<!-- 2022 Section -->
<h3>2022</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/QUT_DRC_2024.html">
<img class="img-fluid" src="assets/img/morepages/qut_murc/team2.jpg" style="padding-bottom: 15px">
<h4>Test</h4>
<p>Blog Post: Test!</p>
</a>
</div>
</div>
</div>
<hr>
<!-- 2021 Section -->
<h3>2021</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/QUT_DRC_2024.html">
<img class="img-fluid" src="assets/img/morepages/qut_murc/team2.jpg" style="padding-bottom: 15px">
<h4>Test</h4>
<p>Blog Post: Test!</p>
</a>
</div>
</div>
</div>
<hr>
<!-- 2020 Section -->
<h3>2020</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="https://data-science-group.github.io/BigDataSociety/Hackathon/2020-03/index.html" target="_blank">
<img class="img-fluid" src="assets/img/news/big_data_hackathon.png" style="padding-bottom: 15px; border-radius: 12px;">
<h4>Hackathon Challenge, Sydney- Awarded 2nd Place</h4>
<p>AI-ENABLED EDUCATION, BIG DATA SOCIETY, Hackathon Challenge, Sydney</p>
<p>Date: March 2020</p>
</a>
</div>
</div>
</div>
<hr>
<!-- 2019 Section -->
<h3>2019</h3>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<a href="new_pages/QUT_DRC_2019.html">
<img class="img-fluid" src="assets/img/morepages/qut_murc/team2.jpg" style="padding-bottom: 15px">
<h4>Test</h4>
<p>Blog Post: Test</p>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Blogs Section -->
<!-- Start common section -->
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ -->
<!-- Designed by <a href="https://bootstrapmade.com/"></a> -->
<div class="social-links">
<!-- <div class="col-6" style="justify-content: center"> -->
<a title="Google Scholar" href="https://scholar.google.com/citations?user=bAMQU8MAAAAJ&hl=en" class="ai"><i class="ai ai-google-scholar-square"></i></a>
<a title="Github" href="https://github.com/AvishkarSeth" class="github"><i class="ri-github-fill"></i></a>
<a title="YouTube" href="https://www.youtube.com/@avishkarseth1955" class="youtube"><i class="icofont-youtube"></i></a>
<a title="LinkedIn" href="https://www.linkedin.com/in/avishkar-s-586981126/" class="linkedin"><i class="icofont-linkedin"></i></a>
<a title="Threads" href="https://www.threads.net/@trick_finger" class="twitter"><i class="icofont-twitter"></i></a>
<a title="Email" href="mailto:[email protected]" class="quora"><i class='ri-mail-fill'></i>
<a title="Facebook" href="https://www.facebook.com/profile.php?id=100000562311491&mibextid=ZbWKwL" class="facebook"><i class="icofont-facebook"></i></a>
<a title="Instagram" href="https://www.instagram.com/trick_finger/" class="ri-camera-3-fill"><i class="icofont-ri-camera-3-fill"></i></a>
<a title="ORCID" href="https://orcid.org/0000-0002-0902-9753" class="orcid"><i class="ai ai-orcid"></i></a>
<a title="ResearchGate" href="https://www.researchgate.net/profile/Avishkar-Seth" class="researchgate"><i class="ai ai-researchgate"></i></a>
<a title="Macquarie Uni Research Profile" href="https://researchers.mq.edu.au/en/persons/avishkar-seth" class="mq-research"><i class="icofont-university"></i></a>
</div>
</div>
<!-- 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/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main_v2.js"></script>
</body>
</html>