-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalls_for_tutorial.php
39 lines (30 loc) · 2.34 KB
/
calls_for_tutorial.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
<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 class="myContainer contentBox">
<!-- Left panel starts here-->
<div id="leftpanel" style="width: 15%;margin-top: 30px;">
<?php include_once("leftpanel.php");?>
</div>
<div id="main_container" style="float:right; width:85%; ">
<!-- Left panel ends here-->
<!-- Middle Container starts here-->
<br><br>
<h3 class="page-title" allign="center"><b>Call for Tutorials</b></h3>
<br>
<p>Proposals are invited for half-day tutorials (3 hours) on established and emerging topics in the area of Big Data Analytics. Each proposal (maximum 4 pages) should clearly specify the subject matter, a detailed outline of the major topics covered, goals of the tutorial and the intended audience in the following format - i) area or topic of the tutorial, ii) title and abstract (600 words) of the tutorial, with keywords iii) duration and pre-requisites, iv) learning objectives and target audience, v) detail description and sequence of topics covered. Please append a brief bio-sketch of the presenter(s) and information about previous tutorials if any. </p>
<p>Preference will be given to tutorial speakers who have practical experience in their tutorial topic and can augment their talks with relevant demos and/or case studies. Further, willingness to submit a full-length manuscript will add merit to the proposal. Manuscript submission should contain an abstract of approximately 300 words, and must be 14 - 20 pages. For preparing the manuscript, please see instructions for authors by Springer in the Lecture Notes in Computer Science series. The submissions will be accepted through <a href="https://www.easychair.org/conferences/?conf=bda2018" target="_blank">EasyChair</a>. The submission will go through the process of review for consideration as part of the conference proceedings. </p>
<br>
<p><h4><b>Important Dates </b></h4>
Proposal Submission: 9<sup>th</sup> July, 2018 23:59 PST <br>
Notification Date: 28<sup>th</sup> September, 2018 23:59 PST<br>
CR copy submission: 8<sup>th</sup>October, 2018 23:59 PST </p>
</div>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>