| Current Path : /var/www/html/sonali/ |
| Current File : //var/www/html/sonali/about.html |
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/css/main.css" />
<link rel="stylesheet" href="static/css/custom.css" />
<link rel="icon" type="\image/ico" href="favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:600" rel="stylesheet">
</head>
<body class="w3-light-grey">
<!-Navigation bar ->
<header class="w3-large w3-top w3-blue">
<div class="w3-content w3-bar" style="max-width:1140px;">
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-hover-blue w3-hide-large w3-hide-medium" onclick="toggleMenu()">☰</a>
<a class="w3-bar-item " href="index.html">Home</a>
<div class="w3-hide-small">
<a class="w3-bar-item" href="publications.html">Publications</a>
<a class="w3-bar-item" href="projects.html">Projects</a>
<a class="w3-bar-item" href="work.html">Work Experience</a>
<div class="w3-dropdown-hover">
<button class="w3-button w3-hover-blue">More <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-blue w3-card-4">
<a class="w3-bar-item w3-hover-black" href="courses.html">Courses</a>
<a class="w3-bar-item w3-hover-black" href="tutorials.html">Tutorials</a>
<a class="w3-bar-item w3-hover-black" href="students.html">Students</a>
<a class="w3-bar-item w3-hover-black" href="education.html">Education</a>
<a class="w3-bar-item w3-hover-black" href="about.html">Brief CV</a>
</div>
</div>
</div>
</div>
<div id="menuSmall" class="w3-animate-left w3-bar-block w3-hide w3-hide-large w3-hide-medium">
<a class="w3-bar-item" href="publications.html">Publications</a>
<a class="w3-bar-item" href="projects.html">Projects</a>
<a class="w3-bar-item" href="work.html">Work Experience</a>
<div class="w3-dropdown-hover">
<button class="w3-button w3-hover-blue">More <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-blue w3-card-4">
<a class="w3-bar-item w3-hover-black" href="courses.html">Courses</a>
<a class="w3-bar-item w3-hover-black" href="students.html">Students</a>
<a class="w3-bar-item w3-hover-black" href="education.html">Education</a>
<a class="w3-bar-item w3-hover-black" href="about.html">Brief CV</a>
</div>
</div>
</div>
</header>
<!--Main body-->
<div class="w3-content w3-padding-16 w3-padding" style="max-width:1140px; margin-top:45px">
<!-- Page Content -->
<div class="w3-col s12 m4 l3 w3-center w3-padding">
<div>
<img class="w3-circle" src="static/images/sonali.jpg" alt="Avatar">
</div>
</div>
<div class="w3-col s12 m8 l9 w3-padding w3-center">
<h3><b>Dr. Sonali Agarwal</b></h3>
<h4>Associate Professor, Indian Institute of Information Technology, Allahabad, India</h4>
</div>
<div class="w3-row w3-margin-top w3-padding-16 w3-large w3-justify">
<h3 class="p-border">Brief Profile, News & Recent Achievements</h3>
<p>I am presently working as an Associate Professor in the Information Technology Department of the Indian Institute
of Information Technology (IIIT), Allahabad, India. I received my Ph. D. Degree at IIIT Allahabad and joined as
faculty at IIIT Allahabad, where I am teaching since October 2009. My main research interests are in the areas
of Stream Analytics, Big Data, Stream Data Mining, Complex Event Processing System, Support Vector Machines and
Software Engineering. </p>
</div>
</div>
<footer class="w3-content w3-padding w3-light-grey" style="max-width:1140px;">
<span class="w3-opacity w3-large p-border">CONTACT</span><br>
Dr. Sonali Agarwal <br>
Associate Professor<br>
Room No.: 5203, CC3 Building <br>
Indian Institute of Information Technology - Allahabad
Devghat, Jhalwa,
Prayagraj(Allahabad) 211015, (UP) INDIA
<br>
Tel : 0532-2922424<br>
Email : sonali@iiita.ac.in<br>
Alt Email : raiagarwalsonali@gmail.com<br>
Website : www.sonaliagarwal.com<br>
Google Scholar: <a href="https://scholar.google.co.in/citations?user=hPvt6d8AAAAJ">https://scholar.google.co.in/citations?user=hPvt6d8AAAAJ</a>
</footer>
<script>
function toggleMenu() {
var x = document.getElementById("menuSmall");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>