-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq-vlabs.html
746 lines (736 loc) · 30.8 KB
/
faq-vlabs.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
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iiith-vlabs</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="./src/img/favicon.ico" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700|Raleway:300,400,400i,500,500i,700,800,900" rel="stylesheet">
<link href="./src/lib/font-awesome/css/font-awesome.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">-->
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">-->
<!-- Bootstrap CSS File -->
<link href="./src/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<!-- <link href="./src/lib/nivo-slider/css/nivo-slider.css" rel="stylesheet">
<link href="./src/lib/owlcarousel/owl.carousel.css" rel="stylesheet">
<link href="./src/lib/owlcarousel/owl.transitions.css" rel="stylesheet">-->
<link href="./src/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!--<link href="./src/lib/animate/animate.min.css" rel="stylesheet">
<link href="./src/lib/venobox/venobox.css" rel="stylesheet">-->
<!-- Nivo Slider Theme -->
<link href="./src/css/nivo-slider-theme.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="./src/css/style.css" rel="stylesheet">
<!--<link href="./src/scss/style.scss" rel="stylesheet">-->
<!-- Responsive Stylesheet File -->
<link href="./src/css/responsive.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbar-example">
<!-- <div id="preloader"></div>-->
<header>
<!-- header-area start -->
<div id="sticker" class="header-area">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-sm-12">
<!-- Navigation -->
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Brand -->
<a href="http://iiith.vlabs.ac.in/" class="navbar-brand page-scroll sticky-logo" >
<!-- <h1><span>e</span>Business</h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<img src="./src/img/logo-new.png" alt="" title="" style="width:100%; height:62px;">
</a>
<span class="vline" ></span>
<img href="https://www.iiit.ac.in/" src="./src/img/iiith-logo.png" style="height:78px; padding-top:10px;">
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-menu bs-example-navbar-collapse-1" id="navbar-example">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="index.html">About us</a>
</li>
<li>
<a class="page-scroll" href="index.html">Labs</a>
</li>
<li>
<a class="page-scroll" href="index.html">Community</a>
</li>
<li>
<a class="page-scroll" href="index.html">Services</a>
</li>
<li>
<a class="page-scroll" href="index.html">Career</a>
</li>
<li>
<a class="page-scroll" href="index.html" >FAQ</a>
</li>
<li>
<a class="page-scroll" href="index.html">Contact</a>
</li>
</ul>
</div>
<!-- navbar-collapse -->
</nav>
<!-- END: Navigation -->
</div>
</div>
</div>
</div>
<!-- header-area end -->
</header>
<!-- header end -->
<div class="container-fluid">
<div class="row">
<div class="tab" >
<div class="col-md-12">
<!--<a class="myButton" href="javascript:void(0)" class="tablinks" onclick="openbutton(event, 'vlabs')" id="defaultOpen">Virtual Labs </a>
<a class="myButton" href="javascript:void(0)" class="tablinks" onclick="openbutton(event, 'vlabscce')">Virtual Labs College Cloud Edition </a>
<a class="myButton" href="javascript:void(0)" class="tablinks" onclick="openbutton(event, 'vlabseiw')" >Expression on Interest For Workshops </a>-->
</div>
</div>
</div>
</div>
<div class="container-fluid">
<h1 style=" color:#2C99CE ">
<b>
<Center> FAQ on Virtual Labs</center>
</b>
</h1>
</div>
<div id="vlabs" class="tabcontent">
<!--<span onclick="this.parentElement.style.display='none'" class="topright">x</span>-->
<div class="panel panel-default" href="javascript:void(0)" class="tablinks" onclick="openbutton(event, 'vlabs')" id="defaultOpen">
<div class="panel-body">
<!--<div class="" style="float:right;"><i class="glyphicon glyphicon-download-alt"></i> <a href="http://nptel.ac.in/pdf/NPTELFAQ.pdf" target="_blank">Download FAQ (PDF)</a>-->
</div>
<!--<div> </div>-->
<div class="panel-group" id="accordion">
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#1" data-parent="#accordion"> <i>Q01. What are
Virtual Labs?</i> <i class="glyphicon pull-right
glyphicon-menu-up "></i></div>
<ul id="1" class="panel-collapse collapse in fadata">
<p style="padding-left:24px; padding-right:24px;">
Virtual Labs are intended to augment the learning of
science and engineering subjects through performing
experiments. The experiments are designed either as
simulations or as remote triggered. A remote triggered
lab allows a user to connect to real equipment using a
web browser. There are currently around 150 and labs
and 1500 experiments at various stages of development
and deployment. They are currently hosted at
vlabs.ac.in. Virtual Labs is an initiative of
Ministry of Human Resources, India.
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#2" data-parent="#accordion"><i>Q02. What are
the objectives of the Virtual Labs?</i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="2" class="panel-collapse collapse fadata">
<p style="padding-left:24px; padding-right:24px;">The
broad objectives of the ‘Virtual Lab’ as stated in
website are:<br>
<ol>
<li>To provide remote access to Labs in various
disciplines</li>
<li>To arouse curiosity in students and help them
learn concepts through remote experimentation</li>
<li>To provide a complete ‘Learning Management
System’ (LMS) around the Virtual labs –<br>a. access
to web-resources, videos, animated demonstrations
and <br>b. self evaluation </li>
<li> To provide access to resources available to
only a limited number of users due to constraints of
time and physical locations.</li>
</ol>
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#3" data-parent="#accordion"><i>Q03. What are
the various types of Virtual Labs?</i> <i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="3" class="panel-collapse collapse fadata">
<p style="padding-left:24px; padding-right:24px;">There
are two types of Virtual Labs:<br>
<b>Simulation Based Virtual Labs:</b> In these Virtual
Labs, the experiments are modeled using mathematical
equations. The simulations are carried out remotely
at a high end server, and the results are communicated
to the student over the internet. This class of
Virtual Labs, at best, mimics the real-world
scenarios/experiments. Simulation based Virtual Labs
are scalable and can cater to a large number of
simultaneous users.<br><b>Remote Triggered Virtual
Labs:</b> In these Virtual Labs, the actual
experiments are triggered remotely. The output of the
experiment (being conducted remotely) is communicated
back to the student over the internet. This class of
Virtual Labs, gives the student the output of
real-time experiments. Remote Triggered Virtual Labs
are difficult to scale and can cater to a limited
number of users. Typically, time-slots are booked
before conducting such experiments.
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#4" data-parent="#accordion"><i>Q04. Who are
the intended users of the Virtual
Labs? </i> <i class="glyphicon glyphicon-menu-down
pull-right"></i></div>
<ul id="4" class="panel-collapse collapse fadata">
<p style="padding-left:24px; padding-right:24px;">
The intended beneficiaries of the projects are:
<ol>
<li>All students and Faculty Members of Science and
Engineering Colleges who do not have access to good
lab-facilities and/or instruments.</li>
<li>High-school students, whose inquisitiveness will
be triggered, possibly motivating them to take up
higher-studies.</li>
<li>Researchers in different institutes who can
collaborate /share equipment and resources. </li>
<li>Different engineering colleges, who can benefit
from the content and related teaching resources. The
project has completely fulfilled the requirements of
the targeted beneficiaries (and even gone
beyond). An eco-system has evolved around Virtual
Labs, where the community has become involved in
evolving and benefitting from the project.</li>
</ol>
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#5" data-parent="#accordion"><i>Q05. How can I
access the Virtual Labs?</i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="5" class="panel-collapse collapse fadata">
<p style="padding-left:24px; padding-right:24px;">All
Virtual Labs can be accessed through a common
website: <a href="http://vlabs.ac.in/"
target="_blank">www.vlabs.ac.in</a>. At the user end, a
PC and broadband connectivity enables the user to access
Virtual Labs.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#6" data-parent="#accordion"> <i>Q6. Is it
free to use?</i> <i class="glyphicon glyphicon-menu-down
pull-right"></i></div>
<ul id="6" class="panel-collapse collapse fadata">
<p style="padding-left:24px; padding-right:24px;">Yes,
it is free of cost to the user.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#9"
data-parent="#accordion"><i>Q07. What are the
system configuration needed to run Workshops
? </i><i class="glyphicon glyphicon-menu-down
pull-right"></i></div>
<ul id="9" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">System configuration
required for running Virtual Labs:
<ol>
<li> No pop-up blockers</li>
<li> Browser: Firefox, Chrome </li>
<li>Internet connection (2-4 mbps)</li>
<li>JavaScript should be enabled on the browser</li>
<li> Plugins: Flash, Java 1.6 version, and IcedTea</li>
<li> Faculty from electronics department may be needed while
running some of the adders,
multiplexers experiments.</li>
</ol>
</p>
<p style="padding-left:24px;
padding-right:24px;"> For more details,
please follow
the <a href="https://iiith.vlabs.ac.in/workshops/">link</a></p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#10"
data-parent="#accordion"><i>Q08. Our college
internet network has firewalls. Should any
specific care be
taken?</i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="10" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">If Internet network
operates behind a firewall, the
communication ports to facilitate VLab
network traffic should be
open. Specifically ports 3306, 5900, 5902,
and 8700 will need to be opened.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#11"
data-parent="#accordion"><i>Q11. Can I use
Virtual Labs at all
times?</i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="11" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">Virtual Labs are
divided into two categories, namely remote
triggered labs and the simulation based
labs. You can use the remote triggered
labs, as per the time mentioned on the
website. The simulation based labs are
available 24x7 including weekends.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#12"
data-parent="#accordion"><i>Q09. Does the
Virtual Lab provide the LMS that the
objectives mention? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="12" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">Virtual Lab project
provides a complete Leaning Management
System. For most users, Virtual Lab
provides all the relevant material at one
place including the Objectives of the
Experiment, Procedure, Lab manual, Pre- and
Post-experiment quizzes, additional Lab
resources, in addition to the Virtual Lab
experiment. Most labs also have an
associated question bank.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#13"
data-parent="#accordion"><i>Q10. How do I
register for using the Virtual
Labs? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="13" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">As mentioned earlier,
Virtual Labs are divided into two
categories: simulation based labs and
remote triggered labs. Registration
requirements are different for the two
categories.<br>
<b>Simulation based Labs:</b> All labs
can be directly accessed by following the
lab links on the web page.<br>
<b>Remote Triggered Labs:</b> To access a remote
triggered lab, a user has to book a slot. For booking
a slot, you have to register yourself first and then
book a slot from the slot chart. All the available
/booked slots can be viewed on this chart. Once a
request for slot-booking is made, all the information
regarding the user id, password and the slot booked
will be sent to the user’s email address provided by
the user at the time of registration. Once registered,
a user can login using the same credentials every
time. This registration has to be done by the user
separately for each of the remote triggered virtual
labs.
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell" data-toggle="collapse"
data-target="#14" data-parent="#accordion"><i>Q11. I
already have a Physical Lab in my
college/institute. What benefit will Virtual Lab
provide? </i><i class="glyphicon glyphicon-menu-down
pull-right"></i></div>
<ul id="14" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">Virtual Lab is a
complete Learning Management System. All
the relevant information including the
theory, lab-manual, additional
web-resources, video-lectures, animated
demonstrations and self-evaluation are
available at a common place. Virtual Labs
can be used in a complementary fashion to
augment the efficacy of theory-based
lectures. Small projects can also be
carried out using some of the Virtual
Labs. Virtual Labs can be effectively used
to give lab-demonstrations to large
classes.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#15"
data-parent="#accordion"><i>Q12. How does one
derive the maximum benefit from Virtual
Labs? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="15" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">In order to derive
maximum learning experience, the users are
advised to first read all the instructions
for conducting the labs. There are
'step-by-step' instructions available in
each lab to assist the users.
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#16"
data-parent="#accordion"><i>Q13. When I do an
experiment how do I know if the experiment I
did is done
correctly? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="16" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">Virtual Labs will
provide to the students the result of an
experiment by one of the following methods
(or possibly a combination):
<ol>
<li>Modelling the physical phenomenon
by a set of equations and carrying out
simulations to yield the result of the
particular experiment.</li>
<li>Providing a corresponding
measurement data for the Virtual Lab
experiment based previously carried out
measurements on an actual system. </li>
<li>Remotely triggering an experiment
in an actual lab and providing the
student the result of the experiment
through the computer interface.</li>
</ol>
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#17"
data-parent="#accordion"><i>Q14. How can a
college conduct a Virtual Lab
Workshop? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="17" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;"> For details, please
follow
the <a href="http://iiith.vlabs.ac.in/workshops.html">link</a></p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#18"
data-parent="#accordion"><i>Q15. Whom can I
contact if I get stuck while using Virtual
Labs? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="18" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">You can email your
concerns/queries to the Virtual Labs team
at <a href="mailto:[email protected]">[email protected]</a>.</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#19"
data-parent="#accordion"><i>Q16. How can I
contribute to the
FAQ? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="19" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;">Drop a mail
to <a href="mailto:[email protected]">[email protected]</a>
with Questions (and Answers).
</p>
</ul>
</div>
<div class="panel faqpanel">
<div class="well fawell"
data-toggle="collapse" data-target="#20"
data-parent="#accordion"><i>Q17. How can I
contribute to Virtual
Labs? </i><i class="glyphicon
glyphicon-menu-down pull-right"></i></div>
<ul id="20" class="panel-collapse collapse fadata">
<p style="padding-left:24px;
padding-right:24px;"> vlabs-dev is the
main portal for Virtual Labs
Development. Please visit
the <a href="http://vlabs-dev.vlabs.ac.in/community/contributing.html"
target="_blank">contributing section</a>
of
the <a href="http://vlabs-dev.vlabs.ac.in/">vlabs-dev</a>
portal.
</p>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"> </script>
<script type="text/javascript">
_uacct = "UA-3099279-1";
urchinTracker("");
</script> -->
<!-- =================================================================================================================================== -->
<!-- =================================================================================================================================== -->
</div> <!-- content div -->
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Address</h4>
<p>
Engineering and Architecture Division :<br>
Room No:B6-204,<br>
Vindhya C6, VLEAD, IIIT-H, Gachibowli,<br>
Hyderabad - 500032<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact</h4>
<p>
<strong>Phone:</strong> General Information : 011-64674687 <br>
Development/Outreach : +91 9177792945<br>
<strong>Email:</strong>
<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Follow Us</h4>
<div class="social-links">
<a href="https://twitter.com/TheVirtualLabs" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/Virtual-Labs-IIT-Delhi-301510159983871/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/watch?v=asxRaOgk6a0" class="google-plus"><i class="fa fa-youtube"></i></a>
<a href="https://in.linkedin.com/in/virtual-labs-008ba9136" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0"><strong>Creative Commons (CC-BY-NC-SA-3.0)</strong></a> <strong>Disclaimer</strong>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- jQuery -->
<!--<script src="js/jquery.js"></script>-->
<!-- Bootstrap Core JavaScript -->
<!--<script src="js/bootstrap.min.js"></script>-->
<!-- Custom Theme JavaScript -->
<!--<script src="js/custom.js"></script>-->
<!-- Include js plugin -->
<!--<script src="js/owl.carousel.js"></script>-->
<style>
/* Style the tab */
div.tab {
overflow: hidden;
/* border: 1px solid #ccc;
background-color: #f1f1f1;*/
margin-top:129px;
}
/* Style the links inside the tab */
div.tab a {
float: left;
display: block;
/*color: black;*/
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of links on hover */
div.tab a:hover {
background-color:#f4f5f7;
}
/* Create an active/current tablink class */
div.tab a:focus, .active {
/* background-color: white;
background-color:#e0e1e2;*/
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 12px;
/* border: 1px solid #ccc;*/
border-top: none;
}
/* Style the close button */
.topright {
float: right;
cursor: pointer;
font-size: 20px;
}
.topright:hover {color: red;}
.myButton {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e9e9e9));
background:-moz-linear-gradient(top, #f1f1f1 5%, #e9e9e9 100%);
background:-webkit-linear-gradient(top, #f1f1f1 5%, #e9e9e9 100%);
background:-o-linear-gradient(top, #f1f1f1 5%, #e9e9e9 100%);
background:-ms-linear-gradient(top, #f1f1f1 5%, #e9e9e9 100%);
/*background:linear-gradient(to bottom, #f1f1f1 5%, #e9e9e9 100%);*/
background:white;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9',GradientType=0);
background-color:#f1f1f1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
/*color:#666666;font-family:Arial;
font-size:15px;
font-weight:bold;text-shadow:0px 1px 0px #ffffff;padding:6px 24px;
text-decoration:none;
width:330px;*/
padding: 13px 24px ;
text-decoration: none;
width:377px;
font-size: 17px;
}
.myButton:hover {
/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
/* background-color:#e9e9e9;*/
background-color:#2C99CE;
color:black;
}
.myButton:active {
position:relative;
top:1px;
background-color:#2C99CE;
color:white;
}
</style>
<script>
function openbutton(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<style>
/**********css for faq*********/
.faqinfowell {
text-align: center;
font-size: 20px;
background-color: #3EC1D5 !important;
color:#FFF !important;
font-weight: bold;
cursor: default;
}
.fawell{
cursor:pointer;
font-weight: 500;
font-style: italic;
}
.faqpanel{
border: 0px;
}
.fadata{
text-align:justify;
line-height: 1.5;
}
</style>
<!--<script>
$('.collapse').on('shown.bs.collapse', function(){
$(this).parent().find(".glyphicon-menu-down").removeClass("glyphicon-menu-down").addClass("glyphicon-menu-up");
}).on('hidden.bs.collapse', function(){
$(this).parent().find(".glyphicon-menu-up").removeClass("glyphicon-menu-up").addClass("glyphicon-menu-down");
});
</script>-->
<!-- JavaScript Libraries -->
<!--<script src="./src/lib/faq/js/bootstrap.min.js"></script>
<script src="./src/lib/faq/js/jquery.js"></script>-->
<script src="./src/lib/jquery/jquery.min.js"></script>
<script src="./src/lib/bootstrap/js/bootstrap.min.js"></script>
<!--<script src="./src/lib/owlcarousel/owl.carousel.min.js"></script>
<script src="./src/lib/venobox/venobox.min.js"></script>
<script src="./src/lib/knob/jquery.knob.js"></script>
<script src="./src/lib/wow/wow.min.js"></script>
<script src="./src/lib/parallax/parallax.js"></script>
<script src="./src/lib/easing/easing.min.js"></script>
<script src="./src/lib/nivo-slider/js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="./src/lib/appear/jquery.appear.js"></script>
<script src="./src/lib/isotope/isotope.pkgd.js"></script>-->
<!--<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD8HeI8o-c1NppZA-92oYlXakhDPYR7XMY"></script>-->
<!-- Contact Form JavaScript File -->
<script src="./src/js/main.js"></script>
</body>
</html>