-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstract.html
executable file
·451 lines (409 loc) · 16.9 KB
/
abstract.html
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Abstract</title>
<link href="//fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,600;0,700;1,400&display=swap"
rel="stylesheet">
<link rel="icon" href="./assets/images/vicon.png">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark stroke">
<h1>
<a class="navbar-brand" href="index.html">
<img src="./assets/images/logo.png" />
<span>4<sup>th</sup>ICAC</span>
</a>
</h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mx-lg-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="commeties.html">Commeties</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="abstract.html">Abstract</a>
</li>
<!-- Program -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Program
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="venue.html">Venue</a>
<a class="dropdown-item" href="accommodation.html">Accommodation</a>
</div>
</li>
<!-- Information -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Information
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="speakers.html">Speakers</a>
<a class="dropdown-item" href="important-dates.html">Important Dates</a>
<a class="dropdown-item" href="topics.html">Topics</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="sponsers.html">Sponsers</a>
<a class="dropdown-item" href="partners.html">Partners</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="top-quote ml-lg-4 mt-lg-0 mt-3">
<a href="register.html" class="btn btn-style btn-primary">Register</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!--/header-->
<div class="inner-banner">
</div>
<section class="w3l-breadcrumb">
<div class="container">
<ul class="breadcrumbs-custom-path">
<li><a href="index.html">Home</a></li>
<li class="active"><span class="fa fa-arrow-right mx-2" aria-hidden="true"></span> Abstract</li>
</ul>
</div>
</section>
<!-- Abstract -->
<section class="w3l-services2" id="services">
<div id="cwp23-block" class="py-5">
<div class="container py-lg-5">
<div class="row cwp23-content mt-lg-5 mt-4">
<div class="col-md-12 cwp23-img">
<h6 class="sub-titlehny">Abstract</h6>
<h3 class="hny-title">Submit Abstract</h3>
<p class="mt-4">
One page abstract must be submitted for both oral and poster presentations. It must include a title for the presentation,
</p>
<p class="mt-4">
full names and affiliations of the presenter an co-authors. The presenter name must be underlined.
</p>
<div class="w3l-button mt-lg-5 mt-4">
<a href="https://drive.google.com/file/d/145BKrqD6ZOoNORTqEys3Vk2QEZVZGjdZ/view?usp=sharing" target="_blank" class="btn btn-style btn-primary mr-2">Download Abstract Now!</a>
</div>
<br/><hr/>
<h3 class="hny-title">Conference language</h3>
<p class="mt-4">
The official language of the Conference is English. No translation facilities will be provided.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Oral Presentation -->
<div class="w3l-cwp4-sec py-5">
<div class="container py-md-5 py-3">
<div class="cwp4-two row align-items-center">
<div class="cwp4-image col-lg-6 pr-lg-5 mb-lg-0 mb-5">
<img src="assets/images/oral.jpg" class="img-fluid" alt="">
</div>
<div class="cwp4-text col-lg-6">
<h6 class="sub-titlehny">Presentation</h6>
<h3 class="hny-title">
Oral Presentation
</h3>
<ul class="cont-4 mt-lg-5 mt-4">
<li><span class="fa fa-check-circle-o"></span>
Materials Prepared by the conference committee:
<ol>
<li>
<p>
- Laptop Computers (Microsoft Windows Operating System with Microsoft Power Point)
</p>
</li>
<li>
<p>- Digital Projectors & Screens</p>
</li>
</ol>
</li>
<li><span class="fa fa-check-circle-o"></span>
Duration of each presentation:
<ol>
<li>
<p>
- An oral presentation is about 15 minutes, followed by a 5 minutes questions.
</p>
</li>
</ol>
</li>
<li><span class="fa fa-check-circle-o"></span>
Oral presentation set-up:
<ol>
<li>
<p>
- Kindly, ask the organizing assistance of each presentation hall to upload your presentation on the laptop computer provided in your specified presentation hall from 8:00 to 8:30 AM (April 03 - 06, 2021 ).
</p>
</li>
</ol>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Poster Presentation -->
<section class="w3l-ab-features py-5">
<div class="container py-md-5 py-3">
<div class="header-top ml-auto pr-lg-5">
<h6 class="sub-titlehny mb-2">Presentation</h6>
<h3 class="hny-title mb-4">Poster Presentation</h3>
</div>
<div class="row features-w3pvt-main mt-5 pt-md-3" id="features">
<div class="col-lg-4 col-md-6 feature-gird">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-linode" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="#url">
Materials Prepared by the conference committee:
</a></h4>
<p>
1. X Racks & Base Fabric Canvases.
<br/>
2. Adhesive Tapes or clamps.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 feature-gird mt-md-0 mt-4">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-pied-piper-alt" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="">
Requirement for the Posters:
</a></h4>
<p>
1. Poster size 70 cm (width) x 100 cm (height)
<br/>
2. The poster design is not limited to any specific kind.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 feature-gird mt-lg-0 mt-md-5 mt-4">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-shield" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="">
Posters Set-up and Presentation Time:
</a></h4>
<p>
* During conference days, please bring your poster and give to our staff at the registration desk from 8:30 to 9:00 AM. We will post it on the X Racks Stand for you.
<br/>
* Presenters are requested to stand by their posters during the duration specified in the complete program.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Best Poster & Best Oral -->
<section class="w3l-services3">
<div class="new-block">
<div class="container py-5">
<div class="middle-section py-lg-5 py-4">
<div class="section-width">
<h3 class="hny-title two">
Best Poster & Best Oral
</h3>
</div>
<div class="link-list-menu">
<p class="mb-sm-5 mb-4">
<b>Presentation Awards for Postgraduate Students:</b>
<br/>
On April 03, during the welcome dinner at ………………………………., 20:00 – 23:00, the winning posters and oral presentations will be awarded. The awards given to the best poster and oral presenters.
</p>
<a class="btn btn-style btn-white" href="https://drive.google.com/file/d/145BKrqD6ZOoNORTqEys3Vk2QEZVZGjdZ/view?usp=sharing" target="_balnk">
Download Abstract
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-lg-4">
<div class="row footer-top-29">
<div class="footer-list-29 col-lg-4">
<!-- <h6 class="footer-title-29">ICAC 2021</h6> -->
<p>
<img src="./assets/images/logo.png" /> 4<sup>th</sup>ICAC 2021
<br /> <br />
4<sup>th</sup> International Conference on Applied Chemistry Under Theme. <br/>
"Taking a Leap Towards The Future of Applied Chemistry & Nano Science".<br/>
03-06 Apr.2021 <br/>
HURGHADA
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-4 footer-list-29 footer-2 mt-lg-0 mt-5">
<ul>
<h6 class="footer-title-29">Useful Links</h6>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="topics.html">Topics</a></li>
<li><a href="abstract.html">Abstract</a></li>
<li><a href="venue.html">Program</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-sm-8 footer-list-29 footer-1 mt-lg-0 mt-5">
<h6 class="footer-title-29">Contact Us</h6>
<ul>
<li>
<p>
<span class="fa fa-map-marker"></span> Hurghada, Egypt
</p>
</li>
<li>
<a href="tel:+7-800-999-800">
<span class="fa fa-phone"></span> +20-1067600636 </a>
</li>
<li>
<a href="tel:+7-800-999-800">
<span class="fa fa-fax"></span> +20-934601159 </a>
</li>
<li>
<a href="mailto:industrie@mail.com" class="mail"><span class="fa fa-envelope-open-o"></span>
icac4conf@sohag.edu.eg
</a>
</li>
<li>
<a href="mailto:industrie@mail.com" class="mail"><span class="fa fa-envelope-open-o"></span>
el_saghier@yahoo.com
</a>
</li>
<li>
<a href="mailto:industrie@mail.com" class="mail"><span class="fa fa-envelope-open-o"></span>
el.saghier@science.sohag.edu.eg
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Template JavaScript -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script>
<!-- libhtbox -->
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<!-- libhtbox -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for banner slider-->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>