-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalls_for_workshops.php
76 lines (59 loc) · 3.25 KB
/
calls_for_workshops.php
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
<html>
<head> <?php include('head_content.php') ?> </head>
<body>
<?php include('nav_header.php') ?>
<?php include('banner.php') ?>
<main role="main" style='margin-top:40px; font-family:Lora, serif'>
<div id="leftpanel" style="width: 15%; margin-top: 80px;">
<?php include_once("leftpanel.php");?>
</div>
<div class="myContainer contentBox" style="text-align:justify; float:right; width:85%;">
<div id="main_container" style="float:left;">
<!-- Left panel starts here-->
</div>
<!-- Left panel ends here-->
<!-- Middle Container starts here-->
<br><br>
<h3 class="page-title" align="" ><b>Call for Workshops </b></h3>
<br>
<p>The BDA 2018 Organizing Committee invites proposals for half-day and full-day workshops on established and emerging topics in the area of Big Data Analytics and related areas. The goal of BDA 2018 workshops is to provide a forum for researchers and practitioners from academia and industry in the related domains to share novel ideas, research challenges and issues, and innovative next-generation applications in any topic related to Big Data Analytics with the intent of stimulating interesting research in this area.</p>
<p>Proposals can be in any established or emerging domain related to Big Data Analytics and related areas. Proposals are welcome in the interdisciplinary areas such as Big Data or Data Science based problems and research challenges & opportunities in domains including (but not limited to) agriculture, energy, education, open distance learning, transportation, smart cities, skills development, climate change, bioinformatics, environmental management, finance, insurance, and healthcare.</p>
<p>The conference will provide all the necessary facilities for organizing the workshops such as presentation rooms. Workshop chairs will autonomously organize the workshops including the workshop program committee selection, review processes and paper acceptance/rejection and publication.</p>
<p>Workshop proposals should be of maximum three pages and contain the following information:</p>
<div >
<hr>
<ul>
<li>Title of the workshop </li>
<li>Objectives and Scope </li>
<li>Target audience </li>
<li>Expected number of attendees </li>
<li>Names, email addresses and webpages of the prospective workshop organizers</li>
<li>A list of Program Committee members (tentative)</li>
<li>A preliminary workshop format (either half-day or full-day)</li>
</ul>
</div>
<br>
<p> Workshop proposals should be submitted via email to workshop chairs at [email protected], [email protected] and [email protected]</p>
<br>
<p><strong>Important Dates:</strong>
<ul>
<li>Workshop Proposal Submission Deadline: <b>June 4, 2018</b> </li>
<li>Workshop Notification: <b>June 12, 2018</b> </li>
</ul>
<p>For any queries and clarifications regarding the workshops, contact the workshop chairs. </p>
</div>
<!-- Middle Container ends here-->
<div style="clear:both;"></div>
</div>
</div>
<div style="clear:both;"></div>
<!-- main container starts here -->
<!-- Footer code strats here-->
<!-- Footer code strats here-->
</div>
</div>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>