| Current Path : /var/www/html/kpsingh/kpsingh/ |
| Current File : /var/www/html/kpsingh/kpsingh/home.php |
<?php
$title = "Dr. KP Singh-IIITA";
$content = '<link rel="stylesheet" type="text/css" href="css/home.css">
<div id = "box">
Assistant Professor</br>
Department of Information Technology</br>
Indian Institute Of Information Technology Allahabad</br>
Email: kpsingh@iiita.ac.in</br>
Contact No. -: +91-9918999926(M), +91-532 2922226(O)</br></br>
<b>Research Interests:</b></br>
Machine learning, Transfer Learning, Support Vector Machine, Genetic Algorithms, Application in Wireless Networks.
</div>
<div id = "bio"><b>Bio:</b> <p>Ph.D and Masters from IIT Roorkee in year 2009 and 2004 respectively. Currently Working in Machine Learning domain.</p>
<!--<a href = "{{bio.cv.url}}" id = "cv">CV</a>-->
</div>
<div id = "propic"></div>
<!--</marquee>-->
<div class = "bottom">
2018 | <a href = "http://www.iiita.ac.in" id = "x">IIITA</a>
</div>
<a href = "login.php" id = "login">Login</a>';
include 'template.php';
?>
<marquee behaviour = "scroll" direction = "right" id = "info">
<?php
include 'db.php';
$sql = "SELECT `newscontent` FROM `news`";
$result = mysqli_query($dbconn, $sql);
$obj = mysqli_fetch_object($result);
echo $obj->newscontent;
?>
</marquee>