-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalls_for_student.php
39 lines (34 loc) · 2.8 KB
/
calls_for_student.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">
<h3 class="page-title" align ="">Call for Student Symposium </h3>
<br><br>
<p>The main objective of the symposium is to offer an environment for postgraduate students and research scholars working in the area of big data analytics to present their work, and exchange their ideas and experiences with peers. We invite PhD students in the early stages of their research (one - two years after registration) and M.Tech/Masters students working on their dissertations to submit an extended abstract (up to 6 Pages) for review by experts. The paper should clearly describe the goals, motivation, challenges and approach for the ongoing research. Plan for preliminary experimental evaluation should be included. Participants with interdisciplinary work across the areas are particularly welcome. The papers submitted for Student Research Symposium should have the student as the first author. Inclusion of supervisor(s) as co-authors is optional. Authors of accepted submissions are expected to participate in person to the symposium for presenting their work and subsequent discussion, preferably with the advisor. </p>
<p>All submissions must follow the author instructions for regular research papers. If the work is nearly complete, then based on the merit of the work the committee may nominate the paper for consideration for the main conference. </p>
<p>Download <a href="docs/cfp-flyer-ss.pdf" target="_blank">Conference Flyer</a></p>
<h3 >Important Dates </h3>
<p >
Extended Abstract submission: <span style="text-decoration:line-through; color:red;"><span style="color:#000000;">15<sup>th</sup> Jun, 2018, 23:59 PST </span></span><br >
Acceptance notifications : <span style="text-decoration:line-through; color:red;"><span style="color:#000000;">21<sup>st</sup> Jun , 2018 23:59 PST</span></span> <br>
</p>
<h3 >Full paper submission </h3>
<p>for recommended papers : <span style="text-decoration:line-through; color:red;"><span style="color:#000000;">07<sup>th</sup> Jul 2018 23:59 PST </span></span>
Extended to <span style="text-decoration:line-through; color:red;"><span style="color:#000000;">Extended to 10<sup>th</sup> July 2018, 23:59 GMT</span></span><br>
CR copy submission: 01<sup>st</sup> Oct, 2018 23:59 PST </p>
<h3 >Student Symposium Chair:</h3>
<p>NiladriChatterjee<br>
Department of Mathematics <br>
IIT Delhi, New Delhi.<br>
Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>