-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms_msc.php
321 lines (306 loc) · 13.6 KB
/
programs_msc.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
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
<?php
include("db.php");
// include("loadDump.php");
//include("dbremote.php");
?>
<?php
include 'header.php';
?>
<link rel="stylesheet" href="css/transport.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- <link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<div class="bg-secondary rounded-0 text-white">
<div class="container p-3">
<div class="row justify-content-center">
<div class="col-sm-12">
<h3 class="fw-bold faculty-heading">M.Sc.</h3>
</div>
</div>
</div>
</div>
<section class="bg-grey p-3" style="background-color:#fff !important;">
<div class="row">
<div class="col-sm-6">
<br>
<br>
<p class="h5" style="color:blue;">Program Overview</p>
<hr>
<p>
This course is open to students with a bachelor's degree in science or engineering. There is a variety of core courses that emphasize the fundamentals while keeping in mind the evolving nature of subjects. A strong laboratory component allows you to explore a range of experiments from classic ones to those that are more recent and advanced. A platter of advanced elective courses offers a glimpse into frontier areas of research and allows you to choose a topic for the one-year project.
</p>
<p class="h5" style="color:blue;">Selection process</p>
<hr>
<p>IIT JAM</p>
<p class="h5" style="color:blue;">Program structure</p>
<hr>
<p>
The program consists of 4 semesters. The first two semesters consist of core courses. The third and fourth semesters are largely elective courses. There is a project component last semester.
</p>
</div>
<!-- -------------------------------------- -->
<div class="col-sm-6">
<ul class="nav nav-tabs d-none d-lg-flex" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="home-tab" data-bs-toggle="tab" data-bs-target="#home-tab-pane" type="button" role="tab" aria-controls="home-tab-pane" aria-selected="true">Sem 1</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#profile-tab-pane" type="button" role="tab" aria-controls="profile-tab-pane" aria-selected="false">Sem 2</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="contact-tab" data-bs-toggle="tab" data-bs-target="#contact-tab-pane" type="button" role="tab" aria-controls="contact-tab-pane" aria-selected="false">Sem 3</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="tab-4" data-bs-toggle="tab" data-bs-target="#tab-4-pane" type="button" role="tab" aria-controls="tab-4-pane" aria-selected="false">Sem 4</button>
</li>
</ul>
<div class="tab-content accordion" id="myTabContent">
<div class="tab-pane fade show active accordion-item" id="home-tab-pane" role="tabpanel" aria-labelledby="home-tab" tabindex="0">
<h2 class="accordion-header d-lg-none" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">Sem 1</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show d-lg-block" aria-labelledby="headingOne" data-bs-parent="#myTabContent">
<div class="accordion-body">
<table class="table">
<thead>
<tr>
<th scope="col">Course Code</th>
<th scope="col">Course Name</th>
<th scope="col">Credits</th>
<!-- <th scope="col">Handle</th> -->
</tr>
</thead>
<tbody class="table-group-divider">
<tr>
<th scope="row">PH 511</th>
<td>Mathematical Physics</td>
<td>4</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 512</th>
<td>Classical Mechanics</td>
<td>4</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row">PH 513</th>
<td>Quantum Mechanics</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
<tr>
<th scope="row">PH 514</th>
<td>Electronics </td>
<td>3</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 515P</th>
<td>Physics Laboratory</td>
<td>3</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Technical Communications</td>
<td>1</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective (Outside Discipline)</td>
<td>3</td>
<!-- <td>@fat</td> -->
</tr>
</tbody>
</table>
<a href="https://www.iitmandi.ac.in/Schools/SBS/handbook_physics_aug2021.pdf" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</div>
</div>
</div>
<div class="tab-pane fade accordion-item" id="profile-tab-pane" role="tabpanel" aria-labelledby="profile-tab" tabindex="0">
<h2 class="accordion-header d-lg-none" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Sem 2
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse d-lg-block" aria-labelledby="headingTwo" data-bs-parent="#myTabContent">
<div class="accordion-body">
<table class="table">
<thead>
<tr>
<th scope="col">Course Code</th>
<th scope="col">Course Name</th>
<th scope="col">Credits</th>
<!-- <th scope="col">Handle</th> -->
</tr>
</thead>
<tbody class="table-group-divider">
<tr>
<th scope="row">PH 521</th>
<td>Electromagnetic Theory</td>
<td>4</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 522</th>
<td>Statistical Mechanics</td>
<td>4</td>
<!-- <td>3</td> -->
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row">PH 523</th>
<td>Cond. Matter Physics</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
<tr>
<th scope="row">PH 524</th>
<td>Atom. Mol. Physics</td>
<td>3</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 525P</th>
<td>Electronics Lab. Pract.</td>
<td>3</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
</tbody>
</table>
<a href="https://www.iitmandi.ac.in/Schools/SBS/handbook_physics_aug2021.pdf" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a> </div>
</div>
</div>
<div class="tab-pane fade accordion-item" id="contact-tab-pane" role="tabpanel" aria-labelledby="contact-tab" tabindex="0">
<h2 class="accordion-header d-lg-none" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Sem 3
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse d-lg-block" aria-labelledby="headingThree" data-bs-parent="#myTabContent">
<div class="accordion-body">
<table class="table">
<thead>
<tr>
<th scope="col">Course Code</th>
<th scope="col">Course Name</th>
<th scope="col">Credits</th>
<!-- <th scope="col">Handle</th> -->
</tr>
</thead>
<tbody class="table-group-divider">
<tr>
<th scope="row">PH 611P</th>
<td>Exp. Res. Techniques</td>
<td>4</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 614</th>
<td>Seminar and Report</td>
<td>2</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row">PH 613</th>
<td>Spe. Topics. in QM</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
<tr>
<th scope="row">PH 518P</th>
<td>Post Graduate </td>
<td>3</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Project-1</td>
<td></td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective</td>
<td>3</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective-5 (Outside Discipline) </td>
<td>3</td>
<!-- <td>@fat</td> -->
</tr>
</tbody>
</table>
<a href="https://www.iitmandi.ac.in/Schools/SBS/handbook_physics_aug2021.pdf" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a> </div>
</div>
</div>
<div class="tab-pane fade accordion-item" id="tab-4-pane" role="tabpanel" aria-labelledby="tab-4" tabindex="0">
<h2 class="accordion-header d-lg-none" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Sem 4
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse d-lg-block" aria-labelledby="headingThree" data-bs-parent="#myTabContent">
<div class="accordion-body">
<table class="table">
<thead>
<tr>
<th scope="col">Course Code</th>
<th scope="col">Course Name</th>
<th scope="col">Credits</th>
<!-- <th scope="col">Handle</th> -->
</tr>
</thead>
<tbody class="table-group-divider">
<tr>
<th scope="row">PH 621</th>
<td>Comput. Meth. Physics </td>
<td>4</td>
<!-- <td>@mdo</td> -->
</tr>
<tr>
<th scope="row">PH 519P</th>
<td>Post Graduate Project-2</td>
<td>8</td>
<!-- <td>@fat</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective</td>
<td>3</td>
<!-- <td>@twitter</td> -->
</tr>
<tr>
<th scope="row"></th>
<td>Elective</td>
<td>3</td>
<!-- <td>@mdo</td> -->
</tr>
</tbody>
</table>
<a href="https://www.iitmandi.ac.in/Schools/SBS/handbook_physics_aug2021.pdf" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a> </div>
</div>
</div>
</div>
</div>
</section>
<?php
include 'footer.php';
?>