-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphd.html
207 lines (201 loc) · 7.25 KB
/
phd.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="manit.png">
<title>MANIT</title>
<style>
a:link {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
background-color: rgba(255, 0, 0, 0.679);
border-radius: 20px;
transition: all .6s ease;
}
tr, td, th {
border: 2px solid blue;
font-size: large;
}
a:visited {
text-decoration: none;
color: rgb(0, 0, 0);
}
</style>
</head>
<body background="manit.png" style="background-color: rgb(53, 53, 247); background-size: cover; overflow-x: hidden; background-repeat: no-repeat; background-attachment: fixed; background-size:40%; background-position: center; padding-left: 10%; padding-right: 10%;">
<div style="background-color: darkblue; opacity: 0.8; position: absolute; top: 0px; left:0px; right: 0px;"><img src="firstLogo.png" style="width:40%; margin: 0px; padding-left: 10%; padding-right: 10%;"></div>
<nav style="margin-top: 11%; padding: 12px;padding-left: 10%;padding-right: 10%; background-color: rgba(173, 216, 230, 0.444); border-radius: 20px;">
<a href="task11home.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Home</a>
<a href="task11academics.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000; background-color: rgba(255, 59, 48, 0.679); border-radius: 20px;">Academics</a>
<a href="task11admission.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Admission</a>
<a href="task11gallery.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Gallery</a>
</nav>
<div style=" background-color: rgba(173, 216, 230, 0.222); border-radius: 20px;"><p style="font-family:'Courier New', Courier, monospace; font-size: larger; font-weight: 1000; padding: 10px; margin: 10px;">PH.D. Program</p>
<hr>
<p style="font-family:'Courier New', Courier, monospace; font-size: larger; font-weight: 1000; padding: 10px; margin: 10px;">Full Time Research Students (150 number of seats).<br>
Sponsored Full Time (36 number of seats). Admission under sponsored Full Time category in only for the candidates from Government organization, Public Sector & Research Institute, as per Ph.D. 2016 Ordinance Clause No. 10.1<br>
JRF/Project Associates (In all Department/Centres of MANIT, Bhopal) (as per ordinance 10.1.1(3))<br>
Internal faculty members working in MANIT Bhopal in regular capacity.The admission of internal candidates of MANIT Bhopal in the program may be given with following norms: <br>
(i) No change or relaxation of norms in admission process. The Candidate has to undergo normal selection process as external candidates. <br>
(ii) They have to complete the course work as required for external candidates. However they will undergo course work as 8 credits per semester to balance as a student and educator.<br>
(iii) There will not be any relaxation with respect to their academic and administrative duties.<br>
(iv) Institute shall not bear any financial liability towards pursuing the Ph D Program.<br>
(v) These candidates will be admitted as 'Part Time (Internal)'.</p>
<table style="margin-left: 7%; margin-top:4%; margin-bottom: 4%; width: 50%; border: 2px solid blue;">
<tbody>
<tr>
<td style="height:19px; width:48px">
<p>S.No</p>
</td>
<td style="height:19px; width:538px">
<p>Department</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>1.</p>
</td>
<td style="height:19px; width:538px">
<p>Architecture & Planning</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>2.</p>
</td>
<td style="height:19px; width:538px">
<p>Biological Science & Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>3.</p>
</td>
<td style="height:19px; width:538px">
<p>Centre of Airtificial Inteligence</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>4.</p>
</td>
<td style="height:19px; width:538px">
<p>Centre for Excellence in Product Design & Smart Manufacturing</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>5.</p>
</td>
<td style="height:19px; width:538px">
<p>Centre for Excellence in Water Management</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>6.</p>
</td>
<td style="height:19px; width:538px">
<p>Chemical Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>7.</p>
</td>
<td style="height:19px; width:538px">
<p>Chemistry</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>8.</p>
</td>
<td style="height:19px; width:538px">
<p>Civil Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>9.</p>
</td>
<td style="height:19px; width:538px">
<p>Computer Science & Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>10.</p>
</td>
<td style="height:19px; width:538px">
<p>Energy Centre</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>11.</p>
</td>
<td style="height:19px; width:538px">
<p>Electrical Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>12.</p>
</td>
<td style="height:19px; width:538px">
<p>Electronics & Communication Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>13.</p>
</td>
<td style="height:19px; width:538px">
<p>Humanities and Social Sciences</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>14. </p>
</td>
<td style="height:19px; width:538px">
<p>Management Studies</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">
<p>15.</p>
</td>
<td style="height:19px; width:538px">
<p>Materials & Metallurgical Engineering</p>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">16.</td>
<td style="height:19px; width:538px">
Mathematics, Bioinformatics & Computer Application (MBC)<br>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">17.</td>
<td style="height:19px; width:538px">
Mechanical Engineering<br>
</td>
</tr>
<tr>
<td style="height:19px; width:48px">18</td>
<td style="height:19px; width:538px">
Physics<br>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>