-
Notifications
You must be signed in to change notification settings - Fork 0
/
past-events.php
201 lines (195 loc) · 9.31 KB
/
past-events.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
<!doctype html>
<html lang="en">
<head>
<title>Past Events | 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">Past Events</h2>
<div class="team">
<div class="row">
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2016/index.php" target="_blank">International Conference on Security of Information and Networks, 20-22 July 2016, Rutgers University, New Jersey, USA(SIN 2016).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=2947626" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2015/index.php" target="_blank">International Conference on Security of Information and Networks, 8-10 September 2015, Sochi, Russia (SIN 2015).</a> Proceeding
<a href="http://dl.acm.org/citation.cfm?id=2799979" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2014/index.php" target="_blank">International Conference on Security of Information and Networks, 9-11 September 2014, Glasgow, United Kingdom (SIN 2014).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=2659651" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2013/index.php" target="_blank">International Conference on Security of Information and Networks, 26-28 November 2013, Aksaray, Turkey (SIN 2013).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=2523514&CFID=474598429&CFTOKEN=60620781" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2012/index.php" target="_blank">International Conference on Security of Information and Networks, 22-27 October 2012, Jaipur, India (SIN 2012).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=2388576" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2011/index.htm" target="_blank">International Conference on Security of Information and Networks, 14-19 November 2011, Sydney, Australia (SIN 2011).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=2070425" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2010/index.htm" target="_blank">International Conference on Security of Information and Networks, 7-11 September 2010, Taganrog, Rostov Region, Russia (SIN 2010).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=1854099" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2009/default.html" target="_blank">International Conference on Security of Information and Networks, 6-10 October 2009, Gazimagusa, TRNC, North Cyprus (SIN 2009).</a> Proceeding <a href="http://dl.acm.org/citation.cfm?id=1626195" target="_blank">@ACM DL</a>.
</p>
</blockquote>
</h5>
</div>
<div class="col-md-12">
<h5 style="text-align: justify;">
<blockquote>
<p>
<a href="http://sinconf.org/sin2007/index.htm" target="_blank">International Conference on Security of Information and Networks, 8-10 May 2007, Gazimagusa, TRNC, North Cyprus (SIN 2007).</a> Proceeding <a href="http://www.trafford.com/07-1689" target="_blank">@Trafford Publishing</a>.
</p>
</blockquote>
</h5>
</div>
</div>
</div>
<h5 style="text-align: left;">
<strong>
Proceedings of all SIN Conferences are also listed in <a href="http://dblp.uni-trier.de/db/conf/sin/" target="_blank">DBLP</a>.
</strong>
</h5>
</div>
</section>
<section class="section speaker text-center">
<div class="container">
<h2 class="title">Special Issues</h2>
<div class="team">
<div class="row" style="text-align: justify;">
<div class="col-md-12">
<blockquote>
<p>
Atilla Elçi, Oleg Borisovich Makarevich, Manoj S. Gaur, and Mehmet A. Orgun (2016). Special Issue on Security of Information and Networks. International Journal of Information Security and Privacy. Volume 10 • Issue 3 • July-September-2016 • ISSN: 1930-1650 • eISSN: 1930-1669.
</p>
</blockquote>
</div>
<div class="col-md-12">
<h5>
The following Special Issues have been published or being prepared following SIN Conferences:
</h5>
</div>
<div class="col-md-12">
<blockquote>
<p>
Atilla Elçi, Mehmet A. Orgun, Alexander Chefranov, Manoj Singh Gaur (eds. 2015). <a href="http://www.sciencedirect.com/science/article/pii/S2214212615000241" target="_blank">Editorial: Special issue on security of information and networks</a>. Journal of Information Security and Applications, Volume 22, June 2015, Pages 1-2. DOI: <a href="http://dx.doi.org/10.1016/j.jisa.2015.06.002" target="_blank">10.1016/j.jisa.2015.06.002</a>
</p>
</blockquote>
</div>
<div class="col-md-12">
<blockquote>
<p>
Elçi, A., Pieprzyk, J., Orgun, M., & Chefranov, A. (eds., 2012): Special Issue on The Design and Engineering of Cryptographic Solutions for Secure Information Systems. <b>Security and Communication Networks Journal</b> Volume 7, Issue 1, pp: 33-156 (Wiley, SCI-E). Article first published online: 8 NOV 2012, DOI: 10.1002/sec.646.
</p>
</blockquote>
</div>
<div class="col-md-12">
<blockquote>
<p>
<b>Concurrency and Computation: Practice and Experience</b> (by Wiley). The theme of the special issue is Trust and Security in Wireless Sensor Networks.
</p>
</blockquote>
</div>
<div class="col-md-12">
<blockquote>
<p>Networking Science (by Springer-Verlag). The theme of the special issue is Next Generation Network Architectures, Protocols, Theory, Systems and Applications. <b>Networking Science</b>, Volume 2, Issue 3-4, July 2013. Pp: 67-134. <a href="https://link.springer.com/journal/13119/2/3/page/1" target="_blank">Published here</a>.
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class="section speaker text-center">
<div class="container">
<h2 class="title">Book</h2>
<div class="team">
<div class="row" style="text-align: justify;">
<div class="col-md-12">
<blockquote>
<p>
Elçi, A., Pieprzyk, J., Chefranov, A., Orgun, M., Wang, H. & Shankaran, R. (eds., 2013): Theory and Practice of Cryptography Solutions for Secure Information Systems. IGI Global, May 2013. DOI: 10.4018/978-1-4666-4030-6, ISBN13: 9781466640306, ISBN10: 1466640308, EISBN13: 9781466640313.<a href="http://tinyurl.com/d8wg7l2" target="_blank">http://tinyurl.com/d8wg7l2</a>
</p>
</blockquote>
</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>