Your IP : 216.73.216.40


Current Path : /var/www/html/kpsingh/website/templates/
Upload File :
Current File : /var/www/html/kpsingh/website/templates/home.html

{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Dr. KP Singh-IIITA{% endblock %}
{% block head%}
	<link rel="stylesheet" type="text/css" href=" {% static 'css/home.css'%}">
{% endblock %}
{% block content %}
	<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>
	{% for bio in bios %}
	<a href = "{{bio.cv.url}}" id = "cv">CV</a>
	{% endfor %}
	</div>
	<div id = "propic"></div>
	<marquee behaviour = "scroll" direction = "right" id = "info"> *New* {% for inf in info%}{{inf.info}}{% endfor %}</marquee>
	<div class = "bottom">
		2018 | <a href = "http://www.iiita.ac.in" id = "x">IIITA</a>
	</div>
{% endblock %}