-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
431 lines (381 loc) · 15.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> BDA 2024 - UOH </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: auto;
}
.dropdown-item:hover {
background-color: maroon;
}
@media only screen and (max-width: 849px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%px;
width: 100%;
}
.header-text {
font-size: 13px;
text-shadow: 2.2px 2.2px 5px black;
}
.header-main {
font-size: 15px;
text-shadow: 2.2px 2.2px 5px black;
}
}
@media only screen and (min-width: 850px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%;
width: 100%;
}
.header-text {
font-size: 25px;
text-shadow: 4px 4px 5px black;
}
.header-main {
font-size: 30px;
text-shadow: 4px 4px 5px black;
}
}
.side-container {
position: absolute;
right: 10%;
left: 60%;
}
.bide-container {
position: absolute;
right: 45%;
left: 8%;
}
.abide-container {
right: 45%;
left: 8%;
}
@keyframes flash {
0%, 100% {
color: black;
}
50% {
color: red;
}
}
.flash-text {
animation: flash 1s infinite;
}
.sponsors-container {
display: flex; /* Flexbox for horizontal alignment */
gap: -30px; /* Space between the divs */
justify-content: center; /* Center the content */
align-items: flex-start; /* Align items at the top */
width: 85%;
}
.platinum-sponsors {
/* border: 1px solid #ddd; */
padding: 0px;
border-radius: 5px;
/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
width: 85%; /* Adjust width to balance the layout */
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-tag">
<div class="" id="navbarNav"></div>
<ul class="navbar-nav container unordered-list">
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="index.html" style="color: white!Important">Home
</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Committees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="organizing_committee.html" style="color: white!Important">Organizing committee</a>
<a class="dropdown-item" href="steering_committee.html" style="color: white!Important">Steering committee</a>
<a class="dropdown-item" href="program_committee.html" style="color: white!Important">Program committee</a>
</div>
</li>
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="speakers.html" style="color: white!Important">Speakers</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Calls For
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="cfp.html" style="color: white!Important">Call For Research Papers</a>
<a class="dropdown-item" href="cft.html" style="color: white!Important">Call For Tutorials</a>
<a class="dropdown-item" href="cfw.html" style="color: white!Important">Call For Workshops</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
For Authors
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="paper_submission.html" style="color: white!Important">Paper Submission</a>
<a class="dropdown-item" href="important_dates.html" style="color: white!Important">Important Dates</a>
<a class="dropdown-item" href="camera_ready.html" style="color: white!Important">Camera-Ready instructions</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Program Schedule
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="conference_schedule.html" style="color: white!Important">Conference Schedule</a>
<a class="dropdown-item" href="accepted_papers.html" style="color: white!Important">Accepted Papers</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Attendees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="registration.html" style="color: white!Important">Registration</a>
<a class="dropdown-item" href="accommodation.html" style="color: white!Important">Accommodation</a>
<a class="dropdown-item" href="venue.html" style="color: white!Important">Venue</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Workshops & Tutorials
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="workshops.html" style="color: white!Important">Workshops</a>
<a class="dropdown-item" href="tutorials.html" style="color: white!Important">Tutorials</a>
</div>
</li>
</ul>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/logos/bda poster.jpeg">
</div>
<\div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="side-container">
<center>
<div class="side-ele">
<div class="side-title">
<strong class="cfp"><br><br><br>
News Flash<br> <br>
<b>
<p class="flash-text">We have several in-campus accommodation options available, for details kindly visit <a style="color:blue", href="https://scis.uohyd.ac.in/confs/bda-2024/accommodation.html">here</a></p>
</b>
<br>
<p>*** Due to many requests, the deadline has been extended to<br> August 07, 2024 (Final) ***</p>
<br>
</strong>
<b style="color:green">Springer approved to publish BDA 2024 proceedings</b>
<br><br>
<!-- Tentative date for CPF is
<div style="color:red">17th March, 2024, 23:59 IST</div> -->
<b>
<a style="color:blue", href="https://cmt3.research.microsoft.com/BDAI2024">Click here to submit your paper</a>
</b>
<!-- We have received approval for the proceedings<br> of BDA 2024 to be published in Springer’s LNCS series. -->
<strong class="cfp"><br><br><br>
<!-- Announcement<br><br> -->
</strong>
<strong class="cfp"><br>
Organizer
</strong>
</div>
<div class="side-img">
<a target="_blank" href="https://uohyd.ac.in/">
<img width="45%" src="images/logos/IoE-Combine-Logo.jpg"></a>
</div><br><br>
</div>
<div class="side-ele">
<div class="side-title">
<strong class="cfp">
Publisher
</strong>
</div><br>
<div class="side-img">
<a target="_blank" href="https://www.springer.com/gp/computer-science/lncs">
<img width="30%" src="images/logos/springer_logo.jpeg">
</a>
</div>
</div><br><br>
</center>
</div>
<div class="bide-container">
<center>
<br><br>
<h2><strong style="color: #03000e">Big Data and Artificial Intelligence Conference (BDA)</strong></h2>
</center><br>
<div class="para">The 12th International Conference on Big Data and Artificial Intelligence (BDA 2024) will be
held on December <strong> 17-20, 2024</strong>. The conference will be organized by the University of Hyderabad, Telangana, India. BDA 2024 provides an
international forum for researchers and industry practitioners to share their original research results, practical
experiences, and thoughts on big data and AI. The conference covers a wide range of topics that include artificial intelligence, machine learning, distributed computing, storage models, data access, computing
paradigms, analytics, information sharing and privacy, redesigning mining algorithms, open issues and future
research trends.<br><br>
The first BDA conference was successfully held in New Delhi, India, in December 2012 as a part of collaboration
between the University of Delhi, India and the University of Aizu, Japan. The enthusiastic response to this event
prompted the decision to make the BDA conference as an annual event. Except in 2016, the conference is being held
every year.<br><br>
BDA-2024 invites original, technically sound, high-quality research papers proposing novel solutions addressing the
problems related to big data and AI, as well as case studies and practical experiences with big data.<br><br>
The conference will have keynotes, invited talks, tutorials, workshops, panel discussions and research papers.
<br><br>All past BDA proceedings have been published by Springer’s LNCS series. Springer approved to publish BDA 2024 proceedings, which will be scopus indexed.
</div>
<center><br><br>
<h2><strong style="color: #03000e">Past BDA Conferences</strong></h2><br>
</center><br>
<ul>
<li>
<p>
<a target="_blank" href="https://bda23.iiitd.edu.in/"> BDA 2023 :</a>
BDA-2023 was held in IIIT Delhi in December, 2023.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://link.springer.com/book/10.1007/978-3-031-24094-2"> BDA 2022 :</a>
BDA-2022 was held in IIIT Hyderabad in December, 2022.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://link.springer.com/book/10.1007/978-3-030-93620-4"> BDA 2021 :</a>
BDA-2021 was held in IIIT Allahabad in December, 2021.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://link.springer.com/book/10.1007/978-3-030-66665-1"> BDA 2020 :</a>
BDA-2020 was held in Ashoka University in December, 2020.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://link.springer.com/book/10.1007/978-3-030-37188-3"> BDA 2019 :</a>
BDA-2019 was held in Ahmedabad University in December, 2019.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783030047795"> BDA 2018 :</a>
BDA-2018 was held in NIT Warangal in December, 2018.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783319724126"> BDA 2017 :</a>
BDA-2017 was held in IIIT Hyderabad in December, 2017.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783319270562"> BDA 2015 :</a>
BDA-2015 was held in NIT Warangal in December, 2015.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783319138190"> BDA 2014 :</a>
BDA-2014 was held in Delhi in December, 2014.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783319036885"> BDA 2013 :</a>
BDA-2013 was held in Mysore, India in December, 2013.
</p>
</li>
<li>
<p>
<a target="_blank" href="https://www.springer.com/gp/book/9783642355417"> BDA 2012 :</a>
The First BDA conference was held in Delhi, India, in December 2012.
</p>
</li>
</ul>
<br />
<hr>
<div class="sponsors-container">
<!-- First Div -->
<div class="side-ele">
<div class="side-title">
<strong class="cfp">
 Sponsors
</strong>
</div>
<div class="side-img">
<br>
<a target="_blank" href="https://ioe.uohyd.ac.in/">
<img width="55%" src="images/logos/ioe_only_logo.png" alt="IoE Logo">
</a>
</div>
</div>
<div class="platinum-sponsors">
<div class="side-title">
<strong class="cfp">
Platinum Sponsors
</strong>
</div>
<div class="side-img">
<br>
<a target="_blank" href="https://www.cognida.ai/">
<img width="35%" src="images/logos/cognida_ai_logo.jpeg" alt="Cognida AI Logo">
</a>
<br>
<a target="_blank" href="https://www.cognida.ai/">
<img width="35%" src="images/logos/cognita-logo-black-blue.svg" alt="Cognida Logo">
</a>
<br>
</div>
</div>
</div>
<br><br>
<!-- Left and right controls -->
</div>
</body>
</html>