New×
Qualification: B.E., M.Tech., Ph.D.
Joined: 2018-07-04
Specialization: Internet of Things
Experience: 22 Years
Association: Regular
Email: [email protected]
Dr.A. Jameer Basha has over 22 years of teaching experience.
He is currently working as Professor in the Department of Computer
Science and Engineering at Hindusthan Institute of Technology,
Coimbatore.
He completed his master’s degree in Information Technology and
his research interests are in Internet of Things.
document.addEventListener("DOMContentLoaded",function(){
const modal=document.getElementById("facultyPopup");
const btn=document.querySelector(".faculty-btn");
const close=document.querySelector(".faculty-close");
btn.onclick=function(){
modal.style.display="block";
}
close.onclick=function(){
modal.style.display="none";
}
window.onclick=function(e){
if(e.target==modal){
modal.style.display="none";
}
}
});
