-
Notifications
You must be signed in to change notification settings - Fork 1
/
schedule.html
369 lines (266 loc) · 10.3 KB
/
schedule.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
<!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.0">
<title>ICTCon2021 | SCHEDULE</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Asap:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./stylesheets/main.css">
<!-- CSS only-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<!--style-->
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
th {
border: 1px solid #dddddd;
text-align: center;
padding: 8px;
}
td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
<!--style-->
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-dark bg-main border-0 shadow">
<div class="container">
<a class="navbar-brand" href="#"><img src="./images/ictlogo.png" height="80"> ICTCon2021</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" aria-current="page" href="index.html">Home</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="dates.html">Important Dates</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="papers.html">Call for Papers</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="submission.html">Paper Submission</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="committee.html">Committee</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="speakers.html">Speakers</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link" href="registration.html">Registration</a></li>
<li class="nav-item mx-2 fw-bold text-white"><a class="nav-link active" href="schedule.html">Program Schedule</a></li>
</ul>
</div>
</div>
</nav>
<!-- HEADING-->
<section class="text-center p-5 bg-main-2 text-uppercase">
<h1 class="page-title">Schedule</h1>
</section>
<section>
<h2 align="center">Day 1: March 15, 2021 (Monday)</h2>
<table>
<tr>
<th>TIME</th>
<th>PROGRAMME</th>
</tr>
<tr>
<td>9.30 A.M-11.30 A.M.</td>
<td>OPENING CEREMONY</td>
</tr>
<tr>
<td></td>
<td>
<pre>
Inaugural Speech:Prof. Dhiraj Bora, VC, ASTU.
Prof. Debkumar Chakrabarti, Director, CIT Kokrajhar.
Welcome Address: Dr. B.R.Phukan, Program Chair, ICTCON2021.
Keynote Address: Prof. Gautam Barua, Director IIIT Guwahati.
</pre>
</td>
</tr>
<tr></tr>
<tr>
<td>11.30 A.M. -11.45. A.M.</td>
<td>Tea/Coffee Break</td>
</tr>
<tr>
<td>11.45 A.M.- 1.45 P.M.</td>
<td>Session 1</td>
</tr>
<tr>
<td rowspan="3">11.45 A.M.- 1.45 P.M.</td>
<td>
<pre>
CHAIR : Dr. Pankaj Pratap Singh, Dept. of CSE, CIT Kokrajhar.
Session Coordinator: Ms. Puja Sarkar, Dept. of CSE, CIT Kokrajhar.
</pre></td>
</tr>
<tr>
<td>
<pre>
Paper ID Paper Title
</pre>
</td>
</tr>
<tr>
<td>
<pre>
2 Application of Swarm-Based Feature Selection and Extreme Learning Machines in Lung Cancer Risk Prediction.
8 Intelligent Intrusion Detection System using Supervised Learning.
9 DISTRIBUTION SYSTEM FAULT ANALYSIS USING MATLAB/SIMULINK.
11 APPLICATION OF ARTIFICIAL NEURAL NETWORK TO PREDICT TDS CONCENTRATIONS OF THE RIVER THAMIRABARANI, INDIA.
16 A New Popularity Prediction Model for Detection of Trending Topics based on Support Vector Machine over Online Social Networking.
26 End-to-End Speech Recognition and Training using Recurrent Neural Network (RNN).
32 Co-occurrence Based Approach for Differentiation of Speech and Song.
</pre>
</td>
<tr></tr>
<tr>
<td>1.45 P.M. - 2.30 P.M.</td>
<td>LUNCH</td>
</tr>
<tr>
<td>2.30 P.M.- 3.30 P.M.</td>
<td>
<pre>
Session 2
Plenary Talk 1/Keynote Speaker: Prof. Amlan Chakrabarti, Professor, University of Calcutta.
Title: IP Based Strategies for Robust IoT Service Management.
</pre>
</td>
</tr>
<tr>
<td rowspan="3"> 3.30 P.M.- 5.00 P.M.</td>
<td>
<pre>
CHAIR : : Dr. Arnab Maji, Assistant Professor, Dept. of IT, NEHU.
Session Coordinator: Mr. Ranjan Patowary, Assistant Professor, Dept. of CSE, CIT Kokrajhar.
</pre>
</td>
</tr>
<tr>
<td>
<pre>
Paper ID Paper Title
</pre>
</td>
</tr>
<tr>
<td>
<pre>
7 Preserving Cultural Heritage with Mobile Augmented Reality – A survey.
13 IOT BASED AUTOMATION AND SOLUTION FOR MEDICAL DRUG STORAGE SMART DRUG STORE.
19 Design of Smart Heart Rate Monitoring and Stress Detection System with Cloud Data Storage and Privacy.
20 Design of Driver Alcohol Detection System with Automatic Engine Locking.
22 Smart Bag based on RFID and Internet of Things.
27 Broadband millimeter-wave inset feed microstrip array antenna.
31 ACS Fed Multiband Antenna for Wireless Applications.
37 Machine Learning Driven IoT Based Smart Health Care Kit.
</pre>
</td>
<tr></tr>
</table>
<table>
<h2 align="center">Day 2: March 16, 2021 (Tuesday)</h2>
<tr>
<th>TIME</th>
<th>PROGRAMME</th>
</tr>
<tr>
<td>10.00 A.M.- 11.00 A.M.</td>
<td>
<pre>
Session 3
Plenary Talk 3/Keynote Speaker: Prof. Partha Pratim Sahu, Professor and HoD, Dept. of ECE, Tezpur University.
</pre>
</td>
</tr>
<tr>
<td rowspan="3"> 11 A.M - 1.00 P.M</td>
<td>
<pre>
CHAIR : Dr. Ranjan Maity, Dept. of CSE, CIT Kokrajhar.
Session Coordinator: Ms. Puja Sarkar, Dept. of CSE, CIT Kokrajhar.
</pre>
</td>
</tr>
<tr>
<td>
<pre>
Paper ID Paper Title
</pre>
</td>
</tr>
<tr>
<td>
<pre>
10 Data Mining and Principal Component Analysis on Coimbra Breast Cancer Dataset.
17 Development of Text Clustering Method with K-Means for Analysis Of Text Data.
18 A COVID-19 corpus creation for Bengali: in the context of language study.
23 Road Extraction from Remotely Sensed Data :A Review.
28 Anomaly Detection using Similarity Approach on Airline data.
30 Technical Domain Classification of Bangla text using BERT.
34 Using Machine Learning to Predict Distributed Denial-of-Service (DDoS) Attack.
39 A Machine Learning Based Approach for Software Test Case Selection.
</pre>
</td>
<tr></tr>
<tr>
<td>1.00 P.M. - 2.00 P.M.</td>
<td>LUNCH</td>
</tr>
<tr>
<td>2.00 P.M.- 3.00 P.M.</td>
<td>
<pre>
Session 4
Plenary Talk 3/Keynote Speaker: Dr. Kuntal Dey, Technology R & D Senior Principal, Accenture Technology Labs.
</pre>
</td>
</tr>
<tr>
<td rowspan="3"> 3.00 P.M - 4.30 P.M</td>
<td>
<pre>
CHAIR : Dr. Sahalad Borgoyary, Dept. of Mathematics, CIT Kokrajhar.
Session Coordinator: Mr. Bikramjit Choudhury, Dept. of CSE, CIT Kokrajhar.
</pre>
</td>
</tr>
<tr>
<td>
<pre>
Paper ID Paper Title
</pre>
</td>
</tr>
<tr>
<td>
<pre>
12 An overview of the basic NLP resources towards building the Assamese-English Machine Translation.
21 Bodo resources for NLP - An overview of existing primary resources for Bodo.
33 Study of Horizontal Impact Forces Arising from Terrain on Off- Road Vehicles and Minimizing Their Effects on Ride Quality.
36 Twitter Data Sentiment Analysis to Understand the Effects of Covid-19 on Mental Health.
35 Twitter Instagram Image Filtration with Computer vision.
38 Stock price prediction: LSTM based model.
</pre>
</td>
<tr></tr>
<tr>
<td>4.30 P.M.- 5.00 P.M.</td>
<td>Tea/Coffee Break</td>
</tr>
<tr>
<td>5.00 P.M.</td>
<td>Closing Address : Prof. Sukumar Nandi, Professor IIT Guwahati. </td>
</tr>
</table>
</section>
<!-- JavaScript Bundle with Popper-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>