-
Notifications
You must be signed in to change notification settings - Fork 0
/
call-for-proposal.php
437 lines (429 loc) · 16.5 KB
/
call-for-proposal.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!doctype html>
<html lang="en">
<head>
<title>Call for Proposal | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
<link href="assets/css/k.css" rel="stylesheet">
<style type="text/css">
p {
font-size: 20px;
text-align: justify;
}
ul {
list-style: disc;
}
ul li {
font-size: 18px;
}
ul ul {
margin-left: 20px;
}
h4 {
color: #000 !important;
}
th {
vertical-align: top;
}
</style>
</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">Call For Proposal/Paper</h2>
<h4><strong>10<sup>th</sup> International Conference on Security of Information and Networks</strong></h4>
<h3><a href="index"><strong>(SIN - 2017)</strong></a></h3>
<h4><strong>October 13<sup>th</sup> to 15<sup>th</sup>, 2017</strong></h4>
<h4><strong>Manipal University, Jaipur</strong></h4>
<div class="team">
<div class="row">
<h3>
Proceedings by ACM International Conference Proceeding Series (ICPS)
All accepted papers will be included into the ACM Digital Library
</h3>
</div>
</div>
</div>
</section>
<section class="section topics">
<div class="container">
<div class="row">
<h3 class="title text-center">Scope & Theme</h3>
<p>
The 10<sup>th</sup> International Conference on Security of Information and Networks (SIN-2017) provides
an excellent international forum for sharing knowledge and results in theory, methodology and
applications of Security in information and networks. Papers, special sessions, tutorials, and
workshops addressing all aspects and issues of security in information and networks are being
pursued. The conference invites significant contributions from researchers and industrial
working on the development of cryptographic algorithms, security schemes, cryptanalysis,
application security, system security, cloud security and network security. The aim of the
conference is to provide a platform to the researchers and practitioners from both academia as
well as industry to meet and share cutting-edge advancements in the field of information and
network security.
</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<h3 class="title text-center">Topics of Interest</h3>
<p>
Authors are solicited to contribute to the conference by submitting articles that illustrate research
results, project outputs, surveys and industrial experiences that describe significant advances in
the following areas, but are not limited to:
</p>
<center>
<table class="rwd-table table-bordered">
<tr>
<td>Virus and worm analysis</td>
<td>Network defense</td>
</tr>
<tr>
<td>Cloud and system security</td>
<td>Malware analysis</td>
</tr>
<tr>
<td>Artificial intelligence security</td>
<td>Security in space Science</td>
</tr>
<tr>
<td>Web and Application security</td>
<td>Security in mobile devices</td>
</tr>
<tr>
<td>Access control, firewall and IDS</td>
<td>Security ontology, models, protocols & policies</td>
</tr>
<tr>
<td>Tools and development platforms</td>
<td>Privacy and trust management</td>
</tr>
<tr>
<td>Security in cyber physical systems</td>
<td>Big-data trust, security and privacy</td>
</tr>
<tr>
<td>Key management and distribution</td>
<td>Security-aware software engineering</td>
</tr>
<tr>
<td>Security and privacy social networks</td>
<td>Security in embedded systems and IOT</td>
</tr>
<tr>
<td>Symmetric and asymmetric key cryptography</td>
<td>Security education and innovative curriculum</td>
</tr>
<tr>
<td>Computational intelligence techniques in security</td>
<td>Security standards, protocols and certifications</td>
</tr>
</table>
</center>
</div>
</div>
</section>
<section class="section topics">
<div class="container">
<div class="row">
<h3 class="title text-center">Keynote Speakers</h3>
<ul>
<li>Prof. Bimal Kumar Roy, </li>
<ul style="list-style: circle;">
<li>Head, R C Bose Centre for Cryptology and Security, Indian Statistical Institute, Kolkata</li>
<li>Professor, Applied Statistics Unit, Indian Statistical Institute, Kolkata</li>
<li>Head, Cryptology Research Group, Indian Statistical Institute, Kolkata</li>
<li>Founder and General-Secretary, Cryptology Research Society of India</li>
</ul>
<br>
<li>Prof. Suraj C. Kothari</li>
<ul>
<li>Richardson Chair Professor, Iowa State University, USA</li>
<li>President, EnSoft Corp., USA</li>
</ul>
<br>
<li>Dr. Akka Zemmari</li>
<ul>
<li>Associate Professor, LaBRI - University of Bordeaux, France</li>
</ul>
<br>
<li>Prof. Mohamed Mosbah</li>
<ul>
<li>Professor, Polytechnic Institute of Bordeaux (Bordeaux INP), France</li>
<li>Director of Industrial Partnerships, France</li>
<li>Deputy Director of LaBRI, France</li>
</ul>
<br>
<li>Dr. Priyadarsi Nanda</li>
<ul>
<li>Senior Lecturer, University of Technology Sydney, Australia</li>
<li>Core Member, INEXT - Innovation in IT Services and Applications</li>
<li>Core Member, CRIN - Centre for Realtime Information Networks</li>
</ul>
<br>
<li>Dr. Mauro Conti</li>
<ul>
<li>Associate Professor, University of Padua, Italy</li>
<li>EU Marie Curie Fellow</li>
</ul>
</ul>
</div>
</div>
</section>
<section class="section topics">
<div class="container">
<div class="row">
<h3 class="title text-center">Proposal/Paper Submission</h3>
<div class="team">
<div class="row">
<div class="col-md-12">
<p 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>.
</p>
</div>
</div>
</div>
<br>
<h3 class="title text-center">Paper Categories</h3>
<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>
</div>
</section>
<section class="section text-center">
<div class="container">
<h3 class="title">Important Dates</h3>
<div class="team">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4" style="box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);width: 125px;">
<h2 class="title" style="margin: 0;">15</h2>
<h4 style="margin: 0;">
<span><strike>June 2017</strike></span>
<br>
<span>July</span> 2017</h4>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 text-left" style="margin-top: 2%;">
<h4 class="title" style="color: #ffa20f;">Submission Deadline</h4>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4" style="box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);width: 127px;">
<h2 class="title" style="margin: 0;">15</h2>
<h4 style="margin: 0;">
<span><strike>July 2017</strike></span>
<h4 style="margin: 0;">Aug' 2017
</h4>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 text-left" style="margin-top: 2%;">
<h4 class="title" style="color: #ffa20f;">Authors Notification</h4>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4" style="box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);width: 128px;">
<h2 class="title" style="margin: 0;">05</h2>
<h4 style="margin: 0;">
<span><strike>Aug' 2017</strike></span>
<h4 style="margin: 0;">Sept' 2017
</h4>
</div>
<div class="col-md-8 col-sm-8 col-xs-8 text-left" style="margin-top: 2%;">
<h4 class="title" style="color: #ffa20f;">Final Manuscript Due, Paper Registration Deadline</h4>
</div>
</div>
</div>
</div>
</section>
<section class="section topics">
<div class="container">
<h3 class="title text-center">Organizing Committee</h3>
<div class="row">
<center>
<table class="rwd-table table-bordered">
<tr>
<th>General Chair</th>
<td>Rajveer S. Shekhawat, MUJ, India</td>
</tr>
<tr>
<th rowspan="7">General Co-Chair(s)</th>
</tr>
<tr>
<td>Manoj S. Gaur, MNIT, India</td>
</tr>
<tr>
<td>Atilla Elçi, Aksaray University, Turkey</td>
</tr>
<tr>
<td>Jaideep Vaidya, Rutgers University, USA</td>
</tr>
<tr>
<td>Oleg Makarevich, Southern Federal University, Russia</td>
</tr>
<tr>
<td>Ron Poet, University of Glasgow, UK</td>
</tr>
<tr>
<td>Mehmet Orgun, McQuarie Univ, Australia </td>
</tr>
<tr>
<th>Program Chair</th>
<td>Vijaypal S. Dhaka, MUJ, India</td>
</tr>
<tr>
<th rowspan="6">Program Co-Chair(s)</th>
<td>Vijay Laxmi, MNIT, India</td>
</tr>
<tr>
<td>Virendra Singh, IIT Bombay, India</td>
</tr>
<tr>
<td>Ludmila Babenko, Southern Federal University, Russia</td>
</tr>
<tr>
<td>Naghmeh M. Sheykhkanloo, Napier University, UK</td>
</tr>
<tr>
<td>Manoj K. Bohra, MUJ, India</td>
</tr>
<tr>
<td>Behnam Rahnama, Medis Inc., Iran</td>
</tr>
<tr>
<th>Organizing Chair</th>
<td>Manoj K. Bohra, MUJ, India</td>
</tr>
<tr>
<th rowspan="4">Organizing Co-Chair(s)</th>
<td>Seok-Bum Ko, University of Saskatchewan, Canada</td>
</tr>
<tr>
<td>M. Daneshtalab, Royal Institute of Technology, Sweden</td>
</tr>
<tr>
<td>Parvez Faruki, MNIT, India</td>
</tr>
</table>
</center>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h3 class="title text-center">Organized By</h3>
<div class="row">
<ul>
<li>Manipal University Jaipur, India</li>
<li>Rutgers, The State University of New Jersey, USA </li>
<li>Kennesaw State University, Georgia, USA </li>
<li>Southern Federal University, Taganrog, Rostov-on-Don, Russia </li>
<li>The University of Glasgow, Glasgow, UK </li>
<li>Aksaray University, Aksaray, Turkey </li>
<li>Malaviya National Institute of Technology, Jaipur, India </li>
<li>Macquarie University, Sydney, Australia </li>
</ul>
</div>
</div>
</section>
<section class="section topics">
<div class="container">
<h3 class="title text-center">Hosted By</h3>
<div class="row">
<ul>
<li>Manipal University Jaipur, Rajasthan, India</li>
<li>Malaviya National Institute of Technology, Jaipur, India</li>
</ul>
</div>
</div>
</section>
<section class="section speaker text-center">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h4> Download Call For Proposal/Paper</h4>
<a href="assets/docs/call-for-proposal.pdf" download="SIN-2017 Call for Proposal">
<button class="btn btn-raised btn-primary">Download
<div class="ripple-container"></div>
</button>
</a>
</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>