-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms_dual.php
61 lines (56 loc) · 2.5 KB
/
programs_dual.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
<?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">Dual degree(P.G.+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>
IIT Mandi offers this program that allows students admitted as part of the M.Sc. program to upgrade to a dual-degree
PG+Ph.D. program.
</p><br>
<p class="h5" style="color:blue;">Selection Process</p>
<hr>
<p>
Interested M.Sc. students who have completed all the core courses of the respective M.Sc. program with a minimum 8.0 CGPA
within the first three semesters at IIT Mandi can apply for upgradation to the M.Sc.+Ph.D. program based on an internal
call made by the PG admissions committee or any other designated committee of the respective school. The committee may
prescribe higher shortlisting criteria as per the number of requests and need and would interview the shortlisted
candidates in their broad area of interest.
</p><br>
<p class="h5" style="color:blue;">Program Structure</p>
<hr>
<p>
Students can directly start working on a problem from his/her first semester of their Ph.D. after successful completion
of M.Sc. requirements. It will save time in doing a Ph.D. as there will be no re-application, courses, and/or PG thesis
waived off.
</p><br>
<p class="h5" style="color:blue;">Syllabus</p>
<hr>
<p>
Same as for M.Sc. for first two years and after upgradation no compulsory course work is required.
</p>
<a href="https://iitmandi.ac.in/academics/files/DualDegree-PG+PhD.pdf" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</section>
<?php
include 'footer.php';
?>