-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmechanical_1.php
96 lines (67 loc) · 3.42 KB
/
mechanical_1.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
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
<?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/mech2.png" alt="Chania" width="100%" height="345" title="Brinell Hardness Test">
</div>
<div class="item">
<img src="img/mech3.png" alt="Chania" width="100%" height="345">
</div>
<div class="item">
<img src="img/mech4.png" alt="Flower" width="100%" height="345">
</div>
<div class="item">
<img src="img/mech8.png" alt="Flower" width="100%" height="345">
</div>
<div class="item">
<img src="img/me6.jpg" alt="Flower" width="100%" height="345">
</div>
</div>
</div>
<div class="col-lg-12 col-md-12" style="text-align: left;">
<h1>ME (Mechanical Engineering)</h1>
<p align="justify">Production engineering is a branch of engineering deals with manufacturing technology & management science. Production engineering encompasses the application of castings, machining processing, joining processes, metal cutting & tool design, metrology, machine tools, machining systems, automation, jigs and fixtures, and die and mould design and material science and design of automobile parts and machine designing and manufacturing. Production engineering also overlaps substantially with manufacturing engineering and industrial engineering.
</p>
<p>In industry, once the design is realized, production engineering concepts regarding work-study, ergonomics, operation research, manufacturing management, materials management, production planning, etc., play important roles in efficient production processes. These deal with integrated design and efficient planning of the entire manufacturing system.</p>
<h1>Course Content</h1>
<p align="justify">
M.E Production engineering is 2 years of master programme<br/>
1st Year -12 subjects<br/>
2nd year- 3 subjects + Dissertation Phase I & II<br/>
<br />
For Syllabus of ME (Mechanical Engineering) <a href="http://www.gtu.ac.in/ME_Syllabus.asp" target="_blank">Click Here</a>
</p>
<h1>Scope of Higher Studies</h1>
<p align="justify">
The Master in Mechanical Engineer may continues for further research & development studies i.e. (PhD)
<br />
</p>
<h1>Job Profile</h1>
<p align="justify">
The Master in Production engineers employed in execution position in Industries in various departments such as
Design, Project Manager, Production Manager, Quality control ,Planning & maintenance, Research and Development, Process Control & others areas or engineer can jump into the academic profession.
<br />
</p>
</div>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>