-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms_phd.php
58 lines (48 loc) · 1.89 KB
/
programs_phd.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
<?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">Ph.D.</h3>
</div>
</div>
</div>
</div>
<section class="bg-grey p-3" style="background-color:#fff !important;">
<br>
<p class="h5" style="color:blue;">Program Overview</p>
<hr>
<p>
Open to students with a strong master's level background in physics. During the first year, the students need to complete a set of mandatory courses and clear comprehensive examinations at the end of the year.
</p><br>
<p class="h5" style="color:blue;">Selection Process</p>
<hr>
<p>
The students are selected through an interview conducted by the department. Those who have qualified for at least one GATE/NET are eligible to apply.
</p><br>
<p class="h5" style="color:blue;">Program Structure</p>
<hr>
<p>
Students coming in with a master's degree need to earn a minimum of twelve credits. The doctoral committee could prescribe more courses if required. Students have to give a comprehensive exam and viva at the end of the first year.
</p><br>
<p class="h5" style="color:blue;">Syllabus</p>
<hr>
<p>
Students can take departmental courses after discussion with the guide.
</p>
</section>
<?php
include 'footer.php';
?>