-
Notifications
You must be signed in to change notification settings - Fork 0
/
cft.php
41 lines (32 loc) · 1.85 KB
/
cft.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
<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>The BDA 2018 Organizing Committee invites proposals for half-day and full-day tutorials on established and emerging topics in the area of Big Data Analytics and related areas (Please refer to the conference web site for the details). Each proposal should clearly specify the subject matter, a detailed outline of the major topics covered, goals of the tutorial and the intended audience.</p>
<p>A submission should include the following details: Title of the tutorial, Presenters (Name, Affiliation and Brief Bio), an abstract with maximum limit of 400 words, Duration (half day/ full day), Target audience, and how the intended target audience would benefit from the tutorial. The submissions can be submitted in a Word or PDF format. </p>
<p>The submissions can be sent by e-mail to both tutorial chairs Vikram Goyal ([email protected]), Sanjay Madria ([email protected]).</p>
<br>
<p><h4><b>Important Dates </b></h4>
Tutorial Proposal Submission: August 4, 2018 <br>
Notification Date: August 26, 2018 </p>
<br>
<p>For any queries and clarifications regarding the tutorial, please contact the tutorial chairs. </p>
</div>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>