Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.226.34.148
Current Path : /kop/ |
| Current File : //kop/research_guide.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row_1">
<div class="column_1">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; width:210px;">
<h6 style="color: Black;">Research Details</h6>
<hr>
<a href="research.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Research </a><br>
<br>
<a href="research_guide.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Research Guides</a><br>
<br>
<a href="research_projects.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Projects</a>
</div>
</div>
<div class="column_1">
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9" style="max-width: 100%; width:1000px;">
<h3 class="display-" style=" color: black;">Research Guides</h3>
<hr>
<table class="table table-bordered" style="background: #fbfbfb;color: #212529;">
<thead style="text-align:center;color: white;background: #95503d;">
</tr>
<tr>
<th scope="col">M.Phil</th>
<th scope="col">Ph.D</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: justify;">Dr. C.R. Girija</td>
<td>Dr. Anisa Athhar</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. Satish L.A</td>
<td>Dr. Girija C R</td>
</tr>
<tr>
<td style="text-align: justify;">Asha N.</td>
<td>Dr. Sathish L A</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. Sumithra R.</td>
<td>Dr. Siddabasappa</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. Ravi Kolarkar</td>
<td>Dr. Vishwas M</td>
</tr>
<tr>
<td style="text-align: justify;">Dr.Anisa Attar</td>
<td>Dr. Sumitra R</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. Ushamalini</td>
<td>Dr. Ramakrishna K Reddy</td>
</tr>
<tr>
<td style="text-align: justify;">Prakash D.</td>
<td>Dr. Ushamalini</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. K Ramakrishna Reddy</td>
</tr>
<tr>
<td style="text-align: justify;">Dr. Jyothi G.</td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
</div>
</body>
<br>
<br>
<?php
include("footer.php")
?>
</html>
|