-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper-submission.php
111 lines (104 loc) · 5.32 KB
/
paper-submission.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
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
<!doctype html>
<html lang="en">
<head>
<title>Paper Submission | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
</head>
<body class="profile-page">
<!-- Navbar -->
<?php require 'php_includes/navbar.php'; ?>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image:url(assets/img/background/mujBg.jpg);"></div>
<div class="main main-raised">
<section class="section speaker text-center">
<div class="container">
<h2 class="title">Paper Submission</h2>
<div class="team">
<div class="row">
<div class="col-md-12">
<h4 style="text-align: justify;">
Papers must be submitted electronically via the SIN-2017 submission site, <a href="https://cmt3.research.microsoft.com/SIN2017/" style="display: inline-block;"><strong>Click Here To Submit The Paper</strong></a>. All papers should be written according to double-column ACM conference format <a href="http://www.acm.org/sigs/publications/proceedings-templates" style="display: inline-block;"><strong>Click Here</strong></a>. Title, author's name(s), affiliation, mailing address, telephone, fax and email of the principal author should be included.
<br>
All accepted papers will be published by ACM Press in a conference proceedings and placed into ACM Digital Library. Extended versions of selected papers will be invited for possible publication in a special issue of the International Journal. Each accepted paper must be registered to be included in the proceedings.
<br>
All proposals for organizing <strong>workshops</strong>, <strong>tutorials</strong>, <strong>demos</strong>, and <strong>special sessions</strong> are to be shared to the conference e-mail <a href="mailto:[email protected]" style="display: inline-block;"><strong>[email protected]</strong></a>.
</h4>
</div>
</div>
</div>
<br>
<h2 class="title">Paper Categories</h2>
<div class="team">
<div class="row">
<div class="col-md-12">
<h4 style="text-align: justify;">
<blockquote>
<p>
<strong>Research Contributions:-</strong> Submissions must not substantially duplicate work that any of the authors has published elsewhere or has submitted simultaneously to any other conference or workshop that has published proceedings. Maximum length for the proceedings is 8 pages for full papers, 6 pages for short papers.
</p>
</blockquote>
</h4>
</div>
<div class="col-md-12">
<h4 style="text-align: justify;">
<blockquote>
<p>
<strong>Student Contributions:-</strong> Doctoral / Masters Students are encouraged to propose papers on ongoing research. Please add "(Student contribution)" to the title. Maximum length for the proceedings is 6 pages for student papers.
</p>
</blockquote>
</h4>
</div>
<div class="col-md-12">
<h4 style="text-align: justify;">
<blockquote>
<p>
<strong>Industrial Contributions:-</strong> Authors from industry and government enterprises are welcome to submit original papers that describe their experiences, challenges, and applications in security. Maximum length for the proceedings is 8 pages.
</p>
</blockquote>
</h4>
</div>
<div class="col-md-12">
<h4 style="text-align: justify;">
<blockquote>
<p>
<strong>Position Papers / Fast Abstracts / Poster Paper:-</strong> Authors are also encouraged to propose position papers / fast abstracts on practical studies and experiments, critiques of existing work, emerging issues, and novel ideas under development. Maximum length for the proceedings is 4 pages for fast abstracts and position statements.
</p>
</blockquote>
</h4>
</div>
<div class="col-md-12">
<h4 style="text-align: justify;">
<blockquote>
<p>
<strong>Tool Demos:-</strong> Enterprises and research centers developing, implementing, or using security tools and frameworks are encouraged to propose application / tool demos. Maximum length for the proceedings is 4 pages for tool demos.
</p>
</blockquote>
</h4>
</div>
</div>
</div>
</div>
</section>
<!-- Social Links -->
<?php require 'php_includes/social.php'; ?>
</div>
</div>
<!-- Footer -->
<?php require 'php_includes/footer.php'; ?>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>