-
Notifications
You must be signed in to change notification settings - Fork 12
/
registration.html
649 lines (622 loc) · 27.4 KB
/
registration.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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="TemplateMo" />
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet"
/>
<link
href="http://fonts.googleapis.com/css?family=Roboto+Slab|Comfortaa"
rel="stylesheet"
/>
<title>Delcon 2022</title>
<!-- Additional CSS Files -->
<link
rel="stylesheet"
type="text/css"
href="../assets/css/bootstrap.min.css"
/>
<script
src="https://kit.fontawesome.com/38265dd503.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="registration.css" />
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css" />
<!-- <link rel="stylesheet" href="../assets/css/styles.css" /> -->
<!-- <link rel="stylesheet" href="assets/css/owl-carousel.css" /> -->
<!-- <link rel="stylesheet" href="../assets/css/templatemo-lava.css" /> -->
<!-- <link rel="stylesheet" href="assets/css/templatemo-lava.css" /> -->
<!-- <link rel="stylesheet" href="assets/css/owl-carousel.css" /> -->
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a
href="index.html"
target="_blank"
class="logo"
style="color: rgb(255, 255, 255)"
>
<img src="logos/delcon2.png" />
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section">
<a href="index.html">Home</a>
</li>
<li class="submenu">
<a href="javascript:;">Author Section</a>
<ul>
<li>
<a href="author_section/call_for_papers.html"
>Call for Papers</a
>
</li>
<li>
<a href="author_section/call_for_tutorial.html"
>Call for Tutorial Proposal</a
>
</li>
<li>
<a href="author_section/wie.html"
>Special WIE Track </a
>
</li>
</ul>
</li>
<li>
<a href="presentation.html">Presentation</a>
</li>
<!-- <li>
<a href="registration.html">Registration</a>
</li> -->
<!-- <li>
<a href="tutorial.html">Tutorial</a>
</li> -->
<!-- <li>
<a href="schedule.html">Schedule</a>
</li> -->
<li class="submenu">
<a href="javascript:;">Committee</a>
<ul>
<li><a href="committee/oc.html">Organizing</a></li>
<li>
<a href="committee/track_chair.html">Track Chairs</a>
</li>
<li>
<a href="committee/stud_team.html">Student team</a>
</li>
</ul>
</li>
<!-- <li class="submenu">
<a href="javascript:;">Venue</a>
<ul>
<li><a href="travel.html">Transport</a></li>
<li>
<a href="accomodations.html">Accomodations</a>
</li>
<li>
<a href="visa.html">Visa</a>
</li>
</ul>
</li> -->
<li>
<a href="venue.html">Venue</a>
</li>
<li>
<a
href="https://ieee.org"
target="_blank"
class="logo"
style="color: rgb(255, 255, 255);"
>
<img
src="logos/ieeehome.png"
/>
</a>
</li>
<li>
<a
href="https://ewh.ieee.org/r10/delhi/"
target="_blank"
class="logo"
style="color: rgb(255, 255, 255)"
>
<img src="assets/images/logos/ieee_ds_black.png" class="ieeedslogo" />
</a>
</li>
</ul>
<a class="menu-trigger">
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="post-wrapper">
<div
class="cfpwrap"
style="
padding: 50px;
display: flex;justify-content: center;align-items: center;
"
>
<h1
class="page-title"
style="
transform: translateY(40px);
padding: 40px; color: white;"
>
Registrations
</h1>
</div>
</div>
<style>
th{
font-weight: 500;
}
body, html{
overflow-x: hidden !important;
text-align: center;
}
</style>
<div class="details" style="height: auto;">
<h2 style="padding:0 0;text-align: center;">Rates for Virtual Conference Registration</h2>
<table class="table table-bordered table-dark table-curved" style="padding: 40px; max-width: 1200px;margin: 40px auto; ">
<thead style="color: azure">
<tr>
<th scope="col">Category</th>
<th scope="col" colspan="2" style="text-align: center;">IEEE Members</th>
<th scope="col" colspan="2" style="text-align: center;">Non IEEE Members</th>
<th scope="col">Non Authors</th>
</tr>
<tr>
<th></th>
<th scope="col">Student Authors</th>
<th scope="col">Professional Authors</th>
<th scope="col">Student Authors</th>
<th scope="col">Professional Authors</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="col">Indian Authors(INR)</th>
<th scope="col">3500</th>
<th scope="col">6000</th>
<th scope="col">4500</th>
<th scope="col">7000</th>
<th scope="col">4000</th>
</tr>
<tr>
<th scope="col">International Authors(USD)</th>
<th scope="col">100</th>
<th scope="col">125</th>
<th scope="col">125</th>
<th scope="col">150</th>
<th scope="col">100</th>
</tr>
<tr>
<th scope="col">TUTORIALS</th>
<th scope="col" colspan="5" style="text-align: center;">INR 500 / USD 20</th>
</tr>
</tbody>
</table>
<div>
<h3 style="background-color: hotpink; width: 80vw; margin: auto; font-size: 1.5rem;">Manuscript Templates for Conference Proceedings</h3>
</br>
<p style="text-align: left; margin-left: 15px; margin-right: 15px;">
The purpose of a conference template is to provide a consistent format for papers appearing in the conference proceedings. IEEE strongly encourages use of the conference manuscript templates provided below.
</br>
IEEE conference templates contain guidance text for composing and formatting conference papers. Please ensure that all guidance text is removed from your conference paper prior to submission to the conference.
</br>
<b>Failure to remove template text from your paper may result in your paper not being published.</b>
</p>
</br>
<h3 style="font-size: 1.3rem; border-style: groove; border-width: thin; margin: auto; width: 70vw;"> Accessing the templates</h3>
</br>
<p style="text-align: left; margin-left: 15px; margin-right: 15px;">
<b>Microsoft Word</b>
</br>
• <a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/conference-template-letter.docx" target="_blank">US letter</a> (DOC, 30 KB) Updated Jan 2019
</br>
• <a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/conference-template-a4.docx" target="_blank">A4</a> (DOC, 30 KB) Updated Jan 2019
</br>
<b>PDF</b>
</br>
• <a href="conference-template-letter.pdf" target="_blank">US letter</a> (DOC, 30 KB) Updated Jan 2019
</br>
• <a href="conference-template-a4.pdf" target="_blank">A4</a> (DOC, 30 KB) Updated Jan 2019
</br>
<a style="font-weight: 520;" href="http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/IEEEtran_HOWTO.pdf" target="_blank">LaTeX Template Instructions</a> (PDF, 63 KB) [Be sure to use the template's conference mode.]
</br>
• <a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/pubs/conference-latex-template_10-17-19.zip" target="_blank">Template</a> (ZIP, 700 KB) Updated October 2019
</br>
• <a href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/IEEEtranBST2.zip" target="_blank">LaTeX Bibliography Files</a> (ZIP, 309 KB)
</br>
<b>Overleaf</b>
</br>
• When working in Overleaf, the template is available at <a href="https://www.overleaf.com/gallery/tagged/ieee-official" target="_blank">https://www.overleaf.com/gallery/tagged/ieee-official</a>
</p>
</br>
<h3 style="font-size: 1.3rem; border-style: groove; border-width: thin; margin: auto; width: 70vw;"> Notes</h3>
</br>
<p style="text-align: left; margin-left: 15px; margin-right: 15px;">
•1. For conference organizers: The use of the conference manuscript templates provided by IEEE eXpress Conference Publishing will greatly reduce the chance for errors in the metadata visible in IEEE Xplore®, and IEEE's downstream Indexing partners. Errors may result in delays in posting or in making any approved corrections, or in some cases, may simply persist. Using the templates is one of the ways to reduce errors.
</br>
</br>
If you wish, you may link to this webpage in its entirety. It is not recommended that you link to individual files, however, because they may be updated or replaced without notice.
</br>
•2. Grateful acknowledgement is made to the IEEE Computational Intelligence Society, which provided the current LaTeX template.
</br>
•3. <a href="https://journals.ieeeauthorcenter.ieee.org/create-your-ieee-journal-article/authoring-tools-and-templates/ieee-article-templates/templates-for-transactions/" target="_blank">Other templates</a> that more closely align with the IEEE Transactions article format are available.
</p>
</div>
</br>
<div>
<!-- <h3> Registration Details will be updated soon...</h3>
<h6> Please find below the link for completing the payment after the details are updated</h6> -->
<h1 style="background-color: indigo; color: ivory; width: 60vw; margin: auto;">Steps For Registration</h1>
</br>
<p style="text-align: left; margin-left: 15px; margin-right: 15px;">
1)Please revise the manuscript according to reviewers comments, if any, and proof read your
source document thoroughly to confirm that it will require no further revision.
</br>
2)The camera-ready manuscript should be in IEEE conference template.
</br>
3) Pl. Attach the appropriate copyright clearance code notice at the bottom of the first page of the
paper according to the guidelines set forth in the Cataloging/Copyright Instructions for an IEEE
Conference Proceeding.
</br>
• For papers in which all authors are employed by the US government, the copyright notice is:
</br>
<b>U.S. Government work not protected by U.S. copyright</b>
</br>
• For papers in which all authors are employed by a Crown government (UK, Canada, and Australia) , the copyright notice is:
</br>
<b>978-1-6654-5883-2/22/$31.00 ©2022 Crown</b>
</br>
• For papers in which all authors are employed by the European Union, the copyright notice is:
</br>
<b>978-1-6654-5883-2/22/$31.00 ©2022 European Union</b>
</br>
• For all other papers the copyright notice is: <b>978-1-6654-5883-2/22/$31.00 ©2022 IEEE</b>
</br>
4) The paper should be converted to IEEE compatible pdf format by using IEEE pdf express
available at following link:
</br>
<a href="http://ieee-pdf-express.org" target="_blank">http://ieee-pdf-express.org</a>
</br>
Conference ID: 54057X
</br>
5) Please upload your final paper on edas again against the same paper number.
You shall be guided to fill up the ecopyright form and then be able to upload the final
manuscript only after success submission of ecopyright form.
</br>
Do not make any changes in the
title of the paper and the authors details.
</br>
6) Upload the final manuscript to EDAS. The steps involved are:
</br>
I. Login to your EDAS ID</br>
II. Click on the paper number</br>
III. Click on the upload Final manuscript</br>
IV. Fill up the online e-copyright form</br>
V. Upload the final manuscript</br>
</p>
</br>
<h4>
Please share your transaction and registration details in the google form in the link provided below after completing the above steps and payment process
</h4>
<p style="text-align: left; margin-left: 15px;">To fill the google form, make sure you keep the information regarding :-
</br>
1)Track number
</br>
2) EDAS Paper number
</br>
3) Name
</br>
4)Email Address
</br>
5) Phone number- WhatsApp phone no, if possible </br>
6) Faculty/Student/Industry participant </br>
7)If you are a Student Participant, upload your College ID card (PDF only)
</br>
8) IEEE member status/ number:</br>
9)Number of Papers submitted/accepted </br>
10)Email address for correspondence for conducting online presentation, etc.</br>
11) Registration Fee Amount paid </br>
12) TRANSACTION ID</br>
</p>
</br>
<h6><a href="https://docs.google.com/forms/d/e/1FAIpQLSdfmfOLR7IIBNxsS1QwmXuG3Oq8ROkelI-iAzTMS9NVi4regA/viewform?usp=pp_url" target="_blank">Registration details form, to be filled after payment</a></h6>
</br>
</div>
<button onclick="popup('delcon2022');" class="tsbutton">Payment Gateway</button><noscript id="tsNoJsMsg">Javascript on your browser is not enabled.</noscript><script src="https://www.townscript.com/static/Bookingflow/js/townscript-widget.nocache.js" type="text/javascript"></script>
<!-- <h2 style="padding:0 0;text-align: center;">B. Rates for Physical Conference</h2>
<table class="table table-bordered table-dark table-curved" style="padding: 40px; max-width: 1200px;margin: 40px auto; ">
<thead style="color:rgb(199, 199, 199)">
<tr>
<th scope="col">Category</th>
<th scope="col" colspan="2">Authors(INDIAN)</th>
<th scope="col" colspan="2">Authors(Abroad)</th>
<th scope="col" colspan="2">NON AUTHORS</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"></th>
<td>IEEE </br> (INR)</td>
<td>Non-IEEE </br> (INR)</td>
<td>IEEE </br> (USD)</td>
<td>Non-IEEE </br> (USD)</td>
<td>Indian </br> (INR)</td>
<td>Aborad </br> (USD)</td>
</tr>
<tr>
<th scope="row">Conference Only</th>
<td>11,000</td>
<td>14,000</td>
<td>250</td>
<td>300</td>
<td>6,000</td>
<td>150</td>
</tr>
<tr>
<th scope="row">Each Tutorial(Students)</th>
<td>1,200</td>
<td>1,200</td>
<td>20</td>
<td>20</td>
<td>1,200</td>
<td>20</td>
</tr>
<tr>
<th scope="row">Each Tutorial(Professionals)</th>
<td>1,750</td>
<td>1,750</td>
<td>30</td>
<td>30</td>
<td>1,750</td>
<td>30</td>
</tr>
<tr>
<th scope="row">Conference+Tutorial</th>
<td>11,500</td>
<td >14,500</td>
<td >260</td>
<td >310</td>
<td >6,500</td>
<td >160</td>
</tr>
</tbody>
</table> -->
<!-- <div class="listwrp">
<h3 style="font-size: 20px;">
<strong> Note:</strong>
</h3>
<p style="padding-left:30px;font-size: 15px;display: inline;">
<strong style="display: inline-block;">
For students, only one paper per registration is acceptable. This fee includes 1 tutorial access for student registrant.<br>
</strong>
</p>
</div> -->
<!-- <div class="listwrp">
<h2>Author Registration</h2>
<i class="fas fa-star"></i>
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Each paper must be covered by a full IEEE Member or Non-Member (as
the case may be) registration fee.
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Each full registration fee can cover presentation of up to 2 papers.
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Registration fee is inclusive of applicable GST.
</li>
</ul>
</div> -->
<!-- <div class="listwrp">
<h2>
<a href="https://forms.gle/8VW6aszGr5aiTTVB8" target="_blank">Register here</a>
</h2>
<h2>
<a href="./Final paper submission guidelines-INDICON2020-updated 3rd October.pdf" target="_blank">Final paper submission guidelines- INDICON 2020</a>
</h2>
<div class="listwrp">
<h3>Registration fee includes</h3>
<i class="fas fa-star"></i>
<ul class="fa-ul" >
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Access to all technical sessions
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Tea/Coffee breaks, lunches during the conference
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Welcome reception
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Conference banquet
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Registration kit
</li>
</ul>
</div>
<div class="listwrp">
<h3>
However, registrations <strong> DOES NOT </strong> include the
following:
</h3>
<!-- <i class="fas fa-star"></i> -->
<!-- <ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Hotel stay during the conference
</li>
<li>
<span class="fa-li"><i class="fas fa-star"></i></span>
Access to Tutorial(s) for which separate registration is required
</li>
</ul> -->
</div>
<!-- <div class="listwrp">
<h3>
Note:
</h3>
<i class="fas fa-star"></i>
<ul class="fa-ul" style="font-size: 16px;">
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Please note that the fees shown above are inclusive of all taxes and
levies. Any gateway charges along with applicable taxes or levies,
if any, will have to be borne by the registrant.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
IEEE members are requested to upload IEEE membership card / receipt
of payment for 2020 online during the online registration process if
registering under IEEE category.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Students are requested to upload valid student ID card (front and
back side) during the online registration process if registering
under that student category.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Please keep a copy of the transaction ID, generated by the payment
gateway as well as by your bank. You may need these later if you
need to track your payment/registration.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
All correspondence regarding registration for INDICON 2020 should
contain Paper ID as well as registration confirmation number.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Please note that INDICON 2020, or its hosts, represented by the
Organizing Committee as well as the IEEE India Council or IEEE Delhi
Section, will not be responsible for any loss, financial or
otherwise, caused by improper transactions conducted online. While
Organizers have taken all reasonable precautions to ensure a safe
online transaction, it is the registrant’s responsibility, while
paying the registration fee, to secure their user IDs, passwords,
Paper ID, etc.
</li>
</ul>
</div> -->
<!-- <div class="listwrp">
<h3>
Cancellation and Refund Policy:
</h3>
<ul class="fa-ul" style="font-size: 16px;">
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Registration cancellation will be accepted only against the written
request sent by email to indicon2020@nsut.ac.in.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Any cancellation received till 31 October, 2020 will be entitled for
100% refund of the registration amount paid.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Any cancellation received between 1 November, 2020 - 30 November,
2020 will be entitled to 50% refund of the registration amount paid.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
No refund will be made for cancellation after 30 November, 2020.
</li>
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
All refunds will be made 30 days after completion of the conference
(Note: Applicable bank charges will not be refunded for online
registration.)
</li>
</ul>
</div>
<div class="listwrp">
<h2>Visa Assistance Letters:</h2>
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-circle fa-xs"></i></span>
Once your registration is complete, you may download your invitation
letter for VISA purposes from the online registration portal.
</li>
</ul>
</div> -->
<footer style="background: rgb(10, 18, 65);margin-top: 20px;">
<p style="color: white;padding: 30px 30px 0;">
NOTE: Student Authors can submit one paper and Professional Authors can submit two papers in the fee as given in the table.
</p>
<p style="color: white; padding: 10px 20px 30px ;">
Should you have any questions or need any information, please feel free to contact us at
<a href="mailto:delcon2021@nsut.ac.in"> Delcon email id</a>
</p>
</div> -->
</footer>
<!-- jQuery -->
<script src="../assets/js/jquery-2.1.0.min.js"></script>
<script src="//code.jquery.com/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="../assets/js/popper.js"></script>
<script src="../assets/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="../assets/js/owl-carousel.js"></script>
<script src="../assets/js/scrollreveal.min.js"></script>
<script src="../assets/js/waypoints.min.js"></script>
<script src="../assets/js/jquery.counterup.min.js"></script>
<script src="../assets/js/imgfix.min.js"></script>
<!-- Global Init -->
<script src="../assets/js/custom.js"></script>
<!-- Timeline -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
<script src="../assets/js/script.js"></script>
<script>
$("nav li").hover(
function() {
$("ul", this)
.stop()
.slideDown(200);
},
function() {
$("ul", this)
.stop()
.slideUp(200);
}
);
</script>
</body>
</html>