s11
parent
d67b760322
commit
4040f0dfef
|
@ -0,0 +1,429 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Amit Kumar Das</h3>
|
||||
<p class="" style="font-weight: 500;">SACT in Defence Studies</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, Phd</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:N/A" class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: National Security</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Geopolitics , Geo strategy, International Relation</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA</td>
|
||||
<td>2013</td>
|
||||
<td>History, Defence, Education</td>
|
||||
<td>Kalyani University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2015</td>
|
||||
<td>Defence Studies</td>
|
||||
<td>CSJMU University, Kanpur</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA (Appearing)</td>
|
||||
<td>2021</td>
|
||||
<td>Education</td>
|
||||
<td>Netaji Subash Open University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Diploma in Computer</td>
|
||||
<td>2011</td>
|
||||
<td>-</td>
|
||||
<td>Indira Gandhi National Computer Centre</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PhD (Pursuing)</td>
|
||||
<td>2021</td>
|
||||
<td>Defence Studies</td>
|
||||
<td>Mahatma Jyotiba Phule Rohilkhand University, Bareilly, UP</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Guest Faculty</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>2018</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>SACT</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>2020</td>
|
||||
<td>Till date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>Birsa Munda : An unsung Tribal Valiant Warrior</td>
|
||||
<td>Valiant Indian Warrior (Book Chapter)</td>
|
||||
<td>1</td>
|
||||
<td></td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>India’s Strategic Partnership with Myanmar</td>
|
||||
<td>Vasudhaiva Kutumbakam: India’s Neighbourhood Foreign Policy (Book Chapter)</td>
|
||||
<td>1</td>
|
||||
<td></td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>Baishik sankate Bharater Vhumika</td>
|
||||
<td>G20 : A Way Forward</td>
|
||||
<td>1</td>
|
||||
<td></td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>Buddha and Vivekananda (Translated Book)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Amit Kumar Das (Presented)</td>
|
||||
<td>Recent Escalation in North east : Manipur Ambush</td>
|
||||
<td>Emerging Trends in Research and Developments</td>
|
||||
<td>RIMT University, Punjab</td>
|
||||
<td>International</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Amit Kumar Das (Presented)</td>
|
||||
<td>শিলিগুড়ি করিডোর দেশের আভ্যন্তরীন নিরাপত্তায় এক গভীর চ্যালেঞ্জ।</td>
|
||||
<td>Populism, Democracy, Development: Recent Trends</td>
|
||||
<td>Dept. of Political Science, Sree Chaitanya College</td>
|
||||
<td>National</td>
|
||||
<td>2025</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>Indian Military Power : World View</td>
|
||||
<td></td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>State</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>India’s Internal Security Challenge : Covid Crisis and role of external Actors</td>
|
||||
<td></td>
|
||||
<td>Asanagar MMT College, Kalyani University</td>
|
||||
<td>National</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>Amit Kumar Das</td>
|
||||
<td>India’s strategic Planning : Opportunity and Challenges</td>
|
||||
<td></td>
|
||||
<td>RDK College, Kalyani University</td>
|
||||
<td>National</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>NEP</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>DFSCOR101T</td>
|
||||
<td>DFSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>CBCS</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,299 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Smt. Arpita Chakraborty</h3>
|
||||
<p class="" style="font-weight: 500;">SACT, Dept. of Political Science</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, B.Ed, M.Ed</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:arpita.polsc.chakraborty@gmail.com" class="fw-bold">arpita.polsc.chakraborty@gmail.com</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Public Administration </h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest:</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA</td>
|
||||
<td>2011</td>
|
||||
<td>Political Science</td>
|
||||
<td>Rabindra Bharati University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2013</td>
|
||||
<td>Political Science</td>
|
||||
<td>Rabindra Bharati University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B.ED.</td>
|
||||
<td>2015</td>
|
||||
<td></td>
|
||||
<td>Rabindra Bharati University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.ED.</td>
|
||||
<td>2019</td>
|
||||
<td></td>
|
||||
<td>University of Kalyani</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SACT</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>07/08/2018</td>
|
||||
<td>Till date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Arpita Chakraborty</td>
|
||||
<td>Protection to Whistle Blowers: A New Horizon in Indian Democracy</td>
|
||||
<td>Democracy in Indian Politics: Negotiating Azadi @75</td>
|
||||
<td>Vol-I</td>
|
||||
<td>156-167</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Arpita Chakraborty</td>
|
||||
<td>Bharotiya Gonotontrer Songkote Gandhijir Bikolpo Dharona</td>
|
||||
<td>Democracy in Indian Politics: Negotiating Azadi @75</td>
|
||||
<td>Gobardanga Hindu College with collaboration of IQAC</td>
|
||||
<td>National</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Sem-1</td>
|
||||
<td>Sovereignty, Rights, Law, Liberty, Equality</td>
|
||||
<td>PLSMIN101T / PLSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Sem-3</td>
|
||||
<td>Legislature in UK, USA, PRC <br> Judiciary in UK, USA, PRC</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Sem-5</td>
|
||||
<td>Reading Gandhi - Satyagraha</td>
|
||||
<td>PLSADSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Sem-5</td>
|
||||
<td>Gandhi on Modern Civilization and Modern Industrialization based on Large and Heavy Industries and Alternative Modernity; Critique of Development</td>
|
||||
<td>PLSGDSE01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,518 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Dr. Artatrana Gochhayat</h3>
|
||||
<p class="" style="font-weight: 500;">Associate Professor</p>
|
||||
<p style="margin-top: -10px;">P.G, M.Phil, Ph.D</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:agpolsc@scc.ac.in" class="fw-bold">agpolsc@scc.ac.in</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Modern Political Theory and Research Methodology </h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Multiculturalism, Postmodernism, Postcolonialism</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>UG</td>
|
||||
<td>1996</td>
|
||||
<td>Political Science</td>
|
||||
<td>Utkal University, Odisha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PG</td>
|
||||
<td>1998</td>
|
||||
<td>Political Science</td>
|
||||
<td>Utkal University, Odisha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.Phil.</td>
|
||||
<td>2000</td>
|
||||
<td>Political Science</td>
|
||||
<td>Utkal University, Odisha</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PhD</td>
|
||||
<td>2023</td>
|
||||
<td>Political Science</td>
|
||||
<td>University of Calcutta</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Lecturer (Assistant Professor, Stage-I)</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>21/04/2003</td>
|
||||
<td>20/04/2008</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Assistant Professor, Stage-II</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>21/04/2008</td>
|
||||
<td>20/04/2013</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Assistant Professor, Stage-II</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>21/04/2013</td>
|
||||
<td>20/04/2016</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Associate Professor</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>21/04/2016</td>
|
||||
<td>Till Date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>Politics of Sub-regionalism in Odisha: The Case of Sambalpur</td>
|
||||
<td>3.00</td>
|
||||
<td>13/03/2015</td>
|
||||
<td>12/03/2017</td>
|
||||
<td>PI</td>
|
||||
<td>UGC</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Revisiting Multiculturalism in Ambedkar’s Thought: A Theoretical Perspective</td>
|
||||
<td>Contemporary Voice of Dalit, Sage</td>
|
||||
<td>Published Online on May 1</td>
|
||||
<td>-</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Tribe-Caste Conflict and the Question of Christian Insecurity in Odisha: The Case of Kandhamal</td>
|
||||
<td>ASIO Journal of Humanities, Management and Social Sciences (ASIO-JHMSSI)</td>
|
||||
<td>2 (2)</td>
|
||||
<td>1-7</td>
|
||||
<td>2016</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Odisha as a Multicultural State: From Multiculturalism to Politics of Sub-Regionalism</td>
|
||||
<td>Afro Asian Journal of Social Sciences (AAJOSS)</td>
|
||||
<td>VII (II), Quarter II</td>
|
||||
<td>1-28</td>
|
||||
<td>2016</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Identity Politics in India: Recent Trends and Challenges</td>
|
||||
<td>Journal of Global Research in Education and Social Science (JOGRESS)</td>
|
||||
<td>3(2)</td>
|
||||
<td>70-84</td>
|
||||
<td>2015</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Regionalism and Sub-Regionalism: A Theoretical Framework with special reference to India</td>
|
||||
<td>African Journal of Political Science and International Relations (AJPSIR)</td>
|
||||
<td>8(1)</td>
|
||||
<td>10-26</td>
|
||||
<td>2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>From Multiculturalism to Sub-Regionalism: Sambalpur in the State Politics of Odisha</td>
|
||||
<td>South Asian Academic Research Journals (SAARJ)</td>
|
||||
<td>4(1)</td>
|
||||
<td>67-85</td>
|
||||
<td>2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Statehood Demands after Telangana: Politics of Agitation in the Koshal Region in Odisha</td>
|
||||
<td>Quest Journal, Journal of Research in Humanities and Social Science</td>
|
||||
<td>1(3)</td>
|
||||
<td>8-12</td>
|
||||
<td>2013</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Violation of Human Rights of Minorities in Odisha with special reference to Christians in Kandhmal District</td>
|
||||
<td>International Journal of Humanities and Social Science Invention (IJHSSI)</td>
|
||||
<td>2(3)</td>
|
||||
<td>35-41</td>
|
||||
<td>2013</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Orientation Programme</td>
|
||||
<td>UGC</td>
|
||||
<td>2006</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Refresher Course</td>
|
||||
<td>UGC</td>
|
||||
<td>2007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Refresher</td>
|
||||
<td>UGC</td>
|
||||
<td>2010</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Refresher</td>
|
||||
<td>UGC</td>
|
||||
<td>2012</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Refresher</td>
|
||||
<td>UGC</td>
|
||||
<td>2016</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>From ‘Slavery’ to ‘Emancipation’: Indian Constitution and the Question of Dalit Rights</td>
|
||||
<td>Constitutional Obligations: Values, Rights, Duties and Responsibilities of Citizens</td>
|
||||
<td>Department of Political Science, Ramnagar College, Depal, East Medinipur</td>
|
||||
<td>International Webinar</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Matua Movement and the Dalits: The West Bengal Experience</td>
|
||||
<td>Contemporary Caste, Gender and Minority Questions in West Bengal and Bangladesh: Some Explorations</td>
|
||||
<td>Dept of Sociology, St. Xavier’s College (Autonomous) in collaboration with Victoria University of Wellington, New Zealand, Nagarik Udyog, Dhaka, Ambedkar University, Delhi and Observer Research Foundation, Kolkata</td>
|
||||
<td>International</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Feminist Consciousness and Role of Women in the Nationalist Movement of Odisha</td>
|
||||
<td>Gender in Indian History: Its Relation with Different Trajectories of History of Indian Women from 1857 to 1947</td>
|
||||
<td>Dept of History, Vijaygarh Jyotish Ray College, Kolkata</td>
|
||||
<td>National</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Artatrana Gochhayat</td>
|
||||
<td>Plains vs Hills: Politics of Sub-regionalism in Odisha</td>
|
||||
<td></td>
|
||||
<td>Paschimbanga Anchalik Itihas O Loksanskriti Charcha Kendra in collaboration with Department of Library and Information Science, Jadavpur University</td>
|
||||
<td>International</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Sem-I-NEP</td>
|
||||
<td>DS-1: Political Theory: Concepts</td>
|
||||
<td>PLSDSC101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Sem-I-NEP</td>
|
||||
<td>M 1: Political Theory: Concepts</td>
|
||||
<td>PLSMIN101T / PLSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Sem-I-NEP</td>
|
||||
<td>SEC-SE-1: Democratic Awareness through Legal Literacy</td>
|
||||
<td>PLSHSE101M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Sem-II-NEP</td>
|
||||
<td>DS-2: Indian Constitution and Government</td>
|
||||
<td>PLSDSC202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Sem-II-NEP</td>
|
||||
<td>M 2: Indian Constitution and Government</td>
|
||||
<td>PLSMIN202T / PLSCOR202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Sem-III-NEP</td>
|
||||
<td>DS-3: Political Theory: Approaches</td>
|
||||
<td>PLSDSC303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Sem-III-NEP</td>
|
||||
<td>M 3: Comparative Government and Politics</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Sem-IV-CBCS</td>
|
||||
<td>CC-8: Political Processes and Institutions in Comparative Perspective</td>
|
||||
<td>PLSACOR08T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>Sem-IV-CBCS</td>
|
||||
<td>CC-10: Global Politics</td>
|
||||
<td>PLSACOR010T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>Sem-IV-CBCS</td>
|
||||
<td>PLSGDSC-4: Introduction to International Relations</td>
|
||||
<td>PLSGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>Sem-V-CBCS</td>
|
||||
<td>CC-11: Classical Political Philosophy</td>
|
||||
<td>PLSACOR11T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>Sem-V-CBCS</td>
|
||||
<td>CC-12: Indian Political Thought-I</td>
|
||||
<td>PLSACOR12T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>Sem-V-CBCS</td>
|
||||
<td>PLSADSE-1: Reading Gandhi</td>
|
||||
<td>PLSADSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>Sem-V-CBCS</td>
|
||||
<td>PLSGDSE-1: Reading Gandhi</td>
|
||||
<td>PLSGDSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>Sem-V-CBCS</td>
|
||||
<td>PLSGDSE-2: Women, Power and Politics</td>
|
||||
<td>PLSADSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>Sem-VI-CBCS</td>
|
||||
<td>CC-13: Modern Political Philosophy</td>
|
||||
<td>PLSACOR13T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>Sem-VI-CBCS</td>
|
||||
<td>CC-14: Indian Political Thought-II</td>
|
||||
<td>PLSACOR14T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>18</td>
|
||||
<td>Sem-VI-CBCS</td>
|
||||
<td>PLSADSE-6: Governance: Issues and Challenges</td>
|
||||
<td>PLSADSE06T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>19</td>
|
||||
<td>Sem-VI-CBCS</td>
|
||||
<td>PLSGDSE-4: Public Policy in India</td>
|
||||
<td>PLSGDSE04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20</td>
|
||||
<td>Sem-VI-CBCS</td>
|
||||
<td>PLSGEC-1: Governance: Issues and Challenges</td>
|
||||
<td>PLSGGEC01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,537 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">ASHA KUMARI MISTRY</h3>
|
||||
<p class="" style="font-weight: 500;">ASSISTANT PROFESSOR IN DEFENCE STUDIES</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, M.Phil</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:N/A" class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Area Studies, Strategic Studies, International Relations, Himalayan Studies</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Strategic and Area Studies, International Relations, Himalayan Studies</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>M.Phil</td>
|
||||
<td>2010</td>
|
||||
<td>Himalayan Studies</td>
|
||||
<td>University of North Bengal</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.A</td>
|
||||
<td>2007</td>
|
||||
<td>Strategic and Area Studies</td>
|
||||
<td>University of North Bengal</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B.A</td>
|
||||
<td>2005</td>
|
||||
<td>Political Science (Hons)</td>
|
||||
<td>University of North Bengal</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Assistant Professor in Department of Defence Studies</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>01.08.2014</td>
|
||||
<td>Till date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>M.A (First Class First), Medalist</td>
|
||||
<td>University of North Bengal</td>
|
||||
<td>2009</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>Qualified UGC NET-JRF in International and Area Studies</td>
|
||||
<td>UGC</td>
|
||||
<td>2009 (Dec)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.</td>
|
||||
<td>Qualified UGC NET-JRF in Defence and Strategic Studies</td>
|
||||
<td>UGC</td>
|
||||
<td>2009 (June)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4.</td>
|
||||
<td>Qualified UGC NET (LS) in Defence and Strategic Studies</td>
|
||||
<td>UGC</td>
|
||||
<td>2008 (Dec)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>India, China, Nathu La and their Trade Engagements</td>
|
||||
<td>The Himalayan Miscellany</td>
|
||||
<td>Vol.25, 2014</td>
|
||||
<td>84-101</td>
|
||||
<td>2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Sino-Indian Water Wars: Damming the Brahmaputra</td>
|
||||
<td>Book titled, ‘Indian’s Foreign Policy, Internal Security and Climate Change: Challenges and the way Forward’<br>Bharati Publications, New Delhi, 2021<br>ISBN:978-93-90818-68-6</td>
|
||||
<td></td>
|
||||
<td>83-98</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.</td>
|
||||
<td>Asha Kumari Mistry (Jointly)</td>
|
||||
<td>Algorithmic Whistleblowing Mechanism: Futuristic Surveillance Mechanism</td>
|
||||
<td>SIT Journal of Management</td>
|
||||
<td>Vol.12 No.2 December 2022</td>
|
||||
<td>49-57</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4.</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Indian Maritime Logistics: Issues and Security Concerns</td>
|
||||
<td>IOSR Journal of Humanities and Social Science (IOSR-JHSS)</td>
|
||||
<td>Vol.28, Issue 5, Series 3 (May, 2023)</td>
|
||||
<td>10-18</td>
|
||||
<td>May 2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5.</td>
|
||||
<td>Asha Kumari Mistry (Jointly)</td>
|
||||
<td>Blue Economy: A Sustainable Development Paradigm</td>
|
||||
<td>Book Titled ‘Sustainable Roadmap Development Strategies in India: Paving the way for a Better Future’,<br>Lincoln University College, Malaysia<br><a href="https://doi.org/10.31674/book.2023srdsi006" target="_blank">DOI Link</a></td>
|
||||
<td></td>
|
||||
<td>58-70</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6.</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>G-20 New Delhi Leaders’ Summit Declaration: A hard achieved consensus</td>
|
||||
<td>Book titled, “G20 A Way Forward”<br>Homok Prakashni Trust, Kolkata</td>
|
||||
<td></td>
|
||||
<td>19-29</td>
|
||||
<td>Jan 2024</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>UGC-sponsored Refresher Course on “Environmental Science & Disaster Management (ID)”</td>
|
||||
<td>UGC-HRDC, Ranchi University, Ranchi</td>
|
||||
<td>2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>UGC-sponsored Orientation Programme</td>
|
||||
<td>UGC-HRDC, University of Calcutta</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.</td>
|
||||
<td>UGC- Sponsored Online Refresher Course on “Disaster Management (ID)”</td>
|
||||
<td>UGC-MMTTC, Jammu University</td>
|
||||
<td>2025</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4.</td>
|
||||
<td>One Week Interdisciplinary National Workshop on “Ebb and Flow: Surveying the Emerging and Declining Trends in History and Allied Disciplines”</td>
|
||||
<td>Teachers Learning Centre, Central University of Punjab, under Pandit Madan Mohan Malaviya National Mission on Teachers & Teaching (PMMMNMTT), Ministry of HRD, Govt. of India.</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Asha Kumari Mistry (Presented)</td>
|
||||
<td>Rise of Populism in Assam</td>
|
||||
<td>Populism, Democracy, Development: Recent Trends</td>
|
||||
<td>Dept. of Political Science, Sree Chaitanya College, Habra</td>
|
||||
<td>National</td>
|
||||
<td>2025</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Asha Kumari Mistry (Presented)</td>
|
||||
<td>India-Bangladesh: Cross Border Management</td>
|
||||
<td>6th International Conference on Harmony in Innovation: Bridging Disciplines for Research, Innovation and Sustainable Future</td>
|
||||
<td>RIMT University, Punjab (Online)</td>
|
||||
<td>International</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Asha Kumari Mistry (Presented)</td>
|
||||
<td>Artificial Intelligence in Defence Sector: An Introduction</td>
|
||||
<td>Role of Education, Humanities and Social Sciences in achieving Sustainable Development Goals in India</td>
|
||||
<td>RIMT University, Punjab (Online)</td>
|
||||
<td>National</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Asha Kumari Mistry (Presented)</td>
|
||||
<td>Defence Indigenisation: The Changing Scenario of Indian Defence Sector</td>
|
||||
<td>Investments Ideas for Wealth Creation: Financial Education for Young Investors</td>
|
||||
<td>University of Gour Banga, Malda in collaboration with Central Depository Services Limited (CDSL)</td>
|
||||
<td>National</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Asha Kumari Mistry (Presented)</td>
|
||||
<td>South China Sea: How Troubled are the Waters?</td>
|
||||
<td>16th Annual Conference</td>
|
||||
<td>West Bengal Political Science Association and Kalyani University, Nadia</td>
|
||||
<td>State Level</td>
|
||||
<td>2015</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="7"><strong>PARTICIPATED/ ATTENDED: (Webinar/ E-Seminar/ Conference)</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Recent Violent Face-off with China on LAC: Solutions and Prospects</td>
|
||||
<td>E-Seminar</td>
|
||||
<td>Department of Defence & Strategic Studies, University of Allahabad</td>
|
||||
<td>International</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>National Security Imperatives vis-à-vis Corona Ramification</td>
|
||||
<td>Webinar</td>
|
||||
<td>Dept. of Defence & Strategic Studies and Research Centre, Guru Nanak College (Autonomous), Chennai</td>
|
||||
<td>National</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Administrative Affairs Thrusting upon Promotion of College Teachers/Librarians under CAS</td>
|
||||
<td>State-Level Webinar</td>
|
||||
<td>City College, Kolkata</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Gender Issues and Women’s Rights</td>
|
||||
<td>International Webinar</td>
|
||||
<td>Acharya Sulumar Sen Mahavidyalaya, Purba Bardhaman and Birpara College, Alipurduar</td>
|
||||
<td>International</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>India-China Relation: Galwan Puzzle and Beyond</td>
|
||||
<td>International E-Conference</td>
|
||||
<td>Dept. of Political Science and Dept. of Civics and Politics, University of Mumbai</td>
|
||||
<td>International</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Leave Rules and Health Schemes for College Teachers in West Bengal</td>
|
||||
<td>State Level Webinar</td>
|
||||
<td>Panihati Mahavidyalaya, Sodepur, Kolkata</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Relations with China: Challenges and Opportunities in the Pandemic Situation and Onwards</td>
|
||||
<td>National Webinar</td>
|
||||
<td>Dept. of Military Science and Dept. of Political Science, Swami Ramanand Teerth Mahavidyalaya, Ambajogai, Maharashtra</td>
|
||||
<td>National</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Asha Kumari Mistry</td>
|
||||
<td>Crisis of Security Challenges: A Global Concern</td>
|
||||
<td>International Webinar</td>
|
||||
<td>Dept. of Defence and Strategic Studies, Tuljaram Chaturchand College</td>
|
||||
<td>International</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>NEP</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>DFSCOR101T</td>
|
||||
<td>DFSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>CBCS</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>Taught Papers for Under-Graduate Students:</strong> Part (1+1+1) (Theory+Practical), CBCS and NEP</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,678 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Dr. Partha Biswas</h3>
|
||||
<p class="" style="font-weight: 500;">SACT in Defence Studies</p>
|
||||
<p style="margin-top: -10px;">B.A, M.B.A, PG, M.A, Ph.D</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:N/A" class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: National Security , International Relation</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Geo- strategy, Military Doctrine, Foreign Affairs and Multi-layer Diplomacy. </h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA</td>
|
||||
<td>2000</td>
|
||||
<td>Defence, Pol Science, English</td>
|
||||
<td>Calcutta University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MBA</td>
|
||||
<td>2008</td>
|
||||
<td>Human Resource Management</td>
|
||||
<td>National Institute of Business Management, Chennai</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PG Diploma (One Year)</td>
|
||||
<td>2014</td>
|
||||
<td>Human Rights</td>
|
||||
<td>Jadavpur University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2016</td>
|
||||
<td>Defence Studies</td>
|
||||
<td>CSMJ University, Kanpur</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PhD</td>
|
||||
<td>2021</td>
|
||||
<td>International Relations</td>
|
||||
<td>RIMT University, Punjab</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Post Doctorate</td>
|
||||
<td>2024</td>
|
||||
<td>National Security</td>
|
||||
<td>Jawaharlal University, Delhi</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01.</td>
|
||||
<td>Guest Faculty</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>2018</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02.</td>
|
||||
<td>State Aided College Teacher</td>
|
||||
<td>Same as above</td>
|
||||
<td>2020</td>
|
||||
<td>till date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>National Post Doctoral Fellowship</td>
|
||||
<td>Indian Council of Social Science Research</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Book/Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“Naam Namak Nishan: The Armed Force Doctrine and Human Rights”</td>
|
||||
<td>Self Authored Book</td>
|
||||
<td>1</td>
|
||||
<td>200</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Dr. Partha Biswas (Editor)</td>
|
||||
<td>G20: A way Forward</td>
|
||||
<td>Edited Book</td>
|
||||
<td>1</td>
|
||||
<td>180</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>Dr. Partha Biswas (Editor)</td>
|
||||
<td>Vasudaibha Kutumbakam: The Neighbourhood Foreign Policy of India</td>
|
||||
<td>Edited Book</td>
|
||||
<td>1</td>
|
||||
<td>225</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“Agniveer Narishakti: A Tour of Gender Neutral Duty”</td>
|
||||
<td>SHODH PRERAK</td>
|
||||
<td>12</td>
|
||||
<td></td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>05</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“India’s Defence Modernization: Role Of Israel”</td>
|
||||
<td>Interdisciplinary Journal of Contemporary Research</td>
|
||||
<td>7</td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>06</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“India’s Counterterrorism Policy: Insights Of Israel’s Role”</td>
|
||||
<td>Shodh Drishti</td>
|
||||
<td>11</td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>07</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“Dystopian Age Of Pandemic: The Challenge Of National Security Ramification”</td>
|
||||
<td>Sambodhi</td>
|
||||
<td>46</td>
|
||||
<td></td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>08</td>
|
||||
<td>Dr. Partha Biswas, Dr. Ruchika Singla</td>
|
||||
<td>“A Journey To Eternal Spirituality”</td>
|
||||
<td>Valiant Indian Warriors (Book Chapter)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>“United Monarchy Of Israel: King David”</td>
|
||||
<td>International Journal of Social Science & Management Studies</td>
|
||||
<td>6</td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Regional Implication Of Israel’s Emerging Defence Ties With South Asia</td>
|
||||
<td>South Asia Peace and Security Challenge (Book Chapter)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Indo-Israel Relation: Analytical Overview Of Defence Policy Framework</td>
|
||||
<td>International Journal of Research and Analytical Reviews</td>
|
||||
<td>7</td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Indo-Israel Strategic Tie: Sky’s Is The Limit</td>
|
||||
<td>The Online International Interdisciplinary Research Journal</td>
|
||||
<td>10</td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Contemporary World and Legitimacy of Women Conscription</td>
|
||||
<td>The Online International Interdisciplinary Research Journal</td>
|
||||
<td>10</td>
|
||||
<td></td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>“Pedagogical Challenges in Teaching Social Science” (Faculty Development Programme)</td>
|
||||
<td>Malaviya Mission Teacher Training Centre (MMTTC), TLC, Central University of Punjab</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Emerging Trend on Research Methodology (One Week International Workshop)</td>
|
||||
<td>Manonmaniam Sundaranar University, Tamilnadu</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>COVID-19 GLOBALVOICES (One Day National Workshop)</td>
|
||||
<td>Sharda University, Delhi</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>The Relevance of Dalit Literature in Contemporary Indian Literary Scene” (One Day National Workshop)</td>
|
||||
<td>S.M.A. Science and K.K.C. Commerce College, Chalisgaon</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>05</td>
|
||||
<td>“INDIA'S INTERNAL SECURITY CHALLENGES: COVID CRISIS AND ROLE OF EXTERNAL ACTOR”</td>
|
||||
<td>Ashanagar MMT College, University of Kalyani</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>06</td>
|
||||
<td>“Programme and Scheme for SC & ST”</td>
|
||||
<td>Hiralal Majumder Memorial College for Women, West Bengal State University</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>07</td>
|
||||
<td>“RUSSO-UKRAINE CONFLICT: CONCERNING ISSUES TO INDIA’S INTERNATIONAL RELATION”</td>
|
||||
<td>Ramnagar College, Vidyasagar University</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>08</td>
|
||||
<td>“INDIA’S STRATEGIC PLANNING: OPPORTUNITY AND CHALLENGES”</td>
|
||||
<td>Rani Dhanya Kumari College, University of Kalyani</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09</td>
|
||||
<td>“Scheduled Castes in Independent India - Present and Future”</td>
|
||||
<td>Social Studies Foundation and Maulana Abul Kalam Azad Institute of Asian Studies, Kolkata</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Revolution In Transnational Civil-Military Affairs And Future Statecraft: An Integrated Strategy</td>
|
||||
<td>Emerging Trends in Research and Developments</td>
|
||||
<td>RIMT University, Punjab</td>
|
||||
<td>National</td>
|
||||
<td>2017</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Indo – Israel Burgeoning Strategic Partnership</td>
|
||||
<td>Emerging Trends in Research and Developments</td>
|
||||
<td>RIMT University, Punjab</td>
|
||||
<td>National</td>
|
||||
<td>2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>India – Israel Partnership Rapprochement</td>
|
||||
<td>Emerging Trends in Research and Developments</td>
|
||||
<td>RIMT University, Punjab</td>
|
||||
<td>International</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Dystopian Diplomacy: Post-Millennial Crisis Of Jerusalem</td>
|
||||
<td>Inspirare India and Osmania University</td>
|
||||
<td>International</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>05</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>The Legitimacy of Ex-CJI Commission</td>
|
||||
<td>Reservation and Conversion</td>
|
||||
<td>Goutam Buddha University, Noida</td>
|
||||
<td>National</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>06</td>
|
||||
<td></td>
|
||||
<td>Indian Military Power: World View</td>
|
||||
<td></td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>State</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>07</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>INDIA'S INTERNAL SECURITY CHALLENGES: COVID CRISIS AND ROLE OF EXTERNAL ACTOR</td>
|
||||
<td></td>
|
||||
<td>Ashanagar MMT College, University of Kalyani</td>
|
||||
<td>National</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>08</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>RUSSO-UKRAINE CONFLICT: CONCERNING ISSUES TO INDIA’S INTERNATIONAL RELATION</td>
|
||||
<td></td>
|
||||
<td>Ramnagar College, Vidyasagar University</td>
|
||||
<td>National</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>INDIA’S STRATEGIC PLANNING: OPPORTUNITY AND CHALLENGES</td>
|
||||
<td></td>
|
||||
<td>Rani Dhanya Kumari College, University of Kalyani</td>
|
||||
<td>National</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Scheduled Castes in Independent India - Present and Future</td>
|
||||
<td>Social Studies Foundation</td>
|
||||
<td>Maulana Abul Kalam Azad Institute of Asian Studies</td>
|
||||
<td>National</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>Dr. Partha Biswas</td>
|
||||
<td>Resurgence of Democratic Populism in India: Unraveling the Global Perspectives</td>
|
||||
<td>Populism, Democracy, Development: Recent Trends</td>
|
||||
<td>Dept. of Political Science, Sree Chaitanya College, Habra</td>
|
||||
<td>National</td>
|
||||
<td>2025</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>NEP</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>DFSCOR101T</td>
|
||||
<td>DFSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>CBCS</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Court Member (Chancellor Nominee) Assam Central University, Silchar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>GB Member, Babu Jagjivan Ram National Foundation, Ministry of Social Justice and Empowerment (GOI)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Chairman, Homok Prakashany</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Member, Comprehensive Studies of National Security (National Think Tank)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Editor, Institute for Security and Development Studies (ISDS)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Technical Chair, Taekwondo Jadavpur University Sports Board</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>National Member of Editorial Board, Institute for Security and Development Studies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Editorial Member, Amarkosh Prakashany</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>Black Belt 3rd Dan, International Full Contact Karate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>Black Belt 4th Dan, Taekwondo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>Taekwondo International Medalist 2014 (Team India)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>Technical Official, All Indian Police</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>Class 1 National Referee</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>Technical Official, National Games 2014 (Kerala), Senior National 2015, CBSE National 2015</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>Coach - Bengal Team (2015 & 2017)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>Coach - Inter University National (2014 to till date)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>Founder & Technical Director - Fouji Taekwondo Academy</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,308 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Dr Sanchita Mistry</h3>
|
||||
<p class="" style="font-weight: 500;"></p>
|
||||
<p style="margin-top: -10px;">B.Sc, M.Sc, Ph.D</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:sanchitaanthro@scc.ac.in" class="fw-bold">sanchitaanthro@scc.ac.in</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Biological Anthropology and Human Genetics</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Human Genetics and Public Health</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>PhD</td>
|
||||
<td>2024</td>
|
||||
<td>Anthropology</td>
|
||||
<td>West Bengal State University, Barasat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M. Sc.</td>
|
||||
<td>2005</td>
|
||||
<td>Anthropology</td>
|
||||
<td>University of Calcutta</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B. Sc.</td>
|
||||
<td>2003</td>
|
||||
<td>Anthropology</td>
|
||||
<td>University of Calcutta</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Assistant Professor</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>07.04.2010</td>
|
||||
<td>Till date</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Research Assistant</td>
|
||||
<td>National Institute of Nutrition, ICMR</td>
|
||||
<td>2005</td>
|
||||
<td>2006</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>NET JRF</td>
|
||||
<td>University Grants Commission</td>
|
||||
<td>2008-2010</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Mistry, S., & Das, M.</td>
|
||||
<td>Association of premature hair greying with family history of premature greying of hair among the Bengalee Hindu young adults of Kolkata, India: A brief report.</td>
|
||||
<td>Frontier Anthropology</td>
|
||||
<td>11</td>
|
||||
<td>45–49</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Mistry, S., & Das, M.</td>
|
||||
<td>Association between premature scalp hair graying and substance abuse among the Bengalee Hindu young adults of Kolkata, India: A brief report.</td>
|
||||
<td>Genus Homo</td>
|
||||
<td>6</td>
|
||||
<td>13-22</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Mistry, S., Chatterjee, M., Ghosh, J. R., Chakrabarti, N. K., & Bandyopadhyay, A. R.</td>
|
||||
<td>Variations of scalp, pubic and axillary hair</td>
|
||||
<td>Anthropologischer Anzeiger</td>
|
||||
<td>69(1)</td>
|
||||
<td>117–125</td>
|
||||
<td>2012</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Mistry, S., Ghosh, J., & Bandyopadhyay, A. R.</td>
|
||||
<td>Histomorphological and quantitative characteristics of black and gray human scalp hair</td>
|
||||
<td>Journal of Life Sciences</td>
|
||||
<td>2(1)</td>
|
||||
<td></td>
|
||||
<td>2010</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>91st Orientation Programme</td>
|
||||
<td>UGC Academic Staff College, University of Burdwan</td>
|
||||
<td>2013</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Understanding ICT for Professional Development in Education</td>
|
||||
<td>UGC- HRDC, Jadavpur University and Department of Information Technology, Jadavpur University</td>
|
||||
<td>2017</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Refreshers’ Course –‘Recent Advances in Anthropology’</td>
|
||||
<td>UGC- HRDC, Manipur University</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>UG:</strong> ANTACOR01T/P, ANTACOR04T/P, ANTACOR07T/P, ANTSSEC01M, ANTACOR09T/P, ANTACOR11T/P, ANTADSE02T/P, ANTACOR13T/P, ANTADSE04T/P</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>PG:</strong> ANTPCOR01T, ANTPCOR04P, ANTPCOR06T, ANTPCOR09P, ANTPCOR12T, ANTPCOR13T, ANTPDSE01T, ANTPDSE02P, ANTPCOR14T, ANTPDSE03T, ANTPDSE04T, ANTPDSE05P, ANTPCOR15P</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,319 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Jaydeb Sarkar</h3>
|
||||
<p class="" style="font-weight: 500;">SACT</p>
|
||||
<p style="margin-top: -10px;">B.A (H), M.A, M.Phil</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:sarkarjaydeb99@gmail.com" class="fw-bold">sarkarjaydeb99@gmail.com</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Sociology and Anthropological issue </h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: Women's Empowerment</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA (Honours)</td>
|
||||
<td>2006</td>
|
||||
<td>Political Science</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2009</td>
|
||||
<td>Political Science</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MPhil</td>
|
||||
<td>2011</td>
|
||||
<td>Women's Studies</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SACT-2</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>03.10.2013</td>
|
||||
<td>Till Date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Sem-1 (H)</td>
|
||||
<td>Democratic Awareness through Legal Literacy<br>
|
||||
- Alternate dispute redressal mechanism: Lok Adalat, Shalishi<br>
|
||||
- Offenses against women, juvenile justice, prevention of atrocities on SC/ST
|
||||
</td>
|
||||
<td>PLSHSE101M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Sem-1 (General)</td>
|
||||
<td>Political Theory Concept<br>
|
||||
Unit-1: Nation and State - Social Contract Theory<br>
|
||||
Unit-2: Right, Law, Liberty, Equality, Justice - Theory of Rawls
|
||||
</td>
|
||||
<td>PLSMIN101T / PLCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Sem-3</td>
|
||||
<td>Comparative Government and Politics<br>
|
||||
Unit-1: Evaluation and Scope of Comparative Politics<br>
|
||||
- Classification of Political System
|
||||
</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Sem-5 (H)</td>
|
||||
<td>Women's Power and Politics<br>
|
||||
Module-3: Family in Contemporary India<br>
|
||||
- Understanding Women's Work and Labour
|
||||
</td>
|
||||
<td>PLSADSEO2T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Sem-5 (General)</td>
|
||||
<td>Reading Gandhi<br>
|
||||
Module-2: Gandhian Thought: Theory and Action (Total Syllabus)<br>
|
||||
- Theory of Satyagraha<br>
|
||||
- Satyagraha in Action (Peasant Satyagraha - Kheda)<br>
|
||||
- Idea of Trusteeship<br>
|
||||
- Gandhi on All-Inclusive Development (Sarvodaya, Untouchability, and Dalit Emancipation)<br>
|
||||
Module-3: Gandhi on Women's Development and Women's Movement<br>
|
||||
- Gandhi on Peace and Preservation of Nature
|
||||
</td>
|
||||
<td>PLSGDSE01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,374 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Lakpha Sherpa</h3>
|
||||
<p class="" style="font-weight: 500;">Assistant Professor</p>
|
||||
<p style="margin-top: -10px;">SET, NET, PG</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:lakpha.polsc@sreechaitanyacollege.ac.in" class="fw-bold">lakpha.polsc@sreechaitanyacollege.ac.in</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Political Thought and Theory</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: State and Politics, Multiculturalism, Identity and Caste Politics.</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Under Graduate</td>
|
||||
<td>2014</td>
|
||||
<td>Political Science</td>
|
||||
<td>North Bengal University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Post Graduate</td>
|
||||
<td>2016</td>
|
||||
<td>Political Science</td>
|
||||
<td>North Bengal University</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>NET</td>
|
||||
<td>2018</td>
|
||||
<td>Political Science</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SET</td>
|
||||
<td>2018</td>
|
||||
<td>Political Science</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Assistant Professor</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>September, 2019</td>
|
||||
<td>Present</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>Lakpha Sherpa</td>
|
||||
<td>Gig Economy, Changing Nature of Workforce in India and Government Regulation</td>
|
||||
<td>International Journal of Humanities & Social Science Studies</td>
|
||||
<td>IX</td>
|
||||
<td>74-85</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>Lakpha Sherpa</td>
|
||||
<td>Unveiling the role of CAG in Safeguarding Good Governance: A Critical Analysis</td>
|
||||
<td>International Journal of Humanities & Social Science Invention</td>
|
||||
<td>XIII</td>
|
||||
<td>44-48</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>Refresher Course</td>
|
||||
<td>University of Hyderabad</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>Faculty Induction Programme</td>
|
||||
<td>University of Burdwan</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>Lakpha Sherpa</td>
|
||||
<td>Role of CAG in ensuring Good Governance</td>
|
||||
<td>Democracy in Indian Politics: Negotiating “Azadi @75”</td>
|
||||
<td>Gobardanga Hindu College</td>
|
||||
<td>National</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SEM-I (HONOURS)</td>
|
||||
<td>Political Theory: Concepts<br>
|
||||
- Power and Authority – Types and Linkages<br>
|
||||
- Justice - Theory of Rawls
|
||||
</td>
|
||||
<td>PLSDSC101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SEM-I (GENERAL)</td>
|
||||
<td>Political Theory: Concepts<br>
|
||||
- Nation and State – Social Contract Theory<br>
|
||||
- Justice - Theory of Rawls
|
||||
</td>
|
||||
<td>PLSMIN101T / PLSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SEM-I (SEC)</td>
|
||||
<td>Outline of the Legal System in India<br>
|
||||
- System of courts/tribunals and their jurisdiction in India<br>
|
||||
- Criminal and civil courts, writ jurisdiction, specialized courts such as juvenile courts, mahila courts, and tribunals<br>
|
||||
- Bharatiya Nyaya Sanhita, 2023: Brief note and distinguishing features<br>
|
||||
- Role of the police and executive in criminal law administration<br>
|
||||
- Laws relating to criminal jurisdiction, FIR, arrest, bail, search, and seizure<br>
|
||||
- Understanding of BNSS 2023 and important offenses under IPC
|
||||
</td>
|
||||
<td>PLSHSE101M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SEM-III (HONOURS)</td>
|
||||
<td>Political Theory: Approaches<br>
|
||||
- Liberalism, Neo-Liberalism<br>
|
||||
- Marxian Approach - Dialectical Materialism and Historical Materialism
|
||||
</td>
|
||||
<td>PLSDSC303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>SEM-III (GENERAL)</td>
|
||||
<td>Comparative Government and Politics<br>
|
||||
- Legislature in UK, USA, and PRC – Composition and Functions of legislative chambers<br>
|
||||
- Committee system in UK and USA<br>
|
||||
- Judiciary in UK, USA, and PRC (focus on the Procuratorate)
|
||||
</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>SEM-III (SEC)</td>
|
||||
<td>Outline of the Legal System in India<br>
|
||||
- System of courts/tribunals and their jurisdiction in India<br>
|
||||
- Bharatiya Nyaya Sanhita, 2023: Brief note and distinguishing features<br>
|
||||
- Role of the police and executive in criminal law administration<br>
|
||||
- Laws relating to criminal jurisdiction, FIR, arrest, bail, search, and seizure<br>
|
||||
- Understanding of BNSS 2023 and important offenses under IPC
|
||||
</td>
|
||||
<td>PLSHSE303M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>SEM-V (HONOURS)</td>
|
||||
<td>Classical Political Philosophy<br>
|
||||
- Hobbes: Human nature, State of Nature, Social Contract, Leviathan<br>
|
||||
- Locke: Laws of Nature, Natural Rights, Property, Right to dissent<br>
|
||||
Indian Political Thought – I<br>
|
||||
- Ved Vyasa (Shantiparva): Rajadharma
|
||||
</td>
|
||||
<td>PLSACOR11T / PLSACOR12T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>SEM-V (HONOURS - Electives)</td>
|
||||
<td>Reading Gandhi<br>
|
||||
- Gandhi on Modern Civilization and Industrialisation<br>
|
||||
- Critique of development<br>
|
||||
Women, Power, and Politics<br>
|
||||
- Approaches to understanding Patriarchy<br>
|
||||
- Understanding Patriarchy and Feminism
|
||||
</td>
|
||||
<td>PLSADSE01T / PLSADSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>SEM-V (SEC)</td>
|
||||
<td>Democratic Awareness with Legal Literacy<br>
|
||||
- Outline of the Legal System in India<br>
|
||||
- Brief understanding of the laws applicable in India<br>
|
||||
- Access to courts and enforcement of rights<br>
|
||||
- Critical understanding of the functioning of the legal system
|
||||
</td>
|
||||
<td>PLSSSEC01M</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,293 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Mallika Khatun</h3>
|
||||
<p class="" style="font-weight: 500;">SACT II</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A,B.Ed</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:khatunmallika854@gmail.com" class="fw-bold">khatunmallika854@gmail.com</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">8334879385</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Public Administration</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: </h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA</td>
|
||||
<td>2010</td>
|
||||
<td>Political Science</td>
|
||||
<td>University of Calcutta</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2012</td>
|
||||
<td>Political Science</td>
|
||||
<td>WBSU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B.ED</td>
|
||||
<td>2014</td>
|
||||
<td></td>
|
||||
<td>WBSU</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SACT II</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>5/8/2018</td>
|
||||
<td>Till now</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Associate NCC Officer</td>
|
||||
<td>Sree Chaitanya College, Habra, 6 Bengal Battalion, Bongaon</td>
|
||||
<td>12/8/2023</td>
|
||||
<td>Till now</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>ANO</td>
|
||||
<td>Ministry of Defence</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SEM-I</td>
|
||||
<td>Sovereignty, Rights, Law, Liberty, Equality</td>
|
||||
<td>PLSMIN101T / PLSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SEM-III (Minor / Core - M3)</td>
|
||||
<td>
|
||||
Legislature in UK, USA, PRC<br>
|
||||
Judiciary in UK, USA, and PRC
|
||||
</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SEM-V</td>
|
||||
<td>Reading Gandhi - Satyagraha</td>
|
||||
<td>PLSADSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SEM-V</td>
|
||||
<td>
|
||||
Gandhi on Modern Civilization and Modern Industrialisation based on Large and Heavy Industries and Alternative Modernity; Critique of Development
|
||||
</td>
|
||||
<td>PLSGDSE01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,521 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">MRS. MOHUA CHATTERJEE CHOUDHURY</h3>
|
||||
<p class="" style="font-weight: 500;"></p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, B.Ed, P.Hd</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:mohua.bubul@gmail.com" class="fw-bold">mohua.bubul@gmail.com</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">9830119514</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: MODERN INDIA</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: NONE</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>B.A. HONS</td>
|
||||
<td>1985</td>
|
||||
<td>HISTORY</td>
|
||||
<td>VISVA BHARATI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.A</td>
|
||||
<td>1987</td>
|
||||
<td>HISTORY</td>
|
||||
<td>VISVA BHARATI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B.LIB.SC</td>
|
||||
<td>1989</td>
|
||||
<td>LIBRARY SC</td>
|
||||
<td>RABINDRA BHARATI</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>LECTURER IN HISTORY</td>
|
||||
<td>SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>23.08.1993</td>
|
||||
<td>23.08.1999</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SELECTION GRADE LECTURER</td>
|
||||
<td>SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>23.08.1999</td>
|
||||
<td>23.08.2004</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>ASSOCIATE PROFESSOR</td>
|
||||
<td>SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>23.08.2004</td>
|
||||
<td>PRESENT</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>REFRESHER COURSE- HISTORY</td>
|
||||
<td>UGC</td>
|
||||
<td>2001</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>ORIENTATION PROGRAM- HISTORY</td>
|
||||
<td>UGC</td>
|
||||
<td>2001</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>REFRESHER COURSE- HISTORY</td>
|
||||
<td>UGC</td>
|
||||
<td>2002</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>REFRESHER COURSE- HISTORY</td>
|
||||
<td>UGC</td>
|
||||
<td>2004</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Prof. Aurobindo Samanta</td>
|
||||
<td>Social Impact of Epidemic: Youth for Sustainable Development</td>
|
||||
<td>National</td>
|
||||
<td>NSS, IQAC</td>
|
||||
<td>National</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Prof. Aurobindo Samanta</td>
|
||||
<td>Mushroom Farming</td>
|
||||
<td>National</td>
|
||||
<td>NSS, IQAC</td>
|
||||
<td>National</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Nirmal Kumari Mahalanobis</td>
|
||||
<td>‘Kobi and Rani’: Memoirs and Correspondences of Rabindranath Tagore, Translated and Edited by Somdatta Mandal</td>
|
||||
<td>State</td>
|
||||
<td>Banipur Mahila Mahavidyalaya, IQAC</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Dr. Nirmal Bandyopadhya</td>
|
||||
<td>Stress Management in This COVID-19 Situation</td>
|
||||
<td>State</td>
|
||||
<td>Department of Philosophy, IQAC</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Dr. Nirmal Bandyopadhya</td>
|
||||
<td>Post Pandemic Teaching-Learning Method: A Paradigm Shift</td>
|
||||
<td>State</td>
|
||||
<td>Bhairab Ganguly College, Sree Chaitanya College, IQAC</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Dr. Nirmal Bandyopadhya</td>
|
||||
<td>Voices from the Margins</td>
|
||||
<td>State</td>
|
||||
<td>Sree Chaitanya College Film Club, IQAC</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Dr. Nirmal Bandyopadhya</td>
|
||||
<td>Society and Environment: An Introspective Approach Towards the Epidemic Crisis</td>
|
||||
<td>State</td>
|
||||
<td>Department of History, The Indian Experiences, IQAC</td>
|
||||
<td>State</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Paper Code</th>
|
||||
<th>Course Type</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>History of India 1 (From Earliest times to C.300 B.C.E.)</td>
|
||||
<td>DS-I</td>
|
||||
<td>Major</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>1</td>
|
||||
<td>History of India 1 (From Earliest times to C.300 B.C.E.)</td>
|
||||
<td>MC-I</td>
|
||||
<td>Minor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>1</td>
|
||||
<td>Archives and Museums in India</td>
|
||||
<td>SE-I</td>
|
||||
<td>Major</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>2</td>
|
||||
<td>History of India 1 (From C.300 C.E. to 1206 C.E.)</td>
|
||||
<td>MC-II</td>
|
||||
<td>Minor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>2</td>
|
||||
<td>An Introduction to Archaeology</td>
|
||||
<td>SE-II</td>
|
||||
<td>Major</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>3</td>
|
||||
<td>History of India 1 (From 1206 C.E. to 1526 C.E.)</td>
|
||||
<td>HISACOR07T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>3</td>
|
||||
<td>History of India From 1206 C.E. to 1707 C.E.</td>
|
||||
<td>HISGCOR03T</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>3</td>
|
||||
<td>Archives and Museums in India</td>
|
||||
<td>HISSSEC01M</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>4</td>
|
||||
<td>History of India 1757 - 1857 C.E.</td>
|
||||
<td>HISACOR10T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>4</td>
|
||||
<td>History of India From 1707 C.E. - 1950 C.E.</td>
|
||||
<td>HISGCOR04T</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>4</td>
|
||||
<td>Understanding Indian Art</td>
|
||||
<td>HISSSEC02M</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>5</td>
|
||||
<td>History of Modern Europe -I (1789 C.E. – 1919 C.E.)</td>
|
||||
<td>HISACOR11T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>5</td>
|
||||
<td>Aspects of the History of Modern South East Asia II</td>
|
||||
<td>HISADSE02T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>5</td>
|
||||
<td>Society and Economy of Modern Europe: c.15th – 18th Century</td>
|
||||
<td>HISGDSE01T</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>5</td>
|
||||
<td>Understanding Indian Art</td>
|
||||
<td>HISSSEC03M</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>6</td>
|
||||
<td>History of India (India since 1947 C.E.)</td>
|
||||
<td>HISACOR13T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>6</td>
|
||||
<td>History of Modern East Asia -II (1919 C.E. – 1939 C.E.)</td>
|
||||
<td>HISADSE05T</td>
|
||||
<td>Honours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>18</td>
|
||||
<td>6</td>
|
||||
<td>Some Aspects of European History: c. 1780 – 1939 C.E.</td>
|
||||
<td>HISGDSE04T</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>19</td>
|
||||
<td>6</td>
|
||||
<td>Understanding Popular Culture</td>
|
||||
<td>HISSSEC04M</td>
|
||||
<td>General</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Extra Curricular Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>REGULAR PERFORMER IN CULTURAL FUNCTIONS OF THE COLLEGE HELD FOR VARIOUS OCCASIONS.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>CONDUCTED SINGING WORKSHOP FOR STUDENTS PARTICIPATING IN COLLEGE FUNCTIONS.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SUCCESSFULLY COMPLETED 2 YEAR (1986-1987) CERTIFICATE COURSE IN RABINDRA SANGEET, VISVA BHARATI - SANGIT BHAVAN.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SUCCESSFULLY COMPLETED 2 YEAR (1984-1985) CERTIFICATE COURSE IN HINDUSTANI CLASSICAL VOCAL MUSIC, VISVA BHARATI - SANGIT BHAVAN.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,390 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Nabanita Karanjai</h3>
|
||||
<p class="" style="font-weight: 500;">SACT-1</p>
|
||||
<p style="margin-top: -10px;">P.G</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:N/A" class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: ENGLISH LITERATURE</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: POSTMODERNISM, SCIENCE FICTION, POSTHUMANISM</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>PG</td>
|
||||
<td>2015</td>
|
||||
<td>ENGLISH</td>
|
||||
<td>JADAVPUR UNIVERSITY</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>GUEST LECTURER</td>
|
||||
<td>SREE CHAITANYA COLLEGE</td>
|
||||
<td>28.08.2018</td>
|
||||
<td>31.12.2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SACT-1</td>
|
||||
<td>SREE CHAITANYA COLLEGE</td>
|
||||
<td>01.01.2020</td>
|
||||
<td>TILL DATE</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Climate Change and Posthumanist Praxis in Amitav Ghosh’s The Great Derangement</td>
|
||||
<td>Research and Criticism</td>
|
||||
<td>10</td>
|
||||
<td>135-140</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>The Clinic, Human Nature and the Posthuman Body in Mahesh Dattani’s Tara</td>
|
||||
<td>DIOTIMA</td>
|
||||
<td>14</td>
|
||||
<td>47-55</td>
|
||||
<td>2023</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Motherhood and Technology in Harvest</td>
|
||||
<td>Indian Women in Independence: A Literary Survey</td>
|
||||
<td>BOOK CHAPTER</td>
|
||||
<td>52-55</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Medical Subalterns in Kazuo Ishiguro’s Never Let Me Go</td>
|
||||
<td>Dodging Dystopia: Literary Routes, Global Circuits</td>
|
||||
<td>BOOK CHAPTER</td>
|
||||
<td>61-70</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Hypertext in print: Reading Borges’ Short Stories</td>
|
||||
<td>CONSORTIUM</td>
|
||||
<td>1</td>
|
||||
<td>60-67</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>THE SELF AND THE ANIMAL OTHER IN J.M.COETZEE’S DISGRACE: A POSTHUMANIST TAKE</td>
|
||||
<td>POSTHUMANISM AND THE ANIMAL QUESTION</td>
|
||||
<td>CENTER FOR RESEARCH IN POSTHUMANITIES, BANKURA UNIVERSITY</td>
|
||||
<td>INTERNATIONAL</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Posthumanist Strategies of Storytelling: “Metaphoric Connections” in A.K.Ramanujan’s A Flowering Tree</td>
|
||||
<td>Posthumanism and India</td>
|
||||
<td>Indian Posthumanism Network and CCST, Dept of Sociology, WBSU</td>
|
||||
<td>NATIONAL</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.</td>
|
||||
<td>NABANITA KARANJAI</td>
|
||||
<td>Overcoming Enframing in Shakespeare: Reading Dev Virahsawmy’s Toufann</td>
|
||||
<td>Re-thinking the Postcolonial: Texts and Contexts</td>
|
||||
<td>New Literaria</td>
|
||||
<td>INTERNATIONAL</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>ENGLCOR01T</td>
|
||||
<td>ENGLCOR01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>ENGLCOR02T</td>
|
||||
<td>ENGLCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>ENGGCOR01T</td>
|
||||
<td>ENGGCOR01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>ENGGCOR02T</td>
|
||||
<td>ENGGCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>ENGGCOR03T</td>
|
||||
<td>ENGGCOR03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>ENGGCOR04T</td>
|
||||
<td>ENGGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>ENGSAEC01M</td>
|
||||
<td>ENGSAEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>ENGGGEC01T</td>
|
||||
<td>ENGGGEC01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>ENGGGEC02T</td>
|
||||
<td>ENGGGEC02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>ENGACOR12T</td>
|
||||
<td>ENGACOR12T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>ENGADSE01T</td>
|
||||
<td>ENGADSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>ENGSSEC01M</td>
|
||||
<td>ENGSSEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>ENGHGEC03T</td>
|
||||
<td>ENGHGEC03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>ENGHGEC04T</td>
|
||||
<td>ENGHGEC04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>DS-2 (SEM-2 ENGLISH HONS, NEP)</td>
|
||||
<td>DS-2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>ENGHAE101T / ENGGAE101T</td>
|
||||
<td>ENGHAE101T / ENGGAE101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>ENGHAE303T / ENGGAE303T</td>
|
||||
<td>ENGHAE303T / ENGGAE303T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,309 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">RAKHI MITRA</h3>
|
||||
<p class="" style="font-weight: 500;">ASSISTANT PROFESSOR</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, M.Phil</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:rmitra0313@gmail.com" class="fw-bold">rmitra0313@gmail.com</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: PUBLIC ADMINISTRATION</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: WOMENS’ STUDIES,INTERNATIONAL RELATIONS</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>BA</td>
|
||||
<td>2001</td>
|
||||
<td>POLITICAL SCIENCE</td>
|
||||
<td>CU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
<td>2004</td>
|
||||
<td>POLITICAL SCIENCE</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MPHIL</td>
|
||||
<td>2011</td>
|
||||
<td>WOMEN’S STUDIES</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>ASSISTANT PROFESSOR</td>
|
||||
<td>SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>2016</td>
|
||||
<td>TILL DATE</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal/BOOK</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>RAKHI MITRA</td>
|
||||
<td>THE QUESTION OF WOMEN IN BENGAL RENAISSANCE: CONTRIBUTION OF DWARKANATH GANGULY</td>
|
||||
<td></td>
|
||||
<td>2</td>
|
||||
<td>294-304</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>RAKHI MITRA</td>
|
||||
<td>SARALA DEVI CHAUDHURANI</td>
|
||||
<td>MAN AND NATION</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>2018</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>FACULTY INDUCTION PROGRAMME</td>
|
||||
<td>NBU</td>
|
||||
<td>MARCH 2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>REFRESHER COURSE</td>
|
||||
<td>NBU</td>
|
||||
<td>SEPTEMBER 2021</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>RAKHI MITRA</td>
|
||||
<td>THE SUNDARBANS: A MANGROVE MICROCOSM SHAPING EAST ASIAN GEOPOLITICS</td>
|
||||
<td>BENGAL BASIN AND BAY OF BENGAL INTERACTION SPHERE: PAN INDIAN AND PAN ASIAN CONTACTS</td>
|
||||
<td>KOLKATA SOCIETY FOR ASIAN STUDIES</td>
|
||||
<td>INTERNATIONAL</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SEM-I</td>
|
||||
<td>POLITICAL THEORY: CONCEPTS</td>
|
||||
<td>PLSDSC101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SEM-II</td>
|
||||
<td>INDIAN CONSTITUTION AND GOVERNMENT</td>
|
||||
<td>PLSDSC202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SEM-III</td>
|
||||
<td>POLITICAL THEORY: APPROACHES</td>
|
||||
<td>PLSDSC303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SEM-IV</td>
|
||||
<td>WESTERN POLITICAL THOUGHT</td>
|
||||
<td>PLSACOR11T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>SEM-V</td>
|
||||
<td>INDIAN POLITICAL THOUGHT</td>
|
||||
<td>PLSACOR12T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>SEM-VI</td>
|
||||
<td>READING GANDHI</td>
|
||||
<td>PLSADSE01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>STUDENT COUNSELING</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,428 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">SANJOY SINGHA</h3>
|
||||
<p class="" style="font-weight: 500;">ASSITANT PROFESSOR IN DEFENCE STUDIES</p>
|
||||
<p style="margin-top: -10px;">B.A, M.A, B.Ed, P.Hd</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:sanjoydefencestudies@scc.ac.in" class="fw-bold">sanjoydefencestudies@scc.ac.in</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: NATIONAL SECURITY, INTERNATIONAL RELATIONS</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: NATIONAL SECURITY, INTERNATIONAL RELATIONS</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>B.A</td>
|
||||
<td>2011</td>
|
||||
<td>DEFENCE, EDUCATION, BENGALI</td>
|
||||
<td>KALYANI UNIVERSITY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.A</td>
|
||||
<td>2013</td>
|
||||
<td>MILITARY STUDIES</td>
|
||||
<td>KANPUR UNIVERSITY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>B.ED</td>
|
||||
<td>2014</td>
|
||||
<td>SOCIAL STUDIES</td>
|
||||
<td>YOGI VEMANA UNIVERSITY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>M.A</td>
|
||||
<td>2017</td>
|
||||
<td>EDUCATION</td>
|
||||
<td>KANPUR UNIVERSITY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PH.D</td>
|
||||
<td>PURSUING</td>
|
||||
<td>INTERNATIONAL RELATIONS</td>
|
||||
<td>RIMT UNIVERSITY (PUNJAB)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>GUEST LECTURER</td>
|
||||
<td>SOUTH MALDA COLLEGE</td>
|
||||
<td>2013</td>
|
||||
<td>2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>GUEST LECTURER</td>
|
||||
<td>ASANNAGAR MADAN MOHAN TARKALANKAR COLLEGE</td>
|
||||
<td>2018</td>
|
||||
<td>2019</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>ASSISTANT PROFESSOR</td>
|
||||
<td>SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>2019</td>
|
||||
<td>TILL DATE</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>INDO-BANGLADESH RELATION: NEW ASPECT OF CONFLICT AND CO-OPERATION</td>
|
||||
<td>BASUNDHARA (EDITED BOOK)</td>
|
||||
<td>VOL-1</td>
|
||||
<td></td>
|
||||
<td>2018</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>INDO-BANGLADESH CONTEMPORARY RELATIONS</td>
|
||||
<td>STUDIES IN INDIAN PLACE NAME (UGC CARE JOURNAL)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>A CRITICAL ANALYSIS OF INDO-BANGLADESH WATER SHARING ISSUE</td>
|
||||
<td>VASUDAIBHA KUTUMBAKAM: THE NEIGHBOURHOOD FOREIGN POLICY (EDITED BOOK)</td>
|
||||
<td>VOL-1</td>
|
||||
<td></td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>INDO-BANGLADESH SOFT POWER DIPLOMACY</td>
|
||||
<td>G20: A WAY FORWARD (EDITED BOOK)</td>
|
||||
<td>VOL-1</td>
|
||||
<td></td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>SANJOY SINGHA & DR. HARSIMRAN KAUR</td>
|
||||
<td>RECENT DEVELOPMENTS IN INDO-BANGLADESH RELATIONS</td>
|
||||
<td>THE ACADEMIC (A PEER REVIEWED REFERRED ONLINE JOURNAL)</td>
|
||||
<td>VOL-2</td>
|
||||
<td></td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>ORIENTATION PROGRAMME</td>
|
||||
<td>ISWAR SARAN POST GRADUATE COLLEGE (ALLAHABAD)</td>
|
||||
<td>2021</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>REFRESHERS COURSE</td>
|
||||
<td>ALLAHABAD UNIVERSITY</td>
|
||||
<td>2022</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>INDIA-BANGLADESH RELATIONS: CO-OPERATION, CHALLENGES AND FUTURE PERSPECTIVES</td>
|
||||
<td>POPULISM, DEMOCRACY & DEVELOPMENT: RECENT TRENDS</td>
|
||||
<td>DEPT. OF POLITICAL SCIENCE, SREE CHAITANYA COLLEGE, HABRA</td>
|
||||
<td>NATIONAL</td>
|
||||
<td>2025</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>SANJOY SINGHA</td>
|
||||
<td>THE CHANGING DYNAMICS OF NATO AND ITS RELEVANCE IN THE 21ST CENTURY</td>
|
||||
<td>ROLE OF EDUCATION HUMANITIES AND SOCIAL SCIENCE IN ACHIEVING SUSTAINABLE DEVELOPMENT GOALS IN INDIA</td>
|
||||
<td>RIMT UNIVERSITY</td>
|
||||
<td>NATIONAL</td>
|
||||
<td>2024</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>NEP</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>DFSCOR101T</td>
|
||||
<td>DFSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
<td>DFSGCOR202T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
<td>DFSGCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>CBCS</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
<td>DFSGCORO1T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
<td>DFSGCOR02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
<td>DFSGCOR03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
<td>DFSGCOR04T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
<td>DFSGDSE01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
<td>DFSGDSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
<td>DFSGDSE03T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
<td>DFSGDSE06T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
<td>DFSGGEC01T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
<td>DFSGGEC02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
<td>DFSGSSEC01M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
<td>DFSGSSEC02M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
<td>DFSGSSEC03M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
<td>DFSGSSEC04M</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>NCC ‘C’ CERTIFICATE HOLDER</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>BASIC COMPUTER KNOWLEDGE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>FOOD PROCESSING BASIC TRAINING</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,303 @@
|
|||
<?php
|
||||
require('../.hta_config/env.php');
|
||||
require('../.hta_header.php');
|
||||
?>
|
||||
<div class="container mx-auto">
|
||||
<div class="d-flex flex-column flex-md-row mt-5 gap-5">
|
||||
<div class="border border-2 border-dark rounded" style="height: fit-content; width: fit-content;">
|
||||
<img src="/assets/img.png" alt="" style="background-color: #1b07e9; width: 200px;">
|
||||
</div>
|
||||
<div class="d-flex flex-column">
|
||||
<h3 class="text-uppercase fw-bold">Suryendu Das</h3>
|
||||
<p class="" style="font-weight: 500;">SACT II</p>
|
||||
<p style="margin-top: -10px;">U.G, P.G</p>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: -10px;">
|
||||
<svg width="20px" height="20px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><polyline class="cls-1" points="18.68 6.97 22.5 10.09 22.5 22.5 1.5 22.5 1.5 10.09 5.32 6.97"></polyline><polyline class="cls-1" points="1.5 11.04 12 18.68 22.5 11.04"></polyline><polyline class="cls-1" points="5.32 13.91 5.32 1.5 18.68 1.5 18.68 13.91"></polyline><line class="cls-1" x1="8.18" y1="5.32" x2="15.82" y2="5.32"></line><line class="cls-1" x1="8.18" y1="9.14" x2="15.82" y2="9.14"></line><line class="cls-1" x1="8.18" y1="12.95" x2="15.82" y2="12.95"></line></g></svg>
|
||||
<a href="mailto:suryo.polsc@sreechaitanyacollege.ac.in" class="fw-bold">suryo.polsc@sreechaitanyacollege.ac.in</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-1" style="margin-top: 5px;">
|
||||
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> <path d="M10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C14.1588 20.0658 10.9183 19.5829 7.6677 16.3323C4.41713 13.0817 3.93421 9.84122 4.00655 7.93309C4.04952 6.7996 4.7008 5.77423 5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
|
||||
<a class="fw-bold">N/A</a>
|
||||
</div>
|
||||
<div class="d-flex flex-row gap-3" style="place-items: center;">
|
||||
<svg fill="#000000" width="30px" height="30px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M2,14H5V11H2Zm9,0h3V11H11ZM2,5H5V2H2Zm9-3V5h3V2ZM6.5,5h3V2h-3Zm0,9h3V11h-3ZM11,9.5h3v-3H11Zm-4.5,0h3v-3h-3ZM2,9.5H5v-3H2Z"></path> </g> </g></svg>
|
||||
<h4 class="text-uppercase" style="font-weight: 600;">AREA OF INTEREST</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<li style="font-size: 15px;"></li>
|
||||
<h2 style="font-size: 15px;">Area of Specialization: Cultural Politics</h2>
|
||||
<h2 style="font-size: 15px;">Area of Research and Interest: State and Politics, Multiculturalism, Identity and Caste Politics.</h2>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-md-row align-items-start">
|
||||
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="d-flex flex-row gap-4 nav-link active" id="v-pills-education-tab" data-bs-toggle="pill" data-bs-target="#v-pills-education" type="button" role="tab" aria-controls="v-pills-education" aria-selected="true" style="white-space: nowrap; place-items: center; background-color: #966650;"><img src="/assets/diploma.svg" alt="" />Academic Qualification</button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-work-tab" data-bs-toggle="pill" data-bs-target="#v-pills-work" type="button" role="tab" aria-controls="v-pills-work" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/graph.svg" alt="" />Work Experience </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-awards-tab" data-bs-toggle="pill" data-bs-target="#v-pills-awards" type="button" role="tab" aria-controls="v-pills-awards" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/award.svg" alt="" />Awards </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-book-tab" data-bs-toggle="pill" data-bs-target="#v-pills-book" type="button" role="tab" aria-controls="v-pills-book" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Publication </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-course-tab" data-bs-toggle="pill" data-bs-target="#v-pills-course" type="button" role="tab" aria-controls="v-pills-course" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/course.svg" alt="" />Courses </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-project-tab" data-bs-toggle="pill" data-bs-target="#v-pills-project" type="button" role="tab" aria-controls="v-pills-project" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/project.svg" alt="" />Projects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-seminar-tab" data-bs-toggle="pill" data-bs-target="#v-pills-seminar" type="button" role="tab" aria-controls="v-pills-seminar" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/seminar.svg" alt="" />Seminar Attedance </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-subjects" type="button" role="tab" aria-controls="v-pills-subjects" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/book.svg" alt="" />Subjects </button>
|
||||
<button class="d-flex flex-row gap-4 nav-link" id="v-pills-subjects-tab" data-bs-toggle="pill" data-bs-target="#v-pills-curricular" type="button" role="tab" aria-controls="v-pills-curricular" aria-selected="false" style="white-space: nowrap; place-items: center; background-color: #966650; border-bottom: 1px solid #fff"><img src="/assets/curri.svg" alt="" />Extra Curricular </button>
|
||||
</div>
|
||||
<div class="tab-content" id="v-pills-tabContent">
|
||||
<div class="tab-pane fade show active" id="v-pills-education" role="tabpanel" aria-labelledby="v-pills-education-tab">
|
||||
<h3 class="fw-bold text-uppercase">Academic Qualification</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree</th>
|
||||
<th>Year</th>
|
||||
<th>Subject</th>
|
||||
<th>University/Institution</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Under Graduate</td>
|
||||
<td>1998</td>
|
||||
<td>Political Science</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Post Graduate</td>
|
||||
<td>2000</td>
|
||||
<td>Political Science</td>
|
||||
<td>RBU</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-work" role="tabpanel" aria-labelledby="v-pills-work-tab">
|
||||
<h3 class="fw-bold text-uppercase">Work Experience</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Positions Held</th>
|
||||
<th>Name of the Institute</th>
|
||||
<th>From</th>
|
||||
<th>To</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>PART TIME</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>2002</td>
|
||||
<td>2020</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SACT-II</td>
|
||||
<td>Sree Chaitanya College, Habra</td>
|
||||
<td>2020</td>
|
||||
<td>Present</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<div class="tab-pane fade show active" id="v-pills-awards" role="tabpanel" aria-labelledby="v-pills-awards-tab">
|
||||
<h3 class="fw-bold text-uppercase">Awards</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Name of Award</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-project" role="tabpanel" aria-labelledby="v-pills-project-tab">
|
||||
<h3 class="fw-bold text-uppercase">Projects</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Title</th>
|
||||
<th>Cost in Lakh</th>
|
||||
<th>Start Date</th>
|
||||
<th>End Date</th>
|
||||
<th>Role as PI/Co-PI</th>
|
||||
<th>Agency</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-book" role="tabpanel" aria-labelledby="v-pills-book-tab">
|
||||
<h3 class="fw-bold text-uppercase">Publication</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title</th>
|
||||
<th>Name of Journal</th>
|
||||
<th>Volume</th>
|
||||
<th>Page</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-course" role="tabpanel" aria-labelledby="v-pills-course-tab">
|
||||
<h3 class="fw-bold text-uppercase">Courses</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No</th>
|
||||
<th>Name of Course</th>
|
||||
<th>Awarding Agency</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-seminar" role="tabpanel" aria-labelledby="v-pills-seminar-tab">
|
||||
<h3 class="fw-bold text-uppercase">Seminar Attedance</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Author(s)</th>
|
||||
<th>Title of the Paper Presented</th>
|
||||
<th>Title of the Conference/ Seminar</th>
|
||||
<th>Organized by</th>
|
||||
<th>Level</th>
|
||||
<th>Year</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-subjects" role="tabpanel" aria-labelledby="v-pills-subjects-tab">
|
||||
<h3 class="fw-bold text-uppercase">Subjects</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Semester</th>
|
||||
<th>Paper</th>
|
||||
<th>Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>SEM-I (HONOURS)</td>
|
||||
<td>Political Theory: Concepts<br>Unit 2: Citizenship</td>
|
||||
<td>PLSDSC101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>SEM-I (GENERAL)</td>
|
||||
<td>Political Theory: Concepts<br>Unit 2: Rights, Democracy</td>
|
||||
<td>PLSMIN101T / PLSCOR101T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>SEM-III (HONOURS)</td>
|
||||
<td>Political Theory: Approaches<br>Unit 2: Marxian Theory of Revolution</td>
|
||||
<td>PLSDSC303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>SEM-III (GENERAL)</td>
|
||||
<td>Comparative Government and Politics<br>Unit 2:<br>
|
||||
1. Legislature in UK, USA, and PRC – Composition and Functions of legislative chambers. Committee system in UK and USA<br>
|
||||
2. Judiciary in UK, USA, and PRC (with focus on the Procuratorate)
|
||||
</td>
|
||||
<td>PLSMIN303T / PLSCOR303T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>SEM-V (HONOURS)</td>
|
||||
<td>Women, Power and Politics<br>Module III. Indian Experience<br>
|
||||
• Traditional Histography and Feminist Critics<br>
|
||||
• Social reforms movement and position of women in India. History of women struggle in India
|
||||
</td>
|
||||
<td>PLSADSE02T</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>SEM-V (GENERAL)</td>
|
||||
<td>Reading Gandhi<br>Module II<br>
|
||||
• Gandhian Thought: Theory and Action<br>
|
||||
• Theory of Satyagraha, Satyagraha in action: Peasant Satyagraha, Kheda; Idea of Trusteeship
|
||||
</td>
|
||||
<td>PLSGDSE01T</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="v-pills-curricular" role="tabpanel" aria-labelledby="v-pills-curricular-tab">
|
||||
<h3 class="fw-bold text-uppercase">Extra Curricular</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Sl. No.</th>
|
||||
<th>Activities</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Ex NCC Officer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Football Refree</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue