|
Server IP : 82.197.83.136 / Your IP : 216.73.216.197 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/../domains/acmajmer.in/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php' ?>
<!-- Breadcrumb -->
<?php
$breadcrumb_title = "Profile of Research Guides";
$breadcrumb_path = "Research Center > Profile of Research Guides";
include 'includes/breadcrumb.php';
?>
<div class="container-fluid py-5 mb-5 px-5">
<!-- Profile Section -->
<div class="row g-4 profile-section">
<!-- Profile Card -->
<div class="col-12">
<div class="profile-card d-flex flex-md-row flex-column align-items-center">
<img src="assets/life/porg/2.jpeg" alt="Dr. Inderpreet Chhabra, Research Guide" class="profile-img me-md-4 mb-3 mb-md-0" onclick="openModal(this)">
<div class="profile-content">
<h5 class="profile-name color-blue">Dr. Inderpreet Chhabra, Research Guide</h5>
<p class="profile-text">
Dr. Inderpreet Chhabra, Ph.D. (HR), MBA (CM), M.Com (EAFM), B.Sc., is associated with Aryabhatta College of Management, Ajmer as a Professor and Principal. Dr. Chhabra has an extensive experience of 16 years in academics and research. Dr. Chhabra has served various institutions like MB Khalsa College, Indore as regular and PIMR, Indore as visiting faculty. <br>
A capable organiser, Dr. Chhabra has organised various Seminars and Workshops during this span. Dr. Chhabra has guided almost 70 major Research Projects of management students. <br>
Dr. Chhabra's publications include many research papers in reputed National and International Journals and has also attended a number of International, National Conferences, Seminars, Workshop and FDPs. Dr. Chhabra has represented as a member of organizing committee for various events. <br>
Her areas of interest include Information Technology, Human Resource Management, SHRM, MIS, Organizational Behaviour, Business Communication, Business Management, Banking and other allied subjects. <br>
Dr. Chhabra is a BTU approved research guide with an approved intake of 2 Ph.D scholars, out of which 1 seat is available.
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="profile-card d-flex flex-md-row flex-column align-items-center">
<img src="assets/life/porg/1.jpeg" alt="Dr. Leena Khemchandani, Research Guide" class="profile-img me-md-4 mb-3 mb-md-0" onclick="openModal(this)">
<div class="profile-content">
<h5 class="profile-name color-blue">Dr. Leena Khemchandani, Research Guide</h5>
<p class="profile-text">
Dr. Leena Khemchandani, Ph.D. MBA, M.Com, MA (Economics), B.Sc., is currently serving as an Associate Professor with Aryabhatta College of Management, Ajmer. Dr. Khemchandani has 10 years of academic experience, and has served various institutions like MDS University Ajmer, MLS University, Udaipur and Global College, Ajmer as visiting faculty. <br>
Dr. Khemchandani has published many research papers in national and international journals, and has presented many research papers in national and international conferences and seminars. Dr. Khemchandani has to her credit the award of Best Research Paper, not once but twice. <br>
She has organized one UGC-approved National Seminar as the Chief Coordinator. Her areas of interest include Accounting, Derivatives, Securities and Investment Management, International Financial Management, Economics, etc. <br>
Dr. Khemchandani is a BTU approved research guide with an approved intake of 2 Ph.D scholars.
</p>
</div>
</div>
</div>
</div>
</div>
<style>
.profile-card {
border-radius: 16px;
padding: 20px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
background-color: #fff;
transition: all 0.3s ease;
}
.profile-card:hover {
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
transform: scale(1.01);
}
.profile-img {
width: 250px;
height: 250px;
object-fit: cover;
border-radius: 50%;
border: 4px solid #f1f1f1;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
flex-shrink: 0;
}
.profile-name {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.profile-text {
font-size: 16px;
line-height: 1.6;
}
</style>
<!-- Footer -->
<?php include 'includes/footer.php' ?>