-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconference.htm
263 lines (232 loc) · 8.96 KB
/
conference.htm
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ICCISloT 2021</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" type="text/css" href="template.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="ism/css/my-slider.css" />
<script src="ism/js/ism-2.2.min.js"></script>
</head>
<body >
<!-- Landing Page Section -->
<div class="landing" id="lancon">
<div class="logo">
<h2>ICCISloT</h2>
</div>
<img class="overlap" src="images/B1.png">
<div class="overlap-text">
<a class="menu-items" href="index.htm"><i class="fa fa-home"></i> HOME</a>
<span class="dropdown">
<a class="menu-items" href="callforpapers.htm" class="dropbtn"><i class="fa fa-copy"></i> CALL FOR PAPERS <i
class="fa fa-caret-down"></i></a>
<span class="dropdown-content">
<a href="callforpapers.htm#Aboutconference">About ICCISI</a>
<a href="callforpapers.htm#ImportDates">Important Dates</a>
<a href="callforpapers.htm#Formatting">Submission Guidelines</a>
<a href="callforpapers.htm#Indexing">Indexing</a>
<a href="callforpapers.htm#trackh">Conference Tracks</a>
</span>
</span>
<a class="menu-items" href="committees.htm"><i class="fa fa-users"></i> COMMITTEES</a>
<a class="menu-items" href="registration.htm"><i class="fa fa-user-plus" aria-hidden="true"></i> REGISTERATION</a>
<span class="dropdown">
<a class="menu-items" href="venue.htm" class="dropbtn"><i class="fa fa-map-marker" aria-hidden="true"></i> VENUE<i
class="fa fa-caret-down"></i></a>
<span class="dropdown-content">
<a href="venue.htm#Organiser">Conference Venue</a>
<a href="venue.htm#Organiser">Accomodation</a>
<a href="venue.htm#transportation">Transportation</a>
<a href="venue.htm#ThingsTodo">Things To Do</a>
</span>
</span>
<a class="menu-items ac2" href="conference.htm"><i class="fa fa-history"></i> PAST CONFEFRENCE</a>
<a class="menu-items" href="contact.htm"><i class="fa fa-phone" aria-hidden="true"></i> CONTACT</a>
<a class="pn-menu" onclick="openNav()" href="#"><i class="fa fa-bars" aria-hidden="true"></i></a>
<br><br><br>
<h2 style="text-decoration: underline;">Previous International Conferences on Computational Intelligence, Security & IoT (ICCISIoT) </h2>
<h2 style="color: white;">National Institute of Technology Agartala, Tripura, India</h2><br>
<h2 style="color: white;text-decoration: underline;">First Conference (2018) Proceedings</h2>
<h2 style="color: white;text-decoration: underline;">Second Conference (2019) Proceedings</h2>
<div class="imghead">
<img src="images/Springer.png" style="width:300px;">
<img src="images/CCIS3.jpg" style="width:100px;">
</div>
<p style="color: white;text-align: center;"> All accepted & presented regular papers has been included in Springer
CCIS Series (Scopus Indexed).</p>
</div>
<div class="slide-show">
</div>
<div class="rem-logo">
<div class="icn">
<img class="icn-item1" src="images/Springer.png">
<img class="icn-item2" src="images/CCIS3.jpg">
<img class="icn-item3" src="images/nita-logo.png">
</div>
</div>
</div>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.htm"><i class="fa fa-home"></i> HOME</a>
<a href="#" onclick="openpaper()"><i class="fa fa-copy"></i> CALL FOR PAPERS <i id="indicator1"
class="fa fa-caret-down"></i></a>
<ul id="paper-content">
<a href="callforpapers.htm#Aboutconference">
<li>About ICCISI</li>
</a>
<a href="callforpapers.htm#ImportDates">
<li>Important Dates</li>
</a>
<a href="callforpapers.htm#Formatting">
<li>Submission Guidelines</li>
</a>
<a href="callforpapers.htm#Indexing">
<li>Indexing</li>
</a>
<a href="callforpapers.htm#trackh">
<li>Conference Tracks</li>
</a>
</ul>
<a href="committees.htm"><i class="fa fa-users"></i> COMMITTEES</a>
<a href="registration.htm"><i class="fa fa-user-plus" aria-hidden="true"></i> REGISTERATION</a>
<a href="#" onclick="openvenue()"><i class="fa fa-map-marker" aria-hidden="true"></i> VENUE<i id="indicator2"
class="fa fa-caret-down"></i></a>
<ul id="venue-content">
<a href="venue.htm#Organiser">
<li>Conference Venue</li>
</a>
<a href="venue.htm#Organiser">
<li>Accomodation</li>
</a>
<a href="venue.htm#transportation">
<li>Transportation</li>
</a>
<a href="venue.htm#ThingsTodo">
<li>Things To Do</li>
</a>
</ul>
<a href="conference.htm"><i class="fa fa-history"></i> PAST CONFEFRENCE</a>
<a href="contact.htm"><i class="fa fa-phone" aria-hidden="true"></i> CONTACT</a>
</div>
</div>
<!--Conference STARTS -->
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="images/pc-1.jpg" style="width:100%">
<!-- <div class="text">Caption Text</div> -->
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="images/pc-2.jpg" style="width:100%">
<!-- <div class="text">Caption Two</div> -->
</div>
<!-- <div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/s1.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div> -->
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!-- The dots/circles -->
<!-- <div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div> -->
<!--Conference ENDS -->
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
slides[slideIndex-1].style.display = "block";
setTimeout(showSlides, 2000); // Change image every 2 seconds
}
</script>
<!-- footer section -->
<div class="footer">
<div>
<hr id="line1" />
</div>
<div>
<p id="footer-text1" style="color: #ff9800">
This site is designed by Web Team
<a href="#" style="color: white; text-decoration: none">
@NIT Agartala.</a
>
</p>
</div>
<div>
<hr id="line2" />
</div>
<div>
<p id="footer-text2" style="color: #ff9800">
Copyright ©2020. All trade marks and images are the property of their
respective owners.
</p>
</div>
<!-- hitwebcounter Code START -->
<div class="social-icons">
<a href=""
><img src="images/twitter.png" width="25px" height="25px"
/></a>
<a href=""
><img src="images/facebook.png" width="25px" height="25px"
/></a>
<a href=""
><img src="images/mail.png" width="25px" height="25px"
/></a>
</div>
</div>
</div>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
function openpaper() {
var x = document.getElementById('paper-content');
var y = document.getElementById('indicator1');
if (x.style.display === 'block') {
x.style.display = 'none';
y.classList.remove('fa-caret-up');
y.classList.add('fa-caret-down');
} else {
x.style.display = 'block';
y.classList.remove('fa-caret-down');
y.classList.add('fa-caret-up');
}
}
function openvenue() {
var x = document.getElementById('venue-content');
var y = document.getElementById('indicator2');
if (x.style.display === 'block') {
x.style.display = 'none';
y.classList.remove('fa-caret-up');
y.classList.add('fa-caret-down');
} else {
x.style.display = 'block';
y.classList.remove('fa-caret-down');
y.classList.add('fa-caret-up');
}
}
</script>
</body>
</html>