-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelectrical.php
71 lines (45 loc) · 3.02 KB
/
electrical.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
<?php
include 'header.php';
?>
<!--=========== BEGINlibrary page ================-->
<div class="container" >
<div class="row" style="position: relative; padding-top: 100px; padding-bottom: 50px;">
<div class="col-lg-12 col-md-12">
<div class="col-lg-12 col-md-12" style="text-align: center;">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/ee1.jpg" alt="Chania" width="100%" height="345" >
</div>
<div class="item">
<img src="img/ec1.jpg" alt="Chania" width="100%" height="345">
</div>
<div class="item">
<img src="img/ec2.jpg" alt="Flower" width="100%" height="345">
</div>
</div>
</div>
<div class="col-lg-12 col-md-12" style="text-align: left;">
<h1>Electrical Engineering</h1>
<p align="justify"> To sustain the planned growth in the power sector, the industry needs human resources skilled in electrical engineering. The Electrical Engineering Department is contributing to this need by producing trained technology leaders. Department of Electrical Engineering came into existence in July 2004 with intake of 60 students. The department has a goal of providing excellence in technical education. The department has well-qualified, experienced & dedicated faculty members. The department provides opportunities to the students to work in state of the art laboratories like Basic Electrical Engineering, Electrical Machines, Power System Protection, PLC & Microprocessor, Control Systems & Instrumentation. All the laboratories are equipped with most modern equipments and instruments. The department also provides facilities for computer simulation and virtual experimentation with the latest updated software like MATLAB, PSIM Mi-Power, Auto CAD-Electrical etc. The final year students are provided all infrastructural facilities needed to carry out their projects to explore the advanced technological boom. All the faculty members' posses' Master's degree in the various specialized fields of electrical engineering. Few of them are also pursuing their PhDs from India's premier technical institutions like NIT & IITs.
</p>
<h1>Syllabus</h1>
<p align="justify">Electrical Engineering is a Four(4) years course. We have intakes of 60 seats each year. <br />
For Syllabus of Electrical Engineering <a href="http://www.gtu.ac.in/syllabus/BE_SchemeSyllabus.htm" target="_blank">Click Here</a>
</p>
</div>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>