Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : gcmknlac ( 1031) PHP Version : 7.4.33 Disable Function : NONE Directory : / |
-- MySQL dump 10.13 Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost Database: pvkngcchittoorac_college
-- ------------------------------------------------------
-- Server version 8.0.42
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `admin`
--
DROP TABLE IF EXISTS `admin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin` (
`id` int NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin`
--
LOCK TABLES `admin` WRITE;
/*!40000 ALTER TABLE `admin` DISABLE KEYS */;
INSERT INTO `admin` VALUES (1,'Admin','PVKN_admin','Chittoor$852@#','admin@gmail.com');
/*!40000 ALTER TABLE `admin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `category`
--
DROP TABLE IF EXISTS `category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `category` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`bg_color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`sort_order` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `category`
--
LOCK TABLES `category` WRITE;
/*!40000 ALTER TABLE `category` DISABLE KEYS */;
INSERT INTO `category` VALUES (1,'NIRF','images/nirf.png','btn-info',1),(2,'WEC','images/wec.png','btn-warning',2),(4,'UGC-RUSA','images/ugc-icon.png','btn-success',4),(6,'IQAC','images/iqac-icon.png','btn-danger',6),(7,'AISHE','images/aishe-icon.png','btn-primary',7),(8,'SPORTS','images/sports-icon.png','btn-info',8),(9,'STUDENT CORNER','images/student-icon.png','btn-success',9);
/*!40000 ALTER TABLE `category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `college_name`
--
DROP TABLE IF EXISTS `college_name`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `college_name` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`fax` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`logo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`address` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `college_name`
--
LOCK TABLES `college_name` WRITE;
/*!40000 ALTER TABLE `college_name` DISABLE KEYS */;
INSERT INTO `college_name` VALUES (1,'PVKN. Govt. College','123456789','123456789','info@pvkngcchittoor.in','','Address\r\nP.V.K.N Govt. College. Vellore Road,\r\nChittoor, A.P.');
/*!40000 ALTER TABLE `college_name` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_aboutlib`
--
DROP TABLE IF EXISTS `department_aboutlib`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_aboutlib` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_aboutlib`
--
LOCK TABLES `department_aboutlib` WRITE;
/*!40000 ALTER TABLE `department_aboutlib` DISABLE KEYS */;
INSERT INTO `department_aboutlib` VALUES (1,'<p>About Library</p>','53');
/*!40000 ALTER TABLE `department_aboutlib` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_achieve`
--
DROP TABLE IF EXISTS `department_achieve`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_achieve` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_achieve`
--
LOCK TABLES `department_achieve` WRITE;
/*!40000 ALTER TABLE `department_achieve` DISABLE KEYS */;
INSERT INTO `department_achieve` VALUES (40,'<p>\r\n <a href=\"/userfiles/Achievements.pdf\">ACHIEVEMENTS</a></p>\r\n','53'),(41,'<div id=\"cke_pastebin\">\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-23 at 11_36_28 AM (1).jpeg\">/userfiles/WhatsApp Image 2024-11-23 at 11_36_28 AM (1).jpeg</a> Our students got gold medal</div>\r\n','46'),(42,'<p>\r\n <a href=\"/userfiles/SAN-ACHIVMENT REPORT.docx\">/userfiles/SAN-ACHIVMENT REPORT.docx<br />\r\n </a></p>\r\n','61'),(43,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-07 at 2_04_58 PM.jpeg\">/userfiles/WhatsApp Image 2024-11-07 at 2_04_58 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Sir CV Raman Birth Anniversary Celebrations @ Department of Physics & Electronics</span></span></p>\r\n','49'),(44,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-05 at 1_38_28 PM(1).jpeg\">/userfiles/WhatsApp Image 2024-11-05 at 1_38_28 PM(1).jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\">sv university inter collegiate Kabaddi team</span></span></p>\r\n','53'),(45,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-28 at 9_44_14 AM.jpeg\">/userfiles/WhatsApp Image 2024-11-28 at 9_44_14 AM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\">Dept. Of Mathematics celebrated 95th birthday of human computer Shakuntala Dev</span>i.</span></p>\r\n','43'),(46,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-28 at 5_36_32 PM.jpeg\">/userfiles/WhatsApp Image 2024-11-28 at 5_36_32 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n 1500mts bronze medal 🥉</p>\r\n','53'),(47,'<p>\r\n <span style=\"font-size:22px;\"><a href=\"/userfiles/std.pdf\">/userfiles/std.pdf<br />\r\n </a></span></p>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\">Sv university inter collegiate athletic meet </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\">P jeevavarathnam 3rd bsc </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\">400 mts, 1500mts </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\">Bronze medal 🥉</span></span></div>\r\n','53'),(48,'<p>\r\n <a href=\"/userfiles/001l2.jpeg\">/userfiles/001l2.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">National Conference of Library and Information Science at SV University, Tirupati.</span></span></p>\r\n','57'),(49,'<p>\r\n <a href=\"/userfiles/eco11.jpeg\">/userfiles/eco11.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Dr. BR Ambedkar Maha Parinavas Divas was celebrated today in Arts Department</span></span></p>\r\n','54'),(50,'<p>\r\n <a href=\"/userfiles/1B.jpeg\">/userfiles/1B.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Visit to Silviculture plantation by 4th sem Botany students</span></span></p>\r\n','47'),(51,'<p>\r\n <a href=\"/userfiles/PD1.jpeg\">/userfiles/PD1.jpeg<br />\r\n </a></p>','53'),(52,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-28 at 5_00_37 PM (1).jpeg\">/userfiles/WhatsApp Image 2024-11-28 at 5_00_37 PM (1).jpeg<br />\r\n </a></p>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Sv university inter collegiate athletic meet </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">P jeevavarathnam 3rd bsc </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">400 mts, 1500mts </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Bronze medal 🥉</span></span></div>\r\n','53'),(53,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-28 at 5_00_37 PM.jpeg\">/<img alt=\"\" src=\"/userfiles/WhatsApp Image 2024-11-28 at 5_00_37 PM (2).jpeg\" style=\"width: 400px; height: 200px;\" /><br />\r\n </a></p>\r\n<div id=\"cke_pastebin\">\r\n Sv university inter collegiate athletic meet </div>\r\n<div id=\"cke_pastebin\">\r\n P jeevavarathnam 3rd bsc </div>\r\n<div id=\"cke_pastebin\">\r\n 400 mts, 1500mts </div>\r\n<div id=\"cke_pastebin\">\r\n Bronze medal 🥉</div>\r\n','46'),(54,'<p>\r\n <a href=\"/userfiles/ACHIEVEMENTS.pdf\">/userfiles/ACHIEVEMENTS.pdf<br />\r\n </a></p>\r\n','68'),(55,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-21 at 2_21_54 PM.jpeg\">/userfiles/WhatsApp Image 2024-12-21 at 2_21_54 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\">Dept. Of Mathematics Celebrated 137th birthday of Sri Sreenivasa Ramanujan</span></span></p>\r\n','43');
/*!40000 ALTER TABLE `department_achieve` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_achievements`
--
DROP TABLE IF EXISTS `department_achievements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_achievements` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`file_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`course` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_achievements`
--
LOCK TABLES `department_achievements` WRITE;
/*!40000 ALTER TABLE `department_achievements` DISABLE KEYS */;
/*!40000 ALTER TABLE `department_achievements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_actionplan`
--
DROP TABLE IF EXISTS `department_actionplan`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_actionplan` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_actionplan`
--
LOCK TABLES `department_actionplan` WRITE;
/*!40000 ALTER TABLE `department_actionplan` DISABLE KEYS */;
INSERT INTO `department_actionplan` VALUES (40,'<p>\r\n test111</p>\r\n','53');
/*!40000 ALTER TABLE `department_actionplan` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_activities`
--
DROP TABLE IF EXISTS `department_activities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_activities` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_activities`
--
LOCK TABLES `department_activities` WRITE;
/*!40000 ALTER TABLE `department_activities` DISABLE KEYS */;
INSERT INTO `department_activities` VALUES (2,'testing',40);
/*!40000 ALTER TABLE `department_activities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_admissions`
--
DROP TABLE IF EXISTS `department_admissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_admissions` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_admissions`
--
LOCK TABLES `department_admissions` WRITE;
/*!40000 ALTER TABLE `department_admissions` DISABLE KEYS */;
INSERT INTO `department_admissions` VALUES (1,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p>\r\n </p>\r\n <p align=\"center\">\r\n <strong>DEPARTMENT OF TELUGU</strong></p>\r\n <p align=\"center\">\r\n <strong>Student details of the Category Wise during the last five Academic Years 2018- 2023</strong></p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:209px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:39px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:39px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:39px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>98</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:39px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>148</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:39px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>131</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:39px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>135</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:39px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>103</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>41</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>64</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>68</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>43</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>11</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>14</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>15</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>13</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>22</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>06</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>07</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>06</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>06</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>05</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>66</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>117</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>88</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>75</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>68</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>82</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>47</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>47</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>General</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>17</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>26</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>13</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>04</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>10</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>23</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>05</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:21px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:109px;height:37px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:100px;height:37px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>280</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:37px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n <strong>468</strong></p>\r\n </td>\r\n <td style=\"width:100px;height:37px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>409</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:37px;\">\r\n <p style=\"margin-left:8.05pt;\">\r\n <strong>372</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:37px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n <strong>228</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p>\r\n </p>',58),(3,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p>\r\n <strong>Student details of the department during the last five academic year</strong></p>\r\n<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:13.4%;height:6px;\">\r\n <p align=\"center\">\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:17.74%;height:6px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:17.76%;height:6px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td colspan=\"4\" style=\"width:23.3%;height:6px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:16.86%;height:6px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:10.86%;height:6px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:13.4%;height:6px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n <strong>BVoC</strong></p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n <strong>BVoC</strong></p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n <strong>BVOC</strong></p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:6.86%;height:6px;\">\r\n <p>\r\n SC</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 09</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 12</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 16</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 09</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:6.86%;height:6px;\">\r\n <p>\r\n ST</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:6.86%;height:6px;\">\r\n <p>\r\n OBC</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 17</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:6.86%;height:6px;\">\r\n <p>\r\n General</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 0000</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:6.86%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:6.86%;height:6px;\">\r\n <p>\r\n Total</p>\r\n </td>\r\n <td style=\"width:6.54%;height:6px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 44</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 27</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 23</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 43</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 38</p>\r\n </td>\r\n <td style=\"width:5.74%;height:6px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:6.48%;height:6px;\">\r\n <p>\r\n 18</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 25</p>\r\n </td>\r\n <td style=\"width:5.54%;height:6px;\">\r\n <p>\r\n 36</p>\r\n </td>\r\n <td style=\"width:5.76%;height:6px;\">\r\n <p>\r\n 19</p>\r\n </td>\r\n <td style=\"width:5.14%;height:6px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:5.72%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <h3 style=\"text-align: center;\">\r\n </h3>\r\n</div>\r\n<p align=\"center\">\r\n </p>',47),(4,'<p>\r\n </p>\r\n<h1>\r\n </h1>\r\n<h1>\r\n </h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1028px;\" width=\"1028\">\r\n <colgroup>\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"34\">\r\n <td colspan=\"15\" dir=\"LTR\" height=\"34\" style=\"height: 34px; width: 1028px; text-align: center;\">\r\n <h1>\r\n <span style=\"color:#f00;\"><span style=\"font-family:comic sans ms,cursive;\">STRENGTH PARTICULARS</span></span></h1>\r\n </td>\r\n </tr>\r\n <tr height=\"30\">\r\n <td dir=\"LTR\" height=\"72\" rowspan=\"2\" style=\"height:72px;width:132px;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">COURSE & GROUP</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2018-2019</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2019-2020</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2020-2021</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2021-2022</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2022-2023</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2023-2024</span></span></td>\r\n <td colspan=\"2\" dir=\"LTR\" style=\"width:128px;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:16px;\">2024-2025</span></span></td>\r\n </tr>\r\n <tr height=\"42\">\r\n <td dir=\"LTR\" height=\"42\" style=\"height:42px;width:64px;\">\r\n I<span style=\"font-size:14px;\"><span style=\"color:#008000;\">NTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">INTAKE</span></span></td>\r\n <td dir=\"LTR\" style=\"width:64px;\">\r\n <span style=\"font-size:14px;\"><span style=\"color:#008000;\">ADMITTED</span></span></td>\r\n </tr>\r\n <tr height=\"32\">\r\n <td height=\"32\" style=\"height: 32px; width: 132px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">B.COM CA</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">150</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">96</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">150</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">129</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">120</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">111</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">150</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">143</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">150</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">121</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">120</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">122</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"background-color:#f0fff0;\"><strong><span style=\"font-family:comic sans ms,cursive;\">120</span></strong></span></span></td>\r\n <td dir=\"LTR\" style=\"width: 64px; text-align: center;\">\r\n <span style=\"background-color:#f0ffff;\"><span style=\"color:#00f;\"><strong><span style=\"font-family:comic sans ms,cursive;\">121</span></strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/Screenshot 2025-01-09 115247.png\" style=\"width: 718px; height: 502px; border-width: 2px; border-style: solid;\" /></p>\r\n',62),(5,'<h1 style=\"text-align: center;\">\r\n <span style=\"color:#4b0082;\"><strong>Number of sanctioned and Admitted seats year wise during last five years</strong></span></h1>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:564px;\" width=\"564\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"font-size:22px;\"><span style=\"color:#800080;\">Year</span></span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 130px;\">\r\n <h2>\r\n <strong><span style=\"font-size:22px;\"><span style=\"color:#00f;\">Sanctioned strength</span></span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">120</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">150</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">120</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">120</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">90</span></strong></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 130px;\">\r\n <h2>\r\n <strong><span style=\"font-size:22px;\"><span style=\"color:#00f;\">Admitted strength</span></span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">25</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">88</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">78</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">63</span></strong></h2>\r\n </td>\r\n <td style=\"width: 130px;\">\r\n <h2 style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\">39</span></strong></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(6,'<p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Student details of the department during the last five academic year</strong></span></span></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"960\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:209px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Programme</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>2022-23</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>2021-22</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>2020-21</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>2019-20</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>2018-19</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>SC</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 04</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 10</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 13</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 11</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>15</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 02</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 01</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 03</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 03</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>ST</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 02</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 02</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>01</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 00</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>OBC</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 03</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 15</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 16</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 14</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>16</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 07</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 10</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 07</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 03</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>06</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>General</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 06</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 05</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 04</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>07</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 02</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 02</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 04</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 01</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:109px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:19px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:109px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>Total</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:172px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 20</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:127px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 44</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:155px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 48</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong> 38</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:135px;height:35px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong>45</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></span></p>\r\n',64),(7,'<p align=\"center\">\r\n <span style=\"background-color:#ffd700;\"><strong><u>Student Admissions</u></strong></span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Student details of the department during the last five academic years</strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 8</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 16</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 19</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 10</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>9</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 6</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 18</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 35</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 30</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 35</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n',54),(8,'<p align=\"center\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:16px;\"><strong>Courses Offered</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#4b0082;\"><span style=\"font-size:16px;\"><strong>(Details of the Programmes Offered by the College (Academic years from 2018-2023) </strong></span></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:663px;\" width=\"663\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-3.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Year</span></strong></span></p>\r\n </td>\r\n <td style=\"height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-3.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Level of</span></strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Programme</span></strong></span></p>\r\n </td>\r\n <td style=\"height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Name of Programme/ Course</span></strong></span></p>\r\n </td>\r\n <td style=\"height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Duration of Months</span></strong></span></p>\r\n </td>\r\n <td style=\"width:138px;height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Entry Qualification</span></strong></span></p>\r\n </td>\r\n <td style=\"width:123px;height:64px;\">\r\n <p align=\"center\" style=\"margin-left:-3.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Medium of</span></strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\">Instruction</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2023-24</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(Gen)Hons</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA)Hons</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>4 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">4Years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG &PG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(General)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(B&I)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA) </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>BBA (Logistics)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(R)</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(FM)</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>3 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG &PG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(General)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(B&I)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA) </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(R)</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(FM</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>3 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG &PG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(General)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(B&I)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA) </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(R)</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(FM</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>3 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG &PG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(General)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA) </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(R)</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(FM</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>3 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Telugu</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UG &PG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(General)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(ASM)</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Com(CA) </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(R)</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">M.Com(FM</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>3 years</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 Years</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2 years</span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">B.Com</span></p>\r\n </td>\r\n <td style=\"width:123px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Telugu</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Telugu </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English </strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n',51),(10,'<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:.55pt;\">\r\n <strong>1 Students</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:17px;\">\r\n <p style=\"margin-left:107.7pt;\">\r\n <strong>1.1Numberofstudentsonrollsyear wiseduringthelastfiveyears</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td colspan=\"4\" style=\"width:591px;height:17px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>(Allstudentsincampus needstobe consideredhere)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:.15pt;\">\r\n <strong>Year1202-23</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Program</strong><strong>name</strong></p>\r\n </td>\r\n <td style=\"width:265px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p align=\"right\">\r\n <strong>Student</strong><strong>rollnumber</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:28px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>Academic</strong><strong>year</strong><strong>ofenrolment</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:28px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.A/B.COM/B.SC</p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.PRIYANKA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230310521</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n 2022-24</p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n SEM-I</p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.MOUNIKA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230302514</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.NITYA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230302515</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.KESAVAPRASAD</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 3230303508</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.GOWTHAM</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230306508</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.RAJESHKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230302508</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n D.EKALAVYA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230304514</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.SARAVANA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230306504</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.M.GUNA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230306510</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.JASWANTH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230302505</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:357px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"http://b.com/CA1/CA2/B%26I/GEN\">B.COM/CA1/CA2/B&I/GEN</a></p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.JAGADEESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 203202570</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.HEMASUNDAR</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202594</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.ROHITH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202629</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.KEERTHIVASAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202600</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.THULASIRAM</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202529</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.MICHAL</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202581</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.PAVANKALYAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202609</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n A.NANIKIRAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 230202504</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:16px;\">\r\n <p align=\"center\" style=\"margin-left:.05pt;\">\r\n <strong>Year22021-22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Program</strong><strong>name</strong></p>\r\n </td>\r\n <td style=\"width:265px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p align=\"right\">\r\n <strong>Student</strong><strong>rollnumber</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:28px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>Academic</strong><strong>year</strong><strong>ofenrolment</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.A/B.COM/B.SC</p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n 2021-23</p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:13px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n SEM-II</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"http://b.sc/MSCS/MECS/DZC/BZC/MPCS/BHC\">B.SC/MSCS/MECS/DZ</a>C</p>\r\n </td>\r\n <td style=\"width:265px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:13px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.H.LAHARI</p>\r\n </td>\r\n <td style=\"width:97px;height:13px;\">\r\n <p align=\"right\">\r\n 220304516</p>\r\n </td>\r\n <td style=\"width:154px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.JEEVITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 220304512</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n E.FARZANA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304511</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.R.RAJASEKHAR</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304504</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.SAIMITILESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304530</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.SATHISH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304518</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.MADHU</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304508</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.SANTOSH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304520</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.DHANUSH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220304522</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.MANOJKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220306522</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.SAIPAVAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220306516</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.VISHNUVARDHAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220306524</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.DILLIBABU</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220306529</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.KARTHIK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220309525</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.ROHITH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220309511</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.KARTHIK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220309501</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.THILAK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220302520</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.PRASANNA</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n V.SURYACHANDRA PRAKASH</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n P.ABHBHAKARSIDDIQ</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n T.POOJITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220302503</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220302547</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220302530</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 220302543</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.LOKESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220303507</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n Y.JAGADEESHKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220307527</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.AMARESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 220307519</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:16px;\">\r\n <p align=\"center\" style=\"margin-left:.05pt;\">\r\n <strong>Year32020-21</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Program</strong><strong>name</strong></p>\r\n </td>\r\n <td style=\"width:265px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p align=\"right\">\r\n <strong>Student</strong><strong>rollnumber</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:28px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>Academic</strong><strong>year</strong><strong>ofenrolment</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.A/B.COM/B.SC</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n SEM-III</p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n BSC/MECS/MPCS/MSC</p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.SOWMYA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307506</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n A.SHARMILA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307502</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.NEERAJA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307522</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.TEJASREE</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307510</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.KALYANI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307526</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.LOHITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307515</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.HARISHSINGH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210307525</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.AKHILA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210302537</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.MARYBHARGAVI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210302542</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n A.B.LIKITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210302525</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.SMADDUMITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210303506</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n N.R.CALEBRENSWICK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210303511</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.MIDHUN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210303504</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.AMARNATH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210303515</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.LEELAVATHI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304547</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.VINODINI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304509</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.S.SARAVANA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304522</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n A.MADHAN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304504</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.GIRIBABU</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304531</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304541</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n D.RAJESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210304512</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.SIREESHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210306508</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.GOVARDHANSAI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210301506</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:357px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"http://b.com/CA1/CA2/B%26I/GEN\">B.COM/CA1/CA2/B&I/GEN</a></p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n T.SATHEESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202601</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C.GREESHMITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210203506</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.YUVANYA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202608</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n D.HEMANTH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202534</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.JASWANTH</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 210203515</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.MADHUKIRAN</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n S.MOHAN</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n P.BABITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 210202577</p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202611</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202570</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n L.DINESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202550</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S.NAVEEN</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202593</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.KAMALESWARAN</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n P.LEELACHANDU</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 210202515</p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 210202573</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:16px;\">\r\n <p align=\"center\">\r\n <strong>Year42019-20</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Program</strong><strong>name</strong></p>\r\n </td>\r\n <td style=\"width:265px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p align=\"right\">\r\n <strong>Student</strong><strong>rollnumber</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:28px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>Academic</strong><strong>year</strong><strong>ofenrolment</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:28px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.A/B.COM/B.SC</p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n SHALINI</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302530</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.VISHNAVI</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302538</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.MENAKA</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302522</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n J.N.MOUNISHA</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302523</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.JYOSNA</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302517</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.HARIPRIYA</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302512</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.NAVEEN KUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302525</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.RAHULROY</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302528</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.S.A.NASRID</p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200302524</p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.HARATHI</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n S.POOJITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200302511</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:13px;\">\r\n <p align=\"right\">\r\n 200302526</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n U.V.ABHISHEK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200307501</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.YASWANTH</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n D.SAIMOHANNAICK</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200307520</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:13px;\">\r\n <p align=\"right\">\r\n 200307521</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.SOWJANYA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200308506</p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.YUGANDAR</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n C.BHANUPRASAD</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200303524</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:13px;\">\r\n <p align=\"right\">\r\n 200303501</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n A.M.BHANUTEJA</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n M.SURESHNAICK</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n K.LAKSHMIPATHI</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p align=\"right\">\r\n 200303502</p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:14px;\">\r\n <p align=\"right\">\r\n 200304545</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:13px;\">\r\n <p align=\"right\">\r\n 200304519</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:92px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:265px;height:17px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S. NETHAJI</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n Y.KRISHNAREDDY</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n K. MURALI KRISHNA</p>\r\n </td>\r\n <td style=\"width:97px;height:17px;\">\r\n <p align=\"right\">\r\n 200304526</p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 200304518</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 200304525</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.H.ROHITH</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 200304533</p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:17px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.RUPESH</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n P.TEJA</p>\r\n </td>\r\n <td style=\"width:97px;height:17px;\">\r\n <p align=\"right\">\r\n 200304535</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 200306512</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R.P.AJITHKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p align=\"right\">\r\n 200306501</p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:92px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:17px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n N. YUVARAJ</p>\r\n </td>\r\n <td style=\"width:97px;height:17px;\">\r\n <p align=\"right\">\r\n 200306515</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:13px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:608px;height:16px;\">\r\n <p align=\"center\" style=\"margin-left:.05pt;\">\r\n <strong>Year52018-19</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Program</strong><strong>name</strong></p>\r\n </td>\r\n <td style=\"width:265px;height:28px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p align=\"right\">\r\n <strong>Student</strong><strong>rollnumber</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:28px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>Academic</strong><strong>year</strong><strong>ofenrolment</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:28px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:154px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:14px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n J.N.MOUNIKA</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p style=\"margin-left:17.9pt;\">\r\n <strong>200302523</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K. JYOSHNA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302517</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G. HARIPRIYA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302512</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n G.NAVEENKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302525</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.RAHULROY</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302528</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.S.A.NASRID</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302524</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B. HARATHI</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302511</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S. POOJITHA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200302526</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n U.V.ABHISHEK</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200307510</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n B.YASWANTHNAICK</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200307520</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n D.SAIMOHANNAICK</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200307521</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n V.SOUJANYA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200308506</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.YUGENDER</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200303524</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n C. BHANUPRASAD</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200303501</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M. SURESHNAICK</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200303502</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K.LAKSHMI PATHI</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304545</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n S. NETHAJI</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304519</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n Y.KRISHNAREDDY</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304526</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K. MURALI KRISHNA</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304518</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.H.ROHITH</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304533</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:15px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.RUPESH</p>\r\n </td>\r\n <td style=\"width:97px;height:15px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200304535</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:15px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:265px;height:17px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.TEJA</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n R.P.AJITHKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:17px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200306512</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:154px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:75px;height:17px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200306501</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n N. YUVARAJ</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200306515</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:35px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n P.GUNA</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n M. KUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:35px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200202535</strong></p>\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200202554</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n M.ZUBER</p>\r\n </td>\r\n <td style=\"width:97px;height:16px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200202641</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:92px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:35px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n R. SAI KUMAR</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n P.UDAYKUMAR</p>\r\n </td>\r\n <td style=\"width:97px;height:35px;\">\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200202600</strong></p>\r\n <p style=\"margin-left:16.25pt;\">\r\n <strong>200202626</strong></p>\r\n </td>\r\n <td style=\"width:154px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:75px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px;height:16px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:265px;height:16px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n U.SHYAM</p>\r\n </td>\r\n <td style=\"width:97px;he',61),(11,'<p align=\"center\">\r\n <strong>ACADEMIC INFORMATION</strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Level of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Programme</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Name of Programme/ Course</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Duration of Months</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Entry Qualification</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Medium of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Instruction</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Sanctioned</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Strength</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n No. Of Students Admitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>31</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 2018-19</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>290</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>235</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',67),(14,'<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"10\" style=\"width:725px;height:77px;\">\r\n <p style=\"margin-left:10.85pt;\">\r\n <img height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"69\" /><strong>PVKNGOVT.COLLEGE(A),CHITTOOR</strong></p>\r\n <p style=\"margin-left:10.85pt;\">\r\n <img height=\"67\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"72\" /><strong>DepartmentofChemistry</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"width:725px;height:46px;\">\r\n <p style=\"margin-left:10.85pt;\">\r\n <strong><u>STUDENTADMISSIONINTODIFFERENTPROGRAMMES</u></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"26\" style=\"width:15px;height:58px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:39px;height:58px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:3.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td style=\"width:90px;height:58px;\">\r\n <p align=\"left\" style=\"margin-left:5.45pt;\">\r\n <strong>Level of Programme</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:58px;\">\r\n <p style=\"margin-left:7.5pt;\">\r\n <strong>Name of Programme/ Course</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:58px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>Duration</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:58px;\">\r\n <p align=\"left\" style=\"margin-left:7.45pt;\">\r\n <strong>Entry level Qualification</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:58px;\">\r\n <p align=\"left\" style=\"margin-left:7.45pt;\">\r\n <strong>Mediumof Instruction</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:58px;\">\r\n <p align=\"left\" style=\"margin-left:11.95pt;\">\r\n <strong>Sanctioned Strength</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:58px;\">\r\n <p style=\"margin-left:9.45pt;\">\r\n <strong>No. of Students Admitted</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:58px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.9pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:39px;height:71px;\">\r\n <p align=\"left\" style=\"margin-left:6.45pt;\">\r\n <strong>2023-24</strong></p>\r\n </td>\r\n <td style=\"width:90px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:71px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>B.Sc</strong></p>\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>Chemistry </strong><strong>Hons</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>26</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:71px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.9pt;\">\r\n <strong>26</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"5\" style=\"width:39px;height:27px;\">\r\n <p align=\"left\" style=\"margin-left:32.5pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td rowspan=\"5\" style=\"width:90px;height:27px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td rowspan=\"5\" style=\"width:50px;height:27px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:13.95pt;\">\r\n <strong>93</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>DZC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>14</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>CMiCs</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:28px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>B.BSc</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:28px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:28px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:28px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:28px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:28px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>07</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"width:39px;height:28px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td rowspan=\"6\" style=\"width:90px;height:28px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:28px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC</strong><strong>(EM)</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:28px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:28px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:28px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:28px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:28px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>48</strong></p>\r\n </td>\r\n <td rowspan=\"6\" style=\"width:50px;height:28px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:11.45pt;\">\r\n <strong>150</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:29px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC</strong><strong>(TM)</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:29px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:29px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:29px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:29px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:29px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:31px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>DZC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:31px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:31px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:31px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:31px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:31px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:26px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:26px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:26px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:26px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:26px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:26px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>10</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>B.BSc</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>11</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:39px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:29.45pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:90px;height:32px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:32px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:32px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:32px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:32px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:32px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>38</strong></p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:50px;height:32px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:11.45pt;\">\r\n <strong>122</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:32px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:32px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:32px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:32px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:32px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>43</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:32px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:32px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:32px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:32px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:32px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:32px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>28</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:33px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:33px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:33px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:33px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:33px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:33px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>13</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"5\" style=\"width:39px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:38.5pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td rowspan=\"5\" style=\"width:90px;height:33px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:33px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:33px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:33px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:33px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:33px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:33px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>42</strong></p>\r\n </td>\r\n <td rowspan=\"5\" style=\"width:50px;height:33px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:11.45pt;\">\r\n <strong>119</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>39</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:27px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>MBC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:27px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:27px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:27px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:27px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:27px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>10</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:32px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:32px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:32px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:32px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:32px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:32px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>07</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:33px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:33px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:33px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:33px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:33px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:33px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:39px;height:35px;\">\r\n <p align=\"left\" style=\"margin-left:33.0pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:90px;height:35px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:35px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:35px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:35px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:35px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:35px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:35px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>15</strong></p>\r\n </td>\r\n <td rowspan=\"4\" style=\"width:50px;height:35px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:13.95pt;\">\r\n <strong>55</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:34px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>BZC-</strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:34px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:34px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:34px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:34px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:34px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>25</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:34px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>MZC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:34px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:34px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:34px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:34px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:34px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>07</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:35px;\">\r\n <p style=\"margin-left:5.15pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:73px;height:35px;\">\r\n <p style=\"margin-left:1.9pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:101px;height:35px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:35px;\">\r\n <p style=\"margin-left:1.65pt;\">\r\n <strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:35px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:83px;height:35px;\">\r\n <p style=\"margin-left:2.4pt;\">\r\n <strong>08</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"10\" style=\"width:725px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',45),(15,'<p align=\"center\">\r\n <strong>Student details of the department during the last five academic year</strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 11</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 49</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 32</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 26</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 10</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 06</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>03</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 01</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 04</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 34</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 33</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>32 </strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 07</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 23</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>11</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>General</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 09</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 04</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 11</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 06</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 05</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 03</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>00 </strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <strong> 42</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong> 131</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong> 106</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong> 91</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong>69</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',43),(16,'<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF ENGLISH</strong></p>\r\n<p align=\"center\">\r\n <strong>Student details of the Category Wise during the last five Academic Years 2018- 2023</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:103.32%;\" width=\"103%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:32px;\">\r\n <p>\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.58%;height:32px;\">\r\n <p>\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 100</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 116</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 129</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 109</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>117</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 49</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 113</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 98</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 101</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>20</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.58%;height:32px;\">\r\n <p>\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 17</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 13</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 23</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>06</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.58%;height:32px;\">\r\n <p>\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 67</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 102</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 108</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 115</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>89</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 38</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 114</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 86</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n 46</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>16</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.58%;height:32px;\">\r\n <p>\r\n <strong>General</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 19</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 21</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 17</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>14</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n 08</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 17</p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>14</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>04</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>0</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.58%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td colspan=\"5\" rowspan=\"3\" style=\"width:70.02%;height:32px;\">\r\n <p align=\"center\">\r\n <strong>NIL</strong></p>\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.4%;height:32px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.58%;height:58px;\">\r\n <p>\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:14.4%;height:58px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.38%;height:58px;\">\r\n <p align=\"center\">\r\n <strong>301</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:58px;\">\r\n <p align=\"center\">\r\n <strong>509</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:58px;\">\r\n <p align=\"center\">\r\n <strong>478</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:58px;\">\r\n <p align=\"center\">\r\n <strong>443</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:58px;\">\r\n <p align=\"center\">\r\n <strong>271</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',55),(17,'<p align=\"center\">\r\n <strong>S.K.P. GOVT DEGREE COLLEGE</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF MICROBIOLOGY</strong></p>\r\n<p align=\"center\">\r\n <strong>2022-23</strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:353px;\" width=\"353\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310501</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n AVULA HEMA SUDHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310502</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n A.RAJASEKHAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310503</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n BEEDAM VENKATESH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310504</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n BODIREDDY MAMATHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n C ZION JABASTI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n GALI VENKATESH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310508</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n GOWRABOYANI THANUSRI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310509</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n KALAVAKUNTA GOWTHAM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310510</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n KARAGATTI SIVA VARA PRASAD REDDY</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310511</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n KOTHAPALLI VAMSI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310512</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n MARAKALAKUPPAM RAMYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310513</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MAREPALLI DEVIPRASAD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310514</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MAREPALLI HIMABINDU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310515</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MOTURU REVATHI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310516</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n N CHARAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310517</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n N SAGAR SHRAVAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310518</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n NAMPALLI BHANU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310519</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n NELLEPALLI KISHORE</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310520</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n PATAN FAROOK</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310521</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n RAMANA PRIYANKHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310522</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S ATHIYA FATHIMA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310523</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S BHARGAVI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310525</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S ROSHNI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310526</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SHAIK SUMIYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310527</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SYED IMRAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310528</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T SILPA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310529</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n V BHARATH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n B.B.Sc.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305502</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n DHARA PRASANNA KUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305504</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n MUTHIREVULA GOWTHAMI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n RAMESH BABU RESHMA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S CHANDU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305508</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S DURGA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305509</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n SHAIK MAHABOOB CHAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305510</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SHAIK NIZAMUDDIN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305511</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T THARUN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2019-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 200308503</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n TEMALLE DWARAKANATH (HIN)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308504</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n R NAVEEN KUMARI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308506</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n V SOWJANYA (SAN)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SAMANU SREEKANTH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308508</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T SRIKRISHNA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2018-2019</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305501</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n G RAGHA PRIYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305502</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n PANDIKALA VAMSI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 190305504</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n PUNYASAMUDRAM UDAY KUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n R VANI SREE</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2017-2018</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"right\">\r\n 318005115</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p align=\"center\">\r\n V.CHANDANA SREELAKSHMI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005118</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n A.JAYAKUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005119</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n M.HARIBABU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005120</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n G.MANJARI</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>',56),(18,'<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"637\" width=\"574\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:30.02%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>Programme</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2022-23</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2021-22</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2020-21</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2019-20</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><strong>2018-19</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.64%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 14</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 38</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 32</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 17</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>22</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 7</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.64%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.64%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 16</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 30</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 29</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 24</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>16</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 15</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 15</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 10</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 9</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>8</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.64%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 14</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 9</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 8</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.64%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800000;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:19px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.64%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 67</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 103</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 96</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 65</strong></span></p>\r\n </td>\r\n <td style=\"width:13.44%;height:35px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>56</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></p>\r\n',46),(19,'<p>\r\n <a href=\"/userfiles/student admission.docx\">STUDENT ADMISSIONS</a></p>\r\n',53),(20,'<p>\r\n <span style=\"color:#f00;\"><a href=\"/userfiles/ADMISSIONS NEW.pdf\">/userfiles/ADMISSIONS NEW.pdf<br />\r\n </a></span></p>\r\n',68),(21,'<p style=\"margin:0cm;text-align:justify;line-height:150%\">\r\n <span style=\"color:#800080;\"><b><i><span style=\"font-size: 11pt; line-height: 150%; font-family: Verdana, sans-serif;\">DEPARTMENT OF HISTORY ADMISSIONS </span></i></b></span></p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">Year</span></strong></span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">2022-23</span></strong></span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">2021-22</span></strong></span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">2020-21</span></strong></span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">2019-20</span></strong></span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"font-size:14px;\"><strong><span style=\"color:#00f;\">2018-19</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Number</span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">18</span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">67</span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">53</span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">66</span></p>\r\n </td>\r\n <td>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<p style=\"margin:0cm;text-align:justify;line-height:150%\">\r\n </p>',48),(22,'<p>\r\n <img alt=\"\" src=\"/userfiles/student addmisison details_page-0001(1).jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/student addmisison details_page-0002(1).jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /></p>\r\n',59),(23,'<div class=\"table-responsive\" style=\"box-sizing: border-box; overflow-x: auto; min-height: 0.01%; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" class=\"table table-condensed table-bordered table-hover table-striped\" style=\"border-collapse: collapse; border-spacing: 0px; background-color: transparent; width: 1071.82px; max-width: 100%; margin-bottom: 20px; border-style: solid; border-color: rgb(221, 221, 221);\">\r\n <tbody style=\"box-sizing: border-box;\">\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 608px; height: 19px;\">\r\n <p align=\"center\" style=\"box-sizing: border-box; margin: 0px 0px 10px 0.55pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\"> Students</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 19px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 608px; height: 17px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 107.7pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">1.1Numberofstudentsonrollsyear wiseduringthelastfiveyears</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 17px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 17px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 591px; height: 17px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">(Allstudentsincampus needstobe consideredhere)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 608px; height: 17px;\">\r\n <p align=\"center\" style=\"box-sizing: border-box; margin: 0px 0px 10px 0.15pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Year1202-23</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Program</strong><strong style=\"box-sizing: border-box;\">name</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Nameofthestudent</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 28px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Student</strong><strong style=\"box-sizing: border-box;\">rollnumber</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 3.6pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Academic</strong><strong style=\"box-sizing: border-box;\">year</strong><strong style=\"box-sizing: border-box;\">ofenrolment</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">B.A/B.COM/B.SC</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">R.PRIYANKA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230310521</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">2022-24</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">SEM-I</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">S.MOUNIKA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230302514</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">T.NITYA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230302515</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">V.KESAVAPRASAD</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">3230303508</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">R.GOWTHAM</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230306508</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">M.RAJESHKUMAR</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230302508</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td colspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 357px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><a href=\"http://b.com/CA1/CA2/B%26I/GEN\" style=\"box-sizing: border-box; background-color: transparent; color: rgb(4, 38, 103); text-decoration-line: none;\">B.COM/CA1/CA2/B&I/GEN</a></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">M.JAGADEESH</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">203202570</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">P.HEMASUNDAR</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230202594</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">T.ROHITH</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230202629</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">R.KEERTHIVASAN</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230202600</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">G.THULASIRAM</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">230202529</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 608px; height: 16px;\">\r\n <p align=\"center\" style=\"box-sizing: border-box; margin: 0px 0px 10px 0.05pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Year22021-22</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Program</strong><strong style=\"box-sizing: border-box;\">name</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Nameofthestudent</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 28px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Student</strong><strong style=\"box-sizing: border-box;\">rollnumber</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 3.6pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Academic</strong><strong style=\"box-sizing: border-box;\">year</strong><strong style=\"box-sizing: border-box;\">ofenrolment</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">B.A/B.COM/B.SC</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">2021-23</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td rowspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">SEM-II</span></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><a href=\"http://b.sc/MSCS/MECS/DZC/BZC/MPCS/BHC\" style=\"box-sizing: border-box; background-color: transparent; color: rgb(4, 38, 103); text-decoration-line: none;\">B.SC/MSCS/MECS/DZ</a>C</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">V.H.LAHARI</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 13px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220304516</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 13px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">G.JEEVITHA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220304512</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td rowspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">E.FARZANA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220304511</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">B.R.RAJASEKHAR</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220304504</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">P.SAIMITILESH</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220304530</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<div style=\"box-sizing: border-box; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px; clear: both;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<div style=\"box-sizing: border-box; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <div class=\"table-responsive\" style=\"box-sizing: border-box; overflow-x: auto; min-height: 0.01%;\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" class=\"table table-condensed table-bordered table-hover table-striped\" style=\"border-collapse: collapse; border-spacing: 0px; background-color: transparent; width: 1071.82px; max-width: 100%; margin-bottom: 20px; border-style: solid; border-color: rgb(221, 221, 221);\">\r\n <tbody style=\"box-sizing: border-box;\">\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">M.AMARESH</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">220307519</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td colspan=\"4\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 608px; height: 16px;\">\r\n <p align=\"center\" style=\"box-sizing: border-box; margin: 0px 0px 10px 0.05pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Year32020-21</strong></span></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 16px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Program</strong><strong style=\"box-sizing: border-box;\">name</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Nameofthestudent</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 28px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Student</strong><strong style=\"box-sizing: border-box;\">rollnumber</strong></span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 28px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 3.6pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong style=\"box-sizing: border-box;\">Academic</strong><strong style=\"box-sizing: border-box;\">year</strong><strong style=\"box-sizing: border-box;\">ofenrolment</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td rowspan=\"2\" style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">B.A/B.COM/B.SC</span></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">SEM-III</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box;\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 154px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 75px; height: 14px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"box-sizing: border-box; background-color: rgb(249, 249, 249);\">\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 92px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">BSC/MECS/MPCS/MSC</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 265px; height: 15px;\">\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 1.8pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">C.SOWMYA</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221, 221, 221); width: 97px; height: 15px;\">\r\n <p align=\"right\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify;\">\r\n <span style=\"color:#00f;\">210307506</span></p>\r\n </td>\r\n <td style=\"box-sizing: border-box; padding: 5px; line-height: 1.42857; vertical-align: top; border-style: solid; border-color: rgb(221,',60);
/*!40000 ALTER TABLE `department_admissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_education`
--
DROP TABLE IF EXISTS `department_education`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_education` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_education`
--
LOCK TABLES `department_education` WRITE;
/*!40000 ALTER TABLE `department_education` DISABLE KEYS */;
INSERT INTO `department_education` VALUES (1,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p align=\"center\">\r\n <strong>DEPAR4TMENT OF TELUGU</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT PROGRESSION/BENEFITED</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"6\" nowrap=\"nowrap\" style=\"width:930px;height:43px;\">\r\n <p>\r\n 5.1.4 Number of students benefitted from guidance/coaching for competitive examinations and career counselling offered by the institution during the year:</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:114px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance/coaching for competitive examinations during the year </strong></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:168px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance / coaching for career counselling during the year</strong></p>\r\n </td>\r\n <td style=\"width:222px;height:89px;\">\r\n <p>\r\n <strong>Number of students placed through campus placement</strong></p>\r\n </td>\r\n <td style=\"width:426px;height:89px;\">\r\n <p>\r\n <strong>Link to the relevant document(s)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:45px;height:61px;\">\r\n <p>\r\n <strong>Name of the Activity </strong></p>\r\n </td>\r\n <td style=\"width:68px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:54px;height:61px;\">\r\n <p>\r\n <strong>Details of career counselling</strong></p>\r\n </td>\r\n <td style=\"width:114px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:222px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:426px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Placement</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n RAMAVATH SAGAR NAIK</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n Archance HR Services PVT Ltd</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wJ50QFP8aho5gNLZM-sHA0iRiSL2Qxai/view?usp=drivesdk\">Photo from akarthik3690</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n THENEPALLI LAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,English Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk\">https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n BANDA SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk\">https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Placement , (Security Supervisor)</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n M KAVERI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n <a href=\"http://dr.br/\">School Name :Dr.BR.Ambedkar, Gurukulam School, GD Nelloor, Chittoor.</a></p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk\">https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n POOJARI SILPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk\">https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n S RAMYA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n Little flower High School C.B. Road Chittoor</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n R SONIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n AP ICET QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MCA, YOGI VEMANA UNIVERSITY, KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk\">https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:33px;\">\r\n <p>\r\n A LAKSHMI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:33px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:33px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:33px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n B K JAGADEESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:131px;\">\r\n <p>\r\n BITHIRI POOJA</p>\r\n </td>\r\n <td style=\"width:54px;height:131px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:131px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,Sri Venkateswara University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:131px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing\">https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n C NITHYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing\">https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n K RUPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing\">https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n M SAHIRA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M VARALAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n MALLE CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n MUDIGOLAM DIVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing\">https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n NANNAGARAM OOHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing\">https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n P NANDITHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing\">https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n PATURU SASI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SALANGALA NAVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK SHAHATAJ</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n UDARA POORNA</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n AASADI SUNIL KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSc QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, YOGI VEMANA UNIVERSITY , KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk\">https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n <strong>Yes</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n ELURU BHANU PRASAD</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n M.sc Aquaculture SV university, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk\">https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n K SAILAJA</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc qualified yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Botany ,sri padmavathi mahila viswavidyalayam tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk\">https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MALA SUDHAKAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n M.sc organic chemistry Vikram Simapuri University, Nellore</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n P SUPRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, SRI PADMAVATI MAHILA VISVAVIDYALAM WOMEN UNIVERSITY , TIRUPATI</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk\">https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n <strong>YES</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BODIGUTTA BHANUPRAKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KADIRI REDDI SEKHARA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N R CALEBRENSWICK</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n DANDU RAJESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:101px;\">\r\n <p>\r\n M FARHATH SAKINA</p>\r\n </td>\r\n <td style=\"width:54px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:101px;\">\r\n <p>\r\n KrazyBee Services Private Limited</p>\r\n </td>\r\n <td style=\"width:426px;height:101px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk\">https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n P HARIKA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-Cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S SASIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n V NARESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n no</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n VIRURU SUNIL</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n C SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n D MAHAMMAD RASOOL</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MANDAGIRI PAVAN KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n PALAMARRI BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K RENESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KANJAVARAM SANGEETHA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n MED PLUS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KOTOORU DAMODARAM</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n APPOLLO</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M GANESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n M GURUNADH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n VIVO SHOW ROOM</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A INDHUMATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n STATE</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A RAJ KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n BPED</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n B BHUPATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITALS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITAL</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n BEEGAM GANGADRI</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BHASKARAN KAMALESHWARAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n CHUKKA ABHINAYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n DASARI PRASANNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n G YOHAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n GANDHUDI HEMAVATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n HEMANTH D</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n KOTAK BANK</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n KOTAK BANK, BANGALORE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n J AKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n JAGGULA HUSSAIN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n K THARUN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n AMAZON WARE HOUSE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n KANIPAKAM SAIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KUPPAGALLU GOPINATH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n MEJARI REDDESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MONDIVEERA LAVAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MURUGESHAN NAVEEN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SIDDARTHA</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n N BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n KUPPAM ENGINEERING COLLEGE</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N GIRI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N SYAM BABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n N THARAK CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NALLAMADA SURESH</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n ACHARYA NAGARJUNA UNIVERSITY</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NANDHANUR SACHIN</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n CHITTOOR RTO</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n RTO OFFICE CHITTOOR ADTT TRACK</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P AKHILA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P KRISHNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R REKHA SHREE</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S ALIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA WEALTH</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK THASINA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:69px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:69px;\">\r\n <p>\r\n T MANOSUSILKUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:69px;\">\r\n <p>\r\n SVU College of Commerce and Management, Computer Science</p>\r\n </td>\r\n <td style=\"width:114px;height:69px;\">\r\n <p>\r\n M.Com (FM)</p>\r\n </td>\r\n <td style=\"width:222px;height:69px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:69px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n CHINNABBA DHANUSH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n IndusInd Bank</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n Tirupathi</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',58),(2,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',47),(3,'<p align=\"center\">\r\n <u>BA 2019-2020 HIGHER EDUCATION</u></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"183\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"387\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <u>BA 2019-2020 PLACEMENTS</u></p>\r\n<p align=\"center\">\r\n <img height=\"330\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"373\" /></p>\r\n<p align=\"center\">\r\n <img height=\"307\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"602\" /></p>\r\n<p align=\"center\">\r\n <img height=\"425\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"601\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n 2020-2021</p>\r\n<p align=\"center\">\r\n <img height=\"800\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"602\" /></p>\r\n<p align=\"center\">\r\n <u>BA 2021-2022</u></p>\r\n<p align=\"center\">\r\n <u>HIGHER EDUCATION</u></p>\r\n<p align=\"center\">\r\n <img height=\"703\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"479\" /></p>\r\n<p align=\"center\">\r\n <img height=\"750\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"451\" /></p>\r\n<p align=\"center\">\r\n <img height=\"1016\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"602\" /></p>\r\n<p align=\"center\">\r\n <img height=\"1075\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"602\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"408\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"424\" /></p>\r\n<p>\r\n <img height=\"709\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"602\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"714\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"601\" /></p>\r\n<p>\r\n <img height=\"803\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"601\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.gif\" width=\"594\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>',54),(5,'<p align=\"center\">\r\n </p>\r\n<p>\r\n <strong>ACADEMIC INFORMATION </strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Level of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Programme</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Name of Programme/ Course</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Duration of Months</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Entry Qualification</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Medium of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Instruction</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Sanctioned</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Strength</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n No. Of Students Admitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>31</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 2018-19</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>290</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>235</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>',67),(7,'<div>\r\n <h1>\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOORDepartmentofChemistry</h1>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:158.15pt;\">\r\n Student Progression from UG to Higher EducationYearofPassoutBatch:2023</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.75pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:5.75pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:135px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:28.75pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:5.2pt;\">\r\n <strong>APPGCET</strong></p>\r\n <p align=\"center\" style=\"margin-left:8.65pt;\">\r\n <strong>Hall TicketNoAdm.No/</strong></p>\r\n <p align=\"center\" style=\"margin-left:5.05pt;\">\r\n <strong>IDcard</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong>Program& Groupstudiedin</strong></p>\r\n <p align=\"center\" style=\"margin-left:7.1pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:23.05pt;\">\r\n <strong>QualifiedSubject</strong></p>\r\n </td>\r\n <td style=\"width:180px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:12.45pt;\">\r\n <strong>University/ Collegein which studentspursuingPG</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:10.75pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.75pt;\">\r\n PDivyaSree</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236448</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:12.45pt;\">\r\n Sri VenkateswaraUniversity,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.15pt;\">\r\n PSreeLekha</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236449</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:5.0pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:17.05pt;\">\r\n AnalyticalChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:10.95pt;\">\r\n Sri VenkateswaraUniversity,Tirupati,</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.75pt;\">\r\n ASunilKumar</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236596</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:15.45pt;\">\r\n YogiVemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:135px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.1pt;\">\r\n PSupriya</p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236599</p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:10.45pt;\">\r\n Sri PadmavathiMahila ViswaVidyalayam,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.75pt;\">\r\n BPooja</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236584</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:12.45pt;\">\r\n Sri VenkateswaraUniversity,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.15pt;\">\r\n MDivya</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236551</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:44.0pt;\">\r\n PVKN Govt. College,Chittoor</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.65pt;\">\r\n PNanditha</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236583</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:44.0pt;\">\r\n PVKN Govt. College,Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:135px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:10.65pt;\">\r\n CNithya</p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020236518</p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:103px;\">\r\n <p style=\"margin-left:44.0pt;\">\r\n PVKN Govt. College,Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:28.25pt;\">\r\n N.Ooha</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.45pt;\">\r\n 31020236504</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:44.0pt;\">\r\n PVKN Govt. College,Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:7.25pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.75pt;\">\r\n M.Sudhakar</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020237168</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.6pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n M.Sc OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:180px;height:102px;\">\r\n <p style=\"margin-left:14.45pt;\">\r\n VikramaSimhapuriUniversity,Nellore</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image006.gif\" width=\"731\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"99\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"163\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:47.7pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image009.gif\" width=\"731\" /><img height=\"895\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"574\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image012.gif\" width=\"731\" /><img height=\"895\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image014.gif\" width=\"602\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:34.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"856\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"595\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:23.85pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image018.gif\" width=\"731\" /><img height=\"887\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"596\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:39.8pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"877\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"560\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:25.5pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"864\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"597\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:27.3pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"879\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image027.jpg\" width=\"600\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:27.5pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"872\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"606\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:14.5pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"907\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"627\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:52.3pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" /><img height=\"932\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"581\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <h1>\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image034.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image035.jpg\" width=\"83\" /><img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image036.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOORDepartmentofChemistry</h1>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:158.15pt;\">\r\n Student Progression from UG to Higher EducationYearofPassoutBatch:2022</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.75pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:5.75pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:135px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:28.75pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:5.2pt;\">\r\n <strong>APPGCET</strong></p>\r\n <p align=\"center\" style=\"margin-left:8.65pt;\">\r\n <strong>Hall TicketNoAdm.No/</strong></p>\r\n <p align=\"center\" style=\"margin-left:5.05pt;\">\r\n <strong>IDcard</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:17.1pt;\">\r\n <strong>MobileNo</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p style=\"margin-left:7.0pt;\">\r\n <strong>Program& Groupstudiedin</strong></p>\r\n <p align=\"center\" style=\"margin-left:7.55pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:12.9pt;\">\r\n <strong>QualifiedSubject</strong></p>\r\n </td>\r\n <td style=\"width:141px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:6.4pt;\">\r\n <strong>University/College in whichstudents</strong></p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n <strong>pursuing PG</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:10.75pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:135px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.75pt;\">\r\n T.Dwarakanath</p>\r\n </td>\r\n <td style=\"width:123px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228606</p>\r\n </td>\r\n <td style=\"width:66px;height:134px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 83748</p>\r\n <p style=\"margin-left:7.6pt;\">\r\n 12896</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.55pt;\">\r\n B.ScMBC</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:13.9pt;\">\r\n SriVenkateswaraUniversity,</p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:135px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:27.75pt;\">\r\n A.Divya</p>\r\n </td>\r\n <td style=\"width:123px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228476</p>\r\n </td>\r\n <td style=\"width:66px;height:134px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:7.6pt;\">\r\n 91826</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 89605</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.2pt;\">\r\n B.ScBHC</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n AnalyticalChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:13.9pt;\">\r\n SriVenkateswaraUniversity,</p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Tirupati,</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:24.25pt;\">\r\n E.Bhavya</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228482</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n 63008</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 32449</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.2pt;\">\r\n B.ScBHC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:10.25pt;\">\r\n Yogi VemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p style=\"margin-left:38.25pt;\">\r\n M.ChandrakalaDevi</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228485</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n 79933</p>\r\n <p style=\"margin-left:8.6pt;\">\r\n 81412</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.2pt;\">\r\n B.ScBHC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:10.25pt;\">\r\n Yogi VemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:22.25pt;\">\r\n R.Menaka</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228448</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.1pt;\">\r\n 812131</p>\r\n <p style=\"margin-left:10.1pt;\">\r\n 0248</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.55pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:10.25pt;\">\r\n Yogi VemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:5.75pt;\">\r\n R.Dhanalakshmi</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228681</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n 63052</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 99737</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.55pt;\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:10.25pt;\">\r\n Yogi VemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n E.Manjula</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228506</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n 70757</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 36065</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:10.25pt;\">\r\n Yogi VemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:135px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n P.Vaishnavi</p>\r\n </td>\r\n <td style=\"width:123px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228428</p>\r\n </td>\r\n <td style=\"width:66px;height:134px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:7.6pt;\">\r\n 94913</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 94638</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Sri PadmavathiMahila ViswaVidyalayam,</p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Tirupati.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:135px;height:102px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:22.75pt;\">\r\n C.Gayatri</p>\r\n </td>\r\n <td style=\"width:123px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020227475</p>\r\n </td>\r\n <td style=\"width:66px;height:102px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n 93467</p>\r\n <p style=\"margin-left:6.6pt;\">\r\n 05806</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n B.ScMPC</p>\r\n </td>\r\n <td style=\"width:95px;height:102px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:102px;\">\r\n <p style=\"margin-left:31.9pt;\">\r\n J.K.C. College,Guntur.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:7.25pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:135px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n V. Kanchana</p>\r\n </td>\r\n <td style=\"width:123px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.6pt;\">\r\n 31020228505</p>\r\n </td>\r\n <td style=\"width:66px;height:134px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n B.ScBZC</p>\r\n </td>\r\n <td style=\"width:95px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:7.05pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.95pt;\">\r\n OrganicChemistry</p>\r\n </td>\r\n <td style=\"width:141px;height:134px;\">\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Sri PadmavathiMahila ViswaVidyalayam,</p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n Tirupati.</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"99\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image037.jpg\" width=\"163\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:49.45pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"882\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"556\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:28.95pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"860\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image041.jpg\" width=\"598\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:22.55pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"860\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"623\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.4pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"869\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"591\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:30.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image036.gif\" width=\"731\" /><img height=\"881\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image047.jpg\" width=\"603\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:34.85pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"850\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"571\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:32.35pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"884\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image051.jpg\" width=\"579\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:34.35pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image012.gif\" width=\"731\" /><img height=\"890\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image053.jpg\" width=\"571\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:18.95pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"947\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image055.jpg\" width=\"598\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"866\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image057.jpg\" width=\"580\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <h1>\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image058.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image059.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOORDepartmentofChemistry</h1>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:158.15pt;\">\r\n Student Progression from UG to Higher EducationYearofPassoutBatch:2021</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:56px;height:154px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:154px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:38.75pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:154px;\">\r\n <p align=\"center\" style=\"margin-left:6.2pt;\">\r\n <strong>EntranceExamHallTicketNumber/Adm.No/</strong></p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n <strong>IDcard</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:154px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n <strong>Program& GroupstudiedinUG</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:154px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:19.75pt;\">\r\n <strong>QualifiedSubject</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:154px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:9.2pt;\">\r\n <strong>University/College in whichstudents pursuingPG</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:161px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n AMGaythri</p>\r\n </td>\r\n <td style=\"width:95px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:6.25pt;\">\r\n 30609105</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n 027</p>\r\n </td>\r\n <td style=\"width:95px;height:51px;\">\r\n <p style=\"margin-left:6.75pt;\">\r\n B.ScBZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:51px;\">\r\n <p style=\"margin-left:7.7pt;\">\r\n YogiVemanaUniversity,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n GSandhya</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n 1060980</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n BZC(TM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.3pt;\">\r\n PVKN Govt.</p>\r\n <p align=\"center\" style=\"margin-left:9.55pt;\">\r\n College,Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n GKMahesh</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n 2200575</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n B.ScBZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Psychology</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n SriVenkateswaraUniversity,</p>\r\n <p align=\"center\" style=\"margin-left:9.65pt;\">\r\n Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n T.S.</p>\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n Jyotheeswaran</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n 2200586</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n B.ScBZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Psychology</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n SriVenkateswaraUniversity,</p>\r\n <p align=\"center\" style=\"margin-left:9.65pt;\">\r\n Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:27.75pt;\">\r\n T.Hemanth</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n 2022735</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n B.ScBZC(TM)</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:25.25pt;\">\r\n B.P.Ed</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n SriVenkateswara</p>\r\n <p align=\"center\" style=\"margin-left:9.6pt;\">\r\n University,Tirupati</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"99\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image060.jpg\" width=\"163\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"892\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image062.jpg\" width=\"612\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"947\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image064.gif\" width=\"644\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:108.65pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"473\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image066.jpg\" width=\"423\" /></p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"451\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image068.jpg\" width=\"408\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:72.3pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image069.gif\" width=\"731\" /><img height=\"616\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image071.gif\" width=\"493\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <h1>\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image072.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image073.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image074.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOORDepartmentofChemistry</h1>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:158.15pt;\">\r\n Student Progression from UG to Higher EducationYearofPassoutBatch:2020</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:56px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:151px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:35.25pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:9.25pt;\">\r\n <strong>EntranceExamHallTicket</strong></p>\r\n <p align=\"center\" style=\"margin-left:15.35pt;\">\r\n <strong>Number</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n <strong>Program& GroupstudiedinUG</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:19.75pt;\">\r\n <strong>QualifiedSubject</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:9.2pt;\">\r\n <strong>University/College in whichstudents pursuingPG</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:151px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.0pt;\">\r\n TGowtham Kumar</p>\r\n </td>\r\n <td style=\"width:104px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n 1060621</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:22.75pt;\">\r\n B.ScMPC</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n SriVenkateswaraUniversity,</p>\r\n <p align=\"center\" style=\"margin-left:9.65pt;\">\r\n Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:4.9pt;\">\r\n MYaswanth</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p align=\"right\">\r\n 1061271</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:22.75pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:22.75pt;\">\r\n MPC</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.45pt;\">\r\n YogiVemana</p>\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n University,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:89px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:151px;height:89px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:23.25pt;\">\r\n G.Gouthami</p>\r\n </td>\r\n <td style=\"width:104px;height:89px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:18.75pt;\">\r\n 104167</p>\r\n </td>\r\n <td style=\"width:95px;height:89px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:22.75pt;\">\r\n B.Sc</p>\r\n </td>\r\n <td style=\"width:113px;height:89px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:89px;\">\r\n <p align=\"center\" style=\"margin-left:16.75pt;\">\r\n SriPadmavatiMahilaVisvavidyalyam,</p>\r\n <p align=\"center\" style=\"margin-left:9.65pt;\">\r\n Tirupati</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"99\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image075.jpg\" width=\"163\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image074.gif\" width=\"731\" /><img height=\"862\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image077.jpg\" width=\"608\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image036.gif\" width=\"731\" /><img height=\"891\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image079.jpg\" width=\"611\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"743\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image081.jpg\" width=\"598\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <h1>\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image082.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image083.jpg\" width=\"83\" /><img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image009.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOORDepartmentofChemistry</h1>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:158.15pt;\">\r\n Student Progression from UG to Higher EducationYearofPassoutBatch:2019</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:56px;height:103px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:151px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:35.25pt;\">\r\n <strong>Nameofthestudent</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:9.25pt;\">\r\n <strong>EntranceExamHallTicket</strong></p>\r\n <p align=\"center\" style=\"margin-left:15.35pt;\">\r\n <strong>Number</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n <strong>Program& GroupstudiedinUG</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:103px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:19.75pt;\">\r\n <strong>QualifiedSubject</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:103px;\">\r\n <p align=\"center\" style=\"margin-left:9.2pt;\">\r\n <strong>University/College in whichstudents pursuingPG</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n DKrishnamoorthy</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p align=\"right\">\r\n 19103344</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.45pt;\">\r\n YogiVemana</p>\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n University,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:5.05pt;\">\r\n BPurushotham</p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n Reddy</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p align=\"right\">\r\n 19103346</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n BZC(TM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.45pt;\">\r\n YogiVemana</p>\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n University,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:4.9pt;\">\r\n NYaswanth</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p align=\"right\">\r\n 19103339</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:9.45pt;\">\r\n YogiVemana</p>\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n University,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:44px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:151px;height:44px;\">\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n CChandraKumar</p>\r\n </td>\r\n <td style=\"width:104px;height:44px;\">\r\n <p align=\"right\">\r\n 20103071</p>\r\n </td>\r\n <td style=\"width:95px;height:44px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:5.55pt;\">\r\n MPC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:44px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:44px;\">\r\n <p align=\"center\" style=\"margin-left:9.45pt;\">\r\n YogiVemana</p>\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n University,Kadapa</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n GRadhakrishna</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p style=\"margin-left:13.75pt;\">\r\n 1060980</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:5.55pt;\">\r\n MPC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p style=\"margin-left:10.75pt;\">\r\n SriVenkateswara</p>\r\n <p style=\"margin-left:6.7pt;\">\r\n University,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n BAshok</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p style=\"margin-left:13.75pt;\">\r\n 1060080</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:5.55pt;\">\r\n MPC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p style=\"margin-left:10.75pt;\">\r\n SriVenkateswara</p>\r\n <p style=\"margin-left:6.7pt;\">\r\n University,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:151px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n CYugandhar</p>\r\n </td>\r\n <td style=\"width:104px;height:45px;\">\r\n <p style=\"margin-left:15.75pt;\">\r\n 1060191</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n B.Sc</p>\r\n <p align=\"center\" style=\"margin-left:5.55pt;\">\r\n MPC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:45px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:45px;\">\r\n <p style=\"margin-left:10.75pt;\">\r\n SriVenkateswara</p>\r\n <p style=\"margin-left:6.7pt;\">\r\n University,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:151px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n SSuresh</p>\r\n </td>\r\n <td style=\"width:104px;height:67px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:14.75pt;\">\r\n 1061088</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:7.75pt;\">\r\n B.ScMPC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n M.Sc</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Chemistry</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p align=\"center\" style=\"margin-left:9.8pt;\">\r\n SriVenkateswara</p>\r\n <p align=\"center\" style=\"margin-left:9.2pt;\">\r\n Arts College,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:89px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.3pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:151px;height:89px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n SLakshmi</p>\r\n </td>\r\n <td style=\"width:104px;height:89px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n 2082301</p>\r\n </td>\r\n <td style=\"width:95px;height:89px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:9.75pt;\">\r\n B.ScBZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:89px;\">\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Diploma inHospitalSterilization</p>\r\n <p align=\"center\" style=\"margin-left:6.75pt;\">\r\n Technology</p>\r\n </td>\r\n <td style=\"width:161px;height:89px;\">\r\n <p align=\"center\" style=\"margin-left:9.55pt;\">\r\n ChristianMedicalCollege, Vellore,Tamilnadu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:5.3pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:151px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.95pt;\">\r\n JDeepa</p>\r\n </td>\r\n <td style=\"width:104px;height:67px;\">\r\n <p>\r\n </p>\r\n <p align=\"right\">\r\n 90051053</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n B.ScBZC(EM)</p>\r\n </td>\r\n <td style=\"width:113px;height:67px;\">\r\n <p style=\"margin-left:20.75pt;\">\r\n TechnicalTrainee</p>\r\n </td>\r\n <td style=\"width:161px;height:67px;\">\r\n <p style=\"margin-left:12.25pt;\">\r\n AmaraRajaEnergy</p>\r\n <p style=\"margin-left:37.25pt;\">\r\n and Mobility Ltd,Tirupati</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"99\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image084.jpg\" width=\"163\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image069.gif\" width=\"731\" /><img height=\"445\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image086.jpg\" width=\"596\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"420\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image088.jpg\" width=\"549\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.gif\" width=\"731\" /><img height=\"876\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image090.jpg\" width=\"599\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"939\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image091.gif\" width=\"731\" /></p>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"620\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image093.jpg\" width=\"589\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.35pt;\">\r\n <img height=\"300\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image094.gif\" width=\"731\" /><img height=\"910\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image096.jpg\" width=\"599\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"895\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image098.jpg\" width=\"609\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"900\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image100.jpg\" width=\"638\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:35.0pt;\">\r\n <img height=\"897\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image102.jpg\" width=\"606\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:91.15pt;\">\r\n <img height=\"476\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image104.jpg\" width=\"452\" /></p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_97',45),(8,'<p align=\"center\">\r\n <strong>Student progression</strong></p>\r\n<p align=\"center\">\r\n <strong><u>P.V.K.N. GOVT. COLLEGE(A), CHITTOOR</u></strong></p>\r\n<p align=\"center\">\r\n <strong><u>B.Sc. MATHEMATICS STUDENTS NIRF LIST(2018-2021)</u></strong></p>\r\n<table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"690\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>Hall ticket </strong></p>\r\n <p>\r\n <strong>Number</strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>Name of the student</strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong>Year of passing</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong>Mobile No.</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong>Course completed </strong></p>\r\n <p>\r\n <strong>or not</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong>Current status</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301501</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A SIREESHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9014566975</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Multiman Power ,CARBON, Renigunta</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C PRAVEEN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p align=\"center\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n G GEETHANJALI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9346502811</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.Sc. Organic Chemistry PGCET Rank- 6243 (Sc – 869 Category )</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PANDRAVETI MADHUSUDHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8247296737</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.C.A., RCR MBA College, Karakambadi, Tirupathi</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S GOVARDHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8247296737</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MPcs</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n BHEEMAVARAM HAREESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 8</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C VIKRAM</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 9</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303504</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHINTAMAKULA SAIRAM</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303505</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHITTIPIRALLA DILEEP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n G AVATHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6305324195</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 12</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K V HARITHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7075950885</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Testing operator in Dixon, Renigunta, M.Sc. Physics PGCET Rank-236</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 13</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303508</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N. JAYAPRATHAP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9052420168</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Cognizant company with 2.5 LPA , M.Sc. Physics PGCET Rank-115 , M.Sc. Computer Science PGCET Rank-269</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303509</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n O NARENDRA BABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 15</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303510</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n O VENKATACHALAPATHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8790914062</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.Sc. Computer Science, PGCET Rank-258.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 16</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303512</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PAKALA JAGADEESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 17</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303513</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R ABDUL RAHAMAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9704261067</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Godown Incharge, Apollo Medical College, Murakambattu, Chittoor.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 18</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303514</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n SHAIK BABUBASHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 19</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303515</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n SHAIK CHAND BASHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 20</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303516</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T AJAY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7995339244</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Ward Vlounteer(32 Ward ) 5,000 per month , Ram Nagar Colony , SC , ST , BC Human rights Chairman in Global Human Right Association (GHRAA) 10,000 per month , Bazar Street Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MSCs</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 22</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304501</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A DILEEP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7989679054</p>\r\n <p>\r\n 8978133184</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n PG Computer Science PGCET Rank-1587 ( Rank -67 in NCC Category )</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 23</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A DINESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 24</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A LIKITH REDDY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9966284157</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Cognizant company with 2.5 LPA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 25</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304505</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C DAMODHARAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C MURALI MOHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9177824797</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec technologies (13.5 K)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 27</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C SUBHASRI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6303221774</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Delloite</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 28</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304508</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHEMBETI SWETHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7207458890</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec Technologies Bangalore Salary – 1,60,212 per annum</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 29</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304509</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHENGATU MAHENDRABABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 30</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304510</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n D USHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 31</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304511</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n J SATISH KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 32</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304513</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K BABU RAO</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 33</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304516</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K PUSHPARAJ</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 34</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304518</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n KUPPIREDDIGARI BALAJI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 35</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304520</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N KISHORE</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6303076095</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Apprentice +CC</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 36</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304521</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N MAHESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 37</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304524</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n P G VIJAY KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6302181987</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIIsec technology Bangalore : salary 1,60212</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 38</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304525</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PONNA SUNIL</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 39</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304526</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PRATHAP JAGAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7780225270</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n BPO - CC</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 40</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304527</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R KIRAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 41</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304528</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R LAVANYA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9052303353</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Department Manager in Reliance Retail</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 42</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304529</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R RAJ KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 43</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304530</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R RAJKUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 44</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304531</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R SASI KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 45</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304532</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R VIVEK</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 46</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304533</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S AFSANA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 47</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304534</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S ASHA JYOTHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9703301706</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec Technologies Banglore salary 1,60212 per annum</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 48</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304535</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S RAJA KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 49</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304536</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S SUREKHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 50</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304537</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T M HEMANTH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 51</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304538</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T NAVEEN KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 52</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304539</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T RAKESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 53</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304540</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T SAI PRASAD</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 54</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304541</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n THOTA GAJENDRA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 55</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304543</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n V SACHIN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 56</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304544</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n VARDHIREDDY VENKATA BHASKAR REDDY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 57</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304545</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n MEKALA CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 58</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Student Achievements</strong></p>\r\n<p align=\"center\">\r\n <img height=\"311\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"299\" /><img height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"326\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"394\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"617\" /></p>\r\n<p align=\"center\">\r\n <img height=\"405\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"667\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"387\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"655\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"399\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"599\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n e<img height=\"445\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"605\" /></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"603\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"436\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"620\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"412\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"607\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"620\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"392\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"632\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"396\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image027.jpg\" width=\"670\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"435\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"658\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img alt=\"WhatsApp Image 2024-07-11 at 2.35.09 PM (1)\" height=\"660\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"629\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img alt=\"WhatsApp Image 2024-07-11 at 2.37.47 PM (2)\" height=\"752\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"605\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Faculty Achievments:</strong></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image034.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image035.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"431\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image037.jpg\" width=\"657\" /></p>\r\n<p align=\"center\">\r\n <img height=\"400\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"647\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"452\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image040.jpg\" width=\"448\" /></p>\r\n<p align=\"center\">\r\n <img height=\"386\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image041.jpg\" width=\"595\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img height=\"355\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"225\" /></strong> <strong> <img height=\"346\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"329\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"336\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"529\" /><br />\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"440\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image048.jpg\" width=\"528\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"1200\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"540\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"525\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image050.jpg\" width=\"545\" /></p>\r\n<p align=\"center\">\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image052.png\" width=\"552\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image054.png\" width=\"571\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image056.png\" width=\"595\" /><img height=\"576\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image057.jpg\" width=\"548\" /></p>\r\n<p align=\"center\">\r\n <img height=\"938\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image059.png\" width=\"608\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"457\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image060.jpg\" width=\"569\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"406\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image062.jpg\" width=\"477\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n V.Roopa III B.Sc (Mathematics,Statistics,Computer Science) studied in the academic year 2019-2022 at P.V.K.N Govt College(Autonomous),Chittoor.She selected as “Trainee” at “Hexaware Office” on 22-8-2022.</p>\r\n<p align=\"center\">\r\n <img height=\"811\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image064.png\" width=\"601\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N.GOVT.(A), COLLEGE, CHITTOOR</p>\r\n<p align=\"center\">\r\n <u>DEPARTMENT OF MATHEMATICS</u></p>\r\n<p align=\"center\">\r\n <u>Student Progression </u></p>\r\n<p align=\"center\">\r\n <u>ACADEMIC YEAR 2021-2022</u></p>\r\n<p align=\"center\" style=\"margin-left:21.3pt;\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:743px;\" width=\"743\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>S .NO</strong></p>\r\n </td>\r\n <td style=\"width:147px;height:19px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n <strong>NAME</strong></p>\r\n </td>\r\n <td style=\"width:109px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Contact no</strong></p>\r\n </td>\r\n <td style=\"width:242px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>PG</strong></p>\r\n </td>\r\n <td style=\"width:208px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Details</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n M. Amreen</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 9154693739</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n In VIT , Vellore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n B.Bhuvaneshwar prasad</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8790660408</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Krishnadevaraya university,Ananthapuram</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n S.Shaheeda</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8317501241</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Yogi vemana university , Kadapa .</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n S.Vinodhini</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 7075081350</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc[Mathematics],APPGCET-2022 – Rank -21</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Central university, kerala , She joined in Msc [Mathematics] through CUSET</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p align=\"center\" style=\"margin-left:2.35pt;\">\r\n Chadulla.Gayathri</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 9346705806</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc [Chemistry] AP-PGCET-2022</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n P.Bhuvaneswari</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 6304672545</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc[Mathematics],APPGCET-2022 – Rank - 714</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"401\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image066.jpg\" width=\"238\" /><strong><img height=\"400\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image067.jpg\" width=\"276\" /></strong></p>\r\n<p align=\"center\">\r\n <img height=\"389\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image068.jpg\" width=\"407\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"517\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image069.png\" width=\"488\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N.GOVT.(A), COLLEGE, CHITTOOR</p>\r\n<p align=\"center\">\r\n <u>DEPARTMENT OF MATHEMATICS</u></p>\r\n<p align=\"center\">\r\n <u>Employment Progression</u></p>\r\n<p align=\"center\">\r\n <u>ACADEMIC YEAR 2021-2022</u></p>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:728px;\" width=\"728\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>S .NO</strong></p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p style=\"margin-left:-5.65pt;\">\r\n <strong>NAME</strong></p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Contact no</strong></p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>PG</strong></p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Details</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n N.Harshith</p>\r\n <p>\r\n III B.Sc(M.P.Cs)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8142416451</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\">\r\n Trainee software Engineer C++ (13-09-2022)</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\">\r\n Vectone mobile services Pvt.Ltd , Bangalore.</p>\r\n <p align=\"center\">\r\n Annual Income -4,84,587/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n V.Roopa</p>\r\n <p>\r\n III B.Sc(M.S.Cs)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8991291836</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\">\r\n Trainee 15,000 per month</p>\r\n <p align=\"center\">\r\n (22-08-2022)</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\">\r\n Hexaware office ,Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.V. Nandhini</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9177379184</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Lecturer in Mathematics</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Sitams College , Chittoor</p>\r\n <p>\r\n Salary – 17,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n A .Saida Banu</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 8328499135</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Lecturer in Mathematics</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Vivekananda Junior College , Chittoor</p>\r\n <p>\r\n Salary – 8,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n P.Pavithra</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9154468685</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Voluntary</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Chinna Thiruvur(V) , S.R Pouram (M),Marimalli(P)</p>\r\n <p>\r\n Salary – 5,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.Ansar</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9182751058</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Vijyam School,Dhamalacheruvu</p>\r\n <p>\r\n Salary – 20,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n P.V.Saranya</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9398181400</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n R.K.Model School ,Chittoor</p>\r\n <p>\r\n Salary-10,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.Bhanu</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9182447361</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n IT Company</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Kriya IT PVT Ltd ,Chittoor</p>\r\n <p>\r\n Salary-10,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n K.B.Prakash</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 8897796312</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Software</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Concentrix ,Bangalore</p>\r\n <p>\r\n Salary-25,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n <u>10</u></p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n S.Harika</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 7995234684</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Narayana English Medium School , Chittoor.</p>\r\n <p>\r\n Salary-19,000/- PM</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"259\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image071.jpg\" width=\"549\" /> </p>\r\n<p>\r\n <img height=\"272\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image073.jpg\" width=\"542\" /> </p>\r\n<p>\r\n S. Karimunnisa , II MSc Mathematics participated and secured <img height=\"28\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image075.png\" width=\"33\" /> Prize in the Seminar on unsung Freedom Fighters in English conducted by Nehru Yuva Kendra Chittoor –AP,YUVA UTSAV-2022 on 12-10-2022 .</p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1330px;\" width=\"1330\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:148px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Department</strong></p>\r\n </td>\r\n <td style=\"width:125px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Student</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Programme of study</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Institution joined</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:139px;height:79px;\">\r\n <p>\r\n <strong>Placement/Progressed to Higher Education</strong></p>\r\n </td>\r\n <td style=\"width:422px;height:79px;\">\r\n <p>\r\n <strong>Name of the CET appeared (APPGCET, APICET, APEDCET, CUCET)</strong></p>\r\n </td>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:149px;height:79px;\">\r\n <p>\r\n <strong>Rank obtained</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:79px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:30px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:30px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:30px;\">\r\n <p>\r\n <strong>K Reddy Sekhar</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:30px;\">\r\n <p>\r\n <strong>MPCS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:30px;\">\r\n <p>\r\n <strong>SVCET</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:30px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:30px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:30px;\">\r\n <p align=\"right\">\r\n <strong>9019</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:30px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:30px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>B.Bhanu prakash</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n <strong>MPCS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>SVCET</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p align=\"right\">\r\n <strong>9163</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:24px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:24px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:24px;\">\r\n <p>\r\n <strong>N.Calebrenswick</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:24px;\">\r\n <p>\r\n MPCs</p>\r\n </td>\r\n <td style=\"width:139px;height:24px;\">\r\n <p>\r\n <strong>SITAMS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:24px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:24px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:24px;\">\r\n <p align=\"right\">\r\n <strong>8296</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:24px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:24px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>D.Rajesh</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>SVCE, Tirupati</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p align=\"right\">\r\n <strong>8136</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>V.Naresh</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>Vijayam college, Chittoor</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n V.Sasikiran</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>SITAMS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:22px;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:22px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:22px;\">\r\n <p>\r\n K.S.Saravana Kumar</p>\r\n </td>\r\n <td style=\"width:89px;height:22px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:22px;\">\r\n <p>\r\n <strong>SVCE,Tirupati</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:22px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:22px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:22px;\">\r\n <p align=\"right\">\r\n <strong>17000</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:22px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:22px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n S.Ramya</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MPC</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n Vijayam College,Chittoor</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n A.Harini</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n VEMU Institute ,P.kothakota</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:22px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:22px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:22px;\">\r\n <p>\r\n R..Sonia</p>\r\n </td>\r\n <td style=\"width:89px;height:22px;\">\r\n <p>\r\n MPC</p>\r\n </td>\r\n ',43),(9,'<p align=\"center\">\r\n <strong>DEPAR4TMENT OF ENGLISH</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT PROGRESSION/BENEFITED</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"6\" nowrap=\"nowrap\" style=\"width:930px;height:43px;\">\r\n <p>\r\n 5.1.4 Number of students benefitted from guidance/coaching for competitive examinations and career counselling offered by the institution during the year:</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:114px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance/coaching for competitive examinations during the year </strong></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:168px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance / coaching for career counselling during the year</strong></p>\r\n </td>\r\n <td style=\"width:222px;height:89px;\">\r\n <p>\r\n <strong>Number of students placed through campus placement</strong></p>\r\n </td>\r\n <td style=\"width:426px;height:89px;\">\r\n <p>\r\n <strong>Link to the relevant document(s)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:45px;height:61px;\">\r\n <p>\r\n <strong>Name of the Activity </strong></p>\r\n </td>\r\n <td style=\"width:68px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:54px;height:61px;\">\r\n <p>\r\n <strong>Details of career counselling</strong></p>\r\n </td>\r\n <td style=\"width:114px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:222px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:426px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Placement</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n RAMAVATH SAGAR NAIK</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n Archance HR Services PVT Ltd</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wJ50QFP8aho5gNLZM-sHA0iRiSL2Qxai/view?usp=drivesdk\">Photo from akarthik3690</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n THENEPALLI LAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,English Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk\">https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n BANDA SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk\">https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Placement , (Security Supervisor)</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n M KAVERI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n <a href=\"http://dr.br/\">School Name :Dr.BR.Ambedkar, Gurukulam School, GD Nelloor, Chittoor.</a></p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk\">https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n POOJARI SILPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk\">https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n S RAMYA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n Little flower High School C.B. Road Chittoor</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n R SONIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n AP ICET QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MCA, YOGI VEMANA UNIVERSITY, KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk\">https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:33px;\">\r\n <p>\r\n A LAKSHMI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:33px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:33px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:33px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n B K JAGADEESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:131px;\">\r\n <p>\r\n BITHIRI POOJA</p>\r\n </td>\r\n <td style=\"width:54px;height:131px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:131px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,Sri Venkateswara University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:131px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing\">https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n C NITHYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing\">https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n K RUPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing\">https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n M SAHIRA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M VARALAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n MALLE CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n MUDIGOLAM DIVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing\">https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n NANNAGARAM OOHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing\">https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n P NANDITHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing\">https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n PATURU SASI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SALANGALA NAVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK SHAHATAJ</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n UDARA POORNA</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n AASADI SUNIL KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSc QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, YOGI VEMANA UNIVERSITY , KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk\">https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n <strong>Yes</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n ELURU BHANU PRASAD</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n M.sc Aquaculture SV university, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk\">https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n K SAILAJA</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc qualified yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Botany ,sri padmavathi mahila viswavidyalayam tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk\">https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MALA SUDHAKAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n M.sc organic chemistry Vikram Simapuri University, Nellore</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n P SUPRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, SRI PADMAVATI MAHILA VISVAVIDYALAM WOMEN UNIVERSITY , TIRUPATI</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk\">https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n <strong>YES</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BODIGUTTA BHANUPRAKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KADIRI REDDI SEKHARA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N R CALEBRENSWICK</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n DANDU RAJESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:101px;\">\r\n <p>\r\n M FARHATH SAKINA</p>\r\n </td>\r\n <td style=\"width:54px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:101px;\">\r\n <p>\r\n KrazyBee Services Private Limited</p>\r\n </td>\r\n <td style=\"width:426px;height:101px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk\">https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n P HARIKA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-Cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S SASIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n V NARESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n no</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n VIRURU SUNIL</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n C SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n D MAHAMMAD RASOOL</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MANDAGIRI PAVAN KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n PALAMARRI BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K RENESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KANJAVARAM SANGEETHA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n MED PLUS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KOTOORU DAMODARAM</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n APPOLLO</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M GANESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n M GURUNADH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n VIVO SHOW ROOM</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A INDHUMATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n STATE</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A RAJ KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n BPED</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n B BHUPATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITALS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITAL</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n BEEGAM GANGADRI</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BHASKARAN KAMALESHWARAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n CHUKKA ABHINAYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n DASARI PRASANNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n G YOHAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n GANDHUDI HEMAVATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n HEMANTH D</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n KOTAK BANK</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n KOTAK BANK, BANGALORE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n J AKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n JAGGULA HUSSAIN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n K THARUN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n AMAZON WARE HOUSE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n KANIPAKAM SAIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KUPPAGALLU GOPINATH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n MEJARI REDDESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MONDIVEERA LAVAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MURUGESHAN NAVEEN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SIDDARTHA</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n N BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n KUPPAM ENGINEERING COLLEGE</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N GIRI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N SYAM BABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n N THARAK CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NALLAMADA SURESH</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n ACHARYA NAGARJUNA UNIVERSITY</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NANDHANUR SACHIN</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n CHITTOOR RTO</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n RTO OFFICE CHITTOOR ADTT TRACK</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P AKHILA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P KRISHNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R REKHA SHREE</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S ALIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA WEALTH</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK THASINA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:69px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:69px;\">\r\n <p>\r\n T MANOSUSILKUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:69px;\">\r\n <p>\r\n SVU College of Commerce and Management, Computer Science</p>\r\n </td>\r\n <td style=\"width:114px;height:69px;\">\r\n <p>\r\n M.Com (FM)</p>\r\n </td>\r\n <td style=\"width:222px;height:69px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:69px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n CHINNABBA DHANUSH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n IndusInd Bank</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n Tirupathi</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',55),(10,'<p>\r\n <a href=\"/userfiles/CS Progression 2022-23.xlsx\">/userfiles/CS Progression 2022-23.xlsx<br />\r\n </a></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n',46),(11,'<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:559px;\" width=\"559\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 200308503</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n TEMALLE DWARAKANATH</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n M.Sc. Chemistry</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n STUDENT PROGRESSION</p>',56),(12,'<h1 style=\"text-align: center;\">\r\n <span color:=\"\" comic=\"\" font-size:=\"\" sans=\"\" style=\"font-family: \"> DEPARTMENT OF PHYSICS & ELECTRONICS</span></h1>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"> PVKN GOVT. DEGREE COLLEGE(A), CHITTOOR </span></span></span></h2>\r\n<h1 style=\"text-align: center;\">\r\n <u><em><strong><span style=\"color:#f00;\">Student Progression to Higher Education</span></strong></em></u></h1>\r\n<p align=\"center\" style=\"margin-left:-21.3pt;\">\r\n </p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"height: 100px; width: 700px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>A<span style=\"color:#006400;\">cademic Year</span></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:14px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Name of student placed / enrolling into higher education and contact details</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:14px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Progressed to Higher Education</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:14px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Program graduated from</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:14px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Name of institution joined in higher education</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><strong> 2023-2024</strong></span></p>\r\n <p>\r\n <span style=\"color:#800080;\"><strong> 2023-2024</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>S.ManojKumar</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MSc Electronics</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>S.V.University,Tirupati</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>S.Mahaboob Chan</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MSc Electronics</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Blended BSc</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Yogivemana University</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"8\" style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#800080;\"><strong> 2022-2023</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>C.Sireesha</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Vijayam PG College-Chittoor-517003.</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>D.Mahammad Rasool</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Vijayam PG College-Chittoor-517003.</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>P. Hemanth</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Vijayam PG College-Chittoor-517003.</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>V. Hari babu</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Vijayam PG College-Chittoor-517003.</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>B.Bhanu Pkash</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MPCs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SV CET</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>K.Reddy Sekara</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MPCs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SV CET</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>N.R.Calebrenswick</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MPCs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SITAMS</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>R.Sonia</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MPC</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>YVU,KADAPA</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><strong> 2021-2022</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>R.P.Ajith kumar</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>M.E.Cs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Vijayam PG College-Chittoor-517003.</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>T.Sasikala</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MCA</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>MPCs</strong></span></p>\r\n </td>\r\n <td style=\"width:189px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Yogivemana University</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(13,'<p>\r\n <a href=\"/userfiles/Student Higher Eduction.docx\">STUDENT PROGRESSION</a></p>\r\n',53),(14,'<p>\r\n <a href=\"/userfiles/Students Progression to Higher Education.docx\">/userfiles/Students Progression to Higher Education.docx<br />\r\n </a></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Percentage of placement of outgoing students and students progressing to higher education during the last five yearsPercentage of placement of outgoing students and students progressing to higher education during the last five years</span></span></p>\r\n',61),(15,'<p>\r\n <a href=\"/userfiles/STUDENTS PROGRESSION HIGHER EDUCATION.pdf\">/userfiles/STUDENTS PROGRESSION HIGHER EDUCATION.pdf<br />\r\n </a></p>',68),(16,'<p>\r\n <a href=\"/userfiles/STUDENT PROGRESSION(1).pdf\"><span style=\"font-size:16px;\">STUDENT PROGRESSION TO HIGHER EDUCATION</span></a></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#f00;\"><strong><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:16px;\"> CA HONOURS STUDENT LIST 2024-25</span></span></strong></span></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/Screenshot 2025-01-09 141456.png\" style=\"width: 450px; height: 300px; border-width: 2px; border-style: solid;\" /></p>\r\n',62),(17,'<p>\r\n <a href=\"/userfiles/HIGHER EDUCATIONS.docx\">/userfiles/HIGHER EDUCATIONS.docx<br />\r\n </a></p>\r\n',48),(18,'<p>\r\n <a href=\"/userfiles/STUDENT PROGRESSION 2018-23.pdf\">/userfiles/STUDENT PROGRESSION 2018-23.pdf<br />\r\n </a></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/STUDENT PROGRESSION 2018-23_02.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/STUDENT PROGRESSION 2018-23_07.jpg\" style=\"width: 400px; height: 400px;\" /></p>\r\n',51),(19,'<p>\r\n <a href=\"/userfiles/HINDI PROG.pdf\"><span style=\"font-size:16px;\">PROGRESSION TO HIGHER EDUCATION</span></a></p>\r\n',39),(20,'<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" class=\"table table-condensed table-bordered table-hover table-striped\" width=\"690\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:16px;\"><strong>MSCs</strong></span></span></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">22</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304501</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">A DILEEP</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">7989679054</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">8978133184</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">PG Computer Science PGCET Rank-1587 ( Rank -67 in NCC Category )</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">23</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304502</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">A DINESH</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">24</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304503</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">A LIKITH REDDY</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">9966284157</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Cognizant company with 2.5 LPA</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">25</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304505</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">C DAMODHARAN</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">26</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304506</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">C MURALI MOHAN</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">9177824797</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">AIISec technologies (13.5 K)</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">27</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304507</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">C SUBHASRI</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">6303221774</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Delloite</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">28</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304508</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">CHEMBETI SWETHA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">7207458890</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">AIISec Technologies Bangalore Salary – 1,60,212 per annum</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">29</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304509</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">CHENGATU MAHENDRABABU</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304510</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">D USHA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">31</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304511</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">J SATISH KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">32</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304513</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">K BABU RAO</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">33</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304516</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">K PUSHPARAJ</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">34</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304518</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">KUPPIREDDIGARI BALAJI</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">35</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304520</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">N KISHORE</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">6303076095</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Apprentice +CC</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">36</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304521</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">N MAHESH</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">37</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304524</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">P G VIJAY KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">6302181987</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">AIIsec technology Bangalore : salary 1,60212</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">38</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304525</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">PONNA SUNIL</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">39</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304526</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">PRATHAP JAGAN</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">7780225270</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">BPO - CC</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304527</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R KIRAN</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">41</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304528</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R LAVANYA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">9052303353</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Department Manager in Reliance Retail</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">42</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304529</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R RAJ KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">43</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304530</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R RAJKUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">44</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304531</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R SASI KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">45</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304532</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">R VIVEK</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">46</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304533</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">S AFSANA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">47</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304534</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">S ASHA JYOTHI</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">9703301706</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">Completed</span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"> AIISec Technologies Banglore salary 1,60212 per annum</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">48</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304535</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">S RAJA KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">49</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304536</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">S SUREKHA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304537</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">T M HEMANTH</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">51</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304538</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">T NAVEEN KUMAR</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">52</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304539</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">T RAKESH</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">53</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304540</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">T SAI PRASAD</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">54</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304541</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">THOTA GAJENDRA</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">55</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304543</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">V SACHIN</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">56</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304544</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">VARDHIREDDY VENKATA BHASKAR REDDY</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">57</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\">190304545</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">MEKALA CHITTIBABU</span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">58</span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">2018-2021</span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n',64);
/*!40000 ALTER TABLE `department_education` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_employment`
--
DROP TABLE IF EXISTS `department_employment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_employment` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_employment`
--
LOCK TABLES `department_employment` WRITE;
/*!40000 ALTER TABLE `department_employment` DISABLE KEYS */;
INSERT INTO `department_employment` VALUES (10,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n',58),(11,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',47),(12,'<p style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><strong>DEPARTMENT OF PHYSICS & ELECTRONICS</strong></span></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><strong>PVKN GOVT., COLLEGE (A), CHITTOOR</strong></span></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><strong>STUDENT PROGRESSION TO EMPLOYEMENT </strong></span></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><strong>REPORT-AY-2019-22</strong></span></span></p>\r\n<table align=\"center\" border=\"2\" cellpadding=\"1\" cellspacing=\"0\" style=\"width: 90%; height: 120px;\" width=\"680\">\r\n <tbody>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>S. No</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Name of the Student</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Class</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Name of the Company</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Role</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Annual Payment</strong></span></span></span></h2>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span style=\"color:#008000;\"><strong>Remarks</strong></span></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>1</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>N HARSHITH</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>MPCs</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Vectone India Mobile Services Pvt. Ltd., Bangalore</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>“Trainee Software Engineer -C++”</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Rs.4,84,587 /- (Four Lakh Eighty Four Thousand Five Hundred and Eighty Seven Only)</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>2</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>V JAYA PRAKASH</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>MPCs</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Capgemini Technology Services India Limited</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Analyst and A3</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>INR 2,75,000/- (Rupees</strong></span></span></span></p>\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Two Lakh Seventy-Five Thousand only)</strong></span></span></span></p>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>3</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>S. SHARMILA</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>MPCs</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>ICT Infracon LLP, 5th Floor, KCN Bhavan, Yamuna Bai Rd, Madhava Nagar, Bengaluru, Karnataka 560001</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Trainee Software Engineer</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>4</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>T ROJA</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>MPCs</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Through SSC-2021-in BSF-For The Post of Constable (GD/Mahila)</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>The Post of Constable (GD/Mahila)</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Pay Matrix Level-3, Pay Scale of Rs.21,700/- to 69,700/- of 7<sup>th</sup> CPC</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>5</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>R P AJITH KUMAR</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>MECs</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Wipro Work Integrated Learning Program</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Scholar Trainee</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p>\r\n <span style=\"font-family:verdana,geneva,sans-serif;\"><span style=\"color:#00f;\"><span style=\"font-size:12px;\"><strong>Rs.15,000/- x 12 = Rs. 1,80,000/-</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 50px;\" valign=\"middle\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800080;\"><span style=\"font-size:12px;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(13,'<div>\r\n <p align=\"center\" style=\"margin-left:.1pt;\">\r\n PVKNGOVTDEGREECOLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:.1pt;\">\r\n <strong>DEPARTMENT</strong><strong>OF</strong><strong>ZOOLOGY</strong></p>\r\n <p align=\"center\" style=\"margin-left:.15pt;\">\r\n <strong>STUDENTSPROGRESSIONTOEMPLOYMENT</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:87px;height:35px;\">\r\n <p align=\"left\" style=\"margin-left:16.3pt;\">\r\n <strong>S.NO</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:35px;\">\r\n <p style=\"margin-left:.8pt;\">\r\n <strong>year</strong></p>\r\n </td>\r\n <td style=\"width:190px;height:35px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>Strength</strong></p>\r\n </td>\r\n <td style=\"width:190px;height:35px;\">\r\n <p style=\"margin-left:.75pt;\">\r\n <strong>To</strong><strong>EMPLOYMENT</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>1.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2018-19</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n NIL</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n NIL</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>2.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n NIL</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n NIL</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>3.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n NIL</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n NIL</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>4.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n 29</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>5.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n NIL</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n NIL</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:87px;height:33px;\">\r\n <p align=\"left\" style=\"margin-left:32.35pt;\">\r\n <strong>6.</strong></p>\r\n </td>\r\n <td style=\"width:119px;height:33px;\">\r\n <p>\r\n 2023-24</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n 32</p>\r\n </td>\r\n <td style=\"width:190px;height:33px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"338\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image002.gif\" width=\"508\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p align=\"center\" style=\"margin-left:.25pt;\">\r\n 2021-22</p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"768\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"554\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:25.85pt;\">\r\n <img height=\"858\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"564\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:56.75pt;\">\r\n <img height=\"858\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"482\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:44.0pt;\">\r\n <img height=\"796\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"514\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:105.5pt;\">\r\n <img height=\"574\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"351\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:5.0pt;\">\r\n <img height=\"666\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"613\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p align=\"center\" style=\"margin-left:.25pt;\">\r\n 2023-24</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"615\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image013.jpg\" width=\"463\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:5.0pt;\">\r\n <img height=\"832\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"624\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:136.25pt;\">\r\n <img height=\"431\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"274\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:30.2pt;\">\r\n <img height=\"858\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e84/AC/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"553\" /></p>',44),(14,'<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:119.85pt;\">\r\n DepartmentofChemistry</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:119.6pt;\">\r\n <strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2023</u></strong></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:57px;height:67px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:24.25pt;\">\r\n <strong>Nameofthe student</strong></p>\r\n </td>\r\n <td style=\"width:141px;height:67px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:20.8pt;\">\r\n <strong>Mobile</strong></p>\r\n <p align=\"left\" style=\"margin-left:6.8pt;\">\r\n <strong>Number/ </strong><strong>EmployeeNo.</strong></p>\r\n </td>\r\n <td style=\"width:77px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:5.8pt;\">\r\n <strong>Program </strong><strong>&Group</strong></p>\r\n </td>\r\n <td style=\"width:170px;height:67px;\">\r\n <p>\r\n <strong>Nameofthe</strong></p>\r\n <p style=\"margin-left:2.0pt;\">\r\n <strong>Company&Working Place</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>1</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:30.25pt;\">\r\n THarish Singh</p>\r\n </td>\r\n <td style=\"width:141px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:21.3pt;\">\r\n Field Agronomist</p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 6304656256</p>\r\n </td>\r\n <td style=\"width:77px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n B.Sc BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:89px;\">\r\n <p style=\"margin-left:7.4pt;\">\r\n Innovsource ServicesPrivate Limited,</p>\r\n <p>\r\n Madanapalle</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>2</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n DAjithKumar</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Labassistant</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 109483</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p>\r\n DodlaDairyLtd,</p>\r\n <p style=\"margin-left:2.0pt;\">\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n GAbhitha</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:26.8pt;\">\r\n Technical</p>\r\n <p align=\"left\" style=\"margin-left:31.8pt;\">\r\n Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n KNXW3657</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n MPC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:15.35pt;\">\r\n KriyaNextwealth</p>\r\n <p align=\"left\" style=\"margin-left:16.85pt;\">\r\n PvtLtd, Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:44px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n V Kalyani</p>\r\n </td>\r\n <td style=\"width:141px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:26.8pt;\">\r\n Technical</p>\r\n <p align=\"left\" style=\"margin-left:31.8pt;\">\r\n Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n KNXW3523</p>\r\n </td>\r\n <td style=\"width:77px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:15.35pt;\">\r\n KriyaNextwealth</p>\r\n <p align=\"left\" style=\"margin-left:16.85pt;\">\r\n PvtLtd, Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:44px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n RNandhini</p>\r\n </td>\r\n <td style=\"width:141px;height:44px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n SchoolTeacher</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 6309461974</p>\r\n </td>\r\n <td style=\"width:77px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n MPC</p>\r\n </td>\r\n <td style=\"width:170px;height:44px;\">\r\n <p>\r\n HannahEnglishHigh</p>\r\n <p style=\"margin-left:2.0pt;\">\r\n School,Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.4pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.3pt;\">\r\n SBhashurun</p>\r\n </td>\r\n <td style=\"width:141px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.15pt;\">\r\n SchoolTeacher</p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 6309461974</p>\r\n </td>\r\n <td style=\"width:77px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n B.Sc BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:89px;\">\r\n <p>\r\n KeshavaReddy Educational Institutions,</p>\r\n <p>\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:67px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n PLohitha</p>\r\n </td>\r\n <td style=\"width:141px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:26.8pt;\">\r\n Apprentice- Pharmacy</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 9642516210</p>\r\n </td>\r\n <td style=\"width:77px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n B.Sc BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:67px;\">\r\n <p style=\"margin-left:12.85pt;\">\r\n Optival Health SolutionsPvt.Ltd,</p>\r\n <p>\r\n Bengaluru</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n PSamid Khan</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:21.3pt;\">\r\n Facilitator-</p>\r\n <p align=\"left\" style=\"margin-left:17.75pt;\">\r\n Procurement</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 70204</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p>\r\n SST,Polakala,</p>\r\n <p style=\"margin-left:2.0pt;\">\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image007.jpg\" width=\"194\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image008.gif\" width=\"731\" /><img height=\"638\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"543\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:60.55pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image008.gif\" width=\"731\" /><img height=\"1005\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image012.gif\" width=\"536\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:105.1pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image013.gif\" width=\"731\" /><img height=\"556\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"450\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"389\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"571\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image018.gif\" width=\"731\" /><img height=\"794\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"599\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:68.65pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image021.gif\" width=\"731\" /><img height=\"741\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"510\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:91.4pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image024.gif\" width=\"731\" /><img height=\"786\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"454\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image027.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"83\" /><img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:119.85pt;\">\r\n DepartmentofChemistry</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:119.6pt;\">\r\n <strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2022</u></strong></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:57px;height:67px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:24.25pt;\">\r\n <strong>Nameofthe student</strong></p>\r\n </td>\r\n <td style=\"width:141px;height:67px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:20.8pt;\">\r\n <strong>Mobile</strong></p>\r\n <p align=\"left\" style=\"margin-left:6.8pt;\">\r\n <strong>Number/ </strong><strong>EmployeeNo.</strong></p>\r\n </td>\r\n <td style=\"width:77px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:5.8pt;\">\r\n <strong>Program </strong><strong>&Group</strong></p>\r\n </td>\r\n <td style=\"width:170px;height:67px;\">\r\n <p>\r\n <strong>Nameofthe</strong></p>\r\n <p style=\"margin-left:2.0pt;\">\r\n <strong>Company&Working Place</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:27.25pt;\">\r\n R.Naveen Kumari</p>\r\n </td>\r\n <td style=\"width:141px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:25.8pt;\">\r\n Customer Service</p>\r\n <p align=\"left\" style=\"margin-left:31.8pt;\">\r\n Executive Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 7013590580</p>\r\n </td>\r\n <td style=\"width:77px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc MBC</p>\r\n </td>\r\n <td style=\"width:170px;height:89px;\">\r\n <p align=\"left\" style=\"margin-left:14.85pt;\">\r\n NovacTechnology solutions,Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:67px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:12.75pt;\">\r\n G.Chandana</p>\r\n </td>\r\n <td style=\"width:141px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:27.8pt;\">\r\n TraineeDecision Scientist</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 9492309028</p>\r\n </td>\r\n <td style=\"width:77px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n B.Sc BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:16.85pt;\">\r\n MuSigmaBusiness</p>\r\n <p align=\"left\" style=\"margin-left:10.85pt;\">\r\n Solutions Private Limited,Bangalore.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:67px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:9.75pt;\">\r\n T.Srikrishna</p>\r\n </td>\r\n <td style=\"width:141px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:35.3pt;\">\r\n Executive-AR Calling</p>\r\n </td>\r\n <td style=\"width:123px;height:67px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 9390123919</p>\r\n </td>\r\n <td style=\"width:77px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc MBC</p>\r\n </td>\r\n <td style=\"width:170px;height:67px;\">\r\n <p>\r\n Global Health Care BillingPartnersPvt.</p>\r\n <p>\r\n Ltd,Chennai.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:23.75pt;\">\r\n T.Bindu</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n CustomerCare</p>\r\n <p style=\"margin-left:2.15pt;\">\r\n Executive</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 7386274109</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:9.35pt;\">\r\n AllsecTechnologies</p>\r\n <p align=\"left\" style=\"margin-left:12.35pt;\">\r\n Limited,Bangalore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:21.25pt;\">\r\n S.Akhila</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Operator</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 6300071193</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n BHC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p style=\"margin-left:2.0pt;\">\r\n Quess,Bangalore.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:21.75pt;\">\r\n S.Sneha</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 8297498697</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p>\r\n KriyaNextWealth,</p>\r\n <p>\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:18.2pt;\">\r\n G.Naveen</p>\r\n <p align=\"left\" style=\"margin-left:28.75pt;\">\r\n Kumar</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Analyst</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 1102662</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p>\r\n OmegaHealthcare,</p>\r\n <p>\r\n Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:11.75pt;\">\r\n P. Mahendra</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n ITTechnician</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n 6309545871</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:16.8pt;\">\r\n MPC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p style=\"margin-left:2.0pt;\">\r\n IISER,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:44px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:19.25pt;\">\r\n M.Sahira</p>\r\n </td>\r\n <td style=\"width:141px;height:44px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:44px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n KNXW3548</p>\r\n </td>\r\n <td style=\"width:77px;height:44px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:44px;\">\r\n <p>\r\n KriyaNextWealth,</p>\r\n <p>\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:26.25pt;\">\r\n K.Rupa</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Trainee</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n -</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p>\r\n KriyaNextWealth,</p>\r\n <p style=\"margin-left:2.0pt;\">\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:57px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n 11</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:13.25pt;\">\r\n G.Jyosthna</p>\r\n </td>\r\n <td style=\"width:141px;height:45px;\">\r\n <p style=\"margin-left:2.15pt;\">\r\n Operator</p>\r\n </td>\r\n <td style=\"width:123px;height:45px;\">\r\n <p style=\"margin-left:1.6pt;\">\r\n AD24106325</p>\r\n </td>\r\n <td style=\"width:77px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:16.35pt;\">\r\n B.Sc</p>\r\n <p align=\"left\" style=\"margin-left:17.35pt;\">\r\n BZC</p>\r\n </td>\r\n <td style=\"width:170px;height:45px;\">\r\n <p style=\"margin-left:2.0pt;\">\r\n Adecco,Tirupati</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image030.jpg\" width=\"194\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"870\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"596\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"863\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image035.gif\" width=\"618\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.gif\" width=\"731\" /><img height=\"963\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image037.gif\" width=\"620\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:43.75pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image008.gif\" width=\"731\" /><img height=\"906\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"608\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"653\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image041.jpg\" width=\"619\" /></p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"311\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"420\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.gif\" width=\"731\" /><img height=\"936\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"625\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image013.gif\" width=\"731\" /><img height=\"909\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image047.jpg\" width=\"595\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"922\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"608\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:55.15pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image018.gif\" width=\"731\" /><img height=\"455\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image051.jpg\" width=\"550\" /></p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"482\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image053.jpg\" width=\"539\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" /><img height=\"909\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image055.jpg\" width=\"605\" /></p>\r\n <p style=\"margin-left:75.1pt;\">\r\n M.Sahira TraineeKNXW3548 B.ScBZC KriyaNextWealth,Chittoor</p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:58.25pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"585\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image057.jpg\" width=\"538\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image058.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image059.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:119.85pt;\">\r\n DepartmentofChemistry</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:119.6pt;\">\r\n <strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2019</u></strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:28.25pt;\">\r\n <strong>Nameofthe student</strong></p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:19.15pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Nameofthe</strong></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <strong>Company&Working Place</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.2pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.35pt;\">\r\n PVamsi</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.25pt;\">\r\n QualityControl</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:5.6pt;\">\r\n MSN Laboratories PvtLtd,Hyderabad</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n PAkhila</p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:.7pt;\">\r\n TechnicalTrainee</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:5.6pt;\">\r\n QuessCorp.Ltd,</p>\r\n <p align=\"left\" style=\"margin-left:5.6pt;\">\r\n Bangalore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n ISudhakar</p>\r\n <p style=\"margin-left:1.35pt;\">\r\n Srinivas</p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n HRExecutive</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n Presidency</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n University,Bengaluru</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:44px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:133px;height:44px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n PUdayKumar</p>\r\n </td>\r\n <td style=\"width:189px;height:44px;\">\r\n <p style=\"margin-left:1.1pt;\">\r\n Executive-Eventsand</p>\r\n <p style=\"margin-left:1.4pt;\">\r\n Operations</p>\r\n </td>\r\n <td style=\"width:95px;height:44px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n MZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:44px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n K12 TechnoServices</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n Pvt.Ltd</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n CPraveen</p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n TraineeBusiness</p>\r\n <p style=\"margin-left:1.1pt;\">\r\n Executive</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n MPC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:14.6pt;\">\r\n LinuxLaboratories</p>\r\n <p align=\"left\" style=\"margin-left:15.1pt;\">\r\n Pvt.Ltd,Bengaluru</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image060.jpg\" width=\"194\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image061.gif\" width=\"731\" /><img height=\"656\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image063.jpg\" width=\"627\" /></p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"270\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image065.jpg\" width=\"377\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image066.gif\" width=\"731\" /></p>\r\n <p style=\"margin-left:61.65pt;\">\r\n <img height=\"789\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image068.jpg\" width=\"588\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:92.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"429\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image070.jpg\" width=\"455\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"432\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image072.jpg\" width=\"454\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:65.5pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" /><img height=\"725\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image074.jpg\" width=\"537\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image058.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image075.jpg\" width=\"83\" /><img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image066.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:119.85pt;\">\r\n DepartmentofChemistry</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:119.6pt;\">\r\n <strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2020</u></strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n <strong>Nameofthe</strong></p>\r\n <p style=\"margin-left:1.35pt;\">\r\n <strong>student</strong></p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:19.15pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:26.6pt;\">\r\n <strong>WorkingPlace</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:25.25pt;\">\r\n T.Dileep</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n LabAttendant</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:23.15pt;\">\r\n B.Sc MPC</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p style=\"margin-left:11.1pt;\">\r\n Govt.Regional Prohibition&Excise</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n laboratory, Chittoor.</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image076.jpg\" width=\"194\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image013.gif\" width=\"731\" /><img height=\"869\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image078.jpg\" width=\"593\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image079.gif\" width=\"731\" /><img height=\"741\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image081.jpg\" width=\"594\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image082.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image083.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image061.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:133.15pt;\">\r\n <strong>DepartmentofChemistry</strong><strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2019</u></strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n <strong>Nameofthe</strong></p>\r\n <p style=\"margin-left:1.35pt;\">\r\n <strong>student</strong></p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:1.4pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:19.15pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:26.6pt;\">\r\n <strong>WorkingPlace</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:22.25pt;\">\r\n B.Sheeba</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:30.2pt;\">\r\n Govt-WardSanitation & Environment</p>\r\n <p align=\"left\" style=\"margin-left:9.7pt;\">\r\n Secretary(Grade-II)</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.6pt;\">\r\n Municipal Corporation,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.2pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:7.7pt;\">\r\n G.HariKrishna</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p style=\"margin-left:.75pt;\">\r\n Govt-WardSanitation</p>\r\n <p style=\"margin-left:9.7pt;\">\r\n & Environment Secretary(Grade-II)</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.6pt;\">\r\n Municipal Corporation,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:44px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:133px;height:44px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n ERevanth</p>\r\n <p style=\"margin-left:1.35pt;\">\r\n Kumar</p>\r\n </td>\r\n <td style=\"width:189px;height:44px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n BusinessProcess</p>\r\n <p style=\"margin-left:.9pt;\">\r\n Services</p>\r\n </td>\r\n <td style=\"width:95px;height:44px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:44px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n TATAConsultancy</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n ServicesLtd,Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.2pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.35pt;\">\r\n GTharun</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:10.7pt;\">\r\n Asst. Lab Auxiliary- TransfusionMedicine</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(TM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p style=\"margin-left:1.8pt;\">\r\n ChristianMedical</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n College,Vellore,Tamil Nadu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n SAravind</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p style=\"margin-left:19.7pt;\">\r\n Non-Technical Assistant-General</p>\r\n <p style=\"margin-left:.75pt;\">\r\n Pathology</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(TM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p style=\"margin-left:5.6pt;\">\r\n Christian Medical College,Vellore,Tamil</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n Nadu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n KSreedevi</p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:14.6pt;\">\r\n NarayanaGroupof</p>\r\n <p align=\"left\" style=\"margin-left:20.1pt;\">\r\n Schools,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:133px;height:45px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n SUsha</p>\r\n </td>\r\n <td style=\"width:189px;height:45px;\">\r\n <p style=\"margin-left:.65pt;\">\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:95px;height:45px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:.9pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:180px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:14.6pt;\">\r\n NarayanaGroupof</p>\r\n <p align=\"left\" style=\"margin-left:20.1pt;\">\r\n Schools,Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:67px;\">\r\n <p style=\"margin-left:.2pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:133px;height:67px;\">\r\n <p style=\"margin-left:1.35pt;\">\r\n GSaranKumar</p>\r\n </td>\r\n <td style=\"width:189px;height:67px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n SalesExecutive</p>\r\n </td>\r\n <td style=\"width:95px;height:67px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n B.Sc BZC(TM)</p>\r\n </td>\r\n <td style=\"width:180px;height:67px;\">\r\n <p style=\"margin-left:18.6pt;\">\r\n Sun Pharma LaboratoriesLtd,</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n Vadodara,Gujarat</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image076.jpg\" width=\"194\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:51.2pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"895\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image085.jpg\" width=\"546\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image031.gif\" width=\"731\" /><img height=\"591\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image087.jpg\" width=\"629\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.gif\" width=\"731\" /><img height=\"863\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image089.jpg\" width=\"628\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image061.gif\" width=\"731\" /></p>\r\n <p style=\"margin-left:47.9pt;\">\r\n <img height=\"902\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image091.jpg\" width=\"585\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image005.gif\" width=\"731\" /><img height=\"897\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image093.jpg\" width=\"596\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image066.gif\" width=\"731\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:64.2pt;\">\r\n <img height=\"803\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image095.jpg\" width=\"519\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:106.4pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image024.gif\" width=\"731\" /><img height=\"420\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image097.jpg\" width=\"415\" /></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"452\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image099.jpg\" width=\"411\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"1060\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image029.gif\" width=\"731\" /><img height=\"896\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image101.jpg\" width=\"605\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:90.1pt;\">\r\n <img height=\"84\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image102.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image103.jpg\" width=\"83\" /><img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image104.gif\" width=\"731\" />P.V.K.N.GOVT.COLLEGE(A),CHITTOOR</p>\r\n <p align=\"center\" style=\"margin-left:119.85pt;\">\r\n DepartmentofChemistry</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:119.6pt;\">\r\n <strong><u>StudentProgressionfromUGto Jobs</u></strong><strong><u>Year of Pass out Batch: 2018</u></strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:55px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:102px;height:89px;\">\r\n <p style=\"margin-left:8.65pt;\">\r\n <strong>Nameof the student</strong></p>\r\n </td>\r\n <td style=\"width:126px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:36.65pt;\">\r\n <strong>Natureof Job</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:89px;\">\r\n <p style=\"margin-left:5.75pt;\">\r\n <strong>Program </strong><strong>& Group studiedin</strong></p>\r\n <p style=\"margin-left:1.3pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:207px;height:89px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:37.3pt;\">\r\n <strong>WorkingPlace</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.25pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:102px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:7.75pt;\">\r\n U.Santosh</p>\r\n <p align=\"left\" style=\"margin-left:20.8pt;\">\r\n Kumar</p>\r\n </td>\r\n <td style=\"width:126px;height:45px;\">\r\n <p style=\"margin-left:.95pt;\">\r\n Jr Research</p>\r\n <p style=\"margin-left:.95pt;\">\r\n Scientist</p>\r\n </td>\r\n <td style=\"width:91px;height:45px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:1.3pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:207px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:24.3pt;\">\r\n PIHealthSciences</p>\r\n <p align=\"left\" style=\"margin-left:22.8pt;\">\r\n Limited,Hyderabad</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:45px;\">\r\n <p style=\"margin-left:.25pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:102px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:6.75pt;\">\r\n M.Bhagath</p>\r\n </td>\r\n <td style=\"width:126px;height:45px;\">\r\n <p align=\"left\" style=\"margin-left:17.15pt;\">\r\n Supervisor</p>\r\n </td>\r\n <td style=\"width:91px;height:45px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n B.Sc</p>\r\n <p style=\"margin-left:1.3pt;\">\r\n BZC(EM)</p>\r\n </td>\r\n <td style=\"width:207px;height:45px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n HeroMotorcorpLimited,</p>\r\n <p style=\"margin-left:1.25pt;\">\r\n Chittoor</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"118\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image105.jpg\" width=\"195\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:36.0pt;\">\r\n <img height=\"811\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image106.gif\" width=\"731\" /><img height=\"889\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image108.jpg\" width=\"601\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:40.1pt;\">\r\n <img height=\"861\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image110.jpg\" width=\"626\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:62.9pt;\">\r\n <img height=\"910\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_3a15/AC/Temp/msohtmlclip1/01/clip_image112.jpg\" width=\"528\" /></p>',45),(15,'<p align=\"center\">\r\n <strong>Student progression</strong></p>\r\n<p align=\"center\">\r\n <strong><u>P.V.K.N. GOVT. COLLEGE(A), CHITTOOR</u></strong></p>\r\n<p align=\"center\">\r\n <strong><u>B.Sc. MATHEMATICS STUDENTS NIRF LIST(2018-2021)</u></strong></p>\r\n<table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"690\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>Hall ticket </strong></p>\r\n <p>\r\n <strong>Number</strong></p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>Name of the student</strong></p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n <strong>Year of passing</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong>Mobile No.</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n <strong>Course completed </strong></p>\r\n <p>\r\n <strong>or not</strong></p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n <strong>Current status</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301501</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A SIREESHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9014566975</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Multiman Power ,CARBON, Renigunta</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C PRAVEEN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p align=\"center\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n G GEETHANJALI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9346502811</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.Sc. Organic Chemistry PGCET Rank- 6243 (Sc – 869 Category )</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PANDRAVETI MADHUSUDHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8247296737</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.C.A., RCR MBA College, Karakambadi, Tirupathi</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190301507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S GOVARDHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8247296737</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MPcs</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n BHEEMAVARAM HAREESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 8</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C VIKRAM</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 9</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303504</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHINTAMAKULA SAIRAM</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303505</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHITTIPIRALLA DILEEP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n G AVATHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6305324195</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 12</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K V HARITHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7075950885</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Testing operator in Dixon, Renigunta, M.Sc. Physics PGCET Rank-236</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 13</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303508</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N. JAYAPRATHAP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9052420168</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Cognizant company with 2.5 LPA , M.Sc. Physics PGCET Rank-115 , M.Sc. Computer Science PGCET Rank-269</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303509</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n O NARENDRA BABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 15</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303510</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n O VENKATACHALAPATHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 8790914062</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n M.Sc. Computer Science, PGCET Rank-258.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 16</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303512</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PAKALA JAGADEESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 17</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303513</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R ABDUL RAHAMAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9704261067</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Godown Incharge, Apollo Medical College, Murakambattu, Chittoor.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 18</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303514</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n SHAIK BABUBASHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 19</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303515</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n SHAIK CHAND BASHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 20</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190303516</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T AJAY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7995339244</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Ward Vlounteer(32 Ward ) 5,000 per month , Ram Nagar Colony , SC , ST , BC Human rights Chairman in Global Human Right Association (GHRAA) 10,000 per month , Bazar Street Chittoor</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n <strong>MSCs</strong></p>\r\n </td>\r\n <td colspan=\"6\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 22</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304501</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A DILEEP</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7989679054</p>\r\n <p>\r\n 8978133184</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n PG Computer Science PGCET Rank-1587 ( Rank -67 in NCC Category )</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 23</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304502</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A DINESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 24</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304503</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n A LIKITH REDDY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9966284157</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Cognizant company with 2.5 LPA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 25</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304505</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C DAMODHARAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304506</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C MURALI MOHAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9177824797</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec technologies (13.5 K)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 27</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304507</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n C SUBHASRI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6303221774</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Delloite</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 28</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304508</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHEMBETI SWETHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7207458890</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec Technologies Bangalore Salary – 1,60,212 per annum</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 29</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304509</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n CHENGATU MAHENDRABABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 30</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304510</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n D USHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 31</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304511</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n J SATISH KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 32</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304513</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K BABU RAO</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 33</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304516</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n K PUSHPARAJ</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 34</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304518</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n KUPPIREDDIGARI BALAJI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 35</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304520</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N KISHORE</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6303076095</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Apprentice +CC</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 36</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304521</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n N MAHESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 37</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304524</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n P G VIJAY KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 6302181987</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIIsec technology Bangalore : salary 1,60212</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 38</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304525</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PONNA SUNIL</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 39</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304526</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n PRATHAP JAGAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 7780225270</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n BPO - CC</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 40</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304527</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R KIRAN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 41</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304528</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R LAVANYA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9052303353</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n Department Manager in Reliance Retail</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 42</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304529</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R RAJ KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 43</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304530</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R RAJKUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 44</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304531</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R SASI KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 45</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304532</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n R VIVEK</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 46</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304533</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S AFSANA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 47</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304534</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S ASHA JYOTHI</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n 9703301706</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n Completed</p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n AIISec Technologies Banglore salary 1,60212 per annum</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 48</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304535</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S RAJA KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 49</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304536</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n S SUREKHA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 50</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304537</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T M HEMANTH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 51</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304538</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T NAVEEN KUMAR</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 52</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304539</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T RAKESH</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 53</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304540</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n T SAI PRASAD</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 54</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304541</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n THOTA GAJENDRA</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 55</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304543</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n V SACHIN</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 56</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304544</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n VARDHIREDDY VENKATA BHASKAR REDDY</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 57</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n 190304545</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n MEKALA CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n 58</p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:102px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:71px;height:1px;\">\r\n <p>\r\n 2018-2021</p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:161px;height:1px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Student Achievements</strong></p>\r\n<p align=\"center\">\r\n <img height=\"311\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"299\" /><img height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"326\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"394\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"617\" /></p>\r\n<p align=\"center\">\r\n <img height=\"405\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"667\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"387\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"655\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"399\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"599\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n e<img height=\"445\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"605\" /></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"603\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"436\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"620\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"412\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"607\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"620\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"392\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"632\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"396\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image027.jpg\" width=\"670\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"435\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"658\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img alt=\"WhatsApp Image 2024-07-11 at 2.35.09 PM (1)\" height=\"660\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"629\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img alt=\"WhatsApp Image 2024-07-11 at 2.37.47 PM (2)\" height=\"752\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"605\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Faculty Achievments:</strong></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image034.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image035.png\" width=\"480\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"431\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image037.jpg\" width=\"657\" /></p>\r\n<p align=\"center\">\r\n <img height=\"400\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"647\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"452\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image040.jpg\" width=\"448\" /></p>\r\n<p align=\"center\">\r\n <img height=\"386\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image041.jpg\" width=\"595\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img height=\"355\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"225\" /></strong> <strong> <img height=\"346\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"329\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"336\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"529\" /><br />\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"440\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image048.jpg\" width=\"528\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"1200\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"540\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"525\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image050.jpg\" width=\"545\" /></p>\r\n<p align=\"center\">\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image052.png\" width=\"552\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image054.png\" width=\"571\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"842\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image056.png\" width=\"595\" /><img height=\"576\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image057.jpg\" width=\"548\" /></p>\r\n<p align=\"center\">\r\n <img height=\"938\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image059.png\" width=\"608\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"457\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image060.jpg\" width=\"569\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"406\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image062.jpg\" width=\"477\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n V.Roopa III B.Sc (Mathematics,Statistics,Computer Science) studied in the academic year 2019-2022 at P.V.K.N Govt College(Autonomous),Chittoor.She selected as “Trainee” at “Hexaware Office” on 22-8-2022.</p>\r\n<p align=\"center\">\r\n <img height=\"811\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image064.png\" width=\"601\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N.GOVT.(A), COLLEGE, CHITTOOR</p>\r\n<p align=\"center\">\r\n <u>DEPARTMENT OF MATHEMATICS</u></p>\r\n<p align=\"center\">\r\n <u>Student Progression </u></p>\r\n<p align=\"center\">\r\n <u>ACADEMIC YEAR 2021-2022</u></p>\r\n<p align=\"center\" style=\"margin-left:21.3pt;\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:743px;\" width=\"743\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>S .NO</strong></p>\r\n </td>\r\n <td style=\"width:147px;height:19px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n <strong>NAME</strong></p>\r\n </td>\r\n <td style=\"width:109px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Contact no</strong></p>\r\n </td>\r\n <td style=\"width:242px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>PG</strong></p>\r\n </td>\r\n <td style=\"width:208px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Details</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n M. Amreen</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 9154693739</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n In VIT , Vellore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n B.Bhuvaneshwar prasad</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8790660408</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Krishnadevaraya university,Ananthapuram</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n S.Shaheeda</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8317501241</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n Ph.d -2021</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Yogi vemana university , Kadapa .</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n S.Vinodhini</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 7075081350</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc[Mathematics],APPGCET-2022 – Rank -21</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n Central university, kerala , She joined in Msc [Mathematics] through CUSET</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p align=\"center\" style=\"margin-left:2.35pt;\">\r\n Chadulla.Gayathri</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 9346705806</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc [Chemistry] AP-PGCET-2022</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:147px;\">\r\n <p style=\"margin-left:2.35pt;\">\r\n P.Bhuvaneswari</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 6304672545</p>\r\n </td>\r\n <td style=\"width:242px;\">\r\n <p align=\"center\">\r\n M.sc[Mathematics],APPGCET-2022 – Rank - 714</p>\r\n </td>\r\n <td style=\"width:208px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"401\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image066.jpg\" width=\"238\" /><strong><img height=\"400\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image067.jpg\" width=\"276\" /></strong></p>\r\n<p align=\"center\">\r\n <img height=\"389\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image068.jpg\" width=\"407\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"517\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image069.png\" width=\"488\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N.GOVT.(A), COLLEGE, CHITTOOR</p>\r\n<p align=\"center\">\r\n <u>DEPARTMENT OF MATHEMATICS</u></p>\r\n<p align=\"center\">\r\n <u>Employment Progression</u></p>\r\n<p align=\"center\">\r\n <u>ACADEMIC YEAR 2021-2022</u></p>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:728px;\" width=\"728\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>S .NO</strong></p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p style=\"margin-left:-5.65pt;\">\r\n <strong>NAME</strong></p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Contact no</strong></p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>PG</strong></p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\" style=\"margin-left:-5.65pt;\">\r\n <strong>Details</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n N.Harshith</p>\r\n <p>\r\n III B.Sc(M.P.Cs)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8142416451</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\">\r\n Trainee software Engineer C++ (13-09-2022)</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\">\r\n Vectone mobile services Pvt.Ltd , Bangalore.</p>\r\n <p align=\"center\">\r\n Annual Income -4,84,587/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n V.Roopa</p>\r\n <p>\r\n III B.Sc(M.S.Cs)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p align=\"center\">\r\n 8991291836</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p align=\"center\">\r\n Trainee 15,000 per month</p>\r\n <p align=\"center\">\r\n (22-08-2022)</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p align=\"center\">\r\n Hexaware office ,Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.V. Nandhini</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9177379184</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Lecturer in Mathematics</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Sitams College , Chittoor</p>\r\n <p>\r\n Salary – 17,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n A .Saida Banu</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 8328499135</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Lecturer in Mathematics</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Vivekananda Junior College , Chittoor</p>\r\n <p>\r\n Salary – 8,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n P.Pavithra</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9154468685</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Voluntary</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Chinna Thiruvur(V) , S.R Pouram (M),Marimalli(P)</p>\r\n <p>\r\n Salary – 5,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.Ansar</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9182751058</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Vijyam School,Dhamalacheruvu</p>\r\n <p>\r\n Salary – 20,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n P.V.Saranya</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9398181400</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n R.K.Model School ,Chittoor</p>\r\n <p>\r\n Salary-10,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n R.Bhanu</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 9182447361</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n IT Company</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Kriya IT PVT Ltd ,Chittoor</p>\r\n <p>\r\n Salary-10,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n K.B.Prakash</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 8897796312</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Software</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Concentrix ,Bangalore</p>\r\n <p>\r\n Salary-25,000/- PM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;\">\r\n <p align=\"center\">\r\n <u>10</u></p>\r\n </td>\r\n <td style=\"width:121px;\">\r\n <p>\r\n S.Harika</p>\r\n <p>\r\n (M.Sc Mathematics)</p>\r\n </td>\r\n <td style=\"width:109px;\">\r\n <p>\r\n 7995234684</p>\r\n </td>\r\n <td style=\"width:204px;\">\r\n <p>\r\n Teacher</p>\r\n </td>\r\n <td style=\"width:248px;\">\r\n <p>\r\n Narayana English Medium School , Chittoor.</p>\r\n <p>\r\n Salary-19,000/- PM</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"259\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image071.jpg\" width=\"549\" /> </p>\r\n<p>\r\n <img height=\"272\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image073.jpg\" width=\"542\" /> </p>\r\n<p>\r\n S. Karimunnisa , II MSc Mathematics participated and secured <img height=\"28\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image075.png\" width=\"33\" /> Prize in the Seminar on unsung Freedom Fighters in English conducted by Nehru Yuva Kendra Chittoor –AP,YUVA UTSAV-2022 on 12-10-2022 .</p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1330px;\" width=\"1330\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:148px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Department</strong></p>\r\n </td>\r\n <td style=\"width:125px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Student</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Programme of study</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:79px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Institution joined</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:139px;height:79px;\">\r\n <p>\r\n <strong>Placement/Progressed to Higher Education</strong></p>\r\n </td>\r\n <td style=\"width:422px;height:79px;\">\r\n <p>\r\n <strong>Name of the CET appeared (APPGCET, APICET, APEDCET, CUCET)</strong></p>\r\n </td>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:149px;height:79px;\">\r\n <p>\r\n <strong>Rank obtained</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:79px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:30px;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:30px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:30px;\">\r\n <p>\r\n <strong>K Reddy Sekhar</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:30px;\">\r\n <p>\r\n <strong>MPCS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:30px;\">\r\n <p>\r\n <strong>SVCET</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:30px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:30px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:30px;\">\r\n <p align=\"right\">\r\n <strong>9019</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:30px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:30px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>B.Bhanu prakash</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n <strong>MPCS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>SVCET</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p align=\"right\">\r\n <strong>9163</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:24px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:24px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:24px;\">\r\n <p>\r\n <strong>N.Calebrenswick</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:24px;\">\r\n <p>\r\n MPCs</p>\r\n </td>\r\n <td style=\"width:139px;height:24px;\">\r\n <p>\r\n <strong>SITAMS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:24px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:24px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:24px;\">\r\n <p align=\"right\">\r\n <strong>8296</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:24px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:24px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>D.Rajesh</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>SVCE, Tirupati</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p align=\"right\">\r\n <strong>8136</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:25px;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:25px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:25px;\">\r\n <p>\r\n <strong>V.Naresh</strong></p>\r\n </td>\r\n <td style=\"width:89px;height:25px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>Vijayam college, Chittoor</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:25px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:25px;\">\r\n </td>\r\n <td style=\"width:104px;height:25px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:25px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:25px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n V.Sasikiran</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>SITAMS</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:22px;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:22px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:22px;\">\r\n <p>\r\n K.S.Saravana Kumar</p>\r\n </td>\r\n <td style=\"width:89px;height:22px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:22px;\">\r\n <p>\r\n <strong>SVCE,Tirupati</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:22px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:22px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:22px;\">\r\n <p align=\"right\">\r\n <strong>17000</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:22px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:22px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n S.Ramya</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MPC</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n Vijayam College,Chittoor</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n <strong>MCA</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n <strong>Management </strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:43px;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:43px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:43px;\">\r\n <p>\r\n A.Harini</p>\r\n </td>\r\n <td style=\"width:89px;height:43px;\">\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n VEMU Institute ,P.kothakota</p>\r\n </td>\r\n <td style=\"width:139px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:422px;height:43px;\">\r\n <p align=\"center\">\r\n APICET</p>\r\n </td>\r\n <td style=\"width:104px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:43px;\">\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:63px;height:43px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:56px;height:22px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:22px;\">\r\n <p align=\"center\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td style=\"width:125px;height:22px;\">\r\n <p>\r\n R..Sonia</p>\r\n </td>\r\n <td style=\"width:89px;height:22px;\">\r\n <p>\r\n MPC</p>\r\n </td>\r\n ',43),(16,'<p align=\"center\">\r\n <strong>DEPAR4TMENT OF ENGLISH</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT PROGRESSION/BENEFITED</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"6\" nowrap=\"nowrap\" style=\"width:930px;height:43px;\">\r\n <p>\r\n 5.1.4 Number of students benefitted from guidance/coaching for competitive examinations and career counselling offered by the institution during the year:</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:114px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance/coaching for competitive examinations during the year </strong></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:168px;height:89px;\">\r\n <p>\r\n <strong>Name of the Activity conducted by the HEI to offer guidance / coaching for career counselling during the year</strong></p>\r\n </td>\r\n <td style=\"width:222px;height:89px;\">\r\n <p>\r\n <strong>Number of students placed through campus placement</strong></p>\r\n </td>\r\n <td style=\"width:426px;height:89px;\">\r\n <p>\r\n <strong>Link to the relevant document(s)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:45px;height:61px;\">\r\n <p>\r\n <strong>Name of the Activity </strong></p>\r\n </td>\r\n <td style=\"width:68px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:54px;height:61px;\">\r\n <p>\r\n <strong>Details of career counselling</strong></p>\r\n </td>\r\n <td style=\"width:114px;height:61px;\">\r\n <p>\r\n <strong>Number of students who attended / participated</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:222px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:426px;height:61px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Placement</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n RAMAVATH SAGAR NAIK</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n Archance HR Services PVT Ltd</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wJ50QFP8aho5gNLZM-sHA0iRiSL2Qxai/view?usp=drivesdk\">Photo from akarthik3690</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n THENEPALLI LAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,English Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk\">https://drive.google.com/file/d/1vr3vyiQWFHzro4du_3yAfzf7iN7thAyz/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n BANDA SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk\">https://drive.google.com/file/d/1vYmdD9jsdNqxVQmpAaNtZD2zr1eTGxbm/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Placement , (Security Supervisor)</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n M KAVERI</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n <a href=\"http://dr.br/\">School Name :Dr.BR.Ambedkar, Gurukulam School, GD Nelloor, Chittoor.</a></p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk\">https://drive.google.com/file/d/1wL8OgwCmH2rApk92NLCB0-gjY5LML-rx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n Progressed to Higher Education , PG</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n POOJARI SILPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MA ,Telugu, Qualified ,Yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n PG</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n S.V.University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk\">https://drive.google.com/file/d/1wNirwUWSCNbnkR5xhrYgiFWa7K9ekmQ3/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n S RAMYA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n Little flower High School C.B. Road Chittoor</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n R SONIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n AP ICET QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MCA, YOGI VEMANA UNIVERSITY, KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk\">https://drive.google.com/file/d/1rt8B7SF9l_LXNrF_plajWLDsY9jFUTh5/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:33px;\">\r\n <p>\r\n A LAKSHMI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:33px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:33px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:33px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:33px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n B K JAGADEESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:131px;\">\r\n <p>\r\n BITHIRI POOJA</p>\r\n </td>\r\n <td style=\"width:54px;height:131px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:131px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:131px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,Sri Venkateswara University, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:131px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing\">https://drive.google.com/file/d/1CCHGtD5cJ7pDevB8fz9xBQBZFOBXXbmX/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n C NITHYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing\">https://drive.google.com/file/d/1H3ERQw_KWdn_kQm5bi9AXTknyeJskVhl/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n K RUPA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing\">https://drive.google.com/file/d/1F0MUawu8Df2ZUEmywM0HeTMD6sigKaj5/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n M SAHIRA</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n KRIYA COMPANY, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M VARALAKSHMI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n MALLE CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/10ykb3S0eh9rLPTfeiOuJaprI3y9VNQhN/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n MUDIGOLAM DIVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing\">https://drive.google.com/file/d/1qwk395HggTvxrkFmBitb7aU_w_ASgiYK/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n NANNAGARAM OOHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing\">https://drive.google.com/file/d/1eEXcwX49PGghbWdZ8O3aTWH9JSrkuW41/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:157px;\">\r\n <p>\r\n P NANDITHA</p>\r\n </td>\r\n <td style=\"width:54px;height:157px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:157px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:157px;\">\r\n <p>\r\n MSc.ORGANIC CHEMISTRY,P.V.K.N.GOVT.DEGREE COLLEGE,<br />\r\n Chittoor.</p>\r\n </td>\r\n <td style=\"width:426px;height:157px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing\">https://drive.google.com/file/d/1DNhLnaOCfwPXTvBgrFWG3Gp6UWiCJf-I/view?usp=sharing</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n PATURU SASI PRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SALANGALA NAVYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK SHAHATAJ</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:121px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:121px;\">\r\n <p>\r\n UDARA POORNA</p>\r\n </td>\r\n <td style=\"width:54px;height:121px;\">\r\n <p>\r\n MSC CHEMISTRY QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:121px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:121px;\">\r\n <p>\r\n ASEPTIC QUALITY FOODS PVT Ltd.</p>\r\n </td>\r\n <td style=\"width:426px;height:121px;\">\r\n <p>\r\n <a href=\"https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true\">https://docs.google.com/document/d/1PvopM1c1esJ6SDjjm4IRwigX3paNoqhr/edit?usp=sharing&ouid=112796026208097274905&rtpof=true&sd=true</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n AASADI SUNIL KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSc QUALIFIED, YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, YOGI VEMANA UNIVERSITY , KADAPA</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk\">https://drive.google.com/file/d/1I0Y3lUWESDvemzsnA2_OmJL10hJtAVcb/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n <strong>Yes</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n ELURU BHANU PRASAD</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n M.sc Aquaculture SV university, Tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk\">https://drive.google.com/file/d/1MeYUj9CPvtPvMtzZ_jq1R7A1OxbuU9hx/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n K SAILAJA</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc qualified yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Botany ,sri padmavathi mahila viswavidyalayam tirupati</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk\">https://drive.google.com/file/d/1JBXnDv60QOpegC3J3xMfyOwD0eEG6a73/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MALA SUDHAKAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n M.sc Qualified, yes</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n M.sc organic chemistry Vikram Simapuri University, Nellore</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:81px;\">\r\n <p>\r\n P SUPRIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:81px;\">\r\n <p>\r\n MSC QUALIFIED,YES</p>\r\n </td>\r\n <td style=\"width:114px;height:81px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:222px;height:81px;\">\r\n <p>\r\n MSc ORGANIC CHEMISTRY, SRI PADMAVATI MAHILA VISVAVIDYALAM WOMEN UNIVERSITY , TIRUPATI</p>\r\n </td>\r\n <td style=\"width:426px;height:81px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk\">https://drive.google.com/file/d/1HxSVDERhrB7lnnnY1e2HnL1w4hv49d3Q/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n <strong>YES</strong></p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BODIGUTTA BHANUPRAKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KADIRI REDDI SEKHARA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N R CALEBRENSWICK</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-CET</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n DANDU RAJESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:68px;height:101px;\">\r\n <p>\r\n M FARHATH SAKINA</p>\r\n </td>\r\n <td style=\"width:54px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:114px;height:101px;\">\r\n <p>\r\n NO</p>\r\n </td>\r\n <td style=\"width:222px;height:101px;\">\r\n <p>\r\n KrazyBee Services Private Limited</p>\r\n </td>\r\n <td style=\"width:426px;height:101px;\">\r\n <p>\r\n <a href=\"https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk\">https://drive.google.com/file/d/1INyMKFgFTiStsKs6O-Ksp3aW42yCeSpf/view?usp=drivesdk</a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n P HARIKA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R CHITTIBABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-Cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S SASIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n I-cet</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID Card</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n V NARESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n no</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n -</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n VIRURU SUNIL</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n C SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n D MAHAMMAD RASOOL</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n ID CARD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:106px;\">\r\n <p>\r\n MANDAGIRI PAVAN KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:114px;height:106px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:106px;\">\r\n <p>\r\n MSc Food Technology, Adikavi nannaya University , Rajamundry</p>\r\n </td>\r\n <td style=\"width:426px;height:106px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:68px;height:85px;\">\r\n <p>\r\n PALAMARRI BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:114px;height:85px;\">\r\n <p>\r\n yes</p>\r\n </td>\r\n <td style=\"width:222px;height:85px;\">\r\n <p>\r\n MSc Food Technology, Yogi vemana University kadapa</p>\r\n </td>\r\n <td style=\"width:426px;height:85px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K RENESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KANJAVARAM SANGEETHA</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n MED PLUS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KOTOORU DAMODARAM</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n APPOLLO</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n M GANESH</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n M GURUNADH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n VIVO SHOW ROOM</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A INDHUMATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n STATE</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n A RAJ KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n BPED</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n B BHUPATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITALS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n RAINBOW HOSPITAL</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n BEEGAM GANGADRI</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n BHASKARAN KAMALESHWARAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n CHUKKA ABHINAYA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL, CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n DASARI PRASANNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n G YOHAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n GANDHUDI HEMAVATHI</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n HEMANTH D</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n KOTAK BANK</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n KOTAK BANK, BANGALORE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n J AKASH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n JAGGULA HUSSAIN</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n 1.1 SOLUTIONS</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n K SIREESHA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MCA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n K THARUN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n CHITTOOR</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n AMAZON WARE HOUSE</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:64px;\">\r\n <p>\r\n KANIPAKAM SAIKIRAN</p>\r\n </td>\r\n <td style=\"width:54px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:64px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:64px;\">\r\n <p>\r\n AADIPRI HOUSING PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:64px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n KUPPAGALLU GOPINATH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n ASAAN JOBS PVT LTD</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n MEJARI REDDESWARI</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MONDIVEERA LAVAN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n MURUGESHAN NAVEEN</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n SIDDARTHA</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n N BALAJI</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n KUPPAM ENGINEERING COLLEGE</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N GIRI</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n SITAMS</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n N SYAM BABU</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n AMARAJA</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n N THARAK CHANDU</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n SELF EMPLOYMENT</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NALLAMADA SURESH</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n ACHARYA NAGARJUNA UNIVERSITY</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:52px;\">\r\n <p>\r\n NANDHANUR SACHIN</p>\r\n </td>\r\n <td style=\"width:54px;height:52px;\">\r\n <p>\r\n CHITTOOR RTO</p>\r\n </td>\r\n <td style=\"width:114px;height:52px;\">\r\n <p>\r\n RTO OFFICE CHITTOOR ADTT TRACK</p>\r\n </td>\r\n <td style=\"width:222px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:52px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P AKHILA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n P KRISHNA KUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n R REKHA SHREE</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:22px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:22px;\">\r\n <p>\r\n S ALIYA</p>\r\n </td>\r\n <td style=\"width:54px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:22px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:22px;\">\r\n <p>\r\n KRIYA WEALTH</p>\r\n </td>\r\n <td style=\"width:426px;height:22px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:35px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:35px;\">\r\n <p>\r\n SHAIK THASINA</p>\r\n </td>\r\n <td style=\"width:54px;height:35px;\">\r\n <p>\r\n VIJAYAM BUSINESS SCHOOL</p>\r\n </td>\r\n <td style=\"width:114px;height:35px;\">\r\n <p>\r\n MBA</p>\r\n </td>\r\n <td style=\"width:222px;height:35px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:69px;\">\r\n <p>\r\n YES</p>\r\n </td>\r\n <td style=\"width:68px;height:69px;\">\r\n <p>\r\n T MANOSUSILKUMAR</p>\r\n </td>\r\n <td style=\"width:54px;height:69px;\">\r\n <p>\r\n SVU College of Commerce and Management, Computer Science</p>\r\n </td>\r\n <td style=\"width:114px;height:69px;\">\r\n <p>\r\n M.Com (FM)</p>\r\n </td>\r\n <td style=\"width:222px;height:69px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:426px;height:69px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:45px;height:43px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td style=\"width:68px;height:43px;\">\r\n <p>\r\n CHINNABBA DHANUSH</p>\r\n </td>\r\n <td style=\"width:54px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:114px;height:43px;\">\r\n <p>\r\n No</p>\r\n </td>\r\n <td style=\"width:222px;height:43px;\">\r\n <p>\r\n IndusInd Bank</p>\r\n </td>\r\n <td style=\"width:426px;height:43px;\">\r\n <p>\r\n Tirupathi</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',55);
/*!40000 ALTER TABLE `department_employment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_gallery`
--
DROP TABLE IF EXISTS `department_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_gallery` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=686 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_gallery`
--
LOCK TABLES `department_gallery` WRITE;
/*!40000 ALTER TABLE `department_gallery` DISABLE KEYS */;
INSERT INTO `department_gallery` VALUES (553,'sample',58),(554,'Departments details',47),(555,'GALLERY',46),(557,'GALLERY',51),(558,'COMPUTER SCIENCE LAB',46),(560,'Statistics ',64),(563,'Gallery',67),(564,'Gallery',61),(565,'HINDI GALLERY',39),(566,'SATHAVADHANA KOUMADHI BOOK RELEASE',58),(567,'Sathavadanam Programme',58),(569,'Gallery',43),(570,'M',43),(571,'ACCOUNTING DAY',51),(572,'CONSUMERS DAY',51),(573,'HUMAN RIGHTS DAY',51),(574,'WOMENS DAY',51),(575,'WOMENS DAY',51),(576,'HUMAN RIGHTS DAY',62),(577,'WOMENS DAY',62),(578,'Gallery',55),(579,'VISIT',56),(580,'LAB',46),(586,'One-day National Workshop on 03.09.2024 Click Image',49),(588,'National Space Day 23.08.2024',49),(589,'PARENT TEACHER MEETING',62),(590,'PARENT AND TEACHER MEETING',62),(591,'MENTOR MENTEE PROGRAMME',62),(592,'MENTOR MENTEE',62),(593,'MENTOR MENTEE INTERACTION',62),(594,'COMPUTERS DAY',62),(595,'SKILLTEST FOR THE POST OF JA AND DEO- LADC\'S_ORGANIZED BY DEPT OF COMPUTER SAPPLICATIONS/ SCIENCES',62),(596,'SKILL TEST',62),(597,'GROUP DISCUSSION AT DEPARTMENT',62),(598,'INTERNAL ACADEMIC AUDIT',62),(599,'BOS MEETING',62),(600,'BOS MEETING',62),(601,'GUEST LECTURE',62),(602,'CONDUCTED TEST FOR DEO ',62),(603,'UNNATI FOUNDATION ORIENTATION BY DEPT INCHARGE Dr S SARAVANA',62),(604,'UNNATTI',62),(606,'1',57),(607,'2',57),(608,'3',57),(609,'4',57),(610,'5',57),(611,'6',57),(612,'Economics Gallery ',54),(613,'Computer Science Gallery',46),(614,'G',43),(615,'CHEMISTRY LAB Gallery',45),(617,'Policital Science Gallery',67),(618,'BSc computer science create a one new web site ',46),(619,'lab',46),(620,'Men and Women athletic meet in Svu Tirupati',53),(621,'Sv university inter collegiate athletic meet P jeevavarathnam 3rd bsc 400 mts, 1500mts Bronze medal 🥉',53),(622,'Physical education Gallery 2018 to 2024',53),(623,'SV U LECTURERS GAMES',53),(624,'National Conference of Library and Information Science at SV University, Tirupati.',57),(625,'Visit to Local timber depot and wood plaining workshop by 4th Semesters Botany students along with staff members.',47),(626,'computer lan',46),(627,'VIsited Visvesvaraya Industrial and Technological Museum (VITM), Bangalore',64),(628,'VIsited Visvesvaraya Industrial and Technological Museum (VITM), Bangalore pic2',64),(629,'Gallery ',64),(630,'Statistics Day',64),(631,'Academic council',64),(632,'jnanabhumi program in chittoor ',64),(633,'physical handicap denoted by cycles in statistics department',64),(634,'BOS Meeting',64),(635,'felicitation for BOS MEMBERS',64),(636,'janmabhoomi programme ',64),(637,'PEER TEAM VISIT IN DEPT',55),(638,'Field trip at science center Tirupati',49),(639,'Field trip at science center Tirupati PIC2',49),(640,'Visit IISER at Tirupati IMAGE 1',49),(641,'Visit IISER at Tirupati IMAGE2',49),(642,'Visit IISER at Tirupati IMAGE3',49),(643,'C.V.Raman jayanthi',49),(644,'R.Reshma -Declamation contest on12-01-2024 conducted by Nehru Yuva Kendra.Chittoor got First Prize',49),(645,'Extension lecture at NPS Govt college for women',49),(646,'Dept. Of Mathematics Celebrated 137th birthday of Sri Sreenivasa Ramanujan',43),(647,'24-25POSTER PRESENTATION ',62),(648,'POSTER',62),(649,'SATTVA MOU FOLLOW UP ACTIVITY',62),(650,'FEES APP USAGE DEMO BY SENIOR STUDENTS TO JUNIOR STUDENTS',62),(651,'MOTIVATION CLASS ',62),(652,'STUDENT ACHIEVEMENT',62),(653,'VINAY SELECTED TO AP CRICKET TEAM ',62),(654,'GALLERY',48),(655,'Field visit to Sheep farm',68),(656,'National science day celebrations in department',68),(657,'Field visit to apiculture field',68),(658,'Diabetic day',68),(659,'Virtual laboratory',68),(660,'Tamil',60),(661,'Tamil2',60),(662,'Tamil3',60),(663,'Tamil4',60),(664,'PVKN VALLEY BALL TEAM WINNER IN Chittoor block level sports meet',53),(665,'SEMINAR ',59),(666,'On the occasion of Voter\'s Day, the Arts Department organized a Quiz Competition in the seminar hall of our college',54),(667,'Visited BC-1 hostel',51),(668,'Visited NPS Hostel',51),(669,'Visited NPS Hostel',49),(670,'Birth Anniversary of APJ Abdul Kalaam ',49),(671,'Distribution of Certificates for Certificate Course',49),(672,'Pre-Sankranthi fest',49),(673,'Extension Lecture @NPS Degree College, Chittoor',49),(674,'NAAC Peer team visit to Library',57),(675,'Dept of computer science New lab opening ---MLA',46),(676,'Computer Lab photos',46),(677,'sports',53),(678,'MLA OPEN NEW LAB 3 ',46),(679,'NAAC peer team visit in physical education department',53),(680,'Visit in Chemistry department',45),(681,'Visit in Hindi department',39),(682,'DEPARTMENT PHOTOS',54),(683,'HISTORY IMAGES',48),(684,'STAFF PHOTS',54),(685,'International Human Rights Legal Service Council(IHRLSC), Tara Academy సంయà±à°•à±à°¤ ఆధà±à°µà°°à±à°¯à°‚లో హైదరాబాదౠరవీందà±à°° à°à°¾à°°à°¤à°¿ లో Women\'s Day ,Ugadi Award Mahothsavam',58);
/*!40000 ALTER TABLE `department_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_internal`
--
DROP TABLE IF EXISTS `department_internal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_internal` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_internal`
--
LOCK TABLES `department_internal` WRITE;
/*!40000 ALTER TABLE `department_internal` DISABLE KEYS */;
INSERT INTO `department_internal` VALUES (15,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p style=\"margin-left:6.0pt;\">\r\n <img height=\"1039\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"738\" /></p>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p style=\"margin-left:18.35pt;\">\r\n <img height=\"1062\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"703\" /></p>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p style=\"margin-left:13.7pt;\">\r\n <img height=\"1067\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"718\" /></p>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p style=\"margin-left:16.3pt;\">\r\n <img height=\"1064\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"709\" /></p>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p style=\"margin-left:23.2pt;\">\r\n <img height=\"1067\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"693\" /></p>\r\n</div>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p style=\"margin-left:5.0pt;\">\r\n <img height=\"1066\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"740\" /></p>',58),(16,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',47),(17,'<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <em>Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</em></p>\r\n<p>\r\n <em>Continuous Internal Assessment (CIA)</em></p>\r\n<p>\r\n <em>CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</em></p>\r\n<p>\r\n <em>Semester End Examinations (SEE)</em></p>\r\n<p>\r\n <em>SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</em></p>\r\n<p>\r\n <em>Evaluation/Assessment Pattern for Undergraduate Programs</em></p>\r\n<p>\r\n <em>CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</em></p>\r\n<p>\r\n <em>CIA Components:</em></p>\r\n<ul>\r\n <li>\r\n <em>Midterm Examinations:<br />\r\n Midterms cover different syllabus portions:</em></li>\r\n <li>\r\n <em>First Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Second Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</em></li>\r\n <li>\r\n <em>Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</em></li>\r\n</ul>\r\n<p>\r\n <em>The total CIA marks are reduced to a maximum of 25.</em></p>\r\n<p>\r\n <em>Lab Courses:</em></p>\r\n<ul>\r\n <li>\r\n <em>Conducted for odd and even semesters (50 marks each).</em></li>\r\n</ul>\r\n<p>\r\n <em>Blueprint for Question Paper Setting</em></p>\r\n<p>\r\n <em>The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</em></p>\r\n<ul>\r\n <li>\r\n <em>Section A: Five very short answer questions (2 marks each, totaling 10 marks).</em></li>\r\n <li>\r\n <em>Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</em></li>\r\n <li>\r\n <em>Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</em></li>\r\n</ul>\r\n<p>\r\n <em>The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</em></p>',64),(18,'<p>\r\n <em>Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</em></p>\r\n<p>\r\n <em>Continuous Internal Assessment (CIA)</em></p>\r\n<p>\r\n <em>CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</em></p>\r\n<p>\r\n <em>Semester End Examinations (SEE)</em></p>\r\n<p>\r\n <em>SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</em></p>\r\n<p>\r\n <em>Evaluation/Assessment Pattern for Undergraduate Programs</em></p>\r\n<p>\r\n <em>CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</em></p>\r\n<p>\r\n <em>CIA Components:</em></p>\r\n<ul>\r\n <li>\r\n <em>Midterm Examinations:<br />\r\n Midterms cover different syllabus portions:</em></li>\r\n <li>\r\n <em>First Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Second Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</em></li>\r\n <li>\r\n <em>Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</em></li>\r\n</ul>\r\n<p>\r\n <em>The total CIA marks are reduced to a maximum of 25.</em></p>\r\n<p>\r\n <em>Lab Courses:</em></p>\r\n<ul>\r\n <li>\r\n <em>Conducted for odd and even semesters (50 marks each).</em></li>\r\n</ul>\r\n<p>\r\n <em>Blueprint for Question Paper Setting</em></p>\r\n<p>\r\n <em>The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</em></p>\r\n<ul>\r\n <li>\r\n <em>Section A: Five very short answer questions (2 marks each, totaling 10 marks).</em></li>\r\n <li>\r\n <em>Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</em></li>\r\n <li>\r\n <em>Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</em></li>\r\n</ul>\r\n<p>\r\n <em>The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</em></p>\r\n',44),(19,'<p>\r\n <em>Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</em></p>\r\n<p>\r\n <em>Continuous Internal Assessment (CIA)</em></p>\r\n<p>\r\n <em>CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</em></p>\r\n<p>\r\n <em>Semester End Examinations (SEE)</em></p>\r\n<p>\r\n <em>SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</em></p>\r\n<p>\r\n <em>Evaluation/Assessment Pattern for Undergraduate Programs</em></p>\r\n<p>\r\n <em>CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</em></p>\r\n<p>\r\n <em>CIA Components:</em></p>\r\n<ul>\r\n <li>\r\n <em>Midterm Examinations:<br />\r\n Midterms cover different syllabus portions:</em></li>\r\n <li>\r\n <em>First Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Second Midterm: Descriptive offline exam (30 marks).</em></li>\r\n <li>\r\n <em>Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</em></li>\r\n <li>\r\n <em>Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</em></li>\r\n <li>\r\n <em>Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</em></li>\r\n</ul>\r\n<p>\r\n <em>The total CIA marks are reduced to a maximum of 25.</em></p>\r\n<p>\r\n <em>Lab Courses:</em></p>\r\n<ul>\r\n <li>\r\n <em>Conducted for odd and even semesters (50 marks each).</em></li>\r\n</ul>\r\n<p>\r\n <em>Blueprint for Question Paper Setting</em></p>\r\n<p>\r\n <em>The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</em></p>\r\n<ul>\r\n <li>\r\n <em>Section A: Five very short answer questions (2 marks each, totaling 10 marks).</em></li>\r\n <li>\r\n <em>Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</em></li>\r\n <li>\r\n <em>Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</em></li>\r\n</ul>\r\n<p>\r\n <em>The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</em></p>\r\n',55),(20,'<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"740\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"1\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"1005\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"735\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"20\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1022\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.jpg\" width=\"751\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"9\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1044\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"692\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" width=\"1112\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"689\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"1053\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"44\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"974\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"989\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image032.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n',61),(21,'<p>\r\n <strong> Assessment Pattern @ 2023-24 </strong></p>\r\n<p>\r\n Assessment of the students’ performance is made on the basis of the knowledge, skills and competencies for the course as defined in the curriculum. The assessment of students' performance in course work during and/or at the conclusion of a programme has to be done in the examinations. In general, an examination addresses different objectives, like achievement-testing, prediction-testing, endurance-testing, creativity-testing and testing for ranking.</p>\r\n<p>\r\n The Regulations given below enable the Autonomous Colleges to achieve this goal and gain the confidence and respect of the stake holders, particularly students. Typically achievement- testing is done in two parts as follows, both of them being important in assessing a student's achievement.</p>\r\n<p>\r\n Evaluation of UG & PG programmes is based on both <strong>Continuous Internal Assessment (CIA)</strong>, held twice in the course of the semester at pre-determined intervals and the <strong>End Semester Examination (SEE) </strong>held at the end of each Semester.</p>\r\n<p>\r\n <strong>i) Sessional / Continuous Internal Assessment (CIA ),</strong></p>\r\n<p>\r\n CIA has to be conducted by the course teacher all through the semester. This includes mid-term tests, weekly/ fortnightly class tests, homework assignments, problem solving, group discussions, quiz, seminar, mini-project and other means.</p>\r\n<p>\r\n The Internal Assessment marks shall be awarded as per the academic regulations of the individual programme. The Internal Assessment marks shall be submitted to the Controller of Examinations at the end of each academic session before the commencement of the Semester End Examinations in the prescribed form or upload in specified link provided by the COE.</p>\r\n<p>\r\n <strong>ii) Terminal, covering Semester End Examinations (SEE)</strong></p>\r\n<p>\r\n A comprehensive examination for each course, irrespective of the number of credits allotted to it, will be held at the end of each semester. SEE shall be conducted by the Examination Committee at the end of a semester, on dates to be fixed at the College level. This includes a written examination for theory courses and practical/design examination with built-in oral part for laboratory/design courses.</p>\r\n<p>\r\n The eligibility of a student to write the End Semester Examination is based on :</p>\r\n<p>\r\n 1. Minimum Attendance Requirement (refer Course Requirement)</p>\r\n<p>\r\n 2. Minimum CA requirement (refer Continuous Assessment)</p>\r\n<p style=\"margin-left:49.65pt;\">\r\n 3. Payment of the prescribed examination fee, for courses for which he/she has registered.</p>\r\n<p>\r\n Both CIA and SEE being equally important in judging the coursework performance of students, they need to be conducted with equal rigour and equal seriousness in the credit system. A student's performance in coursework shall be judged by taking into account the results of both CIA and SEE individually and also together by giving below mentioned weightage for them. This practice is followed for all courses offered and for all programmes<strong>. </strong></p>\r\n<p>\r\n <strong> EVALUATION / ASSESSMENT PATTERN For UG Programmes</strong></p>\r\n<p>\r\n </p>\r\n<ol>\r\n <li>\r\n A continuous internal assessment (CIA) (for 25 marks) by the concerned Course teacher as well as by an end-semester examination (for 75 marks) will be consolidated at the end of the course for 100 marks.</li>\r\n <li>\r\n Passing minimum for end of semester exam will be 40% out of 75 marks (i.e., 30 marks). Passing minimum for Internal Examination will be 40% out of 25 marks (i.e., 10 marks).</li>\r\n <li>\r\n Internal Assessment component for 25 marks shall be split into following pattern.</li>\r\n</ol>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:617px;\" width=\"617\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n Sl. No</p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n Assessment pattern</p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n Evaluation method</p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n Marks Allotted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n I Midterm Examination</p>\r\n <p>\r\n (Covering 1<sup>st</sup> 50% of Syllabus)</p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n <strong>Section-A:</strong></p>\r\n <p>\r\n One out of Three Essay-type questions carrying 10 marks should be given. </p>\r\n <p>\r\n <strong>Section-B:</strong></p>\r\n <p>\r\n Five out of seven short answer questions should be set carrying 5x4=20 marks with weightage</p>\r\n <p>\r\n <strong>Section-C:</strong></p>\r\n <p>\r\n Ten objective-type questions should be framed carrying 10x1=10 marks with weightage comprising multiple choice answers, fill in the blank questions, matching answers questions, etc.</p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n 40</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:51px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:226px;height:51px;\">\r\n <p>\r\n II Mid-term Examination</p>\r\n <p>\r\n (After completion of the total syllabus)</p>\r\n </td>\r\n <td style=\"width:286px;height:51px;\">\r\n <p>\r\n <strong>Section-A:</strong></p>\r\n <p>\r\n One out of Three Essay-type questions carrying 10 marks should be given. </p>\r\n <p>\r\n <strong>Section-B:</strong></p>\r\n <p>\r\n Five out of seven short answer questions should be set carrying 5x4=20 marks with weightage</p>\r\n </td>\r\n <td style=\"width:69px;height:51px;\">\r\n <p align=\"center\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n Assignments (Minimum 5 assignments covering all units)</p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n Maximum 2 Marks for each assignment</p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n Seminars/Quiz/JAM/Group discussion/ Role play/ Study Project/Field trip</p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n Any one of the specified assessments</p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n 5</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:226px;height:76px;\">\r\n <p>\r\n Attendance and Clean & Green activity participation</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:286px;height:76px;\">\r\n <p>\r\n 75%-80%- 1 M</p>\r\n <p>\r\n 80%-85%- 2 M</p>\r\n <p>\r\n 85%-90%- 3 M</p>\r\n <p>\r\n 90%-95%- 4 M</p>\r\n <p>\r\n 95%-100%- 5M</p>\r\n <p>\r\n Clean & Green activity is to be evaluated by the respective mentor of the student</p>\r\n </td>\r\n <td style=\"width:69px;height:76px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:512px;height:20px;\">\r\n <p align=\"right\">\r\n <strong>Total marks for which CIA is conducted </strong></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" style=\"width:548px;height:20px;\">\r\n <p align=\"right\">\r\n <strong>CIA score scaled down to a maximum of</strong></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n 25</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<ol>\r\n <li>\r\n Lab Courses (Practical / Field trip/Study project):Practicals are being conducted for 100 marks split between odd and even semesters for 50 marks each<strong>. </strong>Out of 50 marks, 40 marks are to be awarded for experiments/job works and 05 marks for record and 5 for viva-voce examination.</li>\r\n</ol>\r\n<p style=\"margin-left:36.0pt;\">\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n Internal Assessment component for 25 marks shall be split into following pattern.</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:575px;\" width=\"575\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n Sl. No</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n Assessment pattern</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n Evaluation method</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n Marks Allotted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n I Midterm Examination</p>\r\n <p>\r\n (Covering 1<sup>st</sup> 40% of Syllabus)</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n Descriptive type- Offline Exam Conducted for 30 Marks</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:56px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:268px;height:56px;\">\r\n <p>\r\n II Mid-term Examination</p>\r\n <p>\r\n (Covering of total Syllabus)</p>\r\n </td>\r\n <td style=\"width:180px;height:56px;\">\r\n <p>\r\n Descriptive type- Offline Exam- for 80 marks</p>\r\n </td>\r\n <td style=\"width:93px;height:56px;\">\r\n <p align=\"center\">\r\n 40</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n Assignments (Minimum 5 assignments covering all units)</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n Maximum 2 Marks for each assignment</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n Seminars/Quiz/JAM/Group discussion/ Role play/ Study Project/Field trip</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n Any two of the specified assessments- maximum of 5 marks each</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n Clean and Green activity participation</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n 1 mark for one time participation</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n Attendance</p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n 75%-80%- 1 M</p>\r\n <p>\r\n 80%-85%- 2 M</p>\r\n <p>\r\n 85%-90%- 3 M</p>\r\n <p>\r\n 90%-95%- 4 M</p>\r\n <p>\r\n 95%-100%- 5M</p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:448px;height:33px;\">\r\n <p align=\"right\">\r\n <strong>CIA conducted for Total</strong></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" style=\"width:482px;height:33px;\">\r\n <p align=\"right\">\r\n <strong>Total marks reduced to Maximum</strong></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n 25</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"564\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png\" width=\"602\" /></p>\r\n',59),(22,'<h1 style=\"text-align: center;\">\r\n <u><em><strong><span style=\"color:#f00;\">DEPARTMENT OF PHYSICS & ELECTRONICS</span></strong></em></u></h1>\r\n<table align=\"center\" border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 400px; height: 200px;\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\">S.No.</span></h2>\r\n </td>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\">ACADEMIC YEAR</span></h2>\r\n </td>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\">INTERNAL ASSESSMENT</span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">1</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2022-23</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2022-23 CIA.pdf\"><span style=\"color:#00f;\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\"><b>View</b></span></font></u></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2021-22</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/21-22CIA.pdf\"><span style=\"color:#00f;\"><u><strong><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">View</span></span></strong></u></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">3</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2020-21</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/20-21CIA.pdf\"><span style=\"color:#00f;\"><u><strong><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">View</span></span></strong></u></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">4</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2019-20</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2019-20CIA.pdf\"><span style=\"color:#00f;\"><u><strong><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">View</span></span></strong></u></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">5</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2018-19</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/18-19CIA.pdf\"><span style=\"color:#00f;\"><u><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">View</span></span></u></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <em>Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</em></h2>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><em>Continuous Internal Assessment (CIA)</em></span></h1>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Semester End Examinations (SEE)</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Evaluation/Assessment Pattern for Undergraduate Programs</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>CIA Components:</em></span></span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Midterm Examinations:<br />\r\n Midterms cover different syllabus portions:</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>First Midterm: Descriptive offline exam (30 marks).</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Second Midterm: Descriptive offline exam (30 marks).</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</em></span></span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>The total CIA marks are reduced to a maximum of 25.</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Lab Courses:</em></span></span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Conducted for odd and even semesters (50 marks each).</em></span></span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Blueprint for Question Paper Setting</em></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</em></span></span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Section A: Five very short answer questions (2 marks each, totaling 10 marks).</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</em></span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em>Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</em></span></span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><em> The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</em></span></span></span></p>\r\n',49),(23,'<p>\r\n <a href=\"/userfiles/internal assesment.pdf\">/userfiles/internal assesment.pdf<br />\r\n </a></p>',68),(24,'<div id=\"cke_pastebin\">\r\n <h1 style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size: 16px;\"><span style=\"color: rgb(255, 0, 0);\">INTERNAL ASSESMENT</span></span></span></h1>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Continuous Internal Assessment (CIA)</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Semester End Examinations (SEE)</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Evaluation/Assessment Pattern for Undergraduate Programs</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">CIA Components:</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Midterm Examinations:</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"> Midterms cover different syllabus portions:</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">First Midterm: Descriptive offline exam (30 marks).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Second Midterm: Descriptive offline exam (30 marks).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">The total CIA marks are reduced to a maximum of 25.</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Lab Courses:</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Conducted for odd and even semesters (50 marks each).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Blueprint for Question Paper Setting</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\"><br />\r\n </span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Section A: Five very short answer questions (2 marks each, totaling 10 marks).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</span></span></div>\r\n <div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color: rgb(0, 0, 255);\">The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</span></span></div>\r\n</div>\r\n',62),(25,'<div style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">INTERNAL ASSESMENT</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Student performance is assessed through exams based on curriculum-defined knowledge, skills, and competencies, serving purposes like achievement, prediction, endurance, creativity testing, and ranking.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Continuous Internal Assessment (CIA)</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">CIA is conducted by the course teacher throughout the semester and includes mid-term tests, weekly/fortnightly class tests, homework assignments, problem-solving, group discussions, quizzes, seminars, mini-projects, and other methods. The marks from these assessments are submitted to the Controller of Examinations before the Semester End Examinations (SEE).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Semester End Examinations (SEE)</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">SEE is a comprehensive examination held at the end of each semester for all courses, regardless of credit allocation. These exams include written tests for theory courses and practical/design exams with an oral component for laboratory/design courses. Student eligibility to write the SEE depends on meeting the minimum attendance requirement, fulfilling the continuous assessment requirements, and paying the prescribed examination fee.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Evaluation/Assessment Pattern for Undergraduate Programs</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">CIA and SEE are crucial for evaluating student performance, with CIA worth 25 marks and SEE worth 75 marks. The minimum passing marks are 40% for both CIA (10/25) and SEE (30/75).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">CIA Components:</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Midterm Examinations:</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"> Midterms cover different syllabus portions:</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">First Midterm: Descriptive offline exam (30 marks).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Second Midterm: Descriptive offline exam (30 marks).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Assignments: Five assignments covering all units, with a maximum of 2 marks each, totaling 10 marks.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Seminars/Quizzes/Group Discussions: Any two assessments with a maximum of 5 marks each, totaling 10 marks.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Participation in Clean and Green Activities: 1 mark for one-time participation, up to a maximum of 5 marks.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Attendance: Marks awarded based on attendance percentage, ranging from 1 to 5 marks.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">The total CIA marks are reduced to a maximum of 25.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Lab Courses:</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Conducted for odd and even semesters (50 marks each).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Blueprint for Question Paper Setting</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">The question paper for the SEE is designed with a mix of very short, short, and essay questions distributed across different units of the syllabus. The pattern includes:</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Section A: Five very short answer questions (2 marks each, totaling 10 marks).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Section B: Five out of eight short answer questions (5 marks each, totaling 25 marks).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Section C: Four out of six essay type questions (10 marks each, totaling 40 marks).</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">The integration of IT into examination procedures modernizes the Examination Management System (EMS) by automating processes like exam scheduling, question paper generation, and result processing. Online platforms enable remote exams and Continuous Internal Assessment (CIA), reducing stress and promoting a positive learning experience. Advanced security measures ensure integrity, while IT-driven result processing provides timely feedback. User-friendly portals, real-time monitoring, and analytics enhance supervision and performance insights. Comprehensive training ensures smooth IT integration, supporting transparency and accountability. These reforms cater to remote learning, ensuring continuity and fostering a student-centric environment for academic excellence.</span></div>\r\n',46),(26,'<p>\r\n <span style=\"color:#008000;\"><a href=\"/userfiles/Internal assessment Web.docx\">/userfiles/Internal assessment Web.docx<br />\r\n </a></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Assessment Pattern @ 2023-24</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Assessment of the students’ performance is made on the basis of the knowledge, skills and competencies for the course as defined in the curriculum. The assessment of students' performance in course work during and/or at the conclusion of a programme has to be done in the examinations. In general, an examination addresses different objectives, like achievement-testing, prediction-testing, endurance-testing, creativity-testing and testing for ranking.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">The Regulations given below enable the Autonomous Colleges to achieve this goal and gain the confidence and respect of the stake holders, particularly students. Typically achievement- testing is done in two parts as follows, both of them being important in assessing a student's achievement.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Evaluation of UG & PG programmes is based on both <strong>Continuous Internal Assessment (CIA)</strong>, held twice in the course of the semester at pre-determined intervals and the <strong>End Semester Examination (SEE) </strong>held at the end of each Semester.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>i) Sessional / Continuous Internal Assessment (CIA ),</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">CIA has to be conducted by the course teacher all through the semester. This includes mid-term tests, weekly/ fortnightly class tests, homework assignments, problem solving, group discussions, quiz, seminar, mini-project and other means.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">The Internal Assessment marks shall be awarded as per the academic regulations of the individual programme. The Internal Assessment marks shall be submitted to the Controller of Examinations at the end of each academic session before the commencement of the Semester End Examinations in the prescribed form or upload in specified link provided by the COE.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>ii) Terminal, covering Semester End Examinations (SEE)</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">A comprehensive examination for each course, irrespective of the number of credits allotted to it, will be held at the end of each semester. SEE shall be conducted by the Examination Committee at the end of a semester, on dates to be fixed at the College level. This includes a written examination for theory courses and practical/design examination with built-in oral part for laboratory/design courses.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">The eligibility of a student to write the End Semester Examination is based on :</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">1. Minimum Attendance Requirement (refer Course Requirement)</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">2. Minimum CA requirement (refer Continuous Assessment)</span></p>\r\n<p style=\"margin-left:49.65pt;\">\r\n <span style=\"color:#00f;\">3. Payment of the prescribed examination fee, for courses for which he/she has registered.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Both CIA and SEE being equally important in judging the coursework performance of students, they need to be conducted with equal rigour and equal seriousness in the credit system. A student's performance in coursework shall be judged by taking into account the results of both CIA and SEE individually and also together by giving below mentioned weightage for them. This practice is followed for all courses offered and for all programmes<strong>. </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong> EVALUATION / ASSESSMENT PATTERN For UG Programmes</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<ol>\r\n <li>\r\n <span style=\"color:#00f;\">A continuous internal assessment (CIA) (for 25 marks) by the concerned Course teacher as well as by an end-semester examination (for 75 marks) will be consolidated at the end of the course for 100 marks.</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">Passing minimum for end of semester exam will be 40% out of 75 marks (i.e., 30 marks). Passing minimum for Internal Examination will be 40% out of 25 marks (i.e., 10 marks).</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">Internal Assessment component for 25 marks shall be split into following pattern.</span></li>\r\n</ol>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:617px;\" width=\"617\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sl. No</span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Assessment pattern</span></p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Evaluation method</span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Marks Allotted</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">I Midterm Examination</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">(Covering 1<sup>st</sup> 50% of Syllabus)</span></p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Section-A:</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\">One out of Three Essay-type questions carrying 10 marks should be given. </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Section-B:</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\">Five out of seven short answer questions should be set carrying 5x4=20 marks with weightage</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Section-C:</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\">Ten objective-type questions should be framed carrying 10x1=10 marks with weightage comprising multiple choice answers, fill in the blank questions, matching answers questions, etc.</span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">40</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:226px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II Mid-term Examination</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">(After completion of the total syllabus)</span></p>\r\n </td>\r\n <td style=\"width:286px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Section-A:</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\">One out of Three Essay-type questions carrying 10 marks should be given. </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Section-B:</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\">Five out of seven short answer questions should be set carrying 5x4=20 marks with weightage</span></p>\r\n </td>\r\n <td style=\"width:69px;height:51px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Assignments (Minimum 5 assignments covering all units)</span></p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Maximum 2 Marks for each assignment</span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">10</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Seminars/Quiz/JAM/Group discussion/ Role play/ Study Project/Field trip</span></p>\r\n </td>\r\n <td style=\"width:286px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Any one of the specified assessments</span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">10</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">5</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:226px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Attendance and Clean & Green activity participation</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:286px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">75%-80%- 1 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">80%-85%- 2 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">85%-90%- 3 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">90%-95%- 4 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">95%-100%- 5M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">Clean & Green activity is to be evaluated by the respective mentor of the student</span></p>\r\n </td>\r\n <td style=\"width:69px;height:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">10</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:512px;height:20px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\"><strong>Total marks for which CIA is conducted </strong></span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">100</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" style=\"width:548px;height:20px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\"><strong>CIA score scaled down to a maximum of</strong></span></p>\r\n </td>\r\n <td style=\"width:69px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">25</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<ol>\r\n <li>\r\n <span style=\"color:#00f;\">Lab Courses (Practical / Field trip/Study project):Practicals are being conducted for 100 marks split between odd and even semesters for 50 marks each<strong>. </strong>Out of 50 marks, 40 marks are to be awarded for experiments/job works and 05 marks for record and 5 for viva-voce examination.</span></li>\r\n</ol>\r\n<p style=\"margin-left:36.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:36.0pt;\">\r\n <span style=\"color:#00f;\">Internal Assessment component for 25 marks shall be split into following pattern.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:575px;\" width=\"575\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sl. No</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Assessment pattern</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Evaluation method</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Marks Allotted</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">I Midterm Examination</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">(Covering 1<sup>st</sup> 40% of Syllabus)</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Descriptive type- Offline Exam Conducted for 30 Marks</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:56px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:268px;height:56px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II Mid-term Examination</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">(Covering of total Syllabus)</span></p>\r\n </td>\r\n <td style=\"width:180px;height:56px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Descriptive type- Offline Exam- for 80 marks</span></p>\r\n </td>\r\n <td style=\"width:93px;height:56px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">40</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Assignments (Minimum 5 assignments covering all units)</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Maximum 2 Marks for each assignment</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">10</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Seminars/Quiz/JAM/Group discussion/ Role play/ Study Project/Field trip</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Any two of the specified assessments- maximum of 5 marks each</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">10</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Clean and Green activity participation</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1 mark for one time participation</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:268px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Attendance</span></p>\r\n </td>\r\n <td style=\"width:180px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\">75%-80%- 1 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">80%-85%- 2 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">85%-90%- 3 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">90%-95%- 4 M</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">95%-100%- 5M</span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:35px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:448px;height:33px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\"><strong>CIA conducted for Total</strong></span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">100</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" style=\"width:482px;height:33px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\"><strong>Total marks reduced to Maximum</strong></span></p>\r\n </td>\r\n <td style=\"width:93px;height:33px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">25</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n',43),(27,'<p>\r\n <a href=\"/userfiles/2018 -21 Batch .pdf\">/userfiles/2018 -21 Batch .pdf<br />\r\n </a></p>\r\n',48),(28,'<p>\r\n <a href=\"/userfiles/DocScanner Jan 22, 2025 11-00 AM.pdf\"><span style=\"font-size:16px;\">INTERNAL MARKS CLICK HERE TO VIEW</span></a></p>\r\n',39);
/*!40000 ALTER TABLE `department_internal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_meeting`
--
DROP TABLE IF EXISTS `department_meeting`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_meeting` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_meeting`
--
LOCK TABLES `department_meeting` WRITE;
/*!40000 ALTER TABLE `department_meeting` DISABLE KEYS */;
INSERT INTO `department_meeting` VALUES (16,'<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 60%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\"><span style=\"background-color:#ffff00;\">SNO</span></span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\"><span style=\"background-color:#ffff00;\">NAME</span></span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\"><span style=\"background-color:#ffff00;\">EVIDENCE</span></span></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Minutes of Meeting.</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Minutes of Meeting.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>',58),(18,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',47),(19,'<div>\r\n <p>\r\n </p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/CamScanner 09-30-2024 10_55.pdf\">/userfiles/CamScanner 09-30-2024 10_55.pdf</a></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"1\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"1005\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"735\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"20\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1022\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.jpg\" width=\"751\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"9\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1044\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"692\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" width=\"1112\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1063\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"689\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"1053\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"44\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"974\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <br clear=\"ALL\" />\r\n <p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"733\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"989\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"right\">\r\n <a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\"><img border=\"0\" height=\"29\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image032.jpg\" width=\"29\" /></a><a href=\"https://digital-camscanner.onelink.me/P3GL/g26ffx3k\">CamScanner</a></p>\r\n',61),(20,'<h1 style=\"text-align: center;\">\r\n <em><strong><u><span style=\"color:#b22222;\">DEPARTMENT OF PHYSICS & ELECTRONICS</span></u></strong></em></h1>\r\n<h1 style=\"text-align: center;\">\r\n <strong><em><u><span style=\"color:#00f;\">MINUTES OF THE DEPARTMENT</span></u></em></strong></h1>\r\n<table align=\"center\" border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"height: 200px; width: 400px;\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n S.No.</h2>\r\n </td>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n ACADEMIC YEAR</h2>\r\n </td>\r\n <td>\r\n <h2 style=\"text-align: center;\">\r\n MINUTES OF THE DEPARTMENT</h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">1</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2024-25</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2024-25.pdf\"><strong><span style=\"color:#00f;\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2023-24</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2023-24.pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">3</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2022-23</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2022-23.pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">4</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2021-22</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2021-22.pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">5</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2020-21</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2020-21(2).pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\"></span></font></u></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">6</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2019-20</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2019-20.pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">7</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2018-19</span></span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2018-19 dept minutes(2).pdf\"><strong><span style=\"color: rgb(0, 0, 255);\"><u><font face=\"comic sans ms, cursive\"><span style=\"font-size: 16px;\">VIEW</span></font></u></span></strong></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></p>\r\n',49),(21,'<p align=\"center\">\r\n <img height=\"781\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.gif\" width=\"602\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N Govt COLLEGE,(A)CHITTOOR</p>\r\n<p align=\"center\">\r\n Department of Political Science</p>\r\n<p align=\"center\">\r\n BOARD OF STUDIES MEETING -1.</p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n DATE: 26.10.2022 TIME: 10 A.M.</p>\r\n<p>\r\n MINUTES OF THE MEETING</p>\r\n<p>\r\n <u>Agenda</u></p>\r\n<ol>\r\n <li>\r\n Approval for UG Course Structure of B.A.(HEP) Political science</li>\r\n <li>\r\n Approval for changes in the UG (B.A) I, III &V Semester’s Syllabus entitled I- <strong>Introduction to Political Science,</strong></li>\r\n</ol>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong>III- Indian Government and Politics,</strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong>VI- Office Management</strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong>VII-Personnel Administration</strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n Model Question Paper and Blue Print.</p>\r\n<ol>\r\n <li>\r\n Panel of Question Paper Setters and Examiners</li>\r\n <li>\r\n Pedagogy of Teaching –Learning as per UGC guidelines</li>\r\n <li>\r\n Additional inputs to the curricula if any</li>\r\n <li>\r\n Internal assessment component and additional credits for extra- curricular activities</li>\r\n <li>\r\n Evaluation and assessment pattern</li>\r\n <li>\r\n Introduction of new certificate and courses.</li>\r\n <li>\r\n Other academic and extra – curricular activities of the department</li>\r\n <li>\r\n Any other proposal</li>\r\n</ol>\r\n<p style=\"margin-left:23.25pt;\">\r\n <img height=\"42\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"167\" /></p>\r\n<p>\r\n Signature of the Members. Signature of the BOS Chairman</p>\r\n<p>\r\n <img height=\"45\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"129\" /></p>\r\n<p>\r\n <img height=\"43\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"62\" /></p>\r\n<p>\r\n <strong>P.</strong><strong>V.K.N</strong><strong>GOVERNMENT </strong><strong>COLLEGE,(A)CHITTOOR</strong></p>\r\n<p>\r\n <strong> DEPARTMENT OF POLITICAL SCIENCE </strong></p>\r\n<p>\r\n <strong>BOARD OF STUDIES MEETING </strong></p>\r\n<p>\r\n <strong>DATE: </strong><strong>18</strong><strong>.0</strong><strong>4</strong><strong>.202</strong><strong>3</strong><strong>TIME: </strong><strong>3P</strong><strong>.M.</strong></p>\r\n<p>\r\n <strong>MINUTES OF THE MEETING</strong></p>\r\n<p>\r\n <strong>Agenda</strong></p>\r\n<p>\r\n <strong>1. Approval for UG Course Structure of B.A.(HEP) Political science</strong></p>\r\n<p>\r\n <strong>2. Approval for changes in the UG (B.A)</strong><strong>I &</strong><strong>IV Semester Syllabus entitled</strong></p>\r\n<p>\r\n <strong>BASIC ORGANS OF THE GOVERNMENT, </strong><strong>INDIAN POLITICAL PROCESS and WESTERN POLITICAL</strong></p>\r\n<p>\r\n <strong>THOUGHT Model Question Paper and Blue Print.</strong></p>\r\n<p>\r\n <strong>3. Panel of Question Paper Setters and Examiners</strong></p>\r\n<p>\r\n <strong>4. Pedagogy of Teaching </strong><strong>–</strong><strong>Learning as per UGC guidelines</strong></p>\r\n<p>\r\n <strong>5. Additional inputs to the curricula if any</strong></p>\r\n<p>\r\n <strong>6. Internal assessment component and additional credits for extracurricular</strong></p>\r\n<p>\r\n <strong>activities</strong></p>\r\n<p>\r\n <strong>7. Evaluation and assessment pattern</strong></p>\r\n<p>\r\n <strong>8. Introduction of new certificate and courses.</strong></p>\r\n<p>\r\n <strong>9. Other academic and extra and extra </strong><strong>– </strong><strong>curricular activities of the</strong></p>\r\n<p>\r\n <strong>department</strong></p>\r\n<ol>\r\n <li>\r\n <strong>Any other proposal</strong></li>\r\n</ol>\r\n<p>\r\n <strong><img height=\"42\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"167\" /></strong></p>\r\n<p>\r\n <strong>Chairperson of BOS Principal</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n P.V.K.N Govt COLLEGE,(A)CHITTOOR</p>\r\n<p align=\"center\">\r\n DEPARTMENT OF POLITICAL SCIENCE</p>\r\n<p align=\"center\">\r\n BOARD OF STUDIES MEETING -16.</p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n DATE: 20.09.2023 TIME: 3P.M.</p>\r\n<p align=\"center\">\r\n MINUTES OF THE MEETING</p>\r\n<p>\r\n <u>Agenda</u></p>\r\n<ol>\r\n <li>\r\n Approval for UG Course Structure of B.A.(HEP) Political science</li>\r\n <li>\r\n Approval for changes in the UG (B.A) I, III &V Semester’s Syllabus entitled <strong><em>I</em></strong><em>-</em><strong><em>Fundamentals of Social Sciences</em></strong></li>\r\n</ol>\r\n<p style=\"margin-left:92.2pt;\">\r\n <strong><em>II- Perspectives on Indian Society</em></strong></p>\r\n<p>\r\n <strong><em>Multi - Introduction to Social work</em></strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong><em> III- Indian Government and Politics </em></strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong><em> VI- Office Management </em></strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n <strong><em> VII-Personnel Administration </em></strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n Model Question Paper and Blue Print.</p>\r\n<ol>\r\n <li>\r\n Panel of Question Paper Setters and Examiners</li>\r\n <li>\r\n Pedagogy of Teaching –Learning as per UGC guidelines</li>\r\n <li>\r\n Additional inputs to the curricula if any</li>\r\n <li>\r\n Internal assessment component and additional credits for extra- curricular activities</li>\r\n <li>\r\n Evaluation and assessment pattern</li>\r\n <li>\r\n Introduction of new certificate and courses.</li>\r\n <li>\r\n Other academic and extra – curricular activities of the department</li>\r\n <li>\r\n Any other proposal</li>\r\n</ol>\r\n<p style=\"margin-left:23.25pt;\">\r\n </p>\r\n<p>\r\n Signature of the Members. Signature of the BOS Chairman</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:650px;\" width=\"650\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:650px;height:27px;\">\r\n <ol>\r\n <li>\r\n BOS Chairperson : Dr.B.V.Muralidhar<br />\r\n Prof.of Political Science & Public Administration,<br />\r\n </li>\r\n </ol>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;height:24px;\">\r\n <p>\r\n BOS Member</p>\r\n </td>\r\n <td style=\"width:393px;height:24px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;height:27px;\">\r\n <p>\r\n 2.Prof B.V.Muralidhar</p>\r\n </td>\r\n <td style=\"width:393px;height:27px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;height:173px;\">\r\n <p>\r\n 3.Faculty members</p>\r\n <ul>\r\n <li>\r\n 1.Smt. N.Uma Devi,</li>\r\n </ul>\r\n <p>\r\n Contract Lecturer in Political Science</p>\r\n <ul>\r\n <li>\r\n 2.Smt D.Chandra</li>\r\n </ul>\r\n <p>\r\n Guest Lecturer in Political Science</p>\r\n </td>\r\n <td style=\"width:393px;height:173px;\">\r\n <p align=\"center\">\r\n <strong><img alt=\"WhatsApp Image 2023-07-17 at 4.14.09 PM\" height=\"42\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"246\" /></strong></p>\r\n <p align=\"center\">\r\n <strong><img alt=\"WhatsApp Image 2023-07-17 at 4.13.05 PM (1)\" height=\"108\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.jpg\" width=\"377\" /></strong></p>\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;height:27px;\">\r\n <p>\r\n 4 1.Dr.M.Bhaskar Raju,<br />\r\n Lecturer in Political Science</p>\r\n <p>\r\n GDC, Nagari.</p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:393px;height:27px;\">\r\n <p align=\"center\">\r\n <img height=\"46\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"281\" /></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;height:198px;\">\r\n <p>\r\n 5.Dr.T.Ram Babu<br />\r\n Lecturer in Political Science,<br />\r\n D.K.Govt. College for Women(A),Nellore<br />\r\n 523105</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:393px;height:198px;\">\r\n <p align=\"center\">\r\n <img alt=\"WhatsApp Image 2023-07-17 at 4.01.17 PM\" height=\"185\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"377\" /><img alt=\"IMG_256\" height=\"32\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.gif\" width=\"32\" /><img alt=\"IMG_256\" height=\"32\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.gif\" width=\"32\" /></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n P.V.K.N. GOVT COLLEGE,(A)CHITTOOR</p>\r\n<p align=\"center\">\r\n DEPARTMENT OF POLITICAL SCIENCE</p>\r\n<p align=\"center\">\r\n BOARD OF STUDIES MEETING -11.</p>\r\n<p align=\"center\">\r\n DATE: 09.02.2024 TIME: 3.30 TO 4.30.PMP.M.</p>\r\n<p align=\"center\">\r\n MINUTES OF THE MEETING</p>\r\n<p>\r\n <u>Agenda</u></p>\r\n<ol>\r\n <li>\r\n Approval for UG Course Structure of B.A<strong>POLITICAL SCIENCE (HONOURS)& BA </strong><strong>(HEP) </strong> Political science</li>\r\n <li>\r\n Approval for changes in the UG (B.A) I, III &V Semester’s Syllabusentitled</li>\r\n</ol>\r\n<p>\r\n <strong> 3 - FUNDAMENTALS OF POLITICAL SCIENCE</strong></p>\r\n<p>\r\n <strong>4 </strong><strong>- </strong><strong>CONCEPTS & IDEOLOGIES OF POLITICAL</strong><strong>SCIENCE</strong></p>\r\n<p>\r\n <strong>I</strong><strong>V</strong><strong>- </strong><strong>INDIAN POLITICAL PROCESS</strong></p>\r\n<p>\r\n <strong>V-</strong><strong>WESTERN POLITICAL THOUGHT</strong></p>\r\n<p style=\"margin-left:110.2pt;\">\r\n Model Question Paper and Blue Print.</p>\r\n<ol>\r\n <li>\r\n Panel of Question Paper Setters and Examiners</li>\r\n <li>\r\n Pedagogy of Teaching –Learning as per UGC guidelines</li>\r\n <li>\r\n Additional inputs to the curricula if any</li>\r\n <li>\r\n Internal assessment component and additional credits for extra- curricular activities</li>\r\n <li>\r\n Evaluation and assessment pattern</li>\r\n <li>\r\n Introduction of new certificate and courses.</li>\r\n <li>\r\n Other academic and extra – curricular activities of the department</li>\r\n <li>\r\n Any other proposal</li>\r\n</ol>\r\n<p style=\"margin-left:23.25pt;\">\r\n <img height=\"42\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"167\" /></p>\r\n<p>\r\n Signature of the Members. Signature of the BOS Chairman</p>\r\n<p>\r\n <img height=\"45\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" width=\"129\" /></p>\r\n<p>\r\n <img height=\"43\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"62\" /></p>\r\n<p align=\"center\" style=\"margin-left:3.0cm;\">\r\n P.V.K.N. GOVT COLLEGE,(A)CHITTOOR</p>\r\n<p align=\"center\" style=\"margin-left:3.0cm;\">\r\n DEPARTMENT OF POLITICAL SCIENCE</p>\r\n<p align=\"center\" style=\"margin-left:3.0cm;\">\r\n BOARD OF STUDIES MEETING -12.</p>\r\n<p align=\"center\" style=\"margin-left:3.0cm;\">\r\n DATE: 29.07.2024 TIME: 3.00TO 4.30.P.M.</p>\r\n<p align=\"center\" style=\"margin-left:3.0cm;\">\r\n MINUTES OF THE MEETING</p>\r\n<p style=\"margin-left:3.0cm;\">\r\n <u>Agenda</u></p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 1. Approval for UG Course Structure of B.A <strong>POLITICAL SCIENCE (HONOURS)& BA </strong></p>\r\n<p style=\"margin-left:92.2pt;\">\r\n <strong>(HEP) </strong> Political science</p>\r\n<p style=\"margin-left:49.6pt;\">\r\n 2. Approval for changes in the UG (B.A) I, III &V Semester’s Syllabus entitled</p>\r\n<h1>\r\n <strong>Paper – 1 FundamentalsofSocialSciences</strong></h1>\r\n<h1>\r\n <strong>Paper-2 Perspectiveson Indian Society</strong></h1>\r\n<h1>\r\n <strong>Multi- Dis IntroductiontoSocialWork</strong></h1>\r\n<h1>\r\n <strong>Paper – 3 </strong><strong>FundamentalsofPolitical science</strong></h1>\r\n<h1>\r\n <strong>Paper – 4 Concepts and Ideologies of Political Science</strong></h1>\r\n<h1>\r\n <strong>Paper – 3 </strong><strong>FundamentalsofPolitical science (Minor)</strong></h1>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper – 5 Political Institutions</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper – 6 Indian Constitution</strong></p>\r\n<h1>\r\n <strong>Paper – 7 Indian Government</strong></h1>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper-8 Indian Federal System</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper – 6 Indian Constitution </strong><strong>(Minor)</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Multi-Dis Introduction to Public Administration</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper-9 Dynamics of Indian Political System</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper-10 Western Political Thought</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper-11 Indian Political Thought</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper – 7 Indian Government (Minor)</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>Paper-9 Dynamics of Indian Political System (Minor)</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>6C: Office Management</strong></p>\r\n<p style=\"margin-left:92.15pt;\">\r\n <strong>7C: Personnel Administration</strong></p>\r\n<p style=\"margin-left:3.0cm;\">\r\n Model Question Paper and Blue Print.</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 3. Panel of Question Paper Setters and Examiners</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 4. Pedagogy of Teaching –Learning as per UGC guidelines</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 5. Additional inputs to the curricula if any</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n </p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 6. Internal assessment component and additional credits for extra- curricular activities</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 7. Evaluation and assessment pattern</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 8. Introduction of new certificate and courses.</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 9. Other academic and extra – curricular activities of the department</p>\r\n<p style=\"margin-left:92.2pt;\">\r\n 10. Any other proposal </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"42\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"167\" /></p>\r\n<p>\r\n Signature of the Members. Signature of the BOS Chairman</p>\r\n<p>\r\n <img height=\"45\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image021.jpg\" width=\"129\" /></p>\r\n<p style=\"margin-left:3.0cm;\">\r\n <img height=\"43\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"62\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>',67),(22,'<div>\r\n <p>\r\n <a href=\"/userfiles/Dept_ Minutes.pdf\">/userfiles/Dept_ Minutes.pdf</a></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" height=\"36\" width=\"232\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"72\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"979\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n <br clear=\"all\" />\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1012\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image036.jpg\" width=\"771\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1036\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image038.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1044\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image040.jpg\" width=\"783\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1044\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image042.jpg\" width=\"783\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"59\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1006\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image044.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n <br clear=\"all\" />\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1044\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"783\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1035\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image048.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1036\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image050.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"66\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"990\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image052.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"117\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"888\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image054.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n <br clear=\"all\" />\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1069\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image056.jpg\" width=\"779\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1038\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image058.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1085\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image060.jpg\" width=\"792\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"95\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"934\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image062.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n <br clear=\"all\" />\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1067\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image064.jpg\" width=\"785\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"108\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"908\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image066.jpg\" width=\"793\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n <br clear=\"all\" />\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1036\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image068.jpg\" width=\"771\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1035\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image070.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1037\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image072.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1038\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image074.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1036\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image076.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1039\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image078.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1101\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image080.jpg\" width=\"790\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1041\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image082.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1104\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image084.jpg\" width=\"783\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1050\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image086.jpg\" width=\"791\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1011\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image088.jpg\" width=\"773\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"1041\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image090.jpg\" width=\"773\" /></p>\r\n',46),(23,'<p>\r\n <span style=\"font-size:16px;\"><a href=\"/userfiles/MINUTES.pdf\">/userfiles/MINUTES.pdf<br />\r\n </a></span></p>\r\n',48),(24,'<p>\r\n <img alt=\"\" src=\"/userfiles/MINUTES OF THE MEETING - Copy_01.jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n',54),(25,'<p>\r\n <a href=\"/userfiles/MINUTES BOOK.pdf\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">DEPARTMENT MINUTES BOOK</span></span></a></p>\r\n',62),(26,'<p>\r\n <a href=\"/userfiles/HINDI MINTS.pdf\"><span style=\"font-size:16px;\">MINUTES</span></a></p>\r\n',39),(27,'<p>\r\n <a href=\"/userfiles/Statistics Dept meeting minutes-merged.pdf\">/Click here to view.pdf<br />\r\n </a></p>\r\n',64);
/*!40000 ALTER TABLE `department_meeting` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_papers`
--
DROP TABLE IF EXISTS `department_papers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_papers` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`download` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
`course_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`course_year` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`semister` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=146 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_papers`
--
LOCK TABLES `department_papers` WRITE;
/*!40000 ALTER TABLE `department_papers` DISABLE KEYS */;
INSERT INTO `department_papers` VALUES (97,'Testing','uploads/13581.pdf',58,'UG','I','I'),(98,'SYLLABUS','uploads/68352024-25 Odd sem time table.docx',47,'UG','I','I'),(99,'COMMERCE SYLLABUS','uploads/8017BOS FILE 2018-19.pdf',51,'UG','I','II'),(100,'SYLLABUS 2019-20','uploads/5481. BOS_18.2.2019.pdf',62,'UG','I','II'),(101,'SYLLABUS 2018-19','uploads/71882. BOS_7.5.19.pdf',62,'UG','II','II'),(102,'SYLLABUS 2020-21','uploads/22823. BOS_26-05-2020.pdf',62,'UG','II','III'),(103,'SYLLABUS 2019','uploads/93611 UG BOS 07-02-2019.pdf',45,'UG','I','I'),(104,'SYLLABUS','uploads/1201Economics Syllabus.docx',54,'UG','I','II'),(106,'Syllabus','uploads/6220sanskrit syllabus.docx',61,'UG','I','II'),(107,'Syllabus','uploads/5289POLITICAL SCIENCE SYLLABUS 1 (2).docx',67,'UG','I','II'),(108,'sy','uploads/2114POLITICAL SCIENCE SYLLABUS 1 (2).docx',67,'UG','II','II'),(109,'sy','uploads/3664POLITICAL SCIENCE SYLLABUS 1 (2).docx',67,'UG','I','III'),(110,'SYLLABUS','uploads/4824HINDI SYLLABUS.pdf',39,'UG','I','I'),(111,'SYLLABUS','uploads/2233SEM-V PAPER-VI-SE1.pdf',44,'UG','I','I'),(112,'2024-25 : Essentials and Applications of Mathematical, Physical and Chemical Sciences','uploads/5430I Year I sem Paper I.pdf',49,'UG','I','I'),(113,'2024-25 Paper: II- Advances and Applications of Mathematical, Physical and Chemical Sciences','uploads/2653I Year I sem paper II (1).pdf',49,'UG','I','I'),(114,'2024-25: Paper - III: Mechanics & Properties of Matter','uploads/7059I YEAR Sem II PAPER III.pdf',49,'UG','I','II'),(115,'Syllabus','uploads/718324-MAT-4C11.docx',43,'UG','I','II'),(116,'2024-25 Paper - IV: Waves and Oscillations','uploads/8122I YEAR Sem II PAPER IV.pdf',49,'UG','I','II'),(117,'2024-25 Electronics Minor: Paper - I: Fundamentals of Electricity & Electronics','uploads/4066TEST PAGE.docx',49,'UG','I','II'),(118,'2024-25 Paper : V- Optics','uploads/5932II Year SEM III pAPER V.pdf',49,'UG','II','III'),(119,'2024-25 Paper - VI: Heat and Thermodynamics','uploads/7685II Year SEM III pAPER VI.pdf',49,'UG','II','III'),(120,'2024-25 Paper - VII: Electronic Devices and Circuits','uploads/4025II Year SEM III pAPER VII.pdf',49,'UG','II','III'),(121,'2024-25 Paper - VIII: Analog and Digital Electronics','uploads/7942II Year SEM III pAPER VIII.pdf',49,'UG','II','III'),(122,'2024-25: Electronics Minor: Paper - II : Semiconductor Devices and Materials','uploads/809II Year Sem III Minor.pdf',49,'UG','II','III'),(123,'2024-25 Paper - IX: Electricity and Magnetism','uploads/1485II Year Sem IV Paper IX.pdf',49,'UG','II','IV'),(124,'2024-25 Paper - X: Modern Physics','uploads/6181II Year Sem IV Paper X.pdf',49,'UG','II','IV'),(125,'2024-25 Paper - XI: Introduction to Nuclear and Particle Physics','uploads/2076II Year Sem IV Paper XI.pdf',49,'UG','II','IV'),(126,'ENGLISH SYLLABUS','uploads/8278Syllabus.docx',55,'UG','I','I'),(127,'2024-25 Electronics Minor Paper-III: Electrical and Electronics Instrumentation','uploads/9786II Year sem IV Minor III.pdf',49,'UG','II','IV'),(128,'2024-25 Electronics: Minor Paper - IV: Microprocessor Systems','uploads/3704II Year sem IV Minor IV.pdf',49,'UG','II','IV'),(129,'2024-25 Electronics Elective: 7C:Electronics Instrumentaion','uploads/1804III Year Sem V Ele VII.pdf',49,'UG','III','V'),(130,'CS SYLLABUS','uploads/4845Syllabus 2022-23.docx',46,'UG','I','I'),(131,'SYLLABUS MICRO BIOLOGY','uploads/7137V SEMESTER.docx',56,'UG','II','I'),(132,'SYLLABUS 2018-2019','uploads/4441SEM-I PAPER-I_merged.pdf',68,'UG','I','I'),(133,'SYLLABUS 2019-2020','uploads/73182019-22.pdf',68,'UG','III','VI'),(134,'SYLLABUS 2020-2023','uploads/50192020-2023.pdf',68,'UG','II','II'),(135,'IV SEMESTER SYLLABUS','uploads/5546sem 4.docx',62,'UG','II','IV'),(136,'VII SEMESTER','',62,'UG','III','VI'),(137,'VIII SEMESTER','uploads/5123BOS SEM 8 (1).pdf',62,'UG','III','VI'),(138,'Course – 5: Early Medieval History of India ','uploads/6851bos - iii ba history paper v 24-his-3c5.docx',48,'UG','I','I'),(139,'Course – 6: Medieval Indian Society (Polity, Economics, and Culture) ','uploads/666bos - iii ba history paper v 24-his-3c6.docx',48,'UG','II','III'),(140,'Course – 7: History of Modern India (1707 CE – 1857 CE) ','uploads/2874bos - iii ba history paper v 24-his-3c7.docx',48,'UG','II','III'),(141,'Title of the Paper: Tourism and Hospitality Services ','uploads/6944III BA - Paper - 6, SE1 - History - syllabus, blue print , Model Paper & qb.docx',48,'UG','III','V'),(142,'Title of the Paper: Tourism Guidance and Operating Skills ','uploads/261III BA - Paper - 7, SE2 - History - syllabus, blue print , Model Paper & qb.docx',48,'UG','III','V'),(143,'GENERAL TAMIL PAPER','uploads/1692TML-BOS-IV.pdf',60,'UG','II','IV'),(144,'Statistics syllabus','uploads/9159SY.docx',64,'UG','III','V');
/*!40000 ALTER TABLE `department_papers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_practices`
--
DROP TABLE IF EXISTS `department_practices`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_practices` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_practices`
--
LOCK TABLES `department_practices` WRITE;
/*!40000 ALTER TABLE `department_practices` DISABLE KEYS */;
INSERT INTO `department_practices` VALUES (18,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n <h3 style=\"text-align: center;\">\r\n </h3>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"733\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"717\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"753\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"750\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"663\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"764\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"733\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"762\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"747\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"698\" /></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"745\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"723\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"708\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"693\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n \r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"1123\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image030.jpg\" width=\"701\" /></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',58),(19,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p align=\"center\">\r\n <strong>Departmental Best Practices</strong></p>\r\n<p align=\"center\">\r\n <strong>Department of Botany</strong></p>\r\n<p align=\"center\">\r\n <img alt=\"WhatsApp Image 2024-03-06 at 3.16.24 PM\" height=\"652\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"621\" /></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.08.20 PM\" height=\"240\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"610\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.12.16 PM\" height=\"250\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"298\" /></p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.13.49 PM\" height=\"226\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"291\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.15.17 PM\" height=\"270\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"382\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.08.16 PM\" height=\"239\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"278\" /></p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.09.13 PM\" height=\"233\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"369\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2024-03-06 at 3.06.36 PM\" height=\"379\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Packages/oice_16_974fa576_32c1d314_2e7/AC/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"584\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',47),(20,'<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Best Practice 1: <strong>Data-Driven Support for Institutional Progress</strong></span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>1. Title of the Practice:</strong><br />\r\n Data Management and Institutional Support through Statistical Expertise</span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>2. Objectives of the Practice:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To streamline data collection and analysis for enhancing institutional ranking systems (AISHE, NIRF).</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To provide statistical support for academic and administrative improvements through IQAC.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To utilize statistical tools for the analysis of Student Satisfaction Surveys (SSS), feedback reports, and college-wide data.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To assist in examination management and external institutional works through data-driven insights.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>3. The Context:</strong><br />\r\n The department of Statistics plays a crucial role in institutional development by analyzing large-scale data sets and contributing to ranking systems like AISHE and NIRF. Effective data analysis requires efficient tools and methods to handle various feedback mechanisms, student surveys, and examination-related processes. This is essential for informed decision-making at the college level, as well as for improving the overall quality of education.</span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>4. The Practice:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>AISHE and NIRF Work:</strong> The department manages and analyzes data submitted for ranking and accreditation purposes, supporting the college in securing higher positions.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>IQAC Support:</strong> The department assists the IQAC in monitoring academic quality, gathering feedback from stakeholders, and developing improvement strategies.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Biometric Management System:</strong> Statistical data from biometric systems are regularly analyzed for monitoring attendance and faculty performance.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>SSS and Feedback Analysis:</strong> Comprehensive data collection and analysis are performed to understand student satisfaction levels and improve academic and administrative practices.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Examination Support:</strong> The department supports the COE office with statistical expertise in data handling for examinations, ensuring smooth functioning and error-free result processing.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>College External Works:</strong> The department provides assistance in various external tasks, leveraging statistical knowledge to streamline processes.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>5. Evidence of Success:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Improved performance in AISHE and NIRF rankings.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">More accurate and data-driven decision-making in IQAC activities.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Streamlined examination processes with fewer discrepancies.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Enhanced feedback mechanisms with actionable insights.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>6. Problems Encountered and Resources Required:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">The availability of advanced data management software and additional statistical tools is needed for faster and more efficient analysis.</span></h3>\r\n </li>\r\n</ul>\r\n<hr />\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Best Practice 2: <strong>Mentoring and Traditional Values in the Learning Environment</strong></span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>1. Title of the Practice:</strong><br />\r\n Holistic Development through Mentoring and Cultural Integration</span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>2. Objectives of the Practice:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To foster a strong mentor-mentee relationship for academic and personal growth.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To inculcate traditional Indian values through regular cultural programs.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To enhance the overall learning experience by offering free study materials and online support.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">To promote student engagement through the celebration of commemorative days and cultural events.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>3. The Context:</strong><br />\r\n In an age of modernization, it is important to balance academic excellence with cultural and moral values. The department aims to nurture students through mentoring programs and regular cultural activities, helping them excel both academically and personally. This also includes providing free study materials and supporting students with online resources for their academic progress.</span></h3>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>4. The Practice:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Mentor-Mentee Programs:</strong> Regular meetings are held where mentors offer guidance and counseling to students, addressing both academic and personal challenges.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Free Study Material Distribution:</strong> Students are provided with free study materials to ensure no financial barriers hinder their academic performance.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Online Support:</strong> The department facilitates free access to online learning resources, supporting students in their coursework and assignments.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Cultural Programs:</strong> Every Friday, a Pooja program is conducted to promote Indian traditions, instilling respect for cultural heritage among students.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>Commemorative Days and National Seminars:</strong> The department actively supports and participates in celebrating important days and conducting seminars, webinars, and workshops, enriching the student experience beyond academics.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>5. Evidence of Success:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Increased participation in mentor-mentee meetings, leading to better student outcomes.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Positive feedback from students regarding the free study materials and online resources.</span></h3>\r\n </li>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Stronger sense of cultural pride and traditional values among students.</span></h3>\r\n </li>\r\n</ul>\r\n<h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\"><strong>6. Problems Encountered and Resources Required:</strong></span></h3>\r\n<ul>\r\n <li>\r\n <h3 style=\"color:blue;\">\r\n <span style=\"font-size:20px;\">Financial resources are required to sustain the free distribution of study materials and enhance online support systems.</span></h3>\r\n </li>\r\n</ul>\r\n',64),(21,'<h3>\r\n <span style=\"color:#f00;\"><span style=\"font-family:comic sans ms,cursive;\">BESTPRACTICE <a href=\"/userfiles/best prac_2024-25.pdf\">2024-25</a></span></span></h3>\r\n<h3>\r\n <span style=\"color:#f00;\"><span style=\"font-family:comic sans ms,cursive;\">BEST PRACTICE <a href=\"/userfiles/2023-24(1).pdf\">2024-2</a><span style=\"color:#00f;\">5</span></span></span></h3>\r\n<h3>\r\n <span style=\"color:#f00;\"><span style=\"font-family:comic sans ms,cursive;\">BEST PRACTICE <a href=\"/userfiles/Report on Orientation Program.pdf\">2023-24</a></span></span></h3>\r\n',62),(22,'<p align=\"center\">\r\n Sports and Games</p>\r\n<p>\r\n </p>\r\n<p>\r\n 2018-19</p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:658px;\" width=\"658\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.K.YokeshChandran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n M.HaribabuNaick</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n D.Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.V.Dilleep Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n V.Dinakaran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n T.Chandrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Prasad</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I M.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n T.Chandrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.Rajan</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n G.Girish</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P ThulasiBabu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n K.P.Mahesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n V.Dinakaran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.Ashok Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.K.YogeshChnadra</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n R.Naveen Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Sharmastatin</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Premkumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.PalleChaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Bhuvaneswari</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Role vault</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Rupesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounka</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhilla</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.sunitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Javelin Throw</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Javelin Throw</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Sumitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>YEAR</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>Participation</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>TEAM/INDIVIDAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NATIONAL AND STATE LEVEL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>EVENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE STUDENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>CLASS</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Prem Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Tharun</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Chaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n FootBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Maheah</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Basket ball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Tug of War</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Sandeep</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Handball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.premkumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Tharun</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Chaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.sailaja</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Tulasibabu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n S.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n T.Chandhrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n J.K.YogeshChandhra</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n T Chandraesekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n D.Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Sumitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n S.Divya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Ramya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Kamalhasan</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n R.Dinesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n 2019-20</p>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:632px;\" width=\"632\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>YEAR</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>PARTICIPATION</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>TEAM/INDIVIDUAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>INTER UNIVERSITY/STATE NATIONAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE EVENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE STUDENTS</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>class</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Nandini</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Rasi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Vimala</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n D.Yogapriya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Dhanalakshmi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Rupa</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Sivakumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Sivakumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n S.Vishnu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Dhanalakshmi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Roopa</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n C.Naveen Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n D.Avinash</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n .</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.VenkataBhaskar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n I.Madhlatha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n S.Kousalya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Nagaveni</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n B.Ramya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n D.Jamuna</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr',51),(23,'<p align=\"center\">\r\n <strong>A Report On </strong><strong>“MOCK PARLIAMENT</strong><strong>”</strong></p>\r\n<p align=\"center\">\r\n <strong>On </strong><strong>15<sup>th</sup>September</strong><strong>, 2022.</strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:60.75pt;\">\r\n <strong>Objective: </strong>The objective of this programis to enhance the Parliamentary System of India among the students. </p>\r\n<p>\r\n </p>\r\n<p>\r\n The program “MOCK PARLIAMENT” is organized on 15<sup>th</sup> September,2022 at PVKN Govt.College (A)auditorium, conducted by the Department ofHistory.</p>\r\n<p>\r\n 50 students from B.A(UG) have actively participated and interested students from other departments have also actively participated in this program. Department ofHistory faculty members , Principal, Academic Coordinator and all Faculty from different departments also attendedthe program.First the program started with lighting of lamp and prayer song. Next the Mock Parliament conducted.Our Principal sir acted as Chief Guest of this program and the program ended with Jana Gana Mana.</p>\r\n<p>\r\n <strong>Photo Gallery:</strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.11 PM (1)\" height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"623\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.12 PM\" height=\"242\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"623\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.08 PM\" height=\"210\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"624\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.09 PM\" height=\"267\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"624\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.09 PM (1)\" height=\"278\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"623\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.10 PM (1)\" height=\"281\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"624\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.11 PM\" height=\"281\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"624\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-09-16 at 3.06.07 PM\" height=\"255\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"624\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>31. Departmental Best Practices (NAAC Format)</strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"652\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:284px;height:34px;\">\r\n <p>\r\n <strong>1. Name of the Celebration </strong></p>\r\n </td>\r\n <td style=\"width:369px;height:34px;\">\r\n <p>\r\n <strong>National Consumers Rights Day</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:284px;height:34px;\">\r\n <p>\r\n <strong>2. Date</strong></p>\r\n </td>\r\n <td style=\"width:369px;height:34px;\">\r\n <p>\r\n <strong>24.12.2023</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:284px;height:34px;\">\r\n <p>\r\n <strong>3. Number of Students participated</strong></p>\r\n </td>\r\n <td style=\"width:369px;height:34px;\">\r\n <p>\r\n <strong>157</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:284px;height:34px;\">\r\n <p>\r\n <strong>4. Number of Guest/faculty involved (If Name)</strong></p>\r\n </td>\r\n <td style=\"width:369px;height:34px;\">\r\n <p>\r\n <strong>1. Dr. P.JEEVAN JYOTHI (Principal)</strong></p>\r\n <p>\r\n <strong>2. Dr. C. MEERA SAHEB (Vice- Principal)</strong></p>\r\n <p>\r\n <strong>3. Chandra Shekhar D.E.O Chittoor</strong></p>\r\n <p>\r\n <strong>4. P.KOTESWAR RAO</strong></p>\r\n <p>\r\n <strong>5 Dr. G.RAJESHKUMAR</strong></p>\r\n <p>\r\n <strong>6 S.REDDY BASHA</strong></p>\r\n <p>\r\n <strong>7. Dr. JOSHNA KUMARI</strong></p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:652px;height:34px;\">\r\n <p>\r\n <strong><u>ABOUT THE PROGRAMME</u></strong><u>:</u></p>\r\n <p>\r\n On 24-12-2023 The Department of Economics and Commerce Consumer Club have conducted an awareness programme on consumer rights and conducted a on the occasion of National Consumer Rights Day 2023 PVKN Govt.College (A) Chittoor. Principal Dr.P.Jeevana Jyothia Presided over the Programme, Vice-Principal Dr. C. Meera Saheb , Chandrasekhar Rao D.E.O Consumer Club Coordinator P.Koteswara Rao Dr.G.Rajeshkumar S.Reddy Basha Dr. Jyosna Kumari and other faculty members, students participated in the programme.</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:652px;height:34px;\">\r\n <p>\r\n <strong><u>OUTCOMES :</u></strong></p>\r\n <ul>\r\n <li>\r\n 157 Students participated in this National Consumers Rights Day programme.</li>\r\n <li>\r\n On this special day, people around the world come together to acknowledge the positive impact of tourism and to raise awareness about the challenges it faces.</li>\r\n </ul>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>PVKN GOVT.COLLEGE (A) CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <strong>PROGRAMME: DR. BR AMBEDKAR MAHAPARINIRVAS DIVAS</strong></p>\r\n<p align=\"center\">\r\n <strong>DATE: 06- 12-2023</strong></p>\r\n<p>\r\n The Dept. of Arts Organised “Dr. BR Ambedkar Mahaparinirvas Divas Programme Conducted on 06- 12-2023 in the college seminar hall. Dr. S.Sarvan Head of the Department of Commerce said that Mahaparinirvan Divas, also known as the death anniversary of Dr. B.R. Ambedkar, is observed on December 6th each year. This day marks the death anniversary of Babasaheb Ambedkar. "Mahaparinirvan" is a Sanskrit term that means the ultimate nirvana or liberation.</p>\r\n<p>\r\n Dr. Gopinaik HOD of Telugu Spoke that B.R. Ambedkar was a visionary leader, social reformer, and the chief architect of the Indian Constitution. </p>\r\n<p>\r\n P. Koteswar rao Department of Economics said that As the first Minister of Law and Justice in Independent India, Ambedkar was the principal architect of the Indian Constitution. Besides, his economic reforms and plans also played a major role in building guidelines for the Reserve Bank of India, which are still being followed.</p>\r\n<p>\r\n Dr. G.Rajeshkumar spoke that Indians today are governed by two different ideologies. Their political ideal set in the preamble of the Constitution affirms a life of liberty, equality and fraternity. Their social ideal embodied in their religion denies hem.In this programme teaching staff and students are participated.</p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"218\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"540\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"312\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"550\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',54),(24,'<p>\r\n <span style=\"background-color:#f0fff0;\"><span style=\"font-size:28px;\"><a href=\"/userfiles/WhatsApp Image 2024-11-26 at 3_05_55 PM.jpeg\">1.Department of Political Science is conducting National Constitutional Day</a></span></span></p>\r\n<p>\r\n <span style=\"font-size:28px;\"><span style=\"background-color:#0ff;\"><a href=\"/userfiles/WhatsApp Image 2024-11-26 at 3_05_55 PM.jpeg\">/userfiles/WhatsApp Image 2024-11-26 at 3_05_55 PM.jpeg </a></span></span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:28px;\"><a href=\"/userfiles/WhatsApp Image 2024-11-26 at 3_05_55 PM.jpeg\">2.Department of Political Science is conducting National Constitutional Day</a></span></span></p>\r\n<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-11-26 at 3_05_57 PM.jpeg\"><span style=\"font-size:28px;\"><span style=\"background-color:#0ff;\">/userfiles/WhatsApp Image 2024-11-26 at 3_05_57 PM.jpeg</span></span><br />\r\n </a></p>\r\n',67),(26,'<p>\r\n . Departmental Best Practices ( NAAC Format)</p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n S.No</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Name of The Activity</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n Academic Year</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n Date</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Nature of the Activity</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n No.of students benefitted</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n Name of the Lecturer conducted\\Participated</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Earn while you Learn</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2018-19</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Earning by Typing of Mathematical equations</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n B.Ramesh Chandra Babu</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Participation in COVID 2<sup>nd</sup> Vaccination </p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 28-10-2021</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Awareness and motivate the students to participate in Vaccination</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n II MPCs & MSc Mathematics</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n P.Kavitha</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Participated in Blood Donation Camp</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 29-3-2022</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Motivated to participate in Blood Donation amp</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 17</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n P. Kavitha</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Received one Cell phone from MLA,Chittoor, One Laptop From the department of Disabled Welfare,Chittoor</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 15-8-2022</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n G.Mohan , Phsically Disabled</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n III MPCS</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n P. Kavitha</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Donated 1200 Rs to Distibute PRIZES to the students in Connection with National Mathematics Day</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 22-12-2022</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Celebrated National Mathematics Day, conucted Quiz, Essay writing Compitition , and Electution Compititions</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 28(ALL Mathematics Combination Students& M.Sc Mathematics students)</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n P.Kavitha</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Constable Written Exam free Coaching given to our college students</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 3-1-2023</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Topics are number series , Simple & Compound interest.</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 75</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n R.Jayalakshmi</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Constable Written Exam free Coaching given to our college students</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 5-1-2023</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Topics are Alphabet series, Alpha numeric series, Blood relations, Calendar.</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 75</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n P.Kavitha</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 8</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Sampling Plantation-World Environment Day </p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 5-6-2023</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Our Students of II BSc (MPC) participated in Sampling plantation on the Occasion of “World environment Day ” at Sri City , Sathyavedu.</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n II BSc MPC MECS</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n R.Jayalakshmi</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;\">\r\n <p>\r\n 9</p>\r\n </td>\r\n <td style=\"width:113px;\">\r\n <p>\r\n Problem of the week</p>\r\n <p>\r\n Donated Prizes to the Winners OF Every Week</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 2023-24</p>\r\n </td>\r\n <td style=\"width:77px;\">\r\n <p>\r\n 30-10-2023</p>\r\n </td>\r\n <td style=\"width:102px;\">\r\n <p>\r\n Problem Is given to All branches of Students in the college in Every Week</p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n 15of All Groups .</p>\r\n </td>\r\n <td style=\"width:154px;\">\r\n <p>\r\n Dr. S.Nagendra</p>\r\n </td>\r\n <td style=\"width:53px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n 1.Earn while you Learn- Typing of Mathematics materials.</p>\r\n<p>\r\n <strong> 1.Earn while you learn</strong></p>\r\n<p>\r\n <img align=\"left\" height=\"313\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"525\" /><strong>Using equation editor our students started earning by typing Mathematics e-content development</strong><strong>.</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n B.Ramesh Chandra Babu is dispersing cash to the students A.Govardhan, N.Kishore O.Venkatachalapathi & N. Jayapratap preparing Study material and question papers on</p>\r\n<p>\r\n 20-12-2018 through “Earn while you Learn” Programme.</p>\r\n<p>\r\n 2.Students of II MPCs & M.Sc Mathematics participated in COVID -2<sup>nd</sup> Vaccination under the guidance of P.Kavitha 28-10-2021</p>\r\n<p>\r\n <img height=\"202\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"574\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"266\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"519\" /></p>\r\n<p>\r\n 3.Some of the Mathematics students are participated in Blood</p>\r\n<p>\r\n Donation Camp on 29-03-2022</p>\r\n<p align=\"center\">\r\n <img height=\"198\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"506\" /></p>\r\n<p>\r\n List of Maths students participated in Blood Donation</p>\r\n<p align=\"center\">\r\n <img height=\"261\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"553\" /></p>\r\n<p>\r\n 4.<strong>G.Mohan , </strong>III BSc MPCs has received cell phone from MLA on 15-08-2022 . He also received HP Laptop from the Department of Disabled Welfare , Chittoor.</p>\r\n<p>\r\n <strong><img height=\"281\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"580\" /></strong></p>\r\n<p>\r\n <img height=\"331\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"588\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<ol>\r\n <li>\r\n Department of Mathematics conducted Essay Writing competitions on “Life history of any Mathematician”,Elecution on “Applications of Mathematics in real life” . Quiz on Mathematics on the eve of National Mathematics Day on 21-12-2022. National Mathematics Day celebrated on 22-12-2022. P.Kavitha , Incharge of the Department donated 1200 Rs for distributing Prizes to the Winners on 22-12-2022.</li>\r\n</ol>\r\n<p>\r\n <img height=\"266\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"635\" /></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <strong><img height=\"243\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"535\" /></strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<ol>\r\n <li>\r\n <strong>Free Coaching for Constable Exam 3-01-2023</strong></li>\r\n</ol>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <img height=\"192\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"493\" /> </p>\r\n<p>\r\n Constable written exam free coaching given to our college students those who are applied for exam on 03-01-2023 given by R. Jayalakshmi , Contract Lecturer in Mathematics. Topics are number series , Simple & Compound interest.75 students are attended .</p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n <strong>8.Free Coaching for Constable Exam 5-01-2023</strong></p>\r\n<p style=\"margin-left:18.0pt;\">\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n </p>\r\n<p>\r\n <img height=\"216\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"428\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n Constable written exam free coaching given to our college students those who are applied for exam on 05-01-2023 given by P.Kavitha , Contract Lecturer in Mathematics. Topics are Alphabet series, Alpha numeric series, Blood relations, Calendar.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 9.<strong>SAMPLING PLANTATION</strong><strong>-World Environment Day</strong><strong> - 0</strong><strong>5-</strong><strong>6</strong><strong>-2023</strong></p>\r\n<p>\r\n Our Students of II BSc (MPC) participated in Sampling plantation on the Occasion of “World environment Day ” on 05-06-2023 at Sri City , Sathyavedu. R.Jayalakshmi acted as Internship Mentor to the students of II BSc (MECs & MPC) .</p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-07-07 at 1.45.09 PM\" height=\"334\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"614\" /></strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-07-07 at 1.45.10 PM\" height=\"343\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"607\" /></strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n 9.Problem of the Week</p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"IMG_256\" height=\"503\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"652\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n <img height=\"271\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image030.jpg\" width=\"528\" /></p>\r\n<p>\r\n Head of the Department of Mathematics Announced the Winners list of ” <u>Problem of the Week”</u></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"257\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image032.jpg\" width=\"553\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"blob:https://web.whatsapp.com/6c2f93ad-e62d-4c60-adb6-d9136274d71a\" height=\"36\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png\" width=\"36\" /><strong>Distribution of prize to the winners of” The Problem of the Week” on </strong></p>\r\n<p>\r\n <strong> 30/10/2023. </strong></p>\r\n<p align=\"center\">\r\n <strong>S.MOUNIKA III B.Sc. (MPCs)</strong></p>\r\n<p>\r\n <img height=\"230\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image035.jpg\" width=\"492\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Distribution of prize to the winners of” The Problem of the Week” on </strong></p>\r\n<p>\r\n <strong> 06/11/2023. </strong></p>\r\n<p align=\"center\">\r\n <strong>S.MANOJ KUMAR III B.Sc. (MECs)</strong></p>\r\n<p>\r\n <img alt=\"blob:https://web.whatsapp.com/f96064a4-60a4-4548-a30b-8f437576a3e8\" height=\"36\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png\" width=\"36\" /> <img height=\"328\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image037.jpg\" width=\"535\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Distribution of prize to the winners of” The Problem of the Week” on </strong></p>\r\n<p>\r\n <strong> 06/11/2023. </strong></p>\r\n<p align=\"center\">\r\n <strong>G.PRABHU III B.Sc. (MECs)</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"451\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"602\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Distribution of prize to the winners of” The Problem of the Week” on </strong></p>\r\n<p>\r\n <strong> 02/12/2023. </strong></p>\r\n<p align=\"center\">\r\n <strong>P.Soniya III B.Sc. (MPCs)</strong></p>\r\n<p>\r\n </p>',43),(27,'<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image001.jpg\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>PVKN.Govt.College(A), Chittoor</strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <strong>Department of English</strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n BEST PRACTICES</p>\r\n<p>\r\n (As per NAAC Format)</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Capacity Building Professional Training in English Language Teaching Skills to Government School Teachers of Puttalapattu Mandal in Chittoor District</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>The Context:</strong>As the facilitator of quality culture in the country, the NAAC has adopted a mode of promotion of <strong>best practices</strong> as time tested strategy. Higher Education institutes have greater potential to play a vital role in providing capacity building professional development of ‘Teaching Community at Primary and upper primary level’ when productively engaged. The Department of English has taken initiative to adopt the <strong>best practice in community engagement by providing Capacity Building Professional Training in English Language Teaching Skills to Government School Teachers of Puttalapattu Mandal in Chittoor District in order to disseminate Knowledge and resources</strong> to sustain, strengthen and spread the practices for the cause of larger good as a ‘need to prompt renewal of civic mission of higher education institutions’. The quality of a teacher’s performance in the classroom and school context is determined largely by the academic and professional training. With the introduction of English Medium as an instruction in Government Schools of Andhra Pradesh at Primary level need to be addressed with capacity building trainings in English Language Teaching Skills.</p>\r\n<p>\r\n <strong>Objectives of the Practice: </strong></p>\r\n<p>\r\n <strong>The faculty of the Department of English will teach/ train the Teachers with the following Capacity Building Programmes in ELT:</strong></p>\r\n<ol>\r\n <li>\r\n Organize Workshop on Teaching LSRW Skills in English Language to Government School Teachers of Puttalapattu</li>\r\n <li>\r\n Conduct Guest Lectures twice a year</li>\r\n <li>\r\n Equip the teachers with ICT based English Language Teaching Techniques</li>\r\n <li>\r\n Make aware of Class Room Conversations in English</li>\r\n <li>\r\n Involve M.A English Students of PVKN Govt (A) College, Chittoor to conduct Area Research Case Study</li>\r\n <li>\r\n Provision of English Helpline Desk</li>\r\n</ol>\r\n<p>\r\n <strong>The Practice: </strong></p>\r\n<p>\r\n <strong>Guest Lecture</strong>was conducted on ‘Enrichment of Spoken English Skills among Students’ on 2/11/2019 by Dr.T.Malathi Gabriel’, Head of the Department of English. Guest Lecture on ‘Phonetics’, ‘Verb forms’, ‘Adjectives’ and Tenses was conducted by the faculty of Department of English- Dr.T.Malathi Gabriel, Dr.S.V.Ramesh Kumar, Dr.K.Rajani and Dr.Mohammed Shafiullah on 4/2/20 as a part of 5 Day Capacity Building Programme - Comprehensive Enhancement Learning Programme(CLEP) under Samagra Shiksha organised by State Government of Andhra Pradesh.</p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Area Study Research Project</strong>conducted by M.A English students on ‘Introduction of English Medium in Govt. Schools – A case study in Puthalapattu Mandal of Chittoor District’. A survey was done for Data Collection –Structured Interview Schedule<strong>and </strong>In Depth Interview (IDI) Schedulefrom Teachers, Parents and People of the Mandal. Analysis and Findings resulted in further action plan and recommendations for developing ELT skills among teachers.</p>\r\n<p>\r\n The department mail id <a href=\"mailto:departmentofenglishpvkn@gmail.com\">departmentofenglishpvkn@gmail.com</a> is created to render free services as <strong>English Helpline Desk</strong> to faculty outside the college and students of PVKN to send their doubts on English language learning and ELT methodologies. </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>OBSTACLES FACED IF ANY AND STRATEGIES ADOPTED TO OVERCOME THEM:</strong></p>\r\n<ol>\r\n <li>\r\n Obstacles faced include phobia among the teachers to communicate in English with confidence.</li>\r\n <li>\r\n Poor Communication skills</li>\r\n <li>\r\n Technical issues such as poor audio quality or audio-video quality at the Resource Centre etc</li>\r\n <li>\r\n Periodical motivation to the teachers to improve their skills through such workshops/lecturers.</li>\r\n</ol>\r\n<p>\r\n We can overcome such obstacles by sustained persuasion of faculty on the dire need of implementing English standards among the school teachers, particularly at the government schools. In view of this, constant support from the parent institution to organize such workshops/lectures and also from the Mandal Educational Officer of Putalapattu in according permission from time to time for organizing Expert Lectures/workshops. Computer operator at the Mandal Resource Centre would come handy to rectify the technical issues if any in time and can contribute for the smooth conduct of such lectures and workshops at the respective MRC.</p>\r\n<p>\r\n <strong>Impact of the Practice:</strong>The Programme resulted in active participation of Teachers in learning Teaching Skills. The activities of the department of English truly reflect the concern of the institution for the students in Government Schools in Putthalapattu Mandal of Chittoor District of whom majority hail from downtrodden and first generation learners. Enrollment of Student Strength in this academic year has increased. Further the activities also strive to strengthen the English Language training and Professional Success of the Teachers.</p>\r\n<p>\r\n <strong>Resources required:</strong></p>\r\n<p>\r\n Computers</p>\r\n<p>\r\n Internet Connection</p>\r\n<p>\r\n LCD Projector</p>\r\n<p>\r\n Seminar Hall</p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Photo Gallery</strong></p>\r\n<p>\r\n Dr.T.Malathi Gabriel gave Guest Lecture on ‘Enrichment of Spoken English Skills among Students’ on 2/11/2019 to Government School Teachers of Puttalapattu & Penumuru Mandal at Mandal Resource Centre, Puttalapattu.</p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n <strong>Power Point Presentation on Classroom Conversations</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p align=\"center\">\r\n <strong>Warm up Activity by playing a video</strong></p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" /></strong><strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.jpg\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p align=\"center\">\r\n Activity by Participant on ‘Giving Directions’</p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p align=\"center\">\r\n Activity by Participants on ‘Describing Person’</p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" /> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n Felicitation to Dr.T.Malathi Gabriel by MEO and Staff</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p align=\"center\">\r\n Activity by Participants on ‘Describing Person’</p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" /></strong><strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:635px;\" width=\"635\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:438px;\">\r\n <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:9px;\" width=\"9\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:196px;\">\r\n </td>\r\n <td nowrap=\"nowrap\">\r\n </td>\r\n <td nowrap=\"nowrap\" rowspan=\"2\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <strong>Guest Lectures</strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <strong>SESSION: 1</strong></p>\r\n<p align=\"center\">\r\n <strong>Phonetics and Pronunciation</strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n <strong>About the Session:</strong></p>\r\n<p>\r\n An expert lecture was conducted by me on Phonetics and Pronunciation Skills to the government teachers of Putalapattu Mandal in Chittoor District, A.P. on 04/02/2020. The teacher participants are Primary School teachers of Putalapattu Mandal and most of the teachers literally have no idea about the Phonetics and the rules governing in good Pronunciation. My lecture has been very fruitful by making all the teachers to get a thorough idea about Phonetic symbols and Pronunciation Skills by providing hands - on experience and by teaching through activity based learning. I started my session in the morning at 9.30 am and come to an end at 11.00 am.</p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" /></p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n <strong>Practice of Phonetic Symbols is undertaken with the teacher participants by the expert lecturer by giving sufficient examples with explanation. Two activities on Phonetic Symbols were undertaken by the teacher participants.</strong></p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n <strong>Sri S Mohammad Shafiullah, Lecturer in English, interacting with the primary teachers of Putthalapattu Mandal during the course of his expert lecture.</strong></p>\r\n <p>\r\n </p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n <strong>Learning Outcomes </strong></p>\r\n<p>\r\n 1.Thorough knowledge gained about the sound system of English including stress and intonation patterns.</p>\r\n<p>\r\n 2.Demonstrate knowledge of differences between English spelling and pronunciation.</p>\r\n<p>\r\n 3.Demonstrate the distinguishing features between British and American English.</p>\r\n<p>\r\n 4.Develops reference skills and pronunciation skills.</p>\r\n<p>\r\n 5. They learn how to use phonetics and phonology to describe and produce English speech with little bit mastery over the subtle nuances of English language.</p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>SESSION –II</strong></p>\r\n<p align=\"center\">\r\n <strong>Topic: Verb Forms</strong></p>\r\n<p>\r\n <strong>About the Session:</strong></p>\r\n<p>\r\n An expert lecture was conducted by <strong>Dr. K. Rajani</strong> on Verb forms to the government school teachers of Puthalapattu mandal in Chittoor District, A.P. on 4-2-2020. The teacher participants are primary teachers of Puthalapattu mandal, who are aspiring to teach English medium for the first time. Though they have English as part of the curriculum, they do not teach in English medium as the students are basically from Telugu medium. Hence teaching Verb forms to such teachers became challenging. The session is started with defining Verb and its two major divisions main and auxiliary verbs. A PPT is presented on main verbs and auxiliary verbs were explained such as be forms, do forms, and have forms along with will, would; can, could; may, might; etc. agreement of verb is also explained in detail with examples in the second session starting from 11 to 12 p.m. an activity of relating the usage of verb forms to the anecdotes used by teachers is assigned to them. Teachers actively participated in it.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n Dr.k.Rajani c onducted an Activity- Anecdotes with Verb forms</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n Dr.K.Rajani gave PPT on Verb Forms</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" /> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Learning Outcomes: </strong></p>\r\n<ol>\r\n <li>\r\n Complete idea and full-fledged understanding of Verb forms is gained</li>\r\n <li>\r\n With the examples given teachers got an idea to use verbs</li>\r\n <li>\r\n Got an effective idea to teach school children</li>\r\n <li>\r\n Verbs are the base for tenses and voices, hence it forms the base</li>\r\n <li>\r\n Got a holistic idea of teaching with PPT. </li>\r\n</ol>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>SESSION –III</strong></p>\r\n<p align=\"center\">\r\n <strong>Topic: Adjectives</strong></p>\r\n<p>\r\n <strong>About the Session:</strong></p>\r\n<p>\r\n The third session began at 12.00P.m on ‘Adjectives’. <strong>Dr.T.Malathi Gabriel</strong> started the session with a ‘Warm up Activity’ by playing the video on ‘Dum Dum Da Da’- energizerhttps://www.youtube.com /watch?v=6RcR1WsxYpA. An activity about naming the objects in the classroom and outside the classroom and describing those naming words with another word is done as providing basic information about nouns and adjectives as a part of explaining learner-centred pedagogic approach. A Power Point Presentation on ‘Adjectives’ followed by an activity to identify the kinds of adjectives is presented by the resource person. Then an animated video on Adjectives which is posted in malathimadam.blogspot.com is played and finally the session ended with answering the exercises on adjectives.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n PPT on Adjectives</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n Warm up Activity</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" /> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.jpg\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Learning Outcomes: </strong></p>\r\n<ol>\r\n <li>\r\n Kinds of adjectives and their uses were understood</li>\r\n <li>\r\n ICT enabled ELT Skills were learnt</li>\r\n <li>\r\n Usage adjectives with suffix –‘er’ and ‘est’</li>\r\n <li>\r\n Design learner-Centric Teaching</li>\r\n</ol>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>SESSION –IV</strong></p>\r\n<p align=\"center\">\r\n <strong>Topic: Tenses</strong></p>\r\n<p>\r\n <strong>About the Session:</strong></p>\r\n<p>\r\n On 4.2.2019, in the Afternoon Session from 2.00pm to 3.00pm an expert lecture was given by Dr.S.V.Ramesh Kumar through power point presentation on the topic ‘Teaching Tenses in the classroom to the first generation students.’ Tenses are the most important and useful grammar topics that help to speak and write correct English. The teacher participants were trained in content and methodology for teaching Tenses. Certain easier ways of teaching the topic were dealt by the resource person given the mother tongue background of the majority of the students at school level. The participants showed keen interest and actively participated in the interactive session that followed after the completion of the presentation. Hands on experience were also conducted to evaluate the understanding of the topic. The participants were highly appreciative of the initiative taken by the PVKN College Professors and expressed their willingness to participate in such programmes in order to enrich their subject and Teaching Skills.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n PPT on Tenses</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div>\r\n <p>\r\n Interactive Session on Teaching Tenses</p>\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" /></strong> <strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Learning Outcomes:</strong></p>\r\n<ol>\r\n <li>\r\n Use of Tenses to refer to different events and incidents of day today life was explicated.</li>\r\n <li>\r\n Different uses of Tense forms were learnt</li>\r\n <li>\r\n Common mistakes that roll in usage of Tenses were identified</li>\r\n <li>\r\n Easier ways of Teaching Tenses to average students were identified.</li>\r\n</ol>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <strong>News Coverage</strong></p>\r\n<p>\r\n <strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" /> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" /></strong></p>\r\n<p>\r\n <strong> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" /> <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" /></strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"right\">\r\n </p>',55),(28,'<p align=\"center\">\r\n <strong>DEPARTMENT OF MICROBIOLOGY</strong></p>\r\n<p align=\"center\">\r\n <strong>BEST PRACTICES</strong></p>\r\n<p align=\"center\">\r\n <strong>HEMOGLOBIN TEST AND BLOOD GROUPING</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Goal:</strong></p>\r\n<ul>\r\n <li>\r\n To check health problems of girl students related to blood</li>\r\n <li>\r\n To provide services to Community</li>\r\n <li>\r\n To keep students healthy and physically fit for day to day’s work.</li>\r\n <li>\r\n <strong>The Context:</strong></li>\r\n</ul>\r\n<p>\r\n The college is proud to have high number of girl students admitted to various UG/PG programs run by it. Most of these girl students have low socio-economic status, rural and illiterate family background. These girls are in the adolescence phase of life cycle which needs higher iron intake due to excessive bleeding during menstrual cycle. This is a major cause for anaemia amongst them. Low dietary intake of iron, blood loss due to Hookworm infestation and Malaria are the other causes of iron deficiency. This can adversely influence their physical wellbeing and academic performance. Considering the above, the management of our college has adopted the policy of compulsory hemoglobin and blood group check-up. Our college is committed to fulfill its social responsibility by conducting such kind of activity.</p>\r\n<ol>\r\n <li>\r\n <strong>The Practice:</strong></li>\r\n</ol>\r\n<p>\r\n This practice includes hemoglobin & blood group check-up of girl students followed by remedial measures. Healthy eating habits are imbibed in students. Awareness against ill effects of junk food is also created.</p>\r\n<p>\r\n <strong>3.Evidence of Success:</strong></p>\r\n<p>\r\n This practice has succeeded in developing awareness about anemia and its related illnesses. It has improved hemoglobin percentage in the anemic girl students. The girl students have been de-wormed.</p>\r\n<ol>\r\n <li>\r\n <strong>Problems Encountered and Resources Required:</strong></li>\r\n</ol>\r\n<p>\r\n Most of the girl students studying in the college have poor, rural and uneducated family background. Hence, initially, efforts have to be taken to create awareness about anaemia, Rh–ve factor of blood group. The college management has made haemoglobin check-up, blood group determination in free of cost. The practice requires the resources like sterile syringes with needles, surgical spirit, medicinal cotton, dietary iron and nutritional supplement tablets and tonics, weighing machine, height chart, distilled water and trained medical personnel.</p>',56),(29,'<h1 style=\"text-align: center;\">\r\n <span style=\"color:#b22222;\"><u>DEPARTMENT OF PHYSICS & ELECTRONIC</u></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><u>BEST PRACTICES</u></span></h1>\r\n<table align=\"center\" border=\"2\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 500px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#f00;\"><strong>S.No</strong></span></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#f00;\"><strong>Academic Year</strong></span></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#f00;\"><strong>Name of the Best Practice</strong></span></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#f00;\"><strong>Download/View</strong></span></span></span></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#00f;\"><strong>1</strong></span></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#00f;\"><strong>2023-24</strong></span></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong style=\"font-family: Arial, Verdana, sans-serif;\"><font color=\"#0000ff\">Effective implementaion of Research projects in the </font></strong><strong style=\"font-family: Arial, Verdana, sans-serif;\"><font color=\"#0000ff\">Department of Physics & Electronics</font></strong><strong style=\"font-family: Arial, Verdana, sans-serif;\"><font color=\"#0000ff\"> </font></strong></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><a href=\"/userfiles/file/Baest%20Practice-1.pdf\"><span style=\"color:#00f;\"><strong><u>View</u></strong></span></a></span></span></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color:#00f;\"> 2</span></strong></span></span></div>\r\n </td>\r\n <td>\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><span style=\"color:#00f;\">2022-23</span></strong></span></span></div>\r\n </td>\r\n <td>\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong><font color=\"#0000ff\">Re-Use of electronic components from e-wastage in the Department of Physics & Electronics</font></strong></span></span></div>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <div>\r\n <span style=\"font-size:14px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"color:#00f;\"><u><strong>View</strong></u></span></span></span></div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(30,'<p>\r\n <span style=\"color:#0000cd;\">BEST PRACTICES<a href=\"/userfiles/BEST PRACTICES POL.pdf\"><strong> CLICK HERE TO VIEW</strong></a></span></p>\r\n',67),(31,'<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span style=\"color:#00f;\">Today" CHILD MARRIAGE FREE BHARAT"programme conducted by District Collector, Chittoor in our college,Our Principal mam, Departments of Computer Application,NSS, Commerce, Economics and Political Science staff and students also participated in this programme<img alt=\"\" src=\"/userfiles/WhatsApp Image 2024-11-27 at 12_09_07 PM.jpeg\" style=\"width: 800px; height: 1000px;\" /></span></span></p>\r\n',54),(32,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-09 at 3_28_23 PM.jpeg\">/userfiles/WhatsApp Image 2024-12-09 at 3_28_23 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Visit to Local timber depot and wood plaining workshop by 4th Semesters Botany students along with staff members.</span></span></p>\r\n',47),(33,'<p>\r\n <a href=\"/userfiles/001l.jpeg\">/userfiles/001l.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">National Conference of Library and Information Science at SV University, Tirupati</span></span></p>\r\n',57),(35,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-11 at 11_14_38 AM.jpeg\">/userfiles/WhatsApp Image 2024-12-11 at 11_14_38 AM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Today conducted Geetha Jayanthi celebration department of Sanskrit</span></span></p>\r\n',61),(36,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-13 at 2_20_14 PM.jpeg\">/userfiles/WhatsApp Image 2024-12-13 at 2_20_14 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">K Hemani Chemistry Hons. Student giving paper presentation in International seminar held at SKR and SKR GDC, Kadapa</span></span></p>\r\n',47),(37,'<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-20 at 12_37_30 PM.jpeg\">/userfiles/WhatsApp Image 2024-12-20 at 12_37_30 PM.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Poster Presentation on Green Energy Technologies<span style=\"white-space:pre\"> </span>on 03-09-2024<span style=\"white-space:pre\"> </span>conducted by<span style=\"white-space:pre\"> </span>Science Departments<span style=\"white-space:pre\"> </span>PVKN GC(A),Chittoor got First Prize</span></span></p>\r\n',49),(38,'<p>\r\n <a href=\"/userfiles/23.jpeg\">/userfiles/23.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Taught Physics classes at NPS College by all the faculty members of our department</span></span></p>\r\n',49),(39,'<p>\r\n <a href=\"/userfiles/111111111111.jpeg\">/userfiles/111111111111.jpeg<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\">Department of Physics and Electronics Celebrated Dr. APJ ABDUL KALAM's birth anniversary on 15.10.2024 at 2.30 PM</span></span></p>\r\n',49),(40,'<p>\r\n <span style=\"color:#f00;\"><a href=\"/userfiles/best practices.pdf\">/userfiles/best practices.pdf<br />\r\n </a></span></p>\r\n<p>\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n',68),(41,'<p>\r\n National Farmers Day 23-12-2024<a href=\"/userfiles/WhatsApp Image 2024-12-23 at 2_40_10 PM.jpeg\">/userfiles/WhatsApp Image 2024-12-23 at 2_40_10 PM.jpeg</a></p>\r\n',54),(42,'<p>\r\n <img alt=\"\" src=\"/userfiles/Best Practices - Student - Industry Interaction (5)_page-0001.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/Best Practices - Student - Industry Interaction (5)_page-0002.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/Best Practices - Student - Industry Interaction (5)_page-0003.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/Best Practices - Student - Industry Interaction (5)_page-0004.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/Best Practices - Student - Industry Interaction (5)_page-0005.jpg\" style=\"width: 400px; height: 400px;\" /></p>\r\n',46),(43,'<p>\r\n <a href=\"/userfiles/NSS DEPARTMENT OF COMMERCE 2019-20.docx\">/userfiles/NSS DEPARTMENT OF COMMERCE 2018-19.docx<br />\r\n </a></p>',51),(44,'<p>\r\n <a href=\"/userfiles/SANS ACHIE(1).pdf\"><span style=\"font-size:16px;\">BEST PRACTICE CLICK HERE TO VIEW</span></a></p>\r\n',39),(45,'<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\">On the occasion of Voter's Day, </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\">the Arts Department organized a Quiz Competition in </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\">the seminar hall of our college</span></span></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-24 at 2_34_41 PM.jpeg\" style=\"width: 250px; height: 250px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-24 at 2_34_42 PM.jpeg\" style=\"width: 250px; height: 250px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-24 at 2_34_55 PM.jpeg\" style=\"width: 250px; height: 250px; border-width: 2px; border-style: solid;\" /></p>\r\n',54);
/*!40000 ALTER TABLE `department_practices` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_profile`
--
DROP TABLE IF EXISTS `department_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_profile` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_profile`
--
LOCK TABLES `department_profile` WRITE;
/*!40000 ALTER TABLE `department_profile` DISABLE KEYS */;
INSERT INTO `department_profile` VALUES (23,'<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 60%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">SNO</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">NAME</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">EVIDENCE</span></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Dept.of Telugu-Profile</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Telugu Profile.pdf\"><font color=\"#0000ff\" face=\"times new roman, times, serif\"><span style=\"font-size: 16px;\"><b>Click Here to View the File</b></span></font></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <a href=\"/userfiles/Telugu.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><br />\r\n <br />\r\n </strong></span></span></span></a></p>\r\n',58),(25,'<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 70%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>MICRO BIOLOGY-PROFILE</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/DEPARTMENT OF MICROBIOLOGY 2 PROFILE (1).pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',56),(26,'<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 75%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>HISTORY-PROFILE</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/PROFILE HISTORY 18-23.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>',48),(27,'<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"color: rgb(255, 0, 0);\"><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></span></span></h1>\r\n<div>\r\n <span style=\"font-size: 14px;\"><span style=\"color: rgb(255, 0, 0);\"><strong><br />\r\n </strong></span></span></div>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#faebd7;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">SNO</span></span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#faebd7;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">NAME</span></span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#faebd7;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">EVIDENCE</span></span></strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Computer Application Dept.Profile</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/UPDATED_CA PROFILE_docx (1).pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the Dept.Profile</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: center;\">\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/s1.jpg\" style=\"width: 400px; height: 250px;\" /></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:16px;\"><strong> ABOUT THE DEPARTMENT </strong></span></span><span style=\"color: rgb(255, 0, 0);\"> </span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#00f;\">The Department of Computer Applications, established in 1998. The Department of Computer Applications at PVKN Government College (Autonomous), Chittoor, offers a robust and dynamic program designed to equip students with the essential skills and knowledge needed in today's rapidly evolving technological landscape. Since its inception in 1998, the department has consistently strived to deliver high-quality education, focusing on both the theoretical and practical aspects of computer science</span></span></span></p>\r\n',62),(28,'<h1 style=\"text-align: center;\">\r\n </h1>\r\n<h3 style=\"color: blue; text-align: center;\">\r\n <span style=\"font-size:22px;\"><span style=\"font-family:comic sans ms,cursive;\"><em><strong><span style=\"color:#00f;\"><span comic=\"\" sans=\"\"> <img alt=\"\" src=\"/userfiles/download.png\" style=\"width: 200px; height: 100px;\" /></span></span></strong></em></span></span></h3>\r\n<h3 style=\"color: blue; text-align: center;\">\r\n <span style=\"font-size:22px;\"><span style=\"font-family:comic sans ms,cursive;\"><em><strong><span style=\"color:#00f;\"><span comic=\"\" sans=\"\"> <a href=\"/userfiles/profile new (1).pdf\">Click Here to View the Department Profile</a></span></span></strong></em></span></span></h3>\r\n<h3 style=\"color: blue;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:comic sans ms,cursive;\"><em><strong><span style=\"color:#00f;\"><span style=\"color:#800080;\"><u><span comic=\"\" sans=\"\">ABOUT THE DEPARTMENT</span></u><span comic=\"\" sans=\"\"> </span></span><br />\r\n </span></strong></em></span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:14px;\"><span font-size:=\"\" lucida=\"\" sans=\"\" style=\"color: rgb(0, 0, 205); font-family: \" text-align:=\"\"> The Department of Physics and Electronics, established in 1968, offers various undergraduate and postgraduate programs, B.Sc., Physics (Honours) as Major Subject and Electronics as Minor Subjects and along with these it includes Previous Courses like B.Sc. degrees in Mathematics, Physics, Chemistry (MPC), Mathematics, Physics, Computer Science (MPCs), and Mathematics, Electronics, Computer Science (MECs). It also features a new interdisciplinary program, B.B.Sc. (Blended B.Sc.), developed with the University of Melbourne. </span><span font-size:=\"\" lucida=\"\" sans=\"\" style=\"color: rgb(0, 0, 205); font-family: \" text-align:=\"\">The department is equipped with advanced laboratories, including those for Electricity, Magnetism, and Electronics, as well as Mechanics and Optics. These facilities support practical learning and provide students with hands-on experience in essential areas of physics and electronics.</span></span></span></p>\r\n<h1>\r\n <span style=\"font-size: 18px; color: rgb(0, 128, 0);\"> </span><span style=\"font-size: 12px;\"> </span><span style=\"text-align: center; font-size: 12px;\"> </span><span style=\"text-align: center; font-size: 12px;\"> </span></h1>\r\n<h1>\r\n <span style=\"font-size: 12px;\"> </span></h1>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/2(1).jpg\" /></p>\r\n<p>\r\n <strong color:=\"\" comic=\"\" sans=\"\" style=\"color: blue; text-align: center; font-size: 16px;\"> </strong></p>\r\n<h1>\r\n </h1>\r\n<h1>\r\n </h1>\r\n<h1>\r\n </h1>\r\n<h1>\r\n <span style=\"font-size: 12px;\"> </span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <strong color:=\"\" comic=\"\" sans=\"\" style=\"color: blue; font-size: 16px;\"> </strong></h1>\r\n',49),(29,'<div>\r\n <p>\r\n 1.BASIC INFORMATION</p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 36.15pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"box-sizing: border-box; color: rgb(255, 0, 0);\"><span style=\"box-sizing: border-box; font-size: 20px;\"><strong style=\"box-sizing: border-box;\"><u style=\"box-sizing: border-box;\">Vision:</u></strong><br style=\"box-sizing: border-box;\" />\r\n <br style=\"box-sizing: border-box;\" />\r\n </span></span></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 28pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; color: rgb(0, 0, 205);\"><span style=\"box-sizing: border-box; font-size: 16px;\"> The Department of Political Science endeavors to generate new knowledge produce students who are trained in Political Science.</span></span></strong></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 32.15pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"box-sizing: border-box; font-size: 20px;\"><span style=\"box-sizing: border-box; color: rgb(0, 0, 255);\"><span style=\"box-sizing: border-box; color: rgb(255, 0, 0);\"><strong style=\"box-sizing: border-box;\"><u style=\"box-sizing: border-box;\">Mission:</u></strong></span><u style=\"box-sizing: border-box;\"><br style=\"box-sizing: border-box;\" />\r\n <br style=\"box-sizing: border-box;\" />\r\n </u></span></span></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px 32pt; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 20px;\"><span style=\"box-sizing: border-box; color: rgb(0, 0, 255);\"> </span></span><span style=\"box-sizing: border-box; font-size: 16px;\"><span style=\"box-sizing: border-box; color: rgb(0, 0, 205);\">The mission of a Political Science Department often centers on academic excellence, critical inquiry, and civic responsibility.</span></span></strong></p>\r\n <p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><span style=\"box-sizing: border-box; color: rgb(0, 0, 205);\">"To provide high-quality education in political science, fostering critical thinking, research skills, and an understanding of political systems, in order to prepare students for active participation in democratic governance and the promotion of social justice."</span></span></strong></p>\r\n <p>\r\n Mission of the Department :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Name of the Department</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n POLITICAL SCIENCE</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Year of establishment</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 1961</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Institution Status</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Autonomous</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Groups/Courses related to the Statistics</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n BA(HEP&HPT)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n New courses introduced during the last five years</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n BA POLITICAL SCIENCE (Hons)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n 2f & 12b of UGC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Website</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Sanctioned posts as per SMPC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. of Lecturers working (2022-23)</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Regular</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Contract</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Guest</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Part-time</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Total full time Lecturers working</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Department In-charges</p>\r\n <ol>\r\n <li>\r\n 2022-23</li>\r\n <li>\r\n 2021-22</li>\r\n <li>\r\n 2020-21</li>\r\n <li>\r\n 2019-20</li>\r\n <li>\r\n 2018-19</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n i)B.Gopriya Naick</p>\r\n <p>\r\n Ii)B.Gopriya Naick</p>\r\n <p>\r\n Iii)K.Chakravarti Gondyala</p>\r\n <p>\r\n Iv)K.Chakravarti Gondyala</p>\r\n <p>\r\n v)K.Chakravarti Gondyala</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Department Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Classroom Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. of Digital Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n One</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. Virtual Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n One (on sharing mode)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>2.ACADEMIC INFORMATION </strong></p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Level of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Programme</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Name of Programme/ Course</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Duration of Months</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Entry Qualification</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Medium of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Instruction</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Sanctioned</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Strength</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n No. Of Students Admitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>E.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>32</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HPT</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>35</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>31</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 2018-19</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>BA</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>HEP</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>INTER</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>T.M</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>290</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>234</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n 3.Teaching Faculty</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p>\r\n Year</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Regular</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Contract</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Guest</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Total</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n Name of the Lecturers</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n Transferred from and to</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n Highest Qualification</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n Contact information</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <ol>\r\n <li>\r\n N.UMA DEVI</li>\r\n <li>\r\n D.CHANDRA</li>\r\n </ol>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n i)</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n MA,M.Phil,( Ph.D)</p>\r\n <p>\r\n M A.</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n 9912884346</p>\r\n <p>\r\n 8309870124</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <ol>\r\n <li>\r\n K.RAVI RAJU</li>\r\n <li>\r\n D.CHANDRA</li>\r\n </ol>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n i)</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n M A.</p>\r\n <p>\r\n M A.</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n 9182299178</p>\r\n <p>\r\n 8309870124</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)K.CHAKRAVARTHY GONDYALA</p>\r\n <ol>\r\n <li>\r\n ii)D.CHANDRA</li>\r\n </ol>\r\n <p>\r\n </p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n i)PVKN GOVT COLLEGE (A), TO GOVT DEGREE COLLEGE (M),KADAPA.</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n M A.UGC- NET</p>\r\n <p>\r\n M A.</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n 9573522614</p>\r\n <p>\r\n 8309870124</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)K.CHAKRAVARTHY GONDYALA</p>\r\n <p>\r\n ii)D.CHANDRA</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n i)PVKN GOVT COLLEGE (A), TO GOVT DEGREE COLLEGE (M),KADAPA.</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n M A.UGC- NET</p>\r\n <p>\r\n </p>\r\n <p>\r\n M A.</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n 9573522614</p>\r\n <p>\r\n 8309870124</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2018-19</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)K.CHAKRAVARTHY GONDYALA</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n i)PVKN GOVT COLLEGE (A), TO GOVT DEGREE COLLEGE (M),KADAPA.</p>\r\n <p>\r\n ii)</p>\r\n <p>\r\n iii)</p>\r\n <p>\r\n iv)</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n M A.UGC- NET</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n 9573522614</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>4.Student details of the department during the last five academic year</strong></p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n 60</p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>69</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>44</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>55</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>31</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>16</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>10</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>13</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>07</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>14</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>06</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>03</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>02</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>17</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>16</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>16</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>General</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>05</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>07</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>05</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>02</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>04</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>03</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>04</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>03</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>--</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>104</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n 122</p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>89</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>88</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>53</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>45</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>31</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>34</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>20</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <strong>140</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong>167</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong>120</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong>122</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong>73</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>5. Evaluative Report of the Department</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Name of the Autonomous Colleg</strong><strong>e PVKN GOVT DEGREE COLLEGE(A)</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Name of the Department</strong><strong>POLITICAL SCIENCE</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Dist</strong><strong>CHITTOOR</strong><strong> State</strong><strong>ANDHRA PRADESH</strong></p>\r\n <p>\r\n <strong>Total Number of Departments in the institution…...............................</strong></p>\r\n <p>\r\n </p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Sl. No.</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Name of the Department</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>For Ex: English</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Zoology</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Bio-Technology</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Year of Establishment</p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:55px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Is the Department part of a School/Faculty of the Autonomous College</p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Names of programmes offered</p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of teaching posts Sanctioned/Filled</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Research Projects:</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n Total grants received</p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Inter –institutional collaborative projects and</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n Associated grants received</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n National collaboration</p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n International collaboration</p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:73px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:52px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Special research laboratories sponsored by / created by industry or corporate bodies</p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height:19px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Publications:</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Papers published</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Books with ISBN</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Citation Index – range / average</p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Impact Factor – range / average</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of h-index</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Details of patents and income generated</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Areas of consultancy and income generated</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Awards/Recognitions received at the National</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n and International level by :</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Faculty</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Doctoral/Postdoctoral fellows</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Students</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:80px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n How many students have cleared Civil Services and Defense Services examinations, NET, SET (SLET), GATE and other competitive examinations</p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n List of doctoral, post-doctoral students</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n and research associates</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n From the host institution/university</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n From other institutions/universities</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:75px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Research Scholars/ Post Graduate students getting financial assistance from the University/State/ Central</p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n Note: <strong><em>Compile data for the last five years</em></strong></p>\r\n <p align=\"center\" style=\"margin-left:54.0pt;\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>Declaration by the Head of the Institution</strong></p>\r\n <p align=\"center\">\r\n </p>\r\n <p style=\"margin-left:72.0pt;\">\r\n <strong><em>I certify that the data included in this Self-Study Report (SSR) are true to the best of my knowledge.</em></strong></p>\r\n <p style=\"margin-left:72.0pt;\">\r\n </p>\r\n <p style=\"margin-left:72.0pt;\">\r\n <strong><em>This SSR is prepared by the institution after internal discussions, and no part thereof has been outsourced.</em></strong></p>\r\n <p style=\"margin-left:72.0pt;\">\r\n </p>\r\n <p style=\"margin-left:72.0pt;\">\r\n <strong><em>I am aware that the Peer Team will validate the information provided in this SSR during the peer team visit.</em></strong></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:354.0pt;\">\r\n <strong>Signature of the Head of the institution with seal:</strong></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:72.0pt;\">\r\n <strong>Place:</strong></p>\r\n <p style=\"margin-left:72.0pt;\">\r\n </p>\r\n <p style=\"margin-left:72.0pt;\">\r\n <strong>Date:</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <u> Introduction to political science</u></p>\r\n <p align=\"center\">\r\n </p>\r\n <p>\r\n Course outcomes</p>\r\n <table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:671px;\" width=\"671\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:108px;height:26px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:393px;height:26px;\">\r\n <p>\r\n COURSE OUTCOMES </p>\r\n </td>\r\n <td style=\"width:169px;height:26px;\">\r\n <p>\r\n Blooms Taxonomy Learning Level</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:108px;height:60px;\">\r\n <p>\r\n CO1</p>\r\n </td>\r\n <td style=\"width:393px;height:60px;\">\r\n <p>\r\n Analysing what is Political Science Meaning, Definition, Scope and Importance of Political Science</p>\r\n </td>\r\n <td style=\"width:169px;height:60px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:108px;height:64px;\">\r\n <p>\r\n CO2</p>\r\n </td>\r\n <td style=\"width:393px;height:64px;\">\r\n <p>\r\n Explaining Relationship with Political Science between History, Economics, Psychology and Sociology</p>\r\n </td>\r\n <td style=\"width:169px;height:64px;\">\r\n <p>\r\n understanding</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:108px;height:47px;\">\r\n <p>\r\n CO3</p>\r\n </td>\r\n <td style=\"width:393px;height:47px;\">\r\n <p>\r\n Assessing the Definition of the State, Elements of the State</p>\r\n </td>\r\n <td style=\"width:169px;height:47px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:108px;height:40px;\">\r\n <p>\r\n CO4</p>\r\n </td>\r\n <td style=\"width:393px;height:40px;\">\r\n <p>\r\n Analyzingwhat is Sovereignty Meaning, Definition</p>\r\n </td>\r\n <td style=\"width:169px;height:40px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:108px;height:48px;\">\r\n <p>\r\n CO5</p>\r\n </td>\r\n <td style=\"width:393px;height:48px;\">\r\n <p>\r\n Understanding basic concepts of Liberty, Equality, and Law</p>\r\n </td>\r\n <td style=\"width:169px;height:48px;\">\r\n <p>\r\n Understanding</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:629px;\" width=\"629\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:102px;height:45px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:369px;height:45px;\">\r\n <p>\r\n <u> BASIC ORGANS OF THE GOVERNMENT</u></p>\r\n <p>\r\n COURSE OUTCOMES </p>\r\n </td>\r\n <td style=\"width:159px;height:45px;\">\r\n <p>\r\n Blooms Taxonomy Learning Level</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:39px;\">\r\n <p>\r\n CO1</p>\r\n </td>\r\n <td style=\"width:369px;height:39px;\">\r\n <p>\r\n Analyzing Meaning,Definition,Origin and Evaluation of Constitution</p>\r\n </td>\r\n <td style=\"width:159px;height:39px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:44px;\">\r\n <p>\r\n CO2</p>\r\n </td>\r\n <td style=\"width:369px;height:44px;\">\r\n <p>\r\n Assessing the Theory of Separation of Powers B,D.Montesquieu</p>\r\n </td>\r\n <td style=\"width:159px;height:44px;\">\r\n <p>\r\n understanding</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:21px;\">\r\n <p>\r\n CO3</p>\r\n </td>\r\n <td style=\"width:369px;height:21px;\">\r\n <p>\r\n Analyzing the Forms of Government</p>\r\n </td>\r\n <td style=\"width:159px;height:21px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:39px;\">\r\n <p>\r\n CO4</p>\r\n </td>\r\n <td style=\"width:369px;height:39px;\">\r\n <p>\r\n Understanding the Meaning,Definition,Significance, Theories and Principles of Democracy</p>\r\n </td>\r\n <td style=\"width:159px;height:39px;\">\r\n <p>\r\n Understanding</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:47px;\">\r\n <p>\r\n CO5</p>\r\n </td>\r\n <td style=\"width:369px;height:47px;\">\r\n <p>\r\n Analyzing Political Parties,Pressure Groups and Public Opinion</p>\r\n </td>\r\n <td style=\"width:159px;height:47px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:629px;\" width=\"629\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:102px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:369px;height:52px;\">\r\n <p>\r\n <u> INDIAN CONSTITUON </u></p>\r\n <p>\r\n </p>\r\n <p>\r\n COURSE OUTCOMES</p>\r\n </td>\r\n <td style=\"width:159px;height:52px;\">\r\n <p>\r\n Blooms Taxonomy Learning Level</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:41px;\">\r\n <p>\r\n CO1</p>\r\n </td>\r\n <td style=\"width:369px;height:41px;\">\r\n <p>\r\n Analyzing Meaning,Definition,Origin and Evaluation of Constitution</p>\r\n </td>\r\n <td style=\"width:159px;height:41px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:71px;\">\r\n <p>\r\n CO2</p>\r\n </td>\r\n <td style=\"width:369px;height:71px;\">\r\n <p>\r\n Assessing the Theory of Separation of Powers B,D.Montesquieu</p>\r\n </td>\r\n <td style=\"width:159px;height:71px;\">\r\n <p>\r\n understanding</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:67px;\">\r\n <p>\r\n CO3</p>\r\n </td>\r\n <td style=\"width:369px;height:67px;\">\r\n <p>\r\n Analyzing the Forms of Government</p>\r\n </td>\r\n <td style=\"width:159px;height:67px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:67px;\">\r\n <p>\r\n CO4</p>\r\n </td>\r\n <td style=\"width:369px;height:67px;\">\r\n <p>\r\n Understanding the Meaning,Definition,Significance, Theories and Principles of Democracy</p>\r\n </td>\r\n <td style=\"width:159px;height:67px;\">\r\n <p>\r\n Understanding</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:102px;height:71px;\">\r\n <p>\r\n CO5</p>\r\n </td>\r\n <td style=\"width:369px;height:71px;\">\r\n <p>\r\n Analyzing Political Parties,Pressure Groups and Public Opinion</p>\r\n </td>\r\n <td style=\"width:159px;height:71px;\">\r\n <p>\r\n Analyze</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong> INDIAN GOVERNMENT AND POLITICS</strong></p>\r\n <p>\r\n <u>Western political thought</u></p>\r\n <table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"669\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:59px;height:54px;\">\r\n <p>\r\n <strong>COs</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:54px;\">\r\n <p>\r\n <strong>On Completion of the course, the students will be able to</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:54px;\">\r\n <p>\r\n <strong>Cognitive Domain</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:59px;height:30px;\">\r\n <p>\r\n <strong>CO1</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:30px;\">\r\n <p style=\"margin-left:3.65pt;\">\r\n Exploring the natural-rational tradition of Greeks</p>\r\n </td>\r\n <td style=\"width:139px;height:30px;\">\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong>Knowledge</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:59px;height:31px;\">\r\n <p>\r\n <strong>CO2</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:31px;\">\r\n <p style=\"margin-left:3.65pt;\">\r\n Foundation of Greek political thought: Plato and Aristotle</p>\r\n </td>\r\n <td style=\"width:139px;height:31px;\">\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong>Understand</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:59px;height:47px;\">\r\n <p>\r\n <strong>CO3</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:47px;\">\r\n <p style=\"margin-left:3.65pt;\">\r\n Understanding medieval-Christian tradition</p>\r\n </td>\r\n <td style=\"width:139px;height:47px;\">\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong>Understand</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:59px;height:31px;\">\r\n <p>\r\n <strong>CO4</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:31px;\">\r\n <p style=\"margin-left:3.65pt;\">\r\n Knowing the social Contractualists</p>\r\n </td>\r\n <td style=\"width:139px;height:31px;\">\r\n <p>\r\n <strong>Analyze</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:59px;height:31px;\">\r\n <p>\r\n <strong>CO</strong><strong>5</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:31px;\">\r\n <p>\r\n Acquainted with the prominent among utilitarianism</p>\r\n <p style=\"margin-left:3.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:139px;height:31px;\">\r\n <table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"669\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:139px;height:61px;\">\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong>Understand</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div style=\"clear:both;\">\r\n </div>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div style=\"clear:both;\">\r\n </div>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <u>Office management</u></p>\r\n <p>\r\n Course outcomes</p>\r\n <table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"669\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:59px;height:54px;\">\r\n <p>\r\n <strong>COs</strong></p>\r\n </td>\r\n <td style=\"width:471px;height:54px;\">\r\n <p>\r\n <strong>On Completion of the course, the students will be able to</strong></p>\r\n </td>\r\n <td style=\"width:139px;height:54px;\">\r\n <p>\r\n ',67),(30,'<div>\r\n <p>\r\n </p>\r\n <p align=\"center\">\r\n <span style=\"background-color:#ffff00;\"><strong><u>PVKN GOVERNMENT COLLEGE (A) , CHITTOOR</u></strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"background-color:#ffff00;\"><strong><u>DEPARTMENT OF MATHEMATICS</u></strong></span></p>\r\n <p align=\"center\">\r\n <strong><u><span style=\"background-color:#ffff00;\">DEPARTMENTAL PROFIL</span>E</u></strong></p>\r\n <p align=\"center\">\r\n </p>\r\n <p>\r\n 1<strong>.BASIC INFORMATION</strong></p>\r\n <p>\r\n <strong>Vision of the Department</strong> :To transform today’s student in to future trouble shooter in the society.</p>\r\n <p>\r\n <strong>Mission of the Department :</strong>To strengthen the skill of logical thinking through the teaching of Mathematics and improve computational skills which are hidden in the brains of students. This is further to develop scientific approach which is essential in today’s society.</p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Name of the Department</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Mathematics</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Year of establishment</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 1961</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Institution Status</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Autonomous</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Groups/Courses related to the Mathematics</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n B.Sc., (MPC TM,MPC EM , MPCS, MECS,MSCS & M.Sc. (Mathematics)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n New courses introduced during the last five years</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n I B.BSc( Mathematics,Physics ,Chemistry) Life sciences</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2f & 12b of UGC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Website</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Sanctioned posts as per SMPC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n No. of Lecturers working (2022-23)</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Regular</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Contract</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Guest</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Part-time</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Total full time Lecturers working</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Department In-charges</p>\r\n <ol>\r\n <li>\r\n 2022-23</li>\r\n <li>\r\n 2021-22</li>\r\n <li>\r\n 2020-21</li>\r\n <li>\r\n 2019-20</li>\r\n <li>\r\n 2018-19</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n : P.Kavitha & Dr. S.Nagendra</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n : P.Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n : B.Ramesh Chandra Babu & P.Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n : B.Ramesh Chandra Babu</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n : B.Ramesh Chandra Babu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Department Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 20.935 mts</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Classroom Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 60 <img chromakey=\"white\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png\" /></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n No. of Digital Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n No. Virtual Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n One (on sharing mode) – Room No 55</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>2.ACADEMIC INFORMATION </strong></p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Level of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Programme</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Name of Programme/ Course</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Duration of Months</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Entry Qualification</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Medium of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Instruction</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Sanctioned</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Strength</p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n No. Of Students Admitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>2023-24</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC Mathematics (Honours)</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong> UG </strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPCS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MSCS))</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MECS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BBSC (MPC)Life sciences</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 50</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 8</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 10</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong> UG & PG</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPC)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPCS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MSCS))</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MECS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BBSC (MPC)Life sciences</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I MSC(MATHEMATICS)</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n BSc</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 40</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 10</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 34</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 49</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 29</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 11</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong> UG & PG</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPC)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPCS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MSCS))</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MECS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I MSC(MATHEMATICS)</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n BSc</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 40</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 13</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 19</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 49</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 29</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 29</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong> UG & PG</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPC)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPCS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MSCS))</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MECS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I MSC(MATHEMATICS)</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n BSc</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Englis& Telugu</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 60</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 7</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 26</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 55</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 15</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 15</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 2018-19</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong> UG & PG</strong></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPC)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MPCS)</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I BSC (MSCS))</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n I MSC(MATHEMATICS)</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n Intermediate</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n BSc</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n English</p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 50</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 30 </p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 9</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 50</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 15 </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n 3.Teaching Faculty</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Regular</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Contract</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Guest</p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Total</p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Name of the Lecturers</p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Transferred from and to</p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Highest Qualification</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n Contact information</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2023-24</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <ol>\r\n <li>\r\n S.Nagendra</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n P.Kavitha</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n R.Jayalakshmi</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n A.S.Lavanya</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n T.Padmavathi</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)22-7-2023</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)19-10-2021to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iv)04-7-2019 to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 23-12-2023</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)04-07-2019to</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 23-12-2023</p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n P.hd</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n Sc,M.Phil ,B.Ed ,APSET</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 9985165051</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 9494707061</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 9160608989</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 9542756220</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 7989221783</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2022-23</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <ol>\r\n <li>\r\n S.Nagendra</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n P. Kavitha</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n R. Jayalakshmi</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n Iv)K. Sai pratap</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n A.S.Lavanya</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)T.Padmavathi</p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)22-7-2023to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to</p>\r\n <p style=\"margin-left:66.0pt;\">\r\n till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)19-10-2021to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Iv)18-7-2022</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n to 21-7-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iv)04-07-2019to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 23-12-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v)04-07-2019to 23-12-2023</p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n P.hd</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc,M.Phil, B.Ed ,APSET</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 7780467802</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2021-22</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n I).B.Ramesh Chandra Babu</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n ii).P. Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iii)R. Jayalakshmi</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iv)E.Maruthi</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)K. Sai pratap</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n A.S.Lavanya</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)T.Padmavathi</p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)01-7-2016 to 02-10-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)19-10-2021to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Iv)21-10-2021 to 11-07-2022</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v) 18-7-2022</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n to 21-7-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iv)04-07-2019to 23-12-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v)04-07-2019to 23-12-2023</p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc,M.Phil ,B.Ed ,APSET</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 9440182185</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 7981467737</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2020-21</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n I).B.Ramesh Chandra Babu</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n ii)P. Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iii)K.Amarnath Reddy</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iv)M.Amreen</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)S. Shaheedha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n A.S.Lavanya</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n T.Padmavathi</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n R.Bhuvaneswara</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n Prasad</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)01-7-2016 to 02-10-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)09-12-2020 to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 30-06-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Iv)07-07-2021 to 27-10-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n V) 17-11-2011</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n to 31-07-2022</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iv)04-07-2019to 23-12-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v)04-07-2019to 23-12-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Vi)21-07-2020 to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 30-05-2022</p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc,M.Phill,B.Ed ,APSET</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n P.hD,</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc ,B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc ,</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc ,B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 8688614390</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 8317501241</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n 8790660408</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2019-20</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n I).B.Ramesh Chandra Babu</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n ii).P. Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iii)G.Latha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iv)I.Sujatha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)B.Nithya</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n vi) S.Shaheedha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <ol>\r\n <li>\r\n A.S.Lavanya</li>\r\n </ol>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n viii)T.Padmavathi</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)01-7-2016 to 02-10-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)10-08-2011 to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 13-11-2019</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Iv)04-07-2019 to 20-02-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v) 10-08-2011 to 30-04-2020</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n vi)17-11-2011 to 31-07-2022</p>\r\n <p style=\"margin-left:5.5pt;\">\r\n vii)04-07-2019to 23-12-2023</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n viii)04-07-2019to 23-12-2023</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n </p>\r\n <p style=\"margin-left:11.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc,M.Phil,B.Ed ,APSET</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc ,B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:49px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n 2018-19</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:157px;height:76px;\">\r\n <p style=\"margin-left:5.5pt;\">\r\n I).B.Ramesh Chandra Babu</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n ii).P. Kavitha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iii)G.Latha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n iv)P.Radhiga</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n v)B.Nithya</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n vi) D.Hemalatha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n vii) Sree Divya</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n viii) S.Shaheedha</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:116px;height:76px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n i)01-7-2016 to 02-10-2021</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n ii)6-8-2018 to till date</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iii)10-08-2011 to</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n 13-11-2019</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n Iv)12-12-2007 to 30-06-2019</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n V) 10-08-2011</p>\r\n <p style=\"margin-left:16.5pt;\">\r\n to 30-04-2020</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n iv)10-08-2011 to 20-02-2019</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n v)11-08-2019to 04-03-2020</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n vi)17-11-2011 to 31-07-2022</p>\r\n <p style=\"margin-left:11.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:168px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc,M.Phil,B.Ed ,APSET</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc ,B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc , B.Ed</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc</p>\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n <p style=\"margin-left:88.0pt;\">\r\n M.Sc, B.Ed</p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p style=\"margin-left:88.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>4.Student details of the department during the last five academic year</strong></p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 11</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 49</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 32</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 26</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 10</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 06</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>03</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 01</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 04</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>01</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 08</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 34</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 33</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>32 </strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 07</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 23</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 23</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>11</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>General</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 09</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 04</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 11</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>09</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 02</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 06</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 05</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 03</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Male</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Female</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>Others</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <strong>00 </strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong> 00</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <strong>00</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <strong> 42</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong> 131</strong></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <strong> 106</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong> 91</strong></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <strong>69</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>5. Evaluative Report of the Department</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Name of the Autonomous College </strong><strong> : PVKN. GOVT COLLEGE (A)</strong> </p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Name of the Department </strong><strong>: MATHEMATICS</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Dist.</strong><strong>CHITTOOR</strong><strong> State</strong><strong>: ANDHRA PRADESH</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n <strong>Total Number of Departments in the institution :01</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Sl. No.</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Name of the Department</strong></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n Mathematics</p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Year of Establishment</p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>1961</strong></p>\r\n </td>\r\n <td height=\"35\" style=\"height:35px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:55px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Is the Department part of a School/Faculty of the Autonomous College</p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Part of Autonomous college</strong></p>\r\n </td>\r\n <td height=\"55\" style=\"height:55px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Names of programmes offered</p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p>\r\n B.Sc., (MPC TM,MPC EM , MPCS, MECS,MSCS & M.Sc. (Mathematics)</p>\r\n </td>\r\n <td height=\"35\" style=\"height:35px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of teaching posts Sanctioned/Filled</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Research Projects:</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n Total grants received</p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n National collaboration</p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n International collaboration</p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>01</strong></p>\r\n </td>\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:73px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"73\" style=\"height:73px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:52px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Special research laboratories sponsored by / created by industry or corporate bodies</p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"52\" style=\"height:52px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height:34px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td height=\"34\" style=\"height:34px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Papers published</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n 08</p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Books with ISBN</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>02</strong></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Citation Index – range / average</p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"41\" style=\"height:41px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Impact Factor – range / average</p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of h-index</p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Nil</strong></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n ',43),(31,'<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/CS.jpg\" style=\"width: 369px; height: 136px;\" /></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#4b0082;\"><span style=\"font-size: 20px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong> <a href=\"/userfiles/COMPUTER SCIENCE PROFILE2025.pdf\">COMPUTER SCIENCE PROFILE # 2025</a> </strong></span></span> </span></p>\r\n<p style=\"text-align: center;\">\r\n </p>\r\n<p>\r\n <strong style=\"color: rgb(128, 0, 128);\"> <img alt=\"\" src=\"/userfiles/download(2).jpg\" style=\"width: 100px; height: 69px;\" /></strong> <span style=\"color: rgb(128, 0, 128);\"><strong>1.BASIC INFORMATION<img alt=\"\" src=\"/userfiles/download(2).jpg\" style=\"width: 100px; height: 69px;\" /></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#f00;\"><img alt=\"\" src=\"/userfiles/vision.jpg\" style=\"width: 50px; height: 50px;\" />Vision of the Department</span> : <span style=\"color:#00f;\">To be one of the most highly recognized departments of Computer Science in teaching, learning, scientific research, and community service according to international standards in order to achieve the desired growth </span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#f00;\"> Mission of the Department </span>:<span style=\"color:#00f;\">To create, share, and apply knowledge in Computer Science, including in interdisciplinary areas that extend the scope of Computer Science and benefit humanity; to educate students to be successful, ethical, and effective problem-solvers and life-long learners who will contribute positively to the economic well-being of our region and nation and who are prepared to tackle complex 21st Century challenges facing the world.</span></strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" height=\"993\" width=\"622\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">N<span style=\"color:#800080;\">ame of the Department</span></span></strong></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <strong><span style=\"color:#800080;\">Computer Science</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year of establishment</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1998</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Institution Status</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Autonomous</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Groups/Courses related to the Statistics</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">B.Sc., (MSCS, MPCS, MECS, CMiCS) & M.Sc(Computer Science)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">New courses introduced during the last five years</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2f & 12b of UGC</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Website</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">www.pvkngcchittoor.ac.in</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sanctioned posts as per SMPC</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Lecturers working (2022-23)</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Part-time</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Total full time Lecturers working</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department In-charges</span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\">2022-23</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2021-22</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2020-21</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2019-20</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2018-19</span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.ISMAIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department Area in mts</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Classroom Area in mts</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Digital Classrooms</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Zero</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. Virtual Classrooms</span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:395px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>2.ACADEMIC INFORMATION </strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Level of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Programme</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Name of Programme/ Course</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Duration of Months</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Entry Qualification</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Medium of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Instruction</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Sanctioned</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Strength</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">No. Of Students Admitted</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MPCS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MECS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MSCS,CMiCS)</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 03 Years</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> English</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>120 </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>67</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MPCS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MECS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MSCS)</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 03 Years</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> English</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>120</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>103</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MPCS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MECS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MSCS)</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 03 Years</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> English</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>120</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>96</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MPCS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MECS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MSCS)</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 03 Years</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> English</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>120</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>65</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> UG</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MPCS,</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>MSCS)</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 03 Years</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Intermediate </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> English</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>80</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>56</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">3.Teaching Faculty</span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:61px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Toal</span></p>\r\n </td>\r\n <td style=\"width:167px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Lecturers</span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Transferred from and to</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Highest Qualification</span></p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contact information</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:61px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1 (PG Guest Faculty)</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:167px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Sri.M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.S.VINILA KUMARI</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.M.Tech, NET, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2. M.Sc, MCA, Ph.D</span></p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8555982073</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9182754706</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:94px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:36px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:61px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1 (PG Guest Faculty)</span></p>\r\n </td>\r\n <td style=\"width:34px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:167px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Sri.M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.S.VINILA KUMARI</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:125px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii) GDC, Naidupet to PVKN GC(A), Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:98px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.M.Tech, NET, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2. M.Sc, MCA,Ph.D</span></p>\r\n </td>\r\n <td style=\"width:89px;height:94px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8555982073</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9182754706</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:61px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2 (PG Guest Faculty)</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:167px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Sri.M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Sri.M.SAMUEL JOHN</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.M.Tech, NET, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2. MCA, M.Tech, NET</span></p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8555982073</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9849400846</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:61px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:167px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Sri.M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Sri.M.SAMUEL JOHN</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.M.Tech, NET, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.MCA, M.Tech, NET</span></p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8555982073</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9849400846</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:61px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:167px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Sri.M.ISMAIL</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Sri.M.SAMUEL JOHN</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.M.Tech, NET, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2. MCA, M.Tech, NET</span></p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8555982073</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9849400846</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>4.Student details of the department during the last five academic year</strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 14</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 38</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 32</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 17</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>22</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 7</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 16</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 30</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 29</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 24</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>16</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 15</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 15</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 10</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 9</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>8</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 14</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 9</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 8</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 67</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 103</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 96</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 65</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>56</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>5. Evaluative Report of the Department</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Name of the Autonomous College……PVKN Govt.Collee (A), Chittoor………………………… </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Name of the Department……Computer Science……</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Dist.…Chittoor……. State…Andhra Pradesh……</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Total Number of Departments in the institution…...............................</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Sl. No.</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Name of the Department</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Computer Science</strong></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Year of Establishment</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 1998</strong></span></p>\r\n </td>\r\n <td height=\"35\" style=\"height:35px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:55px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Is the Department part of a School/Faculty of the Autonomous College</span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Autonomous College </strong></span></p>\r\n </td>\r\n <td height=\"55\" style=\"height:55px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Names of programmes offered</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.Sc (MSCS, PCS, MECS, CMiCS) </strong></span></p>\r\n </td>\r\n <td height=\"35\" style=\"height:35px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of teaching posts Sanctioned/Filled</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2 </strong></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Projects:</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Total grants received</span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">National collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">International collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:73px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"73\" style=\"height:73px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:52px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Special research laboratories sponsored by / created by industry or corporate bodies</span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"52\" style=\"height:52px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height:34px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td height=\"34\" style=\"height:34px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Papers published</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>6 </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Books with ISBN</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1 </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Citation Index – range / average</span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td height=\"41\" style=\"height:41px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Impact Factor – range / average</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of h-index</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Details of patents and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Areas of consultancy and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Faculty</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Doctoral/Postdoctoral fellows</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Students</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:80px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">How many students have cleared Civil Services and Defense Services examinations, NET, SET (SLET), GATE and other competitive examinations</span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"80\" style=\"height:80px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height:53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From the host institution/university</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From other institutions/universities</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height:19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:75px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Scholars/ Post Graduate students getting financial assistance from the University/State/ Central</span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td height=\"75\" style=\"height:75px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\">Note: <strong><em>Compile data for the last five years</em></strong></span></p>\r\n<p align=\"center\" style=\"margin-left:54.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Declaration by the Head of the Institution</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I certify that the data included in this Self-Study Report (SSR) are true to the best of my knowledge.</em></strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>This SSR is prepared by the institution after internal discussions, and no part thereof has been outsourced.</em></strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I am aware that the Peer Team will validate the information provided in this SSR during the peer team visit.</em></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:354.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Signature of the Head of the institution with seal:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Place:</strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Date:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">6. CO, PO and PSO of the Programmes</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>2022-2023 </strong></span></p>\r\n<p style=\"margin-left:108.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:108.0pt;\">\r\n <span style=\"color:#00f;\"><strong><u>Programme Outcomes (POs)</u></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>The graduates of this degree program will:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PO 1:</strong>Understand the concepts of key areas in Computer Science.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PO 2:</strong>Analyze and apply latest technologies to solve problems in the areas of Computer Science.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PO 3:</strong>Develop skilled manpower in the various areas of Software Industry and Information Technology</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PO 4:</strong>Develop the basic programming skills to enable students to build Utility programs.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PO 5:</strong>Develop the foundation for higher studies in the field of Computer Science.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong><u>Programme Specific Outcomes (PSOs)</u></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>The graduates of this program will:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO 1:</strong>An ability to apply knowledge of Mathematics, Computer Science</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO 2:</strong>The program prepares the young professional for a range of Computer Science, techniques of C, Database Management Systems, Web Designing, Big Data and Python.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO 3:</strong>An ability to design a computing system to meet desired needs within realistic constraints such as safety, security and applicability in multidisciplinary teams with positive attitude.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO 4:</strong>An ability to communicate effectively.</span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong><u>Course Outcomes (COs)</u></strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>COMPUTER SCIENCE PAPER – I</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>(Problem Solving in C)</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Subject Code: 22-CSC-1C1</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"> </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Upon successful completion of the course, a student will be able to:</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<ol>\r\n <li>\r\n <span style=\"color:#00f;\">Understand the evolution and functionality of a DigitalComputer.</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">Apply logical skills to analyse a givenproblem</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">Develop an algorithm for solving a givenproblem.</',46),(32,'<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/englishdept.jpg\" style=\"width: 721px; height: 295px;\" /></p>\r\n<p style=\"text-align: center;\">\r\n </p>\r\n<p>\r\n <span style=\"color:#800080;\"><strong>VISION:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Aim to create a welcoming and supportive environment for all students, especially those from rural areas. Offer special orientation programs and pair new students with peer mentors to help them adjust to college life. Provide cultural sensitivity training and celebrate diversity through various events like SIP, Bridge Course. Additional tutoring and a resource centre are available to help students excel in their English studies with group discussions, multimedia tools, and conduct workshops on public speaking, writing, and professional communication to prepare students for their careers and supporting financial aid specifically for students from rural areas .Students are encouraged to join clubs, participate in community service, and engage in extracurricular activities .Promote a reading culture through book clubs, reading challenges, and literature festivals and regularly collect feedback from students and track their progress to continuously improve our programs.</span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><strong>MISSION:</strong></span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#00f;\"> Mission is to provide a supportive and enriching educational experience that empowers all students, particularly those from rural backgrounds, to excel in their English studies. We strive to offer engaging and comprehensive courses in English literature, language, and communication that foster academic excellence. Create an inclusive environment where all students feel respected, valued, and supported. Develop students' communication abilities to prepare them for successful personal and professional interactions. Provide opportunities for students to grow personally and develop leadership skills through extracurricular activities and community engagement. Instill a love for literature and continuous learning that extends beyond the classroom. Offer targeted resources and guidance to help students from rural areas adapt to college life and achieve academic success.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">By committing to these goals, the Department of English aims to nurture and guide students towards their full potential, ensuring they are well-prepared for future challenges and opportunities.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Department</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year of establishment</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1968</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Institution Status</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Autonomous</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Groups/Courses related to the Statistics</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">B.A.(HEP),BCom(CA,G,B&I),BSc(MPCs,MSCs,BVoc,DZC,BHC,MECs)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">New courses introduced during the last five years</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\"> NIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2f & 12b of UGC</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">YES</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Website</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sanctioned posts as per SMPC</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">06</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Lecturers working (2022-23)</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">02</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">03</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">NIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Part-time</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">NIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Total full time Lecturers working</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department In-charges</span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\">2022-23</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2021-22</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2020-21</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2019-20</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2018-19</span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\">i) <strong>Dr.N.BABU</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ii)Dr.N.BABU</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>iii)Dr.T.MALATHI GABERIAL</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Iv)Dr.T.MALATHI GABERIAL</strong></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>v) Dr.T.MALATHI GABERIAL</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department Area in mts</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">840 sq ft(8.5 by 9m:76.5m<sup>2</sup></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Classroom Area in mts</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1024 sq ft(10 by 10m)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Digital Classrooms</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One(on sharing mode)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:257px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. Virtual Classrooms</span></p>\r\n </td>\r\n <td style=\"width:455px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Three (on sharing mode)</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>2. Academic Information </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Level of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Programme</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Name of Programme/ Course</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Duration of Months</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Entry Qualification</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Medium of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Instruction</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Sanctioned</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Strength</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">No. Of Students Admitted</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> I & II year B.A,BcomB.Sc</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>II Year B.A,B.Com</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1.English Praxis Course(I,II,III)</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2.Communication & Soft Skills </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 3 months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Inter</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>E.M </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>60 per class </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>290 </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> I & II year B.A,BcomB.Sc</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>II Year B.A,B.Com</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1.English Praxis Course(I,II,III)</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2.Communication & Soft Skills </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 3 months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Inter</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>E.M </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>60 per class </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">521 </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> I & II year B.A,BcomB.Sc</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>II Year B.A,B.Com</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1.English Praxis Course(I,II,III)</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2.Communication & Soft Skills </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 3 months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Inter</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>E.M </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>60 per class </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"> 447</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> I & II year B.A,BcomB.Sc</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>II Year B.A,B.Com</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1.English Praxis Course(I,II,III)</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2.Communication & Soft Skills </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 3 months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Inter</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>E.M </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>60 per class </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 371</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> I & II year B.A,BcomB.Sc</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>II Year B.A,B.Com</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1.English Praxis Course(I,II,III)</strong></span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2.Communication & Soft Skills </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 3 months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> Inter</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>E.M </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>60 per class </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">276 </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>3. Teaching Faculty</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Toal</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Lecturers</span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Transferred from and to</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Highest Qualification</span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contact information</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Dr.N.Babu</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Md.Shafiullah</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)T.Mamatha</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)K.Amrutha</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v) M.Ajjanna</span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv) </span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.Ph.D</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.UGC(NET)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dept. Of English,PVKN Govt. College(A),Chittoor</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) Dr.N.Babu</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Md.Shafiullah</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)T.Mamatha</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv) M.Ajjanna</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v)Azmathullah</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">vi)Babu Ravichandran</span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v) Transferred to Kadapa Mens College,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">vi) Transferred to Kadapa Mens College</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.Ph.D</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.UGC(NET)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dept. Of English,PVKN Govt. College(A),Chittoor</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) i)Dr.G.Babu Chetty</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.T.Malathi Gaberial</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)Dr.S.V.Ramesh Kumar</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)Dr.Rajini</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v) Dr.N.Babu</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">vi)Md.Shafiullah</span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)retired</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Transferred to Govt. Degree College,SriKalahasthi</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)Tranferred to Govt. Degree College, Pakala</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.Ph.D</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.UGC(NET)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dept. Of English,PVKN Govt. College(A),Chittoor</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) i)Dr.G.Babu Chetty</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.T.Malathi Gaberial</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)Dr.S.V.Ramesh Kumar</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)Dr.Rajini</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v) Dr.N.Babu</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">vi)Md.Shafiullah</span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.Ph.D</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.UGC(NET)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dept. Of English,PVKN Govt. College(A),Chittoor</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:51px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nil</span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">6</span></p>\r\n </td>\r\n <td style=\"width:185px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Dr.G.Babu Chetty</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.T.Malathi Gaberial</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)Dr.S.V.Ramesh Kumar</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)Dr.Rajini</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">v) Dr.N.Babu</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">vi)Md.Shafiullah</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:103px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:98px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1.Ph.D</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">2.UGC(NET)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:133px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dept. Of English,PVKN Govt. College(A),Chittoor</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>4. Student details of the department during the last five academic year</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">100</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">116</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">129</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">109</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>117</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">49</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">113</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">98</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">101</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>20</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">17</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">13</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>06</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">9</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">8</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">05</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>01</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">67</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">102</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">108</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">115</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>89</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">38</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">114</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">86</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">46</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>16</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">19</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">21</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">17</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">08</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">17</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">9</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>04</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td colspan=\"5\" rowspan=\"3\" style=\"width:70.02%;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">301</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">509</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">478</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">443</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">271</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>5. Evaluative Report of the Department</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> <strong>Name of the Autonomous College: PVKN Govt. College(A),Chittoor </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Name of the Department: English</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Dist: Chittoor </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>State: Andhra Pradesh</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Total Number of Departments in the institution: 13</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"706\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:79px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Sl. No.</strong></span></p>\r\n </td>\r\n <td style=\"width:410px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Name of the Department</strong></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>English</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1 </span></p>\r\n </td>\r\n <td style=\"width:410px;height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Year of Establishment</span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 1968</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:55px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:410px;height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Is the Department part of a School/Faculty of the Autonomous College</span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:55px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong> Yes</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:410px;height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Names of programmes offered</span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1)English Praxis Course(I,II,III) for UG I II Year Students</strong></span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2)Certificate Course for all students</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:410px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of teaching posts Sanctioned/Filled</span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>06 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:410px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Projects:</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Total grants received</span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:217px;height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>One</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Rs 13,000/- </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:79px;height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"3\" style=\"width:627px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Inter –institutional collaborative projects and</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Associated grants received Yes</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">National collaboration</span></p>\r\n </td>\r\n <td style=\"width:213px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">International collaboration</span></p>\r\n </td>\r\n <td style=\"width:213px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:73px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</span></p>\r\n </td>\r\n <td style=\"width:213px;height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>UGC-SAP</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:52px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Special research laboratories sponsored by / created by industry or corporate bodies</span></p>\r\n </td>\r\n <td style=\"width:213px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"width:79px;height:19px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"3\" style=\"width:627px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Publications:</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Papers published</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>64 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Books with ISBN</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>4 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Citation Index – range / average</span></p>\r\n </td>\r\n <td style=\"width:213px;height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>130 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Impact Factor – range / average</span></p>\r\n </td>\r\n <td style=\"width:213px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>6.893 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of h-index</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2 </strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Details of patents and income generated</span></p>\r\n </td>\r\n <td style=\"width:213px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> --</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Areas of consultancy and income generated</span></p>\r\n </td>\r\n <td style=\"width:213px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> --</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:79px;height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"3\" style=\"width:627px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Awards/Recognitions received at the National</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">and International level by :</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Faculty</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Doctoral/Postdoctoral fellows</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Students</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:80px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:80px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">How many students have cleared Civil Services and Defence Services examinations, NET, SET (SLET), GATE and other competitive examinations</span></p>\r\n </td>\r\n <td style=\"width:213px;height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:79px;height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:53px;\">\r\n <div style=\"margin-left:-4.0pt;\">\r\n <p>\r\n <span style=\"color:#00f;\">List of doctoral, post-doctoral students</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">and research associates</span></p>\r\n </div>\r\n </td>\r\n <td style=\"width:213px;height:53px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <div style=\"margin-left:5.0pt;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From the host institution/university</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> NIL</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:414px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From other institutions/universities</span></p>\r\n </td>\r\n <td style=\"width:213px;height:19px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">NIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:79px;height:75px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"2\" style=\"width:414px;height:75px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Scholars/ Post Graduate students getting financial assistance from the University/State/ Central</span></p>\r\n </td>\r\n <td style=\"width:213px;height:75px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NIL</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr height=\"0\">\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Note: <strong><em>Compile data for the last five years</em></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Declaration by the Head of the Institution</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I certify that the data included in this Self-Study Report (SSR) are true to the best of my knowledge.</em></strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>This SSR is prepared by the institution after internal discussions, and no part thereof has been outsourced.</em></strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I am aware that the Peer Team will validate the information provided in this SSR during the peer team visit.</em></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:354.0pt;\">\r\n <span style=\"color:#00f;\"> <strong><img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image001.jpg\" /></strong></span></p>\r\n<p style=\"margin-left:354.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Signature of the Head of the institution with seal:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Place: Chittoor</strong></span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>6. CO, PO and PSO of the Programmes</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong> Programme Specific Outcomes</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO1. </strong>Understand the basic concepts of English Language Skills</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>PSO2. </strong>Analyse the Englis',55),(33,'<p>\r\n </p>\r\n<ol>\r\n <li>\r\n <strong>BASIC INFORMATION</strong> :</li>\r\n</ol>\r\n<p>\r\n <strong>Vision of the Department</strong> :</p>\r\n<p>\r\n The Department of Botany's vision includes conservation, sustainable agriculture, climate resilience, medicinal research, public education, technology, urban greening, and food security, contributing to global understanding and impact on plant ecosystems.</p>\r\n<p>\r\n <strong>Mission of the Department </strong> :</p>\r\n<p>\r\n The mission of the Department of Botany is to advance knowledge and stewardship of plant life through research, education, and outreach, aiming to foster sustainability and conservation of global plant ecosystems.</p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Objectives</strong></p>\r\n<p>\r\n 1. Conduct cutting-edge research to deepen understanding of plant biology, ecology, and their interactions with the environment.</p>\r\n<p>\r\n 2. Educate and inspire students and the public about the importance of plants and their role in sustaining life on Earth.</p>\r\n<p>\r\n 3. Promote sustainable agricultural practices and biodiversity conservation through innovative approaches and partnerships.</p>\r\n<p>\r\n 4. Collaborate with communities and stakeholders to address challenges such as climate change impacts, medicinal plant research, and urban green space development.</p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Name of the Department</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Botany</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Year of establishment</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 1961</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Institution Status</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Autonomous</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Groups/Courses related to the Botany</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n B.Sc., (BZC), (BHC), (B.Voc), BMC and M.Sc., (Botany)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n New courses introduced during the last five years</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n B.Sc., (BHC), (B.Voc), BMC</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n 2f & 12b of UGC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Website</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Sanctioned posts as per SMPC</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. of Lecturers working (2022-23)</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Regular</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Contract</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Guest</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Part-time</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Total full time Lecturers working</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Department In-charges</p>\r\n <ol>\r\n <li>\r\n 2022-23</li>\r\n <li>\r\n 2021-22</li>\r\n <li>\r\n 2020-21</li>\r\n <li>\r\n 2019-20</li>\r\n <li>\r\n 2018-19</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 2018 to date</p>\r\n <p>\r\n Dr. Meera Saheb</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Department Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 1984.22m<sup>2</sup></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n Classroom Area in mts</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n 628.58m<sup>2</sup></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. of Digital Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n Two</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n No. Virtual Classrooms</p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n One (on sharing mode)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>2.ACADEMIC INFORMATION </strong> </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"705\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:36px;height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td colspan=\"7\" style=\"width:670px;height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:73px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:85px;height:73px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Level of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Programme</p>\r\n </td>\r\n <td style=\"width:145px;height:73px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Name of Programme/ Course</p>\r\n </td>\r\n <td style=\"width:64px;height:73px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Duration of Months</p>\r\n </td>\r\n <td style=\"width:112px;height:73px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n Entry Qualification</p>\r\n </td>\r\n <td style=\"width:80px;height:73px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Medium of</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Instruction</p>\r\n </td>\r\n <td style=\"width:80px;height:73px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n Sanctioned</p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n Strength</p>\r\n </td>\r\n <td style=\"width:99px;height:73px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n No. Of Students Admitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:66px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:145px;height:66px;\">\r\n <ol>\r\n <li>\r\n <strong>Sc - BZC EM</strong></li>\r\n </ol>\r\n <p>\r\n <strong>B.Sc -BHC</strong></p>\r\n <p>\r\n <strong>B.Sc - B.VoC</strong></p>\r\n </td>\r\n <td style=\"width:64px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:112px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:66px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>14</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>14</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>10</strong></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n </p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:145px;height:76px;\">\r\n <p>\r\n <strong>B.Sc - BZC</strong> <strong>EM</strong></p>\r\n <p>\r\n <strong>B.Sc -BHC</strong></p>\r\n <p>\r\n <strong>B.Sc - B.Voc</strong></p>\r\n </td>\r\n <td style=\"width:64px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:112px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>50</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>44</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>27</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>23</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:81px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:145px;height:81px;\">\r\n <p>\r\n <strong>B.Sc - BZC</strong> <strong>EM</strong></p>\r\n <p>\r\n <strong>B.Sc -BHC TM</strong></p>\r\n <p>\r\n <strong>B.Sc - BHC</strong></p>\r\n <p>\r\n <strong>B.Sc - B.VOC FPT</strong></p>\r\n </td>\r\n <td style=\"width:64px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:112px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Telugu</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>50</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:81px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>43</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>38</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>26</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:145px;height:76px;\">\r\n <p>\r\n <strong>B,Sc - BZC EM</strong></p>\r\n <p>\r\n <strong>B.Sc -BZC TM</strong></p>\r\n <p>\r\n <strong>B.Sc - BHC</strong></p>\r\n </td>\r\n <td style=\"width:64px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:112px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Telugu</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>25</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n 2018-19</p>\r\n </td>\r\n <td style=\"width:85px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>UG</strong></p>\r\n </td>\r\n <td style=\"width:145px;height:54px;\">\r\n <p>\r\n <strong>B.Sc - BZC</strong> <strong>EM</strong></p>\r\n <p>\r\n <strong>B.Sc - BZC TM</strong></p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:64px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>36</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:112px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Intermediate</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:80px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>English</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Telugu</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:80px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>40</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:99px;height:54px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>26</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>14</strong></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:36px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:145px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:64px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:112px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:80px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:80px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>620</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <strong>377</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>3.Teaching Faculty </strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p>\r\n Year</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Regular</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Contract</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Guest</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n Toal</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n Name of the Lecturers</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n Transferred from and to</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n Highest Qualification</p>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n Contact information</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2022-23</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)Dr.C.Meera Saheb</p>\r\n <p>\r\n ii)Dr. Mohano Behara</p>\r\n <p>\r\n iii)Dr.L.Md.Bhakshu</p>\r\n <p>\r\n iv)Smt.M.Hemalatha</p>\r\n <p>\r\n V) Dr.A.Sasikala</p>\r\n <p>\r\n Vi). Dr. P.sujana</p>\r\n <p>\r\n VII) .Dr.N.Ramamurthy</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p align=\"center\">\r\n Nil</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <ol>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n M.phil</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n 8919962288</p>\r\n <p>\r\n 7013105563</p>\r\n <p>\r\n 9985415439</p>\r\n <p>\r\n 7981021794</p>\r\n <p>\r\n 9440034218</p>\r\n <p>\r\n 8333824096</p>\r\n <p>\r\n 9347348242</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2021-22</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)Dr.C.Meera Saheb</p>\r\n <p>\r\n ii)Dr. Mohano Behara</p>\r\n <p>\r\n iii)Dr.L.Md.Bhakshu</p>\r\n <p>\r\n iv)Smt.M.Hemalatha</p>\r\n <p>\r\n V) Dr.A.Sasikala</p>\r\n <p>\r\n Vi). Dr. P.sujana</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p align=\"center\">\r\n Nil</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <ol>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n M.phil</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n 8919962288</p>\r\n <p>\r\n 7013105563</p>\r\n <p>\r\n 9985415439</p>\r\n <p>\r\n 7981021794</p>\r\n <p>\r\n 9440034218</p>\r\n <p>\r\n 8333824096</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2020-21</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)Dr.C.Meera Saheb</p>\r\n <p>\r\n ii)Dr. Mohano Behara</p>\r\n <p>\r\n iii)Dr.L.Md.Bhakshu</p>\r\n <p>\r\n iv)Smt.M.Hemalatha</p>\r\n <p>\r\n V) Dr.A.Sasikala</p>\r\n <p>\r\n Vi). Dr. P.sujana</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p align=\"center\">\r\n Nil</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <ol>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n M.phil</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n 8919962288</p>\r\n <p>\r\n 7013105563</p>\r\n <p>\r\n 9985415439</p>\r\n <p>\r\n 7981021794</p>\r\n <p>\r\n 9440034218</p>\r\n <p>\r\n 8333824096</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2019-20</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)Dr.C.Meera Saheb</p>\r\n <p>\r\n ii)Dr. Mohano Behara</p>\r\n <p>\r\n iii)Dr.L.Md.Bhakshu</p>\r\n <p>\r\n iv)Smt.M.Hemalatha</p>\r\n <p>\r\n V) Dr.A.Sasikala</p>\r\n <p>\r\n Vi). Dr. P.sujana</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p align=\"center\">\r\n Nil</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <ol>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n M.phil</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n 8919962288</p>\r\n <p>\r\n 7013105563</p>\r\n <p>\r\n 9985415439</p>\r\n <p>\r\n 7981021794</p>\r\n <p>\r\n 9440034218</p>\r\n <p>\r\n 8333824096</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n 2018-19</p>\r\n <p style=\"margin-left:5.65pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n Nil</p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n i)Dr.C.Meera Saheb</p>\r\n <p>\r\n ii)Dr. Mohano Behara</p>\r\n <p>\r\n iii)Dr.L.Md.Bhakshu</p>\r\n <p>\r\n iv)Smt.M.Hemalatha</p>\r\n <p>\r\n V) Dr.A.Sasikala</p>\r\n <p>\r\n Vi). Dr. P.sujana</p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p align=\"center\">\r\n Nil</p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <ol>\r\n <li>\r\n .Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n M.phil</li>\r\n <li>\r\n Ph.D</li>\r\n <li>\r\n Ph.D</li>\r\n </ol>\r\n </td>\r\n <td style=\"width:89px;height:76px;\">\r\n <p>\r\n 8919962288</p>\r\n <p>\r\n 7013105563</p>\r\n <p>\r\n 9985415439</p>\r\n <p>\r\n 7981021794</p>\r\n <p>\r\n 9440034218</p>\r\n <p>\r\n 8333824096</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>4.Student details of the department during the last five academic year</strong></p>\r\n<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"80%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:16.42%;height:6px;\">\r\n <p>\r\n <strong>Programme</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:15.2%;height:6px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:16.62%;height:6px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td colspan=\"4\" style=\"width:23.8%;height:6px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:14.86%;height:6px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:13.02%;height:6px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:16.42%;height:6px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n <strong>BVoC</strong></p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n <strong>BVoC</strong></p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n <strong>BVOC</strong></p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n <strong>BZC </strong><strong>EM</strong></p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n <strong>BZC</strong></p>\r\n <p>\r\n <strong>TM</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:8.0%;height:6px;\">\r\n <p>\r\n SC</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 09</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 06</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 12</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 16</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 09</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:8.0%;height:6px;\">\r\n <p>\r\n ST</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:8.0%;height:6px;\">\r\n <p>\r\n OBC</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 17</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 05</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 08</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 07</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:8.0%;height:6px;\">\r\n <p>\r\n General</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 03</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 01</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 04</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 02</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 0000</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:8.0%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Male</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Female</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n Others</p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;height:6px;\">\r\n <p>\r\n Total</p>\r\n </td>\r\n <td style=\"width:8.42%;height:6px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:5.28%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:4.8%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:5.1%;height:6px;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:5.38%;height:6px;\">\r\n <p>\r\n 44</p>\r\n </td>\r\n <td style=\"width:5.82%;height:6px;\">\r\n <p>\r\n 27</p>\r\n </td>\r\n <td style=\"width:5.4%;height:6px;\">\r\n <p>\r\n 23</p>\r\n </td>\r\n <td style=\"width:8.44%;height:6px;\">\r\n <p>\r\n 43</p>\r\n </td>\r\n <td style=\"width:4.92%;height:6px;\">\r\n <p>\r\n 38</p>\r\n </td>\r\n <td style=\"width:4.86%;height:6px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:5.58%;height:6px;\">\r\n <p>\r\n 18</p>\r\n </td>\r\n <td style=\"width:5.64%;height:6px;\">\r\n <p>\r\n 25</p>\r\n </td>\r\n <td style=\"width:3.42%;height:6px;\">\r\n <p>\r\n 36</p>\r\n </td>\r\n <td style=\"width:5.78%;height:6px;\">\r\n <p>\r\n 19</p>\r\n </td>\r\n <td style=\"width:5.86%;height:6px;\">\r\n <p>\r\n 26</p>\r\n </td>\r\n <td style=\"width:7.16%;height:6px;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>5. </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Evaluative Report of the Department</strong></p>\r\n<p>\r\n <strong>Name of the Autonomous College</strong><strong> : P.V.K.N. Govt. College</strong></p>\r\n<p>\r\n <strong> Name</strong><strong>of the Department</strong><strong> : Botany</strong></p>\r\n<p>\r\n <strong>Dist</strong><strong> : Chittoor</strong> <strong>State</strong><strong>: Andhra Pradesh</strong><strong>.</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Total Number of Departments in the institution…...............</strong><strong>16</strong><strong>................</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:60px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Sl. No.</strong></p>\r\n </td>\r\n <td style=\"width:248px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>Name of the Department</strong></p>\r\n </td>\r\n <td style=\"width:205px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n Botany</p>\r\n </td>\r\n <td style=\"width:91px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n Horticulture</p>\r\n </td>\r\n <td style=\"width:84px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n Vocational</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Year of Establishment</p>\r\n </td>\r\n <td style=\"width:205px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>1961</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>2019</strong></p>\r\n </td>\r\n <td style=\"width:84px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>2019</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:55px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Is the Department part of a School/Faculty of the Autonomous College</p>\r\n </td>\r\n <td style=\"width:205px;height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>yes</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>yes</strong></p>\r\n </td>\r\n <td style=\"width:84px;height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>yes</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:35px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Names of programmes offered</p>\r\n </td>\r\n <td style=\"width:205px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>BZC EM & TM</strong></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>MBC</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:84px;height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>B.VOC</strong></p>\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>(NSQF)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of teaching posts Sanctioned/Filled</p>\r\n </td>\r\n <td style=\"width:205px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>7/7</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>-/1 PART TIME</strong></p>\r\n </td>\r\n <td style=\"width:84px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>-/02 GUEST</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Research Projects:</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n Total grants received</p>\r\n </td>\r\n <td style=\"width:205px;height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:84px;height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:60px;height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"width:627px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Inter –institutional collaborative projects and</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n Associated grants received</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n National collaboration</p>\r\n </td>\r\n <td style=\"width:205px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n International collaboration</p>\r\n </td>\r\n <td style=\"width:205px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Blended B.SC started in 2021-22 with the collaboration of Melbourne University, Australia </strong></p>\r\n </td>\r\n <td style=\"width:91px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:73px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</p>\r\n </td>\r\n <td style=\"width:205px;height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>UGC Sponsored One day National Workshop on 29<sup>th</sup>,February 2020 on “Trends in Climate Change in view of Statistical Scenario” : Rs.72,000/- </strong></p>\r\n </td>\r\n <td style=\"width:91px;height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:52px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Special research laboratories sponsored by / created by industry or corporate bodies</p>\r\n </td>\r\n <td style=\"width:205px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Mango Pulp testing laboratories constructed by The District Mango Pulp Industry Association (with </strong></p>\r\n </td>\r\n <td style=\"width:91px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:52px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:248px;height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <strong>MOU) in the College Campus </strong></p>\r\n </td>\r\n <td style=\"width:205px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"width:60px;height:19px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"width:627px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Publications:</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Papers published</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Books with ISBN</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Citation Index – range / average</p>\r\n </td>\r\n <td style=\"width:205px;height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of Impact Factor – range / average</p>\r\n </td>\r\n <td style=\"width:205px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Number of h-index</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Details of patents and income generated</p>\r\n </td>\r\n <td style=\"width:205px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:37px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Areas of consultancy and income generated</p>\r\n </td>\r\n <td style=\"width:205px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>Rs75,000/-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"width:60px;height:53px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"width:627px;height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Awards/Recognitions received at the National</p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n and International level by :</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Faculty</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Doctoral/Postdoctoral fellows</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <strong>01</strong></p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:248px;height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n Students</p>\r\n </td>\r\n <td style=\"width:205px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:91px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n <td style=\"width:84px;height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:60px;height:80px;\">\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n </td>\r\n <td style=\"width:248px;height:80px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n How many students have cleared Civil Services and Defense Services examinations, NET, SET (SLET), GATE and other competitive examinations</p>\r\n </td>\r\n <td style=\"width:205px;height:80px;\">\r\n <p align=\"center\"',47),(34,'<p style=\"margin-left: 180pt;\">\r\n <span style=\"color:#f00;\"><img alt=\"\" src=\"/userfiles/images.jpg\" style=\"width: 450px; height: 112px;\" /></span></p>\r\n<p style=\"margin-left: 180pt;\">\r\n </p>\r\n<p style=\"margin-left: 180pt;\">\r\n <span style=\"color:#f00;\">Vision of the Department</span> : <span style=\"color:#00f;\">To be the center of excellence in the fields of teaching, learning and research. And to preserve the dignity and aesthetics of Urdu language and literature by uplifting the literary, socio-cultural and educational standards in state of Andhra Pradesh.</span></p>\r\n<p style=\"margin-left: 36pt;\">\r\n <span style=\"color:#f00;\"> Mission of the Department </span><span style=\"color: rgb(0, 0, 255);\">Producing graduates and research scholars with good command on Urdu language & literature.</span><span style=\"color: rgb(0, 0, 255);\">Inculcating the literary taste and sense and significance of language and culture through classroom teaching, library and online sources.</span><span style=\"color: rgb(0, 0, 255);\">Collaborating with other institutions in teaching and research programs.</span><span style=\"color: rgb(0, 0, 255);\">Conducting Seminars, Conferences and Mushairas (Poets’ Gathering)</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Department</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Urdu</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year of establishment</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1961</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Institution Status</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Autonomous</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Groups/Courses related to the Statistics</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">New courses introduced during the last five years</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2f & 12b of UGC</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Website</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sanctioned posts as per SMPC</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Lecturers working (2022-23)</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Part-time</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Total full time Lecturers working</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department In-charges</span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\">2022-23</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2021-22</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2020-21</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2019-20</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">2018-19</span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p style=\"margin-left: 18pt;\">\r\n <span style=\"color:#00f;\">Dr E. Md. Anwar Hussain</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department Area in mts</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">21.06</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Classroom Area in mts</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">21.06</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Digital Classrooms</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. Virtual Classrooms</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One (on sharing mode)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>2. ACADEMIC INFORMATION </strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:677px;\" width=\"677\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"7\" style=\"width:641px;height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><strong>Level of</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Name of Programme/ Course</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Duration of Months</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Entry Qualification</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><strong>Medium of</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Instruction</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><strong>Sanctioned</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Strength</strong></span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>No. Of Students Admitted</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">UG</span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Sc. (MICCS)</span></p>\r\n </td>\r\n <td style=\"height: 76px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">04</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">UG</span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Com(Gen)</span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Com (B&I)</span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Com (CA)</span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Sc. (M.P.Cs)<br />\r\n B. Sc. (Blend.)</span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">02<br />\r\n 02<br />\r\n 08<br />\r\n 01<br />\r\n 01</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">UG</span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B.A.<br />\r\n B. Sc.<br />\r\n B.Com. (CA)</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">01<br />\r\n 01<br />\r\n 01</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">UG</span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Com(CA)</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">04</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">UG</span></p>\r\n </td>\r\n <td style=\"width:121px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">B. Sc. (M.P.Cs.)<br />\r\n B. Sc.</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td style=\"width:62px;height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\">01<br />\r\n 01</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:121px;height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:62px;height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>3.Teaching Faculty </strong></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>Regular</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>Contract</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>Guest</strong></span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Name of the Lecturers</strong></span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Transferred from and to</strong></span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Highest Qualification</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Contact information</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"> Dr E. Md. Anwar Hussain</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nov 7 2010 to till date</span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Ph. D</span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">9440217501</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"> Dr E. Md. Anwar Hussain</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nov 7 2010 to till date</span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Ph. D</span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">9440217501</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"> Dr E. Md. Anwar Hussain</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nov 7 2010 to till date</span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Ph. D</span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">9440217501</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dr E. Md. Anwar Hussain</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nov 7 2010 to till date</span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Ph. D</span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">9440217501</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:37px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:206px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Dr E. Md. Anwar Hussain</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:109px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Nov 7 2010 to till date</span></p>\r\n </td>\r\n <td style=\"width:99px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Ph. D</span></p>\r\n </td>\r\n <td style=\"width:85px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">9440217501</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>4.Student details of the department during the last five academic year</strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">01</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">12</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">01</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">03</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>02</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">03</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">02</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">02</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\">01</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>-</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width: 14.38%; height: 19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width: 14.36%; height: 19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width: 14.36%; height: 19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width: 13.46%; height: 19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\">04</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\">14</span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\">13</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\">14</span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>02</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>5. Evaluative Report of the Department</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> <strong>Name of the Autonomous College : PVKN GOVT. COLLEGE (A), CHITTOOR</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong> Name of the Department : Urdu</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>District: Chittoor State: Andhra Pradesh</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Total Number of Departments in the institution…...............................</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Sl. No.</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Name of the Department</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>For Ex: English</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Zoology</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Bio-Technology</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 35px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Year of Establishment</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 55px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Is the Department part of a School/Faculty of the Autonomous College</span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 35px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Names of programmes offered</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of teaching posts Sanctioned/Filled</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Research Projects:</span></p>\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Total grants received</span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height: 53px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Inter –institutional collaborative projects and</span></p>\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Associated grants received</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">National collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">International collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 73px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil </strong></span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height: 52px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Special research laboratories sponsored by / created by industry or corporate bodies</span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong>Nil</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height: 19px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td colspan=\"4\" style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Publications:</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Papers published</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> 05</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Books with ISBN</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> 03</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Citation Index – range / average</span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Impact Factor – range / average</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of h-index</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Details of patents and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Areas of consultancy and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Awards/Recognitions received at the National</span></p>\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">and International level by :</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Faculty</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> 06</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Doctoral/Postdoctoral fellows</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Students</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:80px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">How many students have cleared Civil Services and Defense Services examinations, NET, SET (SLET), GATE and other competitive examinations</span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> Net 1 </strong></span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">List of doctoral, post-doctoral students</span></p>\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">and research associates</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">From the host institution/university</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">From other institutions/universities</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:75px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\">Number of Research Scholars/ Post Graduate students getting financial assistance from the University/State/ Central</span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\">Note: <strong><em>Compile data for the last five years</em></strong></span></p>\r\n<p style=\"margin-left: 54pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Declaration by the Head of the Institution</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I certify that the data included in this Self-Study Report (SSR) are true to the best of my knowledge.</em></strong></span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><strong><em>This SSR is prepared by the institution after internal discussions, and no part thereof has been outsourced.</em></strong></span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><strong><em>I am aware that the Peer Team will validate the information provided in this SSR during the peer team visit.</em></strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 354pt;\">\r\n <span style=\"color:#00f;\"><strong>Signature of the Head of the institution with seal:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><strong>Place:</strong></span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"margin-left: 72pt;\">\r\n <span style=\"color:#00f;\"><strong>Date:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">6. CO, PO and PSO of the Programmes</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><u>Program Outcomes</u></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><u>After completion of U.G. program, the students are able to:</u></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">PO-1: Overall Understanding the tradition and the dignity of Urdu literature.</span></p>\r\n<p style=\"margin-left: 36pt;\">\r\n <span style=\"color:#00f;\">PO-2: Compete NET, SET and other competitive exams with Urdu as</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">&</span></p>\r\n',59),(36,'<div>\r\n <p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/images(2).jpg\" style=\"width: 444px; height: 113px;\" /></p>\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><u style=\"color: rgb(255, 0, 0);\"><span style=\"font-size:28px;\"><a href=\"/userfiles/LIBRARY PROFILE-1.pdf\">LIBRARY PROFILE</a></span></u></span></p>\r\n</div>\r\n<p style=\"margin-left: 5pt; text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong>Government college Chittoor has agood library forthe benefit of students and faculties.</strong></span></p>\r\n<p style=\"margin-left: 5pt; text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong>The Popularity and utility of any institution go with its library.</strong></span></p>\r\n<p style=\"margin-left: 5pt; text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong>Central library caters to the information needs of the students,</strong></span></p>\r\n<p style=\"margin-left: 5pt; text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong>Teaching and Non-Teachingstaff and researchscholars of the college.</strong></span></p>\r\n<p style=\"margin-left: 5pt; text-align: justify;\">\r\n <span style=\"color:#00f;\"><strong>The library was started in the year 1961 .</strong></span></p>\r\n',57),(38,'<p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000;\"><span style=\"background-color:#ffff00;\"><br />\r\n </span></span></strong></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><u>Department of Physical Education <br />\r\n </u></span></span></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size: 16px;\">Profile</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">The Department of Physical Education of P.V.K.N Govt college(A)is established in 1961 and is dedicated to the comprehensive development of students through engagement in physical activities and sports. Its objectives include encouraging regular physical activity to maintain and improve health, providing training and facilities to develop skills in various sports, and organizing inter-collegiate and intra-collegiate sports events to foster a competitive spirit. The college boasts a range of facilities, including indoor and outdoor gyms, one basketball court, a football field, a volleyball court, cricket nets, and indoor games like caroms, chess. These amenities facilitate various sports and athletic activities, highlighted by events such as Sports Day and other competitions. Students at P.V.K.N Govt college actively participate in numerous tournaments and have earned notable achievements, bringing honor to the college. The Department of Physical Education at P.V.K.N Govt college emphasizes the importance of teamwork, leadership, and cooperation through team sports and activities, and educates students about healthy lifestyles, proper nutrition, and mental well-being. These objectives align with the college’s mission to nurture well-rounded individuals who are prepared to contribute positively to society</span></p>\r\n',53),(39,'<div id=\"cke_pastebin\">\r\n <div>\r\n <p style=\"margin-left:163.1pt;\">\r\n <img alt=\"\" src=\"/userfiles/ZOOLOGY.jpg\" style=\"width: 500px; height: 200px;\" /></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <ol>\r\n <li>\r\n </li>\r\n </ol>\r\n <h1>\r\n <span style=\"color:#f00;\"><span style=\"font-size:14px;\">VisionoftheDepartment:</span></span><span style=\"color: rgb(0, 0, 255); text-align: center; font-size: 12px;\">The department promote the knowledge about the biology of animals andall rounddevelopmentofthestudentandmakethemabletocontributeeffectively for their welfare and society.</span></h1>\r\n <p>\r\n <strong><span style=\"font-size: 14px; color: rgb(255, 0, 0);\">Mission of the Department:</span></strong><span style=\"color: rgb(0, 0, 255); text-align: justify;\">Ourmissionistoofferhighqualityeducationdedicatedtobuildingmindswith social and moral responsibility. We are committed to educating the students beyond the confines of a class room to make them better individuals.</span></p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:277px;height:36px;\">\r\n <p style=\"margin-left:23.0pt;\">\r\n <span style=\"color:#800080;\"><strong>NameoftheDepartment</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:36px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#800080;\"><strong>Zoology</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Year</strong><strong>of</strong><strong>establishment</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">1961</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>InstitutionStatus</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">Autonomous</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:50px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Groups/Coursesrelatedtothe Zoology</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:50px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.Sc.,(BZC&DZC),M.Sc.,(Zoology)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>2f & 12b ofUGC</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">yes</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:616px;height:31px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Website</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Sanctionedposts as perSMPC</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>No.ofLecturersworking(2022-23)</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:31px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Regular</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:31px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Contract</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Guest</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>Part-</strong><strong>time</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:277px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>TotalfulltimeLecturersworking</strong></span></p>\r\n </td>\r\n <td style=\"width:339px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:.4pt;\">\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <p style=\"margin-left:163.1pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:272px;height:207px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>DepartmentIn-charges</strong></span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2023-24</strong></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:344px;height:207px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:37.2pt;\">\r\n <span style=\"color:#00f;\">Dr.M.Thejomoorthy Dr.M.Thejomoorthy Dr.B.Purushotham Dr.B.Purushotham Dr.B.Purushotham Dr.B.Purushotham</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:272px;height:31px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>DepartmentAreain mts</strong></span></p>\r\n </td>\r\n <td style=\"width:344px;height:31px;\">\r\n <p align=\"center\" style=\"margin-left:37.2pt;\">\r\n <span style=\"color:#00f;\">725 Sqfts</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:272px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>ClassroomAreain mts</strong></span></p>\r\n </td>\r\n <td style=\"width:344px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:37.2pt;\">\r\n <span style=\"color:#00f;\">1500 Sqfts</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:272px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>No. of Digital Classrooms</strong></span></p>\r\n </td>\r\n <td style=\"width:344px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:37.2pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:272px;height:30px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\"><strong>No.VirtualClassrooms</strong></span></p>\r\n </td>\r\n <td style=\"width:344px;height:30px;\">\r\n <p align=\"center\" style=\"margin-left:37.2pt;\">\r\n <span style=\"color:#00f;\">One(on sharingmode)</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>ACADEMICINFORMATION</strong></span></li>\r\n </ol>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"8\" style=\"width:682px;height:42px;\">\r\n <p style=\"margin-left:3.7pt;\">\r\n <span style=\"color:#00f;\"><strong>DetailsoftheProgrammesOfferedbytheCollege(Academicyearsfrom2018-2024)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:55px;height:75px;\">\r\n <p style=\"margin-left:11.25pt;\">\r\n <span style=\"color:#00f;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td style=\"width:112px;height:75px;\">\r\n <p align=\"center\" style=\"margin-left:16.45pt;\">\r\n <span style=\"color:#00f;\">Levelof</span></p>\r\n <p align=\"center\" style=\"margin-left:16.35pt;\">\r\n <span style=\"color:#00f;\">Programme</span></p>\r\n </td>\r\n <td style=\"width:97px;height:75px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">Nameof</span></p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">Programme/ Course</span></p>\r\n </td>\r\n <td style=\"width:76px;height:75px;\">\r\n <p align=\"center\" style=\"margin-left:1.0pt;\">\r\n <span style=\"color:#00f;\">Duration</span></p>\r\n <p align=\"center\" style=\"margin-left:10.4pt;\">\r\n <span style=\"color:#00f;\">of Months</span></p>\r\n </td>\r\n <td style=\"width:101px;height:75px;\">\r\n <p align=\"center\" style=\"margin-left:3.15pt;\">\r\n <span style=\"color:#00f;\">Entry</span></p>\r\n <p align=\"center\" style=\"margin-left:3.15pt;\">\r\n <span style=\"color:#00f;\">Qualification</span></p>\r\n </td>\r\n <td style=\"width:85px;height:75px;\">\r\n <p style=\"margin-left:5.95pt;\">\r\n <span style=\"color:#00f;\">Medium of</span></p>\r\n <p style=\"margin-left:6.8pt;\">\r\n <span style=\"color:#00f;\">Instruction</span></p>\r\n </td>\r\n <td style=\"width:85px;height:75px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n <span style=\"color:#00f;\">Sanctioned</span></p>\r\n <p style=\"margin-left:11.55pt;\">\r\n <span style=\"color:#00f;\">Strength</span></p>\r\n </td>\r\n <td style=\"width:73px;height:75px;\">\r\n <p align=\"center\" style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\">No. Of</span></p>\r\n <p align=\"center\" style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\">Students Admitte d</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:55px;height:17px;\">\r\n <p style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\"><strong>2023-</strong><strong>24</strong></span></p>\r\n </td>\r\n <td style=\"width:112px;height:17px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:97px;height:17px;\">\r\n <p style=\"margin-left:20.05pt;\">\r\n <span style=\"color:#00f;\">Zoology honors</span></p>\r\n </td>\r\n <td style=\"width:76px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:1.0pt;\">\r\n <span style=\"color:#00f;\">4 Years</span></p>\r\n </td>\r\n <td style=\"width:101px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"width:85px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:73px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:112px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:76px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:101px;height:51px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"width:85px;height:51px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\">40</span></p>\r\n </td>\r\n <td style=\"width:73px;height:51px;\">\r\n <p align=\"center\" style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\">24</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:55px;height:17px;\">\r\n <p style=\"margin-left:9.55pt;\">\r\n <span style=\"color:#00f;\"><strong>2022-</strong><strong>23</strong></span></p>\r\n </td>\r\n <td style=\"width:112px;height:17px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:97px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">BZC</span></p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">DZC</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:17px;\">\r\n <p style=\"margin-left:11.85pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p style=\"margin-left:10.3pt;\">\r\n <span style=\"color:#00f;\">3 Years</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:101px;height:17px;\">\r\n <p style=\"margin-left:8.95pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n <p style=\"margin-left:12.8pt;\">\r\n <span style=\"color:#00f;\">Vocational-</span></p>\r\n </td>\r\n <td style=\"width:85px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:85px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\">50</span></p>\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:73px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:.5pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:.5pt;\">\r\n <span style=\"color:#00f;\">24</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:112px;height:18px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:76px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:101px;height:41px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">intermediate</span></p>\r\n </td>\r\n <td style=\"width:85px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:73px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:55px;height:17px;\">\r\n <p style=\"margin-left:9.55pt;\">\r\n <span style=\"color:#00f;\"><strong>2021-</strong><strong>22</strong></span></p>\r\n </td>\r\n <td style=\"width:112px;height:17px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:97px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">BZC</span></p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">DZC</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:17px;\">\r\n <p style=\"margin-left:11.85pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n <p style=\"margin-left:10.3pt;\">\r\n <span style=\"color:#00f;\">3 Years</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:101px;height:17px;\">\r\n <p style=\"margin-left:8.95pt;\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n <p style=\"margin-left:12.8pt;\">\r\n <span style=\"color:#00f;\">Vocational-</span></p>\r\n </td>\r\n <td style=\"width:85px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:85px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\">50</span></p>\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:73px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:.5pt;\">\r\n <span style=\"color:#00f;\"><strong>47</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:.5pt;\">\r\n <span style=\"color:#00f;\"><strong>24</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:112px;height:18px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:97px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:76px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:101px;height:41px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">intermediate</span></p>\r\n </td>\r\n <td style=\"width:85px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:73px;height:41px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:55px;height:18px;\">\r\n <p style=\"margin-left:9.55pt;\">\r\n <span style=\"color:#00f;\"><strong>2020-</strong><strong>21</strong></span></p>\r\n </td>\r\n <td style=\"width:112px;height:18px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td style=\"width:97px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">BZC-EM</span></p>\r\n </td>\r\n <td style=\"width:76px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:1.0pt;\">\r\n <span style=\"color:#00f;\">3Years</span></p>\r\n </td>\r\n <td style=\"width:101px;height:18px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:85px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n <span style=\"color:#00f;\">English</span></p>\r\n </td>\r\n <td style=\"width:85px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n </td>\r\n <td style=\"width:73px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\"><strong>43</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:112px;height:60px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:97px;height:60px;\">\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n <span style=\"color:#00f;\">BZC-TM</span></p>\r\n </td>\r\n <td style=\"width:76px;height:60px;\">\r\n <p align=\"center\" style=\"margin-left:1.0pt;\">\r\n <span style=\"color:#00f;\">3 Years</span></p>\r\n </td>\r\n <td style=\"width:101px;height:60px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n <td style=\"width:85px;height:60px;\">\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n <span style=\"color:#00f;\">Telugu</span></p>\r\n </td>\r\n <td style=\"width:85px;height:60px;\">\r\n <p align=\"center\" style=\"margin-left:1.3pt;\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n </td>\r\n <td style=\"width:73px;height:60px;\">\r\n <p align=\"center\" style=\"margin-left:6.1pt;\">\r\n <span style=\"color:#00f;\"><strong>32</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <p style=\"margin-left:163.1pt;\">\r\n <span style=\"color:#00f;\"><strong><br clear=\"all\" />\r\n </strong></span></p>\r\n <div>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:67px;height:18px;\">\r\n <p style=\"margin-left:9.55pt;\">\r\n <span style=\"color:#00f;\"><strong>2019-</strong><strong>20</strong></span></p>\r\n </td>\r\n <td style=\"width:93px;height:18px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:101px;height:18px;\">\r\n <p style=\"margin-left:18.4pt;\">\r\n <span style=\"color:#00f;\">BZC-EM BZC-TM</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:18px;\">\r\n <p style=\"margin-left:11.6pt;\">\r\n <span style=\"color:#00f;\">3Years 3Years</span></p>\r\n </td>\r\n <td style=\"width:108px;height:18px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:89px;height:18px;\">\r\n <p style=\"margin-left:11.8pt;\">\r\n <span style=\"color:#00f;\">English Telugu</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:72px;height:18px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:18px;\">\r\n <p align=\"center\" style=\"margin-left:4.25pt;\">\r\n <span style=\"color:#00f;\"><strong>41</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:4.25pt;\">\r\n <span style=\"color:#00f;\">42</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:93px;height:60px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:108px;height:60px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:67px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:93px;height:17px;\">\r\n <p align=\"right\">\r\n <span style=\"color:#00f;\">B.Sc</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:101px;height:17px;\">\r\n <p style=\"margin-left:17.05pt;\">\r\n <span style=\"color:#00f;\">BZC-EM MZC-EM BZC-TM</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:17px;\">\r\n <p style=\"margin-left:11.6pt;\">\r\n <span style=\"color:#00f;\">3Years 3Years 3Years</span></p>\r\n </td>\r\n <td style=\"width:108px;height:17px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:89px;height:17px;\">\r\n <p style=\"margin-left:11.45pt;\">\r\n <span style=\"color:#00f;\">English English Telugu</span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:72px;height:17px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>50</strong></span></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:76px;height:17px;\">\r\n <p align=\"center\" style=\"margin-left:4.25pt;\">\r\n <span style=\"color:#00f;\"><strong>26</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:4.25pt;\">\r\n <span style=\"color:#00f;\"><strong>05</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:4.25pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:67px;height:60px;\">\r\n <p style=\"margin-left:5.7pt;\">\r\n <span style=\"color:#00f;\"><strong>2018-</strong><strong>19</strong></span></p>\r\n </td>\r\n <td style=\"width:93px;height:60px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:108px;height:60px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Intermediate</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"8\" style=\"width:682px;height:20px;\">\r\n <p style=\"margin-left:15.45pt;\">\r\n <span style=\"color:#00f;\">Total</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>TEACHINGFACULTY</strong></span></li>\r\n </ol>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:53px;height:76px;\">\r\n <p style=\"margin-left:14.2pt;\">\r\n <span style=\"color:#00f;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:7.25pt;\">\r\n <span style=\"color:#00f;\"><strong>Regula</strong></span></p>\r\n </td>\r\n <td style=\"width:32px;height:76px;\">\r\n <p style=\"margin-left:6.9pt;\">\r\n <span style=\"color:#00f;\"><strong>Contra</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left:10.75pt;\">\r\n <span style=\"color:#00f;\"><strong>Guest</strong></span></p>\r\n </td>\r\n <td style=\"width:24px;height:76px;\">\r\n <p style=\"margin-left:15.3pt;\">\r\n <span style=\"color:#00f;\"><strong>Toal</strong></span></p>\r\n </td>\r\n <td style=\"width:175px;height:76px;\">\r\n <p style=\"margin-left:36.6pt;\">\r\n <span style=\"color:#00f;\"><strong>Nameofthe Lecturers</strong></span></p>\r\n </td>\r\n <td style=\"width:138px;height:76px;\">\r\n <p style=\"margin-left:12.2pt;\">\r\n <span style=\"color:#00f;\"><strong>Highest Qualification</strong></span></p>\r\n </td>\r\n <td style=\"width:120px;height:76px;\">\r\n <p style=\"margin-left:9.15pt;\">\r\n <span style=\"color:#00f;\"><strong>Contact information</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:53px;height:173px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2022-</strong><strong>23</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:173px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:32px;height:173px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:33px;height:173px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:24px;height:173px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:175px;height:173px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i) Dr.M.Thejomoorthy ii)Dr.P.Sudarsanam iii)P.Navaneswarareddy</span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\">H.Thulasiram</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">K. Mamatha</span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:138px;height:173px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE M.Sc.,</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,APSET M.Sc.,</span></p>\r\n </td>\r\n <td style=\"width:120px;height:173px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9703799970</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8074653731</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9959950962</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9390204256</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:53px;height:183px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>2022-</strong><strong>23</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:32px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:24px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:175px;height:183px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i) Dr.M.Thejomoorthy ii)Dr.P.Sudarsanam iii)P.Navaneswarareddy iv)C.Komala devi</span></p>\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">v)G.Jhansi</span></p>\r\n </td>\r\n <td style=\"width:138px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE M.Sc.,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,B.Ed</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,</span></p>\r\n </td>\r\n <td style=\"width:120px;height:183px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9703799970</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8074653731</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <span style=\"color:#00f;\">6300350211</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">6302509253</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:53px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.25pt;\">\r\n <span style=\"color:#00f;\"><strong>2021-</strong><strong>22</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:32px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:24px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:175px;height:183px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i) Dr.M.Thejomoorthy ii)Dr.P.Sudarsanam iii)P.Navaneswarareddy iv)C.Komala devi v)J.Prabhakar</span></p>\r\n </td>\r\n <td style=\"width:138px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE M.Sc.,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:23.5pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,B.Ed</span></p>\r\n <p style=\"margin-left:17.5pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,M.Phill</span></p>\r\n </td>\r\n <td style=\"width:120px;height:183px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9703799970</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8074653731</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <span style=\"color:#00f;\">6300350211</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9440443724</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <p style=\"margin-left:163.1pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:53px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.25pt;\">\r\n <span style=\"color:#00f;\"><strong>2020-</strong><strong>21</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:32px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:24px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:175px;height:183px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i) Dr.B.Purushotham ii.Dr.A.Jayasankar iii)Dr.P.Sudarsanam iv)P.Navaneswarareddy</span></p>\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">v)C.Komaladevi</span></p>\r\n </td>\r\n <td style=\"width:138px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE M.Sc.,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,B.Ed</span></p>\r\n </td>\r\n <td style=\"width:120px;height:183px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9966452703</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9491781066</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8074653731</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <span style=\"color:#00f;\">6300350211</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:53px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.25pt;\">\r\n <span style=\"color:#00f;\"><strong>2019-</strong><strong>20</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:32px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:33px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:24px;height:183px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">5</span></p>\r\n </td>\r\n <td style=\"width:175px;height:183px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i) Dr.B.Purushotham ii.Dr.A.Jayasankar iii)Dr.P.Sudarsanam iv)P.Navaneswarareddy</span></p>\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">v)C.Komaladevi</span></p>\r\n </td>\r\n <td style=\"width:138px;height:183px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE M.Sc.,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,B.Ed</span></p>\r\n </td>\r\n <td style=\"width:120px;height:183px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9966452703</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9491781066</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8074653731</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <span style=\"color:#00f;\">6300350211</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:53px;height:122px;\">\r\n <p style=\"margin-left:25.9pt;\">\r\n <span style=\"color:#00f;\"><strong>2018-</strong><strong>19</strong></span></p>\r\n </td>\r\n <td style=\"width:33px;height:122px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.75pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:32px;height:122px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:33px;height:122px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n <td style=\"width:24px;height:122px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.9pt;\">\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:175px;height:122px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">i)i)Dr.B.Purushotham ii.Dr.A.Jayasankar iii)Dr.P.Sudarsanam</span></p>\r\n <p style=\"margin-left:5.4pt;\">\r\n <span style=\"color:#00f;\">iv)C.Komaladevi</span></p>\r\n </td>\r\n <td style=\"width:138px;height:122px;\">\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,Ph.D,APSE</span></p>\r\n <p align=\"center\" style=\"margin-left:.85pt;\">\r\n <span style=\"color:#00f;\">M.Sc.,B.Ed</span></p>\r\n </td>\r\n <td style=\"width:120px;height:122px;\">\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9966452703</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">9491781066</span></p>\r\n <p style=\"margin-left:14.95pt;\">\r\n <span style=\"color:#00f;\">8897041978</span></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <span style=\"color:#00f;\">6300350211</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><strong>STUDENT DETAILSOFTHEDEPARTMENTDURINGTHELAST FIVE ACADEMIC YEARS</strong></span></li>\r\n </ol>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:190px;height:23px;\">\r\n <p style=\"margin-left:43.25pt;\">\r\n <span style=\"color:#00f;\">Programme</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:99px;height:23px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">SC</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>48</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>41</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>38</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>42</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>44</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>52</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>62</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>51</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>36</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>23</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:99px;height:23px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\">ST</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>4</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>4</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>10</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>13</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>9</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>5</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>2</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:99px;height:23px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:24.65pt;\">\r\n <span style=\"color:#00f;\">OBC</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>16</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>16</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>14</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>44</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>45</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>33</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>28</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:99px;height:23px;\">\r\n <p style=\"margin-left:18.05pt;\">\r\n <span style=\"color:#00f;\">General</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>2</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>7</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>4</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>8</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>6</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>17</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>21</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>15</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>12</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <p style=\"margin-left:163.1pt;\">\r\n <span style=\"color:#00f;\"><strong><br clear=\"all\" />\r\n </strong></span></p>\r\n <div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:99px;height:23px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.95pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n <td style=\"width:85px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:1.1pt;\">\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:99px;height:23px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p style=\"margin-left:21.05pt;\">\r\n <span style=\"color:#00f;\">Others</span></p>\r\n </td>\r\n <td style=\"width:91px;height:23px;\">\r\n <p align=\"center\" style=\"margin-left:.7pt;\">\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n',68),(40,'<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/images(1).jpg\" style=\"width: 300px; height: 200px;\" /><img alt=\"\" src=\"/userfiles/RRRR.jpeg\" style=\"width: 300px; height: 300px; border-width: 3px; border-style: solid;\" /></p>\r\n<p>\r\n <strong style=\"color: rgb(255, 0, 0);\">1. BASIC INFORMATION</strong></p>\r\n<p>\r\n <span style=\"color:#00f;\">The Department was established in 1961 to provide facilities to study and Research in social, economic and cultural history of India and the world. Teaching and research in the department are focused on the different aspects of Micro, Macro Economics and Indian Economy.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">The curriculum make it possible for students to have comprehensive as well as in depth knowledge in Economics so as to enable them to clear competitive examinations like civil service Examinations and take up administrative, teaching and research Careers with confidence in future.</span></p>\r\n<p style=\"margin-left:24.1pt;\">\r\n <span style=\"color:#f00;\"><strong>The Department of History with following main Objectives:</strong></span></p>\r\n<p>\r\n ·<span style=\"color:#00f;\">Define the term economics;</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> ·Explain the major divisions of Economics;</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">·Discuss the central aim of economics;</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"> ·Explain the method of economic analysis; and</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">·Explain the basic economic problems in terms of unlimited wants and scarce resources.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Vision of the Department</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\">To be a centre of excellence in Economics and allied subjects, to develop value based academic principles, accelerate social evolution, creative extension and innovations through the study of Economics among all the stakeholders to enable them to face current challenges and to open up new vistas in Economics.</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Mission of the Department </strong></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#00f;\">To impart state-of-the-art knowledge, skill and aptitude in all stakeholders of higher education in the discipline of Economics; both theoretical and applied, irrespective of class, caste, creed and regional disparities.</span></li>\r\n <li>\r\n <span style=\"color:#00f;\"> Fosters all round development of students through multi-pronged strategy and promote high- quality education through innovation in teaching, learning and research.</span></li>\r\n <li>\r\n <span style=\"color:#00f;\">Carrying quality research at national and regional levels and to impart social consciousness, individual dignity, human facts and intellectual honesty among all the stakeholders.</span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Department</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">ECONOMICS</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year of establishment</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1961</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Institution Status</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Autonomous</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Groups/Courses related to the Statistics</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">B.A HEP ECONOMICS</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">New courses introduced during the last five years</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">NIL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2f & 12b of UGC</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Website</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sanctioned posts as per SMPC</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Lecturers working (2022-23)</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Part-time</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">0</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Total full time Lecturers working</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department In-charges</span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\">2022-23</span></li>\r\n <li>\r\n <strong><span style=\"color:#00f;\">2021-22</span></strong></li>\r\n <li>\r\n <strong><span style=\"color:#00f;\">2020-21</span></strong></li>\r\n <li>\r\n <strong><span style=\"color:#00f;\">2019-20</span></strong></li>\r\n <li>\r\n <strong><span style=\"color:#00f;\">2018-19</span></strong></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <strong><span style=\"color:#00f;\">P.KOTESWAR RAO</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">P.KOTESWAR RAO</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">Dr.G.RAJESH KUMAR</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">Dr.S.SUGUNAMMA</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">Dr.S.SUGUNAMMA</span></strong></p>\r\n <p>\r\n <strong><span style=\"color:#00f;\">Dr.S.SUGUNAMMA</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Department Area in mts</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Classroom Area in mts</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. of Digital Classrooms</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\">No. Virtual Classrooms</span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\">One (on sharing mode)</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>2. ACADEMIC INFORMATION </strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Level of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Programme</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Name of Programme/ Course</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Duration of Months</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Entry Qualification</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Medium of</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Instruction</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-3.0pt;\">\r\n <span style=\"color:#00f;\">Sanctioned</span></p>\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">Strength</span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\">No. Of Students Admitted</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>HEP </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>INTER </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>EM</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 40</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 18</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>HEP</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>INTER</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>EM</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 40</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>35</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>HEP</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>INTER</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>EM</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 40</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>HEP</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>INTER</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>EM</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 40</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>35</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A </strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>HEP</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>INTER</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>EM</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong> 30</strong></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>190</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-2.0pt;\">\r\n <span style=\"color:#00f;\"><strong>148</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">3. Teaching Faculty</span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Regular</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Contract</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Guest</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">Toal</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Name of the Lecturers</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Transferred from and to</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Highest Qualification</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Contact information</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)P.KOTESWAR RAO</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.RAJESH KUMAR</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)K.NAGARAJA</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) TRR GDC Prakasam to PVKN, Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii) ) PVKN, Govt. College,Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.A, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.A,M.ed</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">7671963893</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9848863760</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2021-22</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) P.KOTESWAR RAO</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr.RAJESH KUMAR</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)K.NAGARAJA</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) TRR GDC Prakasam to PVKN, Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii) ) PVKN, Govt. College,Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.A, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.A,M.ed</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">7671963893</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9848863760</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2020-21</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) P.KOTESWAR RAO</span></p>\r\n <p>\r\n <span style=\"color: rgb(0, 0, 255);\">ii)Dr.RAJESH KUMAR</span></p>\r\n <p>\r\n <span style=\"color: rgb(0, 0, 255);\">iii)K.NAGARAJA</span></p>\r\n <p>\r\n </p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)TRR GDC Prakasam to PVKN, Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii) PVKN, Govt. College,Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.A, APSET</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.A,M.ed</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">7671963893</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9848863760</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)Dr. S.UGUNAMMA</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr. SRINIVAN SELVAM</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.A. M.Phil,Ph.D,B.ed</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.A.M.Phil,MED.Ph.D ,P.G Diplama in photography</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"> 8074471388</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9440467155</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:50px;height:76px;\">\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n <p style=\"margin-left:5.65pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:36px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">-</span></p>\r\n </td>\r\n <td style=\"width:34px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:163px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i) )Dr.S.UGUNAMMA</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)Dr. SRINIVAN SELVAM</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:97px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">i)SVCR GDC Palamaneru to PVKN, Govt.College, Chittoor</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">ii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iii)</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">iv)</span></p>\r\n </td>\r\n <td style=\"width:161px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.A. M.Phil,Ph.D,B.ed</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">M.A.M.Phil,MED.Ph.D ,P.G Diplama in photography</span></p>\r\n </td>\r\n <td style=\"width:100px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\">8074471388</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">9440467155</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>4. Student details of the department during the last five academic year</strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Programme</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>SC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 8</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 16</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 12</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 19</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>ST</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>OBC</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 10</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 3</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>9</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 5</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 6</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>General</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 4</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 2</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 1</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Male</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Female</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Others</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 0</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>0</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Total</strong></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 18</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 35</strong></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 30</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong> 35</strong></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>30</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>5. Evaluative Report of the Department.</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Name of the Autonomous Colleg: PVKN GOVT.COLLEGE (A) CHITTOOR </strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Name of the Department: ECONOMICS</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Dist: CHITTOOR State: ANDHRA PRADESH.</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Total Number of Departments in the institution: </strong></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Sl. No.</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>Name of the Department</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>ECONOMICS</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"height:37px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Year of Establishment</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>1961 </strong></span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:55px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Is the Department part of a School/Faculty of the Autonomous College</span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>AUTONOMOUS </strong></span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Names of programmes offered</span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>B.A HEP </strong></span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of teaching posts Sanctioned/Filled</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>2 </strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Projects:</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Total grants received</span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Inter –institutional collaborative projects and</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Associated grants received-</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">National collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> --</strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">International collaboration</span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> --</strong></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:73px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>- </strong></span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:52px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Special research laboratories sponsored by / created by industry or corporate bodies</span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height:19px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Publications:</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Papers published</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Books with ISBN</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Citation Index – range / average</span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>- </strong></span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Impact Factor – range / average</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>- </strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of h-index</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Details of patents and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Areas of consultancy and income generated</span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Awards/Recognitions received at the National</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">and International level by :</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Faculty</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Doctoral/Postdoctoral fellows</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>- </strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Students</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:80px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">How many students have cleared Civil Services and Defense Services examinations, NET, SET (SLET), GATE and other competitive examinations</span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong>N.RUPESH UGC NET-2022 </strong></span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:80px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td colspan=\"4\" style=\"height:53px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">List of doctoral, post-doctoral students</span></p>\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">and research associates</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From the host institution/university</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">From other institutions/universities</span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:75px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><br />\r\n </span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\">Number of Research Scholars/ Post Graduate students getting financial assistance from the University/State/ Central</span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><strong> -</strong></span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"height:75px;\">\r\n <p align=\"center\" style=\"margin-left:-4.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\">Note: <strong><em>Compile data for the last five years</em></strong></span></p>\r\n<p align=\"center\" style=\"margin-left:54.0pt;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n',54),(41,'<p>\r\n <img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0001.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0002.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0003.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0004.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0005.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/PROFILE FINAL 04-01-2025_page-0006.jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n',45),(42,'<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/commerce.jpg\" style=\"width: 400px; height: 400px;\" /></p>\r\n<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Modified DEPARTMENT PROFILE COMMERCE 2018-2024.pdf\"><span style=\"font-size:16px;\"><span style=\"color:#00f;\">DEPARTMENT OF COMMERCE PROFILE</span></span> <span style=\"font-size:16px;\"><span style=\"color:#800080;\">CLICK HERE TO VIEW</span></span></a></p>\r\n',51),(43,'<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/download(1).jpg\" style=\"width: 417px; height: 121px;\" /></p>\r\n<p>\r\n <span style=\"color: rgb(255, 0, 0); font-size: 16px;\">1.BASIC INFORMATION</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"color:#f00;\">Vision of the Department </span>: To be a beacon of excellence in Sanskrit language and literature education, fostering a deep understanding and appreciation for the richness of sanskrit culture and heritage.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"color:#f00;\">Mission of the Department </span>: 1. *Academic Excellence:* Strive to provide high-quality education in Sanskrit language and literature, equipping students with linguistic proficiency, critical thinking skills, and cultural awareness.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2. *Research and Innovation:* Promote scholarly research and innovation in sanskrit studies, encouraging faculty and students to explore new avenues and contribute to the advancement of knowledge in the field.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">3. *Cultural Preservation:* Preserve and promote the cultural heritage of Sanskrit language through various activities, events, and initiatives, fostering a sense of pride and belonging among students and the community.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">4. *Community Engagement:* Engage with the local community to promote the use and appreciation of Sanskrit language and literature, organizing outreach programs, workshops, and seminars to create awareness and encourage participation.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">5. *Holistic Development:* Foster the holistic development of students by providing opportunities for personal and professional growth, nurturing their talents, and instilling ethical values and social responsibility</span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Name of the Department</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">SANSKRIT</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Year of establishment</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1961</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Institution Status</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Autonomous</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Groups/Courses related to the Statistics</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">B.A.,B.SC.,B.COM.,</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">New courses introduced during the last five years</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">niL</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2f & 12b of UGC</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Website</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Sanctioned posts as per SMPC</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">No. of Lecturers working (2022-23)</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Regular</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Contract</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Guest</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Part-time</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Total full time Lecturers working</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Department In-charges</span></span></p>\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2022-23</span></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2021-22</span></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2020-21</span></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2019-20</span></span></li>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2018-19</span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">I)</span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Department Area in mts</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">6.096 X 3.048</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Classroom Area in mts</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">6.096 X 8.096</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">No. of Digital Classrooms</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">one</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">No. Virtual Classrooms</span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">One (on sharing mode)</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:264px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:433px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2.ACADEMIC INFORMATION </strong></span></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td colspan=\"7\" style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Details of the Programmes Offered by the College (Academic years from 2018-2023)</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Year</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Level of</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Programme</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Name of Programme/ Course</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Duration of Months</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Entry Qualification</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Medium of</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Instruction</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -3pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Sanctioned</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Strength</span></span></p>\r\n </td>\r\n <td style=\"height:56px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">No. Of Students Admitted</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2022-23</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>UG </strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SANSKRIT</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12 </strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Intermediate/</strong></span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Equellent</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> Sanskrit/ENGLISH</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 40</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2021-22</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>UG</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SANSKRIT</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Intermediate/</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sanskrit/ENGLISH</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>40</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>32</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2020-21</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>UG</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SANSKRIT</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Equellent</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sanskrit/ENGLISH</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>40</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2019-20</span></span></p>\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>UG</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SANSKRIT</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Intermediate/</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sanskrit/ENGLISH</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>40</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2018-19</span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>UG</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SANSKRIT</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Equellent</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sanskrit/ENGLISH</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>40</strong></span></span></p>\r\n </td>\r\n <td style=\"height:76px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Total</strong></span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -2pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">3.Teaching Faculty</span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Year</span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Regular</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Contract</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Guest</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Total</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Name of the Lecturers</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Transferred from and to</span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Highest Qualification</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Contact information</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2022-23</span></span></p>\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">01</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">A REKHA</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">M.A,M.PHILL,DEd</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">9030801382</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2021-22</span></span></p>\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">01</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">A REKHA</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">M.A,M.PHILL,DEd</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">9030801382</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2020-21</span></span></p>\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">01</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">A REKHA</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">M.A,M.PHILL,DEd</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">9030801382</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2019-20</span></span></p>\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">01</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">A REKHA</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">M.A,M.PHILL,DEd</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">9030801382</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:40px;height:76px;\">\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">2018-19</span></span></p>\r\n <p style=\"margin-left: 5.65pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:45px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">0</span></span></p>\r\n </td>\r\n <td style=\"width:35px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">1</span></span></p>\r\n </td>\r\n <td style=\"width:33px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">01</span></span></p>\r\n </td>\r\n <td style=\"width:162px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">A REKHA</span></span></p>\r\n </td>\r\n <td style=\"width:125px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:119px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">M.A,M.PHILL,DEd</span></span></p>\r\n </td>\r\n <td style=\"width:102px;height:76px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">9030801382</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>4.Student details of the department during the last five academic year</strong></span></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:29.98%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Programme</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2022-23</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2021-22</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2020-21</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2019-20</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2018-19</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>SC</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 17</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">20</span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">23</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">24</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:26px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 15</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">19</span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">12</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">15</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>ST</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 09</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 15</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 13</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 12</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>06</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 07</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 06</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 06</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 05</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>OBC</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 17</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">20</span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">23</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">24</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 15</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">19</span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">12</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">15</span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>General</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 17</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 26</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 33</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 27</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>13</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 04</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 10</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 23</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 18</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:15.6%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Male</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Female</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Others</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 0</strong></span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:19px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>0</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:15.6%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Total</strong></span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:14.38%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:14.36%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"width:13.46%;height:35px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>5. Evaluative Report of the Department</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Name of the Autonomous College: PVKN GOVT. COLLEGE(A), CHITTOOR</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Name of the Department: Sanskrit</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dist: Chittoor State : Andhra Pradesh</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Total Number of Departments in the institution: 01</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sl. No.</strong></span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Name of the Department</strong></span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sanskrit</strong></span></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Year of Establishment</span></span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 1961</strong></span></span></p>\r\n </td>\r\n <td height=\"35\" style=\"height: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:55px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Is the Department part of a School/Faculty of the Autonomous College</span></span></p>\r\n </td>\r\n <td style=\"height:55px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>yes </strong></span></span></p>\r\n </td>\r\n <td height=\"55\" style=\"height: 55px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:35px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Names of programmes offered</span></span></p>\r\n </td>\r\n <td style=\"height:35px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> UG</strong></span></span></p>\r\n </td>\r\n <td height=\"35\" style=\"height: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of teaching posts Sanctioned/Filled</span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 01</strong></span></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of Research Projects:</span></span></p>\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Total grants received</span></span></p>\r\n </td>\r\n <td style=\"height:53px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>NIL </strong></span></span></p>\r\n </td>\r\n <td height=\"53\" style=\"height: 53px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height: 53px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">National collaboration</span></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> NIL</strong></span></span></p>\r\n </td>\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">International collaboration</span></span></p>\r\n </td>\r\n <td style=\"height:20px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>NIL </strong></span></span></p>\r\n </td>\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:73px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Departmental projects funded by DST-FIST, UGC-SAP/CAS,DPE, DBT, ICSSR, AICTE etc., : Total grants received</span></span></p>\r\n </td>\r\n <td style=\"height:73px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>NIL </strong></span></span></p>\r\n </td>\r\n <td height=\"73\" style=\"height: 73px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:52px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Special research laboratories sponsored by / created by industry or corporate bodies</span></span></p>\r\n </td>\r\n <td style=\"height:52px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> -</strong></span></span></p>\r\n </td>\r\n <td height=\"52\" style=\"height: 52px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"6\" style=\"height:34px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td height=\"34\" style=\"height: 34px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of Papers published</span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> 01</strong></span></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height: 19px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of Books with ISBN</span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01</strong></span></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height: 19px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of Citation Index – range / average</span></span></p>\r\n </td>\r\n <td style=\"height:41px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> -</strong></span></span></p>\r\n </td>\r\n <td height=\"41\" style=\"height: 41px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of Impact Factor – range / average</span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> -</strong></span></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Number of h-index</span></span></p>\r\n </td>\r\n <td style=\"height:19px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> -</strong></span></span></p>\r\n </td>\r\n <td height=\"19\" style=\"height: 19px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Details of patents and income generated</span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> -</strong></span></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"height:37px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">Areas of consultancy and income generated</span></span></p>\r\n </td>\r\n <td style=\"height:37px;\">\r\n <p style=\"margin-left: -4pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>- </strong></span></span></p>\r\n </td>\r\n <td height=\"37\" style=\"height: 37px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"4\" style=\"height:53px;\">\r\n <ol>\r\n <li>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></li>\r\n </ol>\r\n </td>\r\n <td height=\"53\" style=\"height: 53px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>',61),(44,'<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/images (1).jpg\" style=\"width: 417px; height: 121px;\" /></p>\r\n<p>\r\n <a href=\"/userfiles/tamil sir 1.docx\">/userfiles/tamil profile .docx</a></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/TAMIL PPT PVKN 2024-3.jpg\" style=\"border-width: 2px; border-style: solid; width: 300px; height: 300px;\" /></p>\r\n',60),(45,'<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/Department-Of-hindi.jpg\" style=\"width: 300px; height: 100px;\" /></p>\r\n<p>\r\n <span style=\"font-size:18px;\"><a href=\"/userfiles/HINDI_Profile of the Department 18-23.pdf\"><span style=\"color:#00f;\">CLICK HERE TO VIEW THE PROFILE</span></a></span></p>\r\n',39),(46,'<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/STA.jpg\" style=\"width: 417px; height: 121px;\" /></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"> <a href=\"/userfiles/Statistics Dept Profile(1).pdf\">Department of Statistics Profile.pdf<br />\r\n </a></span></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"> <img alt=\"\" src=\"/userfiles/download(3).jpg\" style=\"width: 318px; height: 159px; border-width: 3px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/canstockphoto7351376-landingpage.jpg\" style=\"width: 318px; height: 159px; border-width: 3px; border-style: solid;\" /></span></span></p>\r\n',64);
/*!40000 ALTER TABLE `department_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_programmes`
--
DROP TABLE IF EXISTS `department_programmes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_programmes` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`medium` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`course_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_programmes`
--
LOCK TABLES `department_programmes` WRITE;
/*!40000 ALTER TABLE `department_programmes` DISABLE KEYS */;
INSERT INTO `department_programmes` VALUES (36,'UG Telugu','Telugu','UG',58),(37,'Testing Bny','Testing','UG',47),(38,'B.Sc., Electronics Minor','E.M','UG',49),(39,'Applied Computer Statistics ( Single Major Program), B.Sc., (MSCs)in Group System','English Medium','UG',64),(40,'test','English','UG',58),(42,'B.Sc., Physics Honours','E.M','UG',49),(43,'B.Sc., M.P.Cs','E.M','UG',49),(44,'B.Sc., M.E.Cs','E.M','UG',49),(45,'B.Sc., M.P.C','E.M','UG',49),(47,'B.COM CA','ENGLISH','UG',62),(48,'B.COM CA HONOURS','ENGLISH','UG',62),(49,'B.COM GEN','ENGLISH','UG',51),(50,'B.COM CA','ENGLISH','UG',51),(51,'B.COM BFSI','ENGLISH','UG',51),(52,'BBA LOGISTICS','ENGLISH','UG',51),(53,'MICRO-ECONOMICS ANALYSIS,DEVELOPMENT ECONOMICS,DEVELOPMENT ECONOMICS','ENGLISH','UG',54),(54,'POETRY,PROSE AND GRAMMER POETRY,PROSE AND GRAMMER DRAMA, UPANISHD, ALANKARA AND HIS OF LIT','ENGLISH','UG',61),(55,'HINDI','HINDI','UG',39),(56,'UG Tamil','Tamil','UG',60),(57,'B.Sc., B.B.Sc.(Blended B.Sc.,) in Collaboration with Melbourne University, Australia','E.M','UG',49),(58,'M.Sc., Physics','E.M','PG',49),(59,'BA POLITICAL SCIENCE','ENGLISH','UG',67),(60,'B.SC ZOOLOGY','ENGLISH','UG',44),(61,'BSC MATH(M)','ENGLISH','UG',43),(62,'ENGLISH','ENGLISH','UG',55),(63,'MICRO BIOLOGY','ENGLISH','UG',56),(64,'B.Sc (MPCS, MECS, MSCS,CMiCS) M.Sc(CS),BSC(CS)(H)','ENGLISH','UG',46),(65,'URDU','URDU','UG',59),(66,'ZOOLOGY,DAIRY SCIENCE','ENGLISH','UG',68);
/*!40000 ALTER TABLE `department_programmes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_pub`
--
DROP TABLE IF EXISTS `department_pub`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_pub` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_pub`
--
LOCK TABLES `department_pub` WRITE;
/*!40000 ALTER TABLE `department_pub` DISABLE KEYS */;
INSERT INTO `department_pub` VALUES (40,'<p>\r\n Test Publication1</p>\r\n','53');
/*!40000 ALTER TABLE `department_pub` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_publications`
--
DROP TABLE IF EXISTS `department_publications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_publications` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_publications`
--
LOCK TABLES `department_publications` WRITE;
/*!40000 ALTER TABLE `department_publications` DISABLE KEYS */;
INSERT INTO `department_publications` VALUES (13,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',47),(14,'<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <google-sheets-html-origin style=\"color: rgb(0, 0, 0); font-size: medium;\"></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"187\" />\r\n <col width=\"130\" />\r\n <col width=\"117\" />\r\n <col width=\"195\" />\r\n <col width=\"145\" />\r\n <col width=\"100\" />\r\n <col width=\"131\" />\r\n <col width=\"123\" />\r\n <col width=\"100\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 21px;\">\r\n <td colspan=\"8\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: Calibri; font-size: 12pt; font-weight: bold;\">\r\n Number of research papers published per teacher in the Journals as notified on UGC CARE list during the last five years</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n Title of paper</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n Name of the author/s</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold; overflow-wrap: break-word;\">\r\n Department of the teacher</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n Name of journal</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n Year of publication</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; font-weight: bold;\">\r\n ISSN number</td>\r\n <td colspan=\"3\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n Link to the recognition in UGC enlistment of the Journal</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold; overflow-wrap: break-word;\">\r\n Link to website of the Journal</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold; overflow-wrap: break-word;\">\r\n Link to article/paper /abstract of the article</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold; overflow-wrap: break-word;\">\r\n Is it listed in UGC Care list</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Time Series Forecasting for Sustainable Sugarcane Farming in Tamilnadu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Statistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n IJFANS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Aug-22</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n .:2320 7876</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Yes</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Time Series Models for Oil seeds Yield prediction in Tamilnadu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Statistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; color: rgb(31, 31, 31);\">\r\n IJFANS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Sep-22</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n .:2320 7876</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Yes</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Frequency of Pineapple Planting in Kerala:A Time Series Analysis</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Statistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n IJFANS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Jan-23</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n 2320 7876</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\" target=\"_blank\">https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: top; font-family: "Times New Roman"; font-size: 12pt;\">\r\n Yes</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n A Review About Basics of Biostatistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr.V.Munaiah</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n International Journal of Modernization in Enggineering Technology And Science(IRJMETS)</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2582-5208</td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; color: rgb(68, 68, 68); text-align: center;\">\r\n <a class=\"in-cell-link\" href=\"http://www.irjmets.com\" target=\"_blank\">www.irjmets.com</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; color: rgb(68, 68, 68); text-align: center;\">\r\n <a class=\"in-cell-link\" href=\"http://www.irjmets.com\" target=\"_blank\">www.irjmets.com</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n Future of Biostatistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr.V.Munaiah</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n International Journal for Innovative Research in Multidisciplinary Field(IJIRMF)</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n July 2021</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2455-0620</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; text-decoration-line: underline; color: rgb(17, 85, 204);\">\r\n <a class=\"in-cell-link\" href=\"http://www.ijirmf.com/\" target=\"_blank\">WWW.IJIRMF.COM</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; text-decoration-line: underline; color: rgb(17, 85, 204);\">\r\n <a class=\"in-cell-link\" href=\"http://WWW.IJIRMF.COM\" target=\"_blank\">WWW.IJIRMF.COM</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n A COMPARISON OF ARIMA & ANN MODELS FOR PRODUCTION OF RICE IN THE STATE OF KARNATAKA</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr T GANGARAM</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n INTERNATIONAL JOURNAL OF RESEARCH CULTURE SOCIETY</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n 2019</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2456 - 6683</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"http://WWW.IJRCS.ORG\" target=\"_blank\">WWW.IJRCS.ORG</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; color: rgb(17, 85, 204);\">\r\n <a class=\"in-cell-link\" href=\"https://ijrcs.org/wp-content/uploads/IJRCS201912017.pdf\" target=\"_blank\">DOIs:10.2017/IJRCS.2456.6683/201912017</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n Application of Arima Models in Millet Production in Andhra Pradesh</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr T GANGARAM</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n International Journal of Current Microbiology and Applied Sciences</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n 2021</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2319-7706</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; overflow-wrap: break-word;\">\r\n <a class=\"in-cell-link\" href=\"http://www.ijcmas.com\" target=\"_blank\">http://www.ijcmas.com</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; overflow-wrap: break-word;\">\r\n <a class=\"in-cell-link\" href=\"https://doi.org/10.20546/ijcmas.2021.1007.xx\" target=\"_blank\">https://doi.org/10.20546/ijcmas.2021.1007.xx</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n A COMPARISON OF ARIMA & ANN MODELS FOR PRODUCTION OF WHEAT IN THE STATE OF KARNATAKA</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr T GANGARAM</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n INTERNATIONAL JOURNAL FOR INNOVATIVE RESEARCH IN MULTIDISCIPLINARY FIELD</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n 2020</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2455-0620</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"http://WWW.IJIRMF.COM\" target=\"_blank\">WWW.IJIRMF.COM</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline;\">\r\n <a class=\"in-cell-link\" href=\"http://WWW.IJIRMF.COM\" target=\"_blank\">WWW.IJIRMF.COM</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n A Comparison of Arima and Ann Models for Production of Maize in the State of Karnataka</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n Dr T GANGARAM</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n Aayushi International Interdisciplinary Research Journal (AIIRJ)</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n 2022</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2349-638x</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; overflow-wrap: break-word;\">\r\n <a class=\"in-cell-link\" href=\"http://www.aiirjournal.com\" target=\"_blank\">www.aiirjournal.com</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-decoration-line: underline; overflow-wrap: break-word;\">\r\n <a class=\"in-cell-link\" href=\"http://www.aiirjournal.com\" target=\"_blank\">www.aiirjournal.com</a></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; overflow-wrap: break-word;\">\r\n Exploring Factors Influencing Pulses Production in Tamil Nadu: A Predictive Model</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n Dr T GANGARAM & Dr V MUNAIAH</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n IJFANS INTERNATIONAL JOURNAL OF FOOD AND NUTRITIONAL SCIENCES</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; text-align: right;\">\r\n 2021</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n 2320 7876</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(215, 213, 213); font-family: "Times New Roman"; font-size: 9pt;\">\r\n ijfans@gmail.com</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(215, 213, 213); font-family: "Times New Roman"; font-size: 9pt;\">\r\n ijfans@gmail.com</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt;\">\r\n YES</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; overflow-wrap: break-word;\">\r\n Time Series Analysis for Forecasting Paddy Production in Tamil Nadu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n Dr T GANGARAM & Dr V MUNAIAH</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; font-weight: bold;\">\r\n STATISTICS</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; font-size: 11pt; overflow-wrap: break-word;\">\r\n IJFANS INTERNATIONAL JOURNAL OF FOOD AND NUTRITIONAL SCIENCES</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman"; text-align: right;\">\r\n 2022</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman";\">\r\n 2320 7876</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(215, 213, 213); font-family: "Times New Roman"; font-size: 9pt;\">\r\n ijfans@gmail.com</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(215, 213, 213); font-family: "Times New Roman"; font-size: 9pt;\">\r\n ijfans@gmail.com</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: "Times New Roman";\">\r\n YES</td>\r\n </tr>\r\n </tbody>\r\n</table>',64),(15,'<h3 style=\"color:red;\">\r\n <a href=\"/userfiles/PATENT.pdf\"><span style=\"font-size: 20px;\"><i><u>Dr. S. SARAVANA PATENT</u></i></span></a></h3>\r\n<p>\r\n </p>\r\n<h3 style=\"color: red;\">\r\n <a href=\"http://1\"><u><span style=\"color:#00f;\"><span style=\"font-size: 20px;\"><i>Dr. S. SARAVAN</i></span></span></u></a><u><span style=\"color:#00f;\"></span></u><a href=\"http://1\"><u><span style=\"color:#00f;\"><span style=\"font-size:20px;\">A PUBLICATIONS</span></span></u></a></h3>\r\n<h3>\r\n <a href=\"/userfiles/SATHYA HARI PRASAD.pdf\"><u><em><strong><span style=\"font-size:20px;\">S. K. SATHYA HARI PRASAD PUBLICATIONS</span></strong></em></u></a></h3>\r\n',62),(16,'<p align=\"center\">\r\n <span style=\"background-color:#ffff00;\"><strong>Papers Publications and Paper Presented in Seminars </strong></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong> S.No</strong></span></p>\r\n </td>\r\n <td style=\"width:160px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Conference Title</strong></span></p>\r\n </td>\r\n <td style=\"width:123px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Organised </strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>By</strong></span></p>\r\n </td>\r\n <td style=\"width:198px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Title of the </strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Conference Paper</strong></span></p>\r\n </td>\r\n <td style=\"width:132px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Date and Year</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;height:68px;\">\r\n <p style=\"margin-left:36.0pt;\">\r\n <span style=\"color:#00f;\">1</span></p>\r\n </td>\r\n <td style=\"width:160px;height:68px;\">\r\n <p>\r\n <span style=\"color:#00f;\">INDIA’S MACRO ECNOMIC ISSUES AND CHALLENGES</span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n </td>\r\n <td style=\"width:123px;height:68px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sri Padhmavathi Mahila Viswa Vidhyalam- Tirupathi</span></p>\r\n </td>\r\n <td style=\"width:198px;height:68px;\">\r\n <p>\r\n <span style=\"color:#00f;\">ROLE OF GOVERNMENT SCHEMES IN INDIAN AGRICULTURE AND RURAL DEVELOPMENT</span></p>\r\n </td>\r\n <td style=\"width:132px;height:68px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>24-11-2022</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>to</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>25-11-2022</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p style=\"margin-left:36.0pt;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:160px;\">\r\n <p>\r\n <span style=\"color:#00f;\">ROLE OF TELUGU PRESS AND JOURNALISM IN INDIAN FREEDOM MOVEMENT</span></p>\r\n </td>\r\n <td style=\"width:123px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Govt. Degree College – Piler</span></p>\r\n </td>\r\n <td style=\"width:198px;\">\r\n <p>\r\n <span style=\"color:#00f;\">THE CONTRIBUTION OF JOURNALISM AND COMMUNCATION TOWARDS THE ATTAINMENT OF INDIAN INDEPENDEANCE –A CRITICAL REVIEW</span></p>\r\n </td>\r\n <td style=\"width:132px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>29-1-2023</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>to</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>30-1- 2023</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p style=\"margin-left:36.0pt;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:160px;\">\r\n <p>\r\n <span style=\"color:#00f;\">INSPIRATION ANDINFLUENCES OF INDIA NATIONAL MOVEMENT ON TELUGU LITERATURE</span></p>\r\n </td>\r\n <td style=\"width:123px;\">\r\n <p>\r\n <span style=\"color:#00f;\">GOVT.DEGREE COLLEGE,</span></p>\r\n <p>\r\n <span style=\"color:#00f;\">PAKALA</span></p>\r\n </td>\r\n <td style=\"width:198px;\">\r\n <p>\r\n <span style=\"color:#00f;\">A REVIEW ON FREEDOM MOVEMENT IN ANDHRA PRADESH</span></p>\r\n </td>\r\n <td style=\"width:132px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>22-10-2022</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>to</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>23-10-2022</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>Chapter of an Edited Book:</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"678\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>S.No.</strong></span></p>\r\n </td>\r\n <td style=\"width:139px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Title of the Edited Book</strong></span></p>\r\n </td>\r\n <td style=\"width:128px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Title of the Research Paper</strong></span></p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Name of the</strong></span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Publisher</strong></span></p>\r\n </td>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Year of Publication</strong></span></p>\r\n </td>\r\n <td style=\"width:57px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>ISBN No.</strong></span></p>\r\n </td>\r\n <td style=\"width:142px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><br />\r\n </span></p>\r\n <p align=\"center\">\r\n <span style=\"color:#f00;\"><strong>Editor/s</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;\">\r\n <p>\r\n 1<span style=\"color:#00f;\">.</span></p>\r\n </td>\r\n <td style=\"width:139px;\">\r\n <p>\r\n <span style=\"color:#00f;\">TIJER - INTERNATIONAL RESEARCH JOURNAL</span></p>\r\n </td>\r\n <td style=\"width:128px;\">\r\n <p>\r\n <span style=\"color:#00f;\">PROBLEMS IN HIGHER EDUCATION IN INDIA AND SUGGESTIONS FOR IMPROVEMENT</span></p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Subject: Publication of paper at TIJER - INTERNATIONAL RESEARCH JOURNAL.</span></p>\r\n </td>\r\n <td style=\"width:66px;\">\r\n <p>\r\n <span style=\"color:#00f;\">19-December-2023</span></p>\r\n </td>\r\n <td style=\"width:57px;\">\r\n <p>\r\n <span style=\"color:#00f;\">(ISSN: 2349-9249).</span></p>\r\n </td>\r\n <td style=\"width:142px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Dr.G.RAJESHKUMAR</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:139px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:128px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:57px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:142px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:139px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:128px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:92px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td style=\"width:66px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:57px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:142px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',54),(17,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1105px;\" width=\"1104\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 119px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Title of paper</strong></span></td>\r\n <td style=\"width: 145px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Name of the author/s</strong></span></td>\r\n <td style=\"width: 125px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Department of the teacher</strong></span></td>\r\n <td style=\"width: 120px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Name of journal</strong></span></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Year of publication</strong></span></td>\r\n <td style=\"width: 156px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>ISSN number</strong></span></td>\r\n <td colspan=\"3\" style=\"width: 317px; text-align: center;\">\r\n <span style=\"color:#800080;\"><strong>Link to the recognition in UGC enlistment of the Journal</strong></span></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:119px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\">Link to website of the Journal</span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\">Link to article/paper /abstract of the article</span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">Is it listed in UGC Care list</span></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:119px;\">\r\n <span style=\"color:#00f;\">Financial crimes and money laundering act</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">k. mujakar</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">commerce</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">IJCRT</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2020</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2320-2882</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><a href=\"https://www.ijcrt.org/\">https://www.ijcrt.org/</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><a href=\"http://ijcrt.org/viewfull.php?&p_id=IJCRT2007105\">http://ijcrt.org/viewfull.php?&p_id=IJCRT2007105</a></span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"69\">\r\n <td height=\"69\" style=\"height:69px;width:119px;\">\r\n <span style=\"color:#00f;\">Continuity consistency innovation in commerce</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">k. mujakar</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">commerce</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">KALASAROVAR JOURNAL</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2020</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">0975-4520</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><a href=\"http://www.smec.ac.in/\">http://www.smec.ac.in/</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><a href=\"http://www.smec.ac.in/\">http://www.smec.ac.in/</a></span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"52\">\r\n <td height=\"52\" style=\"height:52px;width:119px;\">\r\n <span style=\"color:#00f;\">BUSINESS ETHICS AND CSR IN E-COMMERCE</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">K.mujakar</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">commerce</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">JICR</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2021</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">0022-1945</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><a href=\"https://jicrjournal.com/\">https://jicrjournal.com/</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"200\">\r\n <td height=\"200\" style=\"height:200px;width:119px;\">\r\n <span style=\"color:#00f;\">DIGITIALIZATION IN MARKETING-ROLE & ITS IMPACT</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">K.mujakar</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">commerce</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">JOURNAL OF MAHARAJA SAYAJIRAO UNIVERSITY OF BARODA</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">0025-0422</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><a href=\"https://ugccare.unipune.ac.in/Apps1/Content/Files/pdf/CloneJournalsPdf/Original20220624T123254.pdf\">https://ugccare.unipune.ac.in/Apps1/Content/Files/pdf/CloneJournalsPdf/Original20220624T123254.pdf</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><a href=\"https://www.smec.ac.in/assets/images/conf/1003/ICCIASH-2023%20proceeding..pdf\">https://www.smec.ac.in/assets/images/conf/1003/ICCIASH-2023%20proceeding..pdf</a></span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"86\">\r\n <td height=\"86\" style=\"height:86px;width:119px;\">\r\n <span style=\"color:#00f;\">PROSPECTS AND CHALLENGES OF FINANCIAL INCLUSION IN INDIA</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">K.mujakar</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">commerce</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">IJRAR</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2023</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2349-5138</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><a href=\"https://www.ijrar.org/\">https://www.ijrar.org/</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"189\">\r\n <td height=\"189\" style=\"height:189px;width:119px;\">\r\n <span style=\"color:#00f;\">A Study of Consumer Perception on implementation of GST with reference to Chittoor Municipality, Chittoor</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">DR.V.MASULAMANI</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">IJIRT</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">ISSN:2349-6002</span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><a href=\"https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE\">https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr height=\"84\">\r\n <td height=\"84\" style=\"height:84px;width:119px;\">\r\n <span style=\"color:#00f;\">Connectivity of Telecommunication in Rural India-A study</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">DR.V.MASULAMANI</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">IJIRT</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">ISSN:2349-6002</span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><a href=\"https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE\">https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr height=\"168\">\r\n <td height=\"168\" style=\"height:168px;width:119px;\">\r\n <span style=\"color:#00f;\">An awareness regarding Intellectual property Rights among UG Students with reference to Chittoor</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">DR.V.MASULAMANI</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">IJIRT</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">2023</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2349-6002</span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><a href=\"https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE\">https://ijirt.org/?gad_source=1&gclid=EAIaIQobChMImYPb-qXXggMVCalmAh2ATwn7EAAYASAAEgIHFvD_BwE</a></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr height=\"63\">\r\n <td height=\"63\" style=\"height:63px;width:119px;\">\r\n <span style=\"color:#00f;\">GST and its implications</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Impact of GST on Agriculture Products</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Apl’2018</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"105\">\r\n <td height=\"105\" style=\"height:105px;width:119px;\">\r\n <span style=\"color:#00f;\">Role of Women in Andhra Pradesh in freedom fighters</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Role and Inspiration of Telugu Poets in Attaining Indian Independence</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">AUG’2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2456-4702</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"105\">\r\n <td height=\"105\" style=\"height:105px;width:119px;\">\r\n <span style=\"color:#00f;\">Prospects and challenges of GIG Economy in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">GIG Economy ATMANIRBHAR BHARAT Challenges & Opportunities</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">AUG’2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">978-93-5679-949-3</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"105\">\r\n <td height=\"105\" style=\"height:105px;width:119px;\">\r\n <span style=\"color:#00f;\">Inspiration and Influences of Indian National Movement of Telugu literature</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Jatheeyodhyamamlo pathrikala patra</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">OCT’2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2456-4702</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"84\">\r\n <td height=\"84\" style=\"height:84px;width:119px;\">\r\n <span style=\"color:#00f;\">Digital Transactions and Cyber Crime</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Problems and Prospects of Digital Payment Methods</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">NOV’2022</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">9.78936E+12</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"105\">\r\n <td height=\"105\" style=\"height:105px;width:119px;\">\r\n <span style=\"color:#00f;\">The role of press in national movement</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Role of Telugu press and journalism in Indian freedom movement</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">JAN’2023</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">24570796</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"147\">\r\n <td height=\"147\" style=\"height:147px;width:119px;\">\r\n <span style=\"color:#00f;\">Consequences of New education policy in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">International<br />\r\n Seminar, new trends’<br />\r\n In commerce and management education<br />\r\n And employment</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Jan-23</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">978-93-95944-38-0</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:119px;\">\r\n <span style=\"color:#00f;\">Financial inclusion in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Iara publications</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Mar-23</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">978-93-94293-16-8</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"100\">\r\n <td height=\"100\" style=\"height:100px;width:119px;\">\r\n <span style=\"color:#00f;\">Garimella Satyanarayana’s role in Indian independence movement</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Indian council social science research(ugccare listedjournals)</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">May-23</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2457-0796</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"100\">\r\n <td height=\"100\" style=\"height:100px;width:119px;\">\r\n <span style=\"color:#00f;\">Problem and prospects of women entrepreneur in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Rajaram MohanRoy national agency for isbn</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">25-Mar-23</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">978-93-5812-912-0</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"80\">\r\n <td height=\"80\" style=\"height:80px;width:119px;\">\r\n <span style=\"color:#00f;\">The role of press in national movement</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Musi Telugu monthly magazine journals UGC care list journals</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Jan-23</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2457-0796</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"80\">\r\n <td height=\"80\" style=\"height:80px;width:119px;\">\r\n <span style=\"color:#00f;\">Jathiyodhyamam lo pathrikalapradhanyam</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Bhavavena special edition</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Oct-22</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">2456-4702</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"80\">\r\n <td height=\"80\" style=\"height:80px;width:119px;\">\r\n <span style=\"color:#00f;\">Problems and prospects of digital payments system in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Roshan publications</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">Nov-22</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">9.78936E+12</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n <tr height=\"80\">\r\n <td height=\"80\" style=\"height:80px;width:119px;\">\r\n <span style=\"color:#00f;\">Opportunities and challenges of digital economy in India</span></td>\r\n <td style=\"width:145px;\">\r\n <span style=\"color:#00f;\">Dr.P.Jyoshna</span></td>\r\n <td style=\"width:125px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td style=\"width:120px;\">\r\n <span style=\"color:#00f;\">Himalayan publishing house</span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\">MAY’ 2023</span></td>\r\n <td style=\"width:156px;\">\r\n <span style=\"color:#00f;\">978-93-5693-977-6</span></td>\r\n <td style=\"width:135px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:119px;\">\r\n <span style=\"color:#00f;\">YES</span></td>\r\n </tr>\r\n </tbody>\r\n</table>',51),(18,'<p align=\"center\">\r\n Research Publications <a href=\"/userfiles/RESEARCH PUBLICATIONSPOL.pdf\">CLICK HERE TO VIEW</a></p>\r\n',67),(20,'<p align=\"center\">\r\n <strong>PVKN GOVT. COLLEGE(A), CHITTOOR</strong></p>\r\n<p>\r\n Research Publications and Awards</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 1..Research Publications and Awards</p>\r\n<p>\r\n <strong><u>I.Dr.C. Chenna Kesavulu— </u></strong></p>\r\n<p>\r\n <strong>1 Galametthi na Jatheeyodyama Kavi Garimella- (Magazine-Bhava Veena ISSN no- 2456-4702)</strong></p>\r\n<p>\r\n <strong>2. Jatheeyodyamamlo Maganti AnnapoornaDevi – (Magazine _ Moosi- Issn no-2457-0796)</strong></p>\r\n<p>\r\n <strong>3. Jatheeyodyamamlo Telugu Pathrikala pathra-(Magazine _ Moosi- Issn no-2457-0796)</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><u>II.B.Gopirya Naick</u></strong></p>\r\n<ol>\r\n <li>\r\n <strong><u>Swathanthra jaagruthi pai prathidhvaninchina Telugu Kavithvam </u></strong><strong>(Magazine-Bhava Veena ISSN no- 2456-4702)</strong></li>\r\n</ol>\r\n<p>\r\n <strong> 2. Jatheeyodyama Prsthanamlo Sthreela Pathra- (Magazine _ Moosi- Issn no-2457-0796)</strong></p>\r\n<p>\r\n <strong> 3. Jatheeyodyamamlo Udyama Sphoorthini Ragilinchina Pathrika Sampadakulu -(Magazine _ Moosi- Issn no-2457-0796)</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><u>III.Dr.G.Dharma Moorthy –</u></strong></p>\r\n<ol>\r\n <li>\r\n <strong>Jatheeyodyamamlo Tummala Seetharama Moorthy Paathra- <u>Kavithvam </u>(Magazine-Bhava Veena ISSN no- 2456-4702)</strong></li>\r\n <li>\r\n <strong>Jatheeyodyama Prsthanamlo Sthreela Pathra- (Magazine _ Moosi- Issn no-2457-0796)</strong></li>\r\n <li>\r\n <strong>Jatheeyodyamamlo Telugu Pathrikala Paathra - Magazine _ Moosi- Issn no-2457-0796)</strong></li>\r\n</ol>\r\n<p style=\"margin-left:54.0pt;\">\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n <strong>2.</strong><strong>Number of research papers per teacher in CARE Journals notified on UGC website during</strong><strong>November-2022 to February-2023</strong></p>\r\n<ol>\r\n <li>\r\n <strong>Dr. C.Chennakesavulu-3</strong></li>\r\n <li>\r\n <strong>B.Gopirya Naick -3</strong></li>\r\n <li>\r\n <strong>Dr.G.Dharma Moorthy -3</strong></li>\r\n</ol>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n 3.Teacher training for undertaking consultancy</p>\r\n<p>\r\n <strong><u>Photo with one line description:</u></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><u><img height=\"312\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"417\" /></u></strong></p>\r\n<p>\r\n <strong>Dr.C.Chennakesavulu attended Two Days Residenstial Training at Guntur</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><u><img height=\"323\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"452\" /></u></strong></p>\r\n<p>\r\n <strong>Dr.C.Chennakesavulu attended Three days Training on Internship and LMS at PVKN,Chittoor </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><u><img height=\"176\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"293\" /></u></strong></p>\r\n<p>\r\n <strong>B.Gopirya Naick attended five day Residenstial Training at Srikalahathi, APHRD</strong></p>\r\n<p>\r\n <strong><u><img height=\"307\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"427\" /></u></strong></p>\r\n<p>\r\n <strong>B.Gopirya Naick attended Three days Training on Internship and LMS at PVKN,Chittoor </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <img height=\"296\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"449\" /></p>\r\n<p>\r\n <strong>Dr.Dharma Moorthy attended five day Residenstial Training at Srikalahathi, APHRD</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img height=\"357\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"473\" /></strong></p>\r\n<p>\r\n <strong>Dr.G.Dharma Moorthy attended Three days Training on Internship and LMS at PVKN,Chittoor </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>',58),(21,'<h1 style=\"text-align: center;\">\r\n <u><span style=\"color:#b22222;\">DEPARTMENT OF PHYSICS & ELECTRONICS</span></u></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#b22222;\"><strong><em><u>RESEARCH PUBLICATIONS (2018-23)</u></em></strong></span></h1>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 70%; height: 40px;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" rowspan=\"2\" style=\"width:22.2%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Title of the Paper</strong></span></span></h2>\r\n </td>\r\n <td nowrap=\"nowrap\" rowspan=\"2\" style=\"width:23.84%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Name of the Author/s</strong></span></span></h2>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:9.38%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Department of the Teacher</strong></span></span></h2>\r\n </td>\r\n <td nowrap=\"nowrap\" rowspan=\"2\" style=\"width:13.38%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Name of Journal</strong></span></span></h2>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:7.68%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Month and Year of Publication</strong></span></span></h2>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:9.92%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>. Number</strong></span></span></h2>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:8.66%;height:30px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><span style=\"color:#800080;\"><strong>Is it listed in UGC Care list (Page No.)</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"font-size:12px;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Influence of ZnSnO3 on Structural, Optical, and Magnetic Properties of YFeO3 Nanomaterials Obtained Via Sol–Gel Technique</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">K Venkatadri</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physica Status Solid a</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Sep-23</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">1862-6319</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Scopus</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Structural, Optical and Magnetic Properties of (1-x) YFeO3 + (x) Sr2Bi4Ti5O18 (where 0≤x≥0.005) Nanomaterials</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">K Venkatadri</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">ECS Journal of Solid-State Science and Technology</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Nov-23</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">12 113015</span></strong></span></p>\r\n </td>\r\n <td style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Scopus</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Synthesis of nanocrystalline SnS films by capping with PVA using CBD process for solar cell applications a comprehensive optical study</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">IJPTM</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dec-23</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">.:0976-6510</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Composition and Electrical properties of PVA capped Sn S Nanocrystalline films grown by chemical bath deposition</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">IJEET</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dec-23</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">0976-6553</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Effect of PVA Concentration on structural, Morphological, Optical and Electrical properties of PVA capped SNS Nanocrystalline films grown by chemical bath deposition</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">IJARET</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dec-23</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">0976-6499</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Synthesis and spectroscopic investigations on Pr3+-doped LiPbB5O9 phosphor: A blue converting red phosphor for white LEDs</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. T. Raghuraman</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Optik</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Jan-21</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">.:0030-4026</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Science Direct</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Photoluminescence investigations of Eu3+ doped LiPbB5O9 as a red emitting phosphor for warm W-LED applications</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. T. Raghuraman</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Indian Journal of Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Apr-21</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">.:0974-9845</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Springer</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Concentration dependent Dy3+ activated LiPbB5O9 phosphor structure and luminescence studies for white LED applications</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. T. Raghuraman</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Science Direct</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Jan-20</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">109515</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Science Direct</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Optical and Electrical Investigations on Cu2SnS3 layers prepared by Two -Stage Process</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Chinese Journal of Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Aug-20</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">.:0577-9073</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Science Direct</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Effect of deposition time on structural, Morphological and optical properties of PVA capped SnS films grown by CBD process</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Spectroscopy Interaction with Radiation</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Mar-19</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">. 1063-7826</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:84px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Structural and optical studies on PVA capped SnS films grown by chemical bath deposition for solar cell application</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Journal of Semiconductors</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Mar-19</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">52101</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">A Prospective study of acute pancreatitis</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. G. Sudhakar</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Indian Journal of Applied Research</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Mar-19</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">2249-555x</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Empowerment of women in globalization era: A case study on orvakal and kodumur mandals Kurnool district in AdhraPradesh</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. G. Sudhakar</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">IJRAR</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Mar-19</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">E-.2348-1269</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Optical investigations on PVA capped SnS nanocrystalline files deposited by CBD process</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. P. Mallika Bramaramba Devi</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Materials Research Express</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Oct-19</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">115520</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:42px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Empowerment of Women in Globalization Era: A Study in Orvakal mandal of Kurnool District in Andhra Pradesh</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. G. Sudhakar</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">IJRAR</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">2019</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">.:2348-1269</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:22.2%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Preparation and Characterization of polymer blend electrolyte for solid state battery applications</span></strong></span></p>\r\n </td>\r\n <td style=\"width:23.84%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Dr. B. Annapurna Sarada</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Physics</span></strong></span></p>\r\n </td>\r\n <td style=\"width:13.38%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">International Journal of Current Trends in Science and Technology</span></strong></span></p>\r\n </td>\r\n <td style=\"width:7.68%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">Apr-18</span></strong></span></p>\r\n </td>\r\n <td style=\"width:9.92%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">0976-9730</span></strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:8.66%;height:63px;\">\r\n <p>\r\n <span style=\"font-size:12px;\"><strong><span style=\"color:#00f;\">UGC Care list</span></strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(23,'<div>\r\n <p>\r\n <img height=\"67\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"65\" /><img height=\"67\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"72\" />PVKNGOVT.COLLEGE(A),CHITTOOR DEPARTMENT OF CHEMISTRY</p>\r\n <p align=\"center\" style=\"margin-left:92.4pt;\">\r\n RESEARCHARTICLESPUBLISHEDININTERNATIONALANDNATIONAL JOURNALS</p>\r\n <p align=\"center\" style=\"margin-left:.15pt;\">\r\n Dr.P.BHANUPRAKASH</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:9.1pt;\">\r\n <strong>S.</strong></p>\r\n <p align=\"left\" style=\"margin-left:6.7pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:199px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:25.55pt;\">\r\n <strong>Nameofthearticle</strong></p>\r\n </td>\r\n <td style=\"width:132px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:29.6pt;\">\r\n <strong>Nameofthe Journal</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p style=\"margin-left:.55pt;\">\r\n <strong>Indexing</strong></p>\r\n </td>\r\n <td style=\"width:151px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:10.55pt;\">\r\n <strong>Linkto thearticle</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:8.45pt;\">\r\n <strong>No. of Citations</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:8.15pt;\">\r\n Temperature and compositiondependenceof thevolumetricandacoustic properties of ionic liquid [emim][HSO4] with polar protic and aprotic co- solvents</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n <em>Journal of Chemical Thermodynamics 122, 2018, 113-</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <em>124</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n (ISSN:0021-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 9614)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:7.3pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.03.007\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.jct.2018.03.007\"><strong>016/j.jct.2018.03.00</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.03.007\"><strong>7</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 15</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:199px;height:110px;\">\r\n <p style=\"margin-left:20.75pt;\">\r\n Thermodynamic and spectroscopicstudyof molecularinteractions between ethanol and isomeric cresols</p>\r\n </td>\r\n <td style=\"width:132px;height:110px;\">\r\n <p style=\"margin-left:5.6pt;\">\r\n <em>Journal of Chemical Thermodynamics 132,2019,93-104</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n (ISSN:0021-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 9614)</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:7.3pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>016/j.jct.2018.12.03</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>9</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:199px;height:110px;\">\r\n <p style=\"margin-left:8.25pt;\">\r\n Study of excess thermodynamic properties of binary systems containingcinnamaldehyde with alcohols supported by ATR-FTIRspectralstudies</p>\r\n </td>\r\n <td style=\"width:132px;height:110px;\">\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>ChemicalData Collections19,</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <em>2019, 100184</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n (ISSN:2405-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 8300)</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2019.100184\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2019.100184\"><strong>016/j.cdc.2019.1001</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2019.100184\"><strong>84</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:7.55pt;\">\r\n Effect of temperature, natureofanionandalkyl chain length on the volumetric and acoustic propertiesofionicliquid</p>\r\n <p style=\"margin-left:7.6pt;\">\r\n [C4C1im][MeSO4]with alkyl nitriles</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:19.55pt;\">\r\n <em>Journal of Molecular Liquids302,</em></p>\r\n <p style=\"margin-left:15.1pt;\">\r\n <em>2020, 112507.</em></p>\r\n <p style=\"margin-left:17.35pt;\">\r\n (ISSN:0167-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 7322)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.molliq.2020.112507\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.molliq.2020.112507\"><strong>016/j.molliq.2020.1</strong></a><a href=\"https://doi.org/10.1016/j.molliq.2020.112507\"><strong>12507</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:6.0pt;\">\r\n Insights into non-ideal behaviourofbenzylalcohol with (C2-C4) carboxylic acids through volumetric, ultrasonic and ATR-FTIR spectroscopic studies</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>Physics and Chemistry of Liquids,59,2020,</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <em>632-</em><em>654.</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <em>(ISSN:</em><a href=\"https://www.worldcat.org/search?fq=x0%3Ajrnl&q=n2%3A0031-9104\"><em>0031-</em></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://www.worldcat.org/search?fq=x0%3Ajrnl&q=n2%3A0031-9104\"><em>9104</em></a><em>)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.95pt;\">\r\n <a href=\"https://doi.org/10.1080/00319104.2020.1808654\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1080/00319104.2020.1808654\"><strong>080/00319104.2020.</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1080/00319104.2020.1808654\"><strong>1808654</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:8.0pt;\">\r\n Excess volume, speed of sound and isentropic compressibility data of ternarymixturescontaining N-methylcyclohexylamine, p-xylene and (C3-C5) 1- alkanols</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>ChemicalData Collections31,</em></p>\r\n <p style=\"margin-left:15.1pt;\">\r\n <em>2021,100610, </em>(ISSN:2405- 8300)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2020.100610\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2020.100610\"><strong>016/j.cdc.2020.1006</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2020.100610\"><strong>10</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:199px;height:92px;\">\r\n <p style=\"margin-left:5.95pt;\">\r\n Investigation on thermodynamic properties andspectroscopicstudiesof binary mixtures of 1, 2, 4- trichlorobenzene with alkyl</p>\r\n </td>\r\n <td style=\"width:132px;height:92px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <em>ChemicalData Collections36,</em></p>\r\n <p style=\"margin-left:14.25pt;\">\r\n <em>2021,100781</em>, (ISSN:2405- 8300)</p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2021.100781\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2021.100781\"><strong>016/j.cdc.2021.1007</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2021.100781\"><strong>81</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 2</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:199px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:15.95pt;\">\r\n acetates (C1-C5) at T=(303.15to318.15)K,</p>\r\n </td>\r\n <td style=\"width:132px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:151px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:199px;height:110px;\">\r\n <p style=\"margin-left:5.75pt;\">\r\n Excess thermodynamic properties and FTIR studies ofbinarymixturesofaniline with esters at different temperatures</p>\r\n </td>\r\n <td style=\"width:132px;height:110px;\">\r\n <p style=\"margin-left:7.3pt;\">\r\n <em>Chemical Data Collections,</em><em>37,</em></p>\r\n <p>\r\n <em>2022, 100807</em></p>\r\n <p>\r\n (ISSN:2405-</p>\r\n <p>\r\n 8300)</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2021.100807\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2021.100807\"><strong>016/j.cdc.2021.1008</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2021.100807\"><strong>07</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:12.55pt;\">\r\n Ultrasonic studies in the ternary mixtures: Water+ Iso-propanol+Pyridineat</p>\r\n <p style=\"margin-left:50.5pt;\">\r\n 303.15 K,</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:6.1pt;\">\r\n <em>Chemical Thermodynamic </em><em>s and Thermal Analysis, 5,</em></p>\r\n <p>\r\n <em>2022, 100032</em>.</p>\r\n <p>\r\n (ISSN:2667-</p>\r\n <p>\r\n 3126)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:5.85pt;\">\r\n <a href=\"https://doi.org/10.1016/j.ctta.2021.100032\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1016/j.ctta.2021.100032\"><strong>016/j.ctta.2021.1000</strong></a></p>\r\n <p style=\"margin-left:1.8pt;\">\r\n <a href=\"https://doi.org/10.1016/j.ctta.2021.100032\"><strong>32</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:6.1pt;\">\r\n Investigation of solute- solventinteractionsbetween 2-butoxyethanol and substituted ketones by volumetric, acoustic and FTIR studies at T=(303.15– 318.15) K</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:6.7pt;\">\r\n <em>Chemical Thermodynamics </em><em>and Thermal Analysis,6,2022,</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n <em>100049</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n (ISSN:2667-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 3126)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:2.9pt;\">\r\n <a href=\"https://doi.org/10.1016/j.ctta.2022.100049\"><strong>https://doi.org/10.10</strong></a><a href=\"https://doi.org/10.1016/j.ctta.2022.100049\"><strong>16/j.ctta.2022.10004</strong></a></p>\r\n <p style=\"margin-left:2.6pt;\">\r\n <a href=\"https://doi.org/10.1016/j.ctta.2022.100049\"><strong>9</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 11</p>\r\n </td>\r\n <td style=\"width:199px;height:147px;\">\r\n <p style=\"margin-left:9.95pt;\">\r\n Molecular interaction studies based on thermophysicalandexcess thermodynamic properties ofcinnamaldehydewith1- butanol, isobutanol, 1- pentanol, iso-pentanol at</p>\r\n <p style=\"margin-left:7.55pt;\">\r\n differenttemperatures</p>\r\n </td>\r\n <td style=\"width:132px;height:147px;\">\r\n <p style=\"margin-left:6.8pt;\">\r\n <em>Journal of Chemical Thermodynamics, 172, 2022,</em></p>\r\n <p style=\"margin-left:1.75pt;\">\r\n <em>106815.</em></p>\r\n <p style=\"margin-left:1.65pt;\">\r\n (ISSN:0021-</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n 9614)</p>\r\n </td>\r\n <td style=\"width:76px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:6.45pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2022.106815\"><strong>https://doi.org/10.10</strong></a><a href=\"https://doi.org/10.1016/j.jct.2022.106815\"><strong>16/j.jct.2022.106815</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 12</p>\r\n </td>\r\n <td style=\"width:199px;height:147px;\">\r\n <p style=\"margin-left:9.8pt;\">\r\n Geometrical and temperature impact on elucidation of intermolecularinteractions for the binary mixtures of morpholine with aliphatic esters by thermodynamic, FTIR and DFT study.</p>\r\n </td>\r\n <td style=\"width:132px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:11.6pt;\">\r\n <em>Z.Phys.Chem. 237, 2023, 519-</em></p>\r\n <p align=\"left\" style=\"margin-left:40.55pt;\">\r\n <em>543</em></p>\r\n <p align=\"left\" style=\"margin-left:18.1pt;\">\r\n <em>(ISSN:2196-</em></p>\r\n <p align=\"left\" style=\"margin-left:35.6pt;\">\r\n <em>7156)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:7.9pt;\">\r\n Webof Science & Scopus</p>\r\n </td>\r\n <td style=\"width:151px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:5.95pt;\">\r\n <a href=\"https://doi.org/10.1515/zpch-2022-0167\"><strong>https://doi.org/10.1</strong></a><a href=\"https://doi.org/10.1515/zpch-2022-0167\"><strong>515/zpch-2022-</strong><strong>0167</strong></a></p>\r\n </td>\r\n <td style=\"width:85px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 13</p>\r\n </td>\r\n <td style=\"width:199px;height:147px;\">\r\n <p style=\"margin-left:6.05pt;\">\r\n Indian Independence movement and the role of Scientist in Liberalisation (Proceedings of National Seminar on “<em>Role and InspirationofTelugupoetry and poets in attaining</em></p>\r\n <p style=\"margin-left:7.55pt;\">\r\n <em>Indian Independence”)</em></p>\r\n </td>\r\n <td style=\"width:132px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>Bhavaveena,Spl.</em></p>\r\n <p style=\"margin-left:1.75pt;\">\r\n <em>Issue19(8)</em>,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n August, 2022,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 252-254(ISSN:</p>\r\n <p style=\"margin-left:1.65pt;\">\r\n 2456-4702)</p>\r\n </td>\r\n <td style=\"width:76px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n UGC</p>\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n CareList Group-1 Journal</p>\r\n </td>\r\n <td style=\"width:151px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.8pt;\">\r\n RNINo.</p>\r\n <p style=\"margin-left:7.35pt;\">\r\n APTEL/2003/12/25 3</p>\r\n </td>\r\n <td style=\"width:85px;height:147px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.45pt;\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:9.55pt;\">\r\n Indian Independence Movement: Unsung Freedom Fighters from Chittoor (Proceedings of NationalSeminaron“<em>Role and Inspiration of Telugu poetry and poets in</em></p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>Bhavaveena,Spl.</em></p>\r\n <p style=\"margin-left:1.75pt;\">\r\n <em>Issue19(8)</em>,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n August, 2022,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 259-260(ISSN:</p>\r\n <p style=\"margin-left:1.65pt;\">\r\n 2456-4702)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n UGC</p>\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n CareList Group-1 Journal</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.8pt;\">\r\n RNINo.</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n APTEL/2003/12/253</p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:37px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:199px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:35.75pt;\">\r\n <em>attainingIndian Independence”)</em></p>\r\n </td>\r\n <td style=\"width:132px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:151px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:85px;height:37px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:37px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:8.0pt;\">\r\n 15</p>\r\n </td>\r\n <td style=\"width:199px;height:129px;\">\r\n <p style=\"margin-left:7.55pt;\">\r\n TheRoleofPrintMediain National Movement (Proceedings of National Seminar on <em>“Inspirations and Influences Indian</em></p>\r\n <p style=\"margin-left:7.65pt;\">\r\n <em>NationalMovementon Telugu Literature”</em>)</p>\r\n </td>\r\n <td style=\"width:132px;height:129px;\">\r\n <p style=\"margin-left:1.7pt;\">\r\n <em>Bhavaveena,Spl.</em></p>\r\n <p style=\"margin-left:1.75pt;\">\r\n <em>Issue19(10)</em>,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n October,2022,</p>\r\n <p style=\"margin-left:1.6pt;\">\r\n 441-443(ISSN:</p>\r\n <p style=\"margin-left:1.65pt;\">\r\n 2456-4702)</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n UGC</p>\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n CareList Group-1 Journal</p>\r\n </td>\r\n <td style=\"width:151px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:1.8pt;\">\r\n RNINo.</p>\r\n <p style=\"margin-left:1.8pt;\">\r\n APTEL/2003/12/253</p>\r\n </td>\r\n <td style=\"width:85px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.3pt;\">\r\n -</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:240.25pt;\">\r\n M.RAVEENDRA</p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:47px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:246px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:43.25pt;\">\r\n <strong>Nameofthearticle</strong></p>\r\n </td>\r\n <td style=\"width:142px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:33.05pt;\">\r\n <strong>Nameofthe Journal</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>Indexing</strong></p>\r\n </td>\r\n <td style=\"width:114px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:26.25pt;\">\r\n <strong>Linktothe article</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:2.15pt;\">\r\n <strong>No. of Citations</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:246px;height:129px;\">\r\n <p style=\"margin-left:12.9pt;\">\r\n Study on thermo physical properties of binary mixture containingaromaticalcoholwith aromatic, substituted aromatic amines at different temperatures</p>\r\n <p style=\"margin-left:16.85pt;\">\r\n interms of FT-IR, 1H NMR spectroscopicandDFTmethod</p>\r\n </td>\r\n <td style=\"width:142px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:16.4pt;\">\r\n <em>Fluid Phase Equilibria462,</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>2018,85-99</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>(ISSN:0378-3812)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:6.05pt;\">\r\n <a href=\"https://doi.org/10.1016/j.fluid.2018.01.025\"><strong>https://doi.org</strong></a></p>\r\n <p align=\"left\" style=\"margin-left:7.75pt;\">\r\n <a href=\"https://doi.org/10.1016/j.fluid.2018.01.025\"><strong>/10.1016/j.flui</strong></a><a href=\"https://doi.org/10.1016/j.fluid.2018.01.025\"><strong>d.2018.01.025</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 21</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p style=\"margin-left:5.45pt;\">\r\n Roleofchainlengthinmolecular interactions between monoethanolamine and 2- alkoxyalkanols at various temperatures</p>\r\n </td>\r\n <td style=\"width:142px;height:92px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <em>ChemicalData Collections 20</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>(2019)100202</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>(ISSN:2405-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>8300)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:92px;\">\r\n <p align=\"left\" style=\"margin-left:6.05pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2019.100202\"><strong>https://doi.org</strong></a></p>\r\n <p align=\"left\" style=\"margin-left:11.1pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2019.100202\"><strong>/10.1016/j.cdc.</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2019.100202\"><strong>2019.100202</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:246px;height:74px;\">\r\n <p style=\"margin-left:9.65pt;\">\r\n Thermodynamic and FT-IR study onmolecularinteractionsbetween</p>\r\n <p style=\"margin-left:5.3pt;\">\r\n ethyllactatewithalkylaminesat different temperatures</p>\r\n </td>\r\n <td style=\"width:142px;height:74px;\">\r\n <p style=\"margin-left:13.05pt;\">\r\n <em>Physics and Chemistry of Liquids, 57(1),</em></p>\r\n <p style=\"margin-left:12.55pt;\">\r\n <em>2018, 117–136</em></p>\r\n </td>\r\n <td style=\"width:76px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:74px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <a href=\"https://doi.org/10.1080/00319104.2018.1432047\"><strong>https://doi.org</strong></a></p>\r\n <p style=\"margin-left:6.55pt;\">\r\n <a href=\"https://doi.org/10.1080/00319104.2018.1432047\"><strong>/10.1080/0031</strong></a><a href=\"https://doi.org/10.1080/00319104.2018.1432047\"><strong>9104.2018.143</strong></a></p>\r\n <p style=\"margin-left:.5pt;\">\r\n <a href=\"https://doi.org/10.1080/00319104.2018.1432047\"><strong>2047</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p style=\"margin-left:6.9pt;\">\r\n Excess thermodynamic study of binary mixtures containing 1, 2- dichlorobenzene with aliphatic esters over the entire miscibility range(0<1)attemperature303.15</p>\r\n <p style=\"margin-left:5.3pt;\">\r\n -318.15 K</p>\r\n </td>\r\n <td style=\"width:142px;height:110px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <em>ChemicalData Collections</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>17–18, 2018, 41-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>67(ISSN:2405-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>8300)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:6.05pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2018.07.006\"><strong>https://doi.org</strong></a></p>\r\n <p align=\"left\" style=\"margin-left:12.55pt;\">\r\n <a href=\"https://doi.org/10.1016/j.cdc.2018.07.006\"><strong>/10.1016/j.cdc.</strong></a><a href=\"https://doi.org/10.1016/j.cdc.2018.07.006\"><strong>2018.07.006</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p style=\"margin-left:5.3pt;\">\r\n Thermodynamicandspectroscopic study of molecular interactions between ethanol and isomeric cresols</p>\r\n </td>\r\n <td style=\"width:142px;height:110px;\">\r\n <p style=\"margin-left:7.25pt;\">\r\n <em>Journal of Chemical Thermodynamics 132, 2019, 93-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>104(ISSN:0021-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>9614)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:6.05pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>https://doi.org</strong></a></p>\r\n <p align=\"left\" style=\"margin-left:12.55pt;\">\r\n <a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>/10.1016/j.jct.</strong></a><a href=\"https://doi.org/10.1016/j.jct.2018.12.039\"><strong>2018.12.039</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p style=\"margin-left:7.85pt;\">\r\n Effect of Arrhenius energy factor onmolecularinteractionsofbinary liquid mixtures</p>\r\n </td>\r\n <td style=\"width:142px;height:92px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <em>JThermAnal Calorim 135,</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>2019,2541-2564</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>(ISSN:1388-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>6150)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:92px;\">\r\n <p align=\"left\" style=\"margin-left:6.05pt;\">\r\n <a href=\"https://doi.org/10.1007/s10973-018-7261-4\"><strong>https://doi.org</strong></a></p>\r\n <p align=\"left\" style=\"margin-left:9.65pt;\">\r\n <a href=\"https://doi.org/10.1007/s10973-018-7261-4\"><strong>/10.1007/s1097</strong></a><a href=\"https://doi.org/10.1007/s10973-018-7261-4\"><strong>3-018-7261-4</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p style=\"margin-left:6.3pt;\">\r\n Effect of temperature and position of OH group in isomeric butanediols in intermolecular interactionswith2-chloroaniline:A thermodynamic, DFT and molecular dynamics approach</p>\r\n </td>\r\n <td style=\"width:142px;height:110px;\">\r\n <p style=\"margin-left:17.0pt;\">\r\n <em>Journal of Molecular Liquids,297,</em></p>\r\n <p style=\"margin-left:15.55pt;\">\r\n <em>2020, 111796</em></p>\r\n <p style=\"margin-left:17.1pt;\">\r\n <em>(ISSN:0167-</em></p>\r\n <p align=\"left\" style=\"margin-left:34.65pt;\">\r\n <em>7322)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:114px;height:110px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <a href=\"https://doi.org/10.1016/j.molliq.2019.111796\"><strong>https://doi.org</strong></a></p>\r\n <p style=\"margin-left:5.95pt;\">\r\n <a href=\"https://doi.org/10.1016/j.molliq.2019.111796\"><strong>/10.1016/j.mol</strong></a><a href=\"https://doi.org/10.1016/j.molliq.2019.111796\"><strong>liq.2019.11179</strong></a><a href=\"https://doi.org/10.1016/j.molliq.2019.111796\"><strong>6</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 3</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<p align=\"center\" style=\"margin-left:39.35pt;\">\r\n Dr.T.HARIBABU</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:47px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:246px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:43.25pt;\">\r\n <strong>Nameofthearticle</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:26.0pt;\">\r\n <strong>Nameofthe Journal</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p style=\"margin-left:.55pt;\">\r\n <strong>Indexing</strong></p>\r\n </td>\r\n <td style=\"width:133px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:33.3pt;\">\r\n <strong>Linktothe article</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:2.1pt;\">\r\n <strong>No. of Citations</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p style=\"margin-left:8.95pt;\">\r\n Baylis-Hillmanacetatesinorganic synthesis: A simple two-step strategy for oxindole-spiro-α- arylidene-γ-butyrolactone framework</p>\r\n </td>\r\n <td style=\"width:123px;height:92px;\">\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>Tetrahedron,74,</em></p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>2018, 2306-</em></p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>2313(ISSN:</em></p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>0040-4020)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:133px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:7.1pt;\">\r\n <a href=\"https://doi.org/10.1016/j.tet.2018.03.035\"><strong>https://doi.org/10.</strong></a><a href=\"https://doi.org/10.1016/j.tet.2018.03.035\"><strong>1016/j.tet.2018.03.</strong></a></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <a href=\"https://doi.org/10.1016/j.tet.2018.03.035\"><strong>035</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 6</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\" style=\"margin-left:39.2pt;\">\r\n Dr.Y.VYSHNAVI</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:47px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:246px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:43.25pt;\">\r\n <strong>Nameofthearticle</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:26.0pt;\">\r\n <strong>Nameofthe Journal</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p style=\"margin-left:.55pt;\">\r\n <strong>Indexing</strong></p>\r\n </td>\r\n <td style=\"width:133px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:33.3pt;\">\r\n <strong>Linktothe article</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:2.1pt;\">\r\n <strong>No. of Citations</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:246px;height:74px;\">\r\n <p style=\"margin-left:11.0pt;\">\r\n Metathesized Castor oil acylated derivativeslubricantbased stocks</p>\r\n <p style=\"margin-left:5.5pt;\">\r\n withlowpourpointsandsuperior antiwear properties</p>\r\n </td>\r\n <td style=\"width:123px;height:74px;\">\r\n <p style=\"margin-left:3.15pt;\">\r\n <em>SNAppl.Sci.</em><strong>1</strong>, 1214 (2019)</p>\r\n <p style=\"margin-left:3.15pt;\">\r\n (ISSN:2523-</p>\r\n <p style=\"margin-left:3.05pt;\">\r\n 3971)</p>\r\n </td>\r\n <td style=\"width:76px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:133px;height:74px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <a href=\"https://doi.org/10.1007/s42452-019-1263-0\"><strong>https://doi.org/10</strong></a></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <a href=\"https://doi.org/10.1007/s42452-019-1263-0\"><strong>.1007/s42452-</strong></a><a href=\"https://doi.org/10.1007/s42452-019-1263-0\"><strong>019-1263-0</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:74px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\" style=\"margin-left:58.85pt;\">\r\n Olefinmetathesisoffattyacidsand vegetable oils</p>\r\n </td>\r\n <td style=\"width:123px;height:92px;\">\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>JChemSci<strong>131</strong>, 39 (2019)</em></p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>(ISSN:0974-</em></p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>3626)</em>(ISSN:</p>\r\n <p style=\"margin-left:3.05pt;\">\r\n <em>0974-3626)</em></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.55pt;\">\r\n Scopus</p>\r\n </td>\r\n <td style=\"width:133px;height:92px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <a href=\"https://doi.org/10.1007/s12039-019-1615-8\"><strong>https://doi.org/10</strong></a></p>\r\n <p style=\"margin-left:15.15pt;\">\r\n <a href=\"https://doi.org/10.1007/s12039-019-1615-8\"><strong>.1007/s12039-</strong></a><a href=\"https://doi.org/10.1007/s12039-019-1615-8\"><strong>019-1615-8</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.35pt;\">\r\n 38</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\" style=\"margin-left:39.25pt;\">\r\n Dr.D.SREEVIDYA</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:47px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>S.</strong></p>\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>No</strong></p>\r\n </td>\r\n <td style=\"width:227px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:36.2pt;\">\r\n <strong>Nameofthearticle</strong></p>\r\n </td>\r\n <td style=\"width:142px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:33.05pt;\">\r\n <strong>Nameofthe Journal</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:9.15pt;\">\r\n <strong>Indexing</strong></p>\r\n </td>\r\n <td style=\"width:123px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:29.8pt;\">\r\n <strong>Linktothe article</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:2.05pt;\">\r\n <strong>No. of Citations</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:111px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:227px;height:111px;\">\r\n <p style=\"margin-left:.8pt;\">\r\n Reduction behaviour of nitazoxanideinpharmaceuticals and human urine samples using carbon paste electrode applying voltammetric techniques</p>\r\n </td>\r\n <td style=\"width:142px;height:111px;\">\r\n <p style=\"margin-left:13.15pt;\">\r\n <em>Journal of Interdisciplinary Cycle Research, </em>14, 2022, 1271-</p>\r\n <p style=\"margin-left:.3pt;\">\r\n 1280(<em>ISSN:0022-</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>1945)</em></p>\r\n </td>\r\n <td style=\"width:85px;height:111px;\">\r\n <p style=\"margin-left:6.3pt;\">\r\n UGC Care ListGroup- II(Peer reviewed)</p>\r\n </td>\r\n <td style=\"width:123px;height:111px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:6.15pt;\">\r\n <a href=\"https://drive.google.com/file/d/1X7IHtIWQsuJD6W1wLgsyaV4hPs-59a84/view?usp=sharing\"><strong>DOI:18.0002.JIC</strong></a><a href=\"https://drive.google.com/file/d/1X7IHtIWQsuJD6W1wLgsyaV4hPs-59a84/view?usp=sharing\"><strong>R.2022.V14I04.0</strong></a><a href=\"https://drive.google.com/file/d/1X7IHtIWQsuJD6W1wLgsyaV4hPs-59a84/view?usp=sharing\"><strong>08301.317123734</strong></a></p>\r\n <p style=\"margin-left:.35pt;\">\r\n <a href=\"https://drive.google.com/file/d/1X7IHtIWQsuJD6W1wLgsyaV4hPs-59a84/view?usp=sharing\"><strong>4551</strong></a></p>\r\n </td>\r\n <td style=\"width:76px;height:111px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:47px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p style=\"margin-left:.4pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:227px;height:92px;\">\r\n <p style=\"margin-left:13.15pt;\">\r\n Cyclic voltammetric determinationofZopliconein pharmaceuticals and blood samples using glassy carbon electrode</p>\r\n </td>\r\n <td style=\"width:142px;height:92px;\">\r\n <p style=\"margin-left:8.35pt;\">\r\n <em>World Journal of Pharmaceutical Research,9,2020,</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>804-</em><em>812</em></p>\r\n <p style=\"margin-left:.3pt;\">\r\n <em>(ISSN:2277-7105)</em></p>\r\n </td>\r\n <td style=\"width:85px;height:92px;\">\r\n <p align=\"left\" style=\"margin-left:12.4pt;\">\r\n Peer reviewed</p>\r\n </td>\r\n <td style=\"width:123px;height:92px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>10.20959/wjpr2</strong></p>\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>02010-18482</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p align=\"left\">\r\n </p>\r\n <p align=\"left\">\r\n </p>\r\n <p>\r\n -</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:48px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>S.</strong></p>\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>No.</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>Activity</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n <strong>2022-</strong><strong>23</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.25pt;\">\r\n <strong>2021-</strong><strong>22</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.2pt;\">\r\n <strong>2020-</strong><strong>21</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.15pt;\">\r\n <strong>2019-</strong><strong>20</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.1pt;\">\r\n <strong>2018-</strong><strong>19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:37px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>1</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>UGCcarelist Publications</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.6pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:37px;\">\r\n <p style=\"margin-left:.05pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:37px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>2</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>WebofScience Publications</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.6pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:37px;\">\r\n <p style=\"margin-left:.05pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:18px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>Scopuspublications</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>2</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:18px;\">\r\n <p>\r\n <strong>6</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:18px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>PeerReviewed</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.6pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>1</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:18px;\">\r\n <p style=\"margin-left:.05pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:37px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:173px;height:37px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>Conference publications</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.6pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:37px;\">\r\n <p style=\"margin-left:.05pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:37px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>-</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:48px;height:18px;\">\r\n <p align=\"left\">\r\n </p>\r\n </td>\r\n <td style=\"width:173px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.35pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.4pt;\">\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.25pt;\">\r\n <strong>2</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.2pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:75px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.15pt;\">\r\n <strong>6</strong></p>\r\n </td>\r\n <td style=\"width:74px;height:18px;\">\r\n <p align=\"left\" style=\"margin-left:5.1pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',45),(24,'<table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" rowspan=\"2\" style=\"width:151px;height:34px;\">\r\n <p>\r\n <strong>Name of the Author/s</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" rowspan=\"2\" style=\"width:143px;height:34px;\">\r\n <p>\r\n <strong>Name of Journal</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:83px;height:34px;\">\r\n <p>\r\n <strong>Month and Year of Publication</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:108px;height:34px;\">\r\n <p>\r\n <strong>. Number</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:68px;height:34px;\">\r\n <p>\r\n <strong>Is it listed in UGC Care list (Page No.)</strong></p>\r\n </td>\r\n <td height=\"34\" style=\"height:34px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td height=\"34\" style=\"height:34px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:42px;\">\r\n <p>\r\n Dr.S.V.Ramesh Kumar,S.Mohammad Shafiullah,Dr.T.Malathi Gaberial</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n Shodha Prabha</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Jan-22</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n . 0974-8946</p>\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:42px;\">\r\n <p>\r\n K.Amrutha, P.Jeevan Jyoti</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n RJELAL</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Sep-23</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n 2395-2636</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n Dr.S.V.Ramesh Kumar</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n International Journal of Innovative Research in Technology</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Apr-22</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n . 2349-6002</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:42px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n IJIRT</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Apr-22</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n .:2349-6002</p>\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:21px;\">\r\n <p>\r\n Dr.S.V.Ramesh Kumar</p>\r\n </td>\r\n <td style=\"width:143px;height:21px;\">\r\n <p>\r\n Bhavaveena</p>\r\n </td>\r\n <td style=\"width:83px;height:21px;\">\r\n <p>\r\n Aug-22</p>\r\n </td>\r\n <td style=\"width:108px;height:21px;\">\r\n <p>\r\n .:2456-4702</p>\r\n </td>\r\n <td style=\"width:68px;height:21px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"21\" style=\"height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:42px;\">\r\n <p>\r\n K.Amrutha,K.Gunvathi</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n RJELAL</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Sep-22</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n .:2321-3108</p>\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:21px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:21px;\">\r\n <p>\r\n Sambodhi Journal</p>\r\n </td>\r\n <td style=\"width:83px;height:21px;\">\r\n <p>\r\n Jan-Mar-2021</p>\r\n </td>\r\n <td style=\"width:108px;height:21px;\">\r\n <p>\r\n .:2249 – 6661</p>\r\n </td>\r\n <td style=\"width:68px;height:21px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"21\" style=\"height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:42px;\">\r\n <p>\r\n Dr.T.Malathi Gabriel</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n RJOE</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Oct-21</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n .:2456-2696</p>\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:151px;height:42px;\">\r\n <p>\r\n K.Rajani</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:143px;height:42px;\">\r\n <p>\r\n Scholarly Journal</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:83px;height:42px;\">\r\n <p>\r\n Jan-Jun-2020</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:108px;height:42px;\">\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:151px;height:42px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:42px;\">\r\n <p>\r\n Journal - PURAKALA</p>\r\n </td>\r\n <td style=\"width:83px;height:42px;\">\r\n <p>\r\n Jun-20</p>\r\n </td>\r\n <td style=\"width:108px;height:42px;\">\r\n <p>\r\n .:0971-2143</p>\r\n </td>\r\n <td style=\"width:68px;height:42px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"42\" style=\"height:42px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:84px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:84px;\">\r\n <p>\r\n A Quarterly International Refereed Journal of English Language, Literature and Criticism</p>\r\n </td>\r\n <td style=\"width:83px;height:84px;\">\r\n <p>\r\n Jan-19</p>\r\n </td>\r\n <td style=\"width:108px;height:84px;\">\r\n <p>\r\n . 0976 – 299X</p>\r\n </td>\r\n <td style=\"width:68px;height:84px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"84\" style=\"height:84px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:105px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:105px;\">\r\n <p>\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</p>\r\n </td>\r\n <td style=\"width:83px;height:105px;\">\r\n <p>\r\n Feb-19</p>\r\n </td>\r\n <td style=\"width:108px;height:105px;\">\r\n <p>\r\n . 2347-2073</p>\r\n </td>\r\n <td style=\"width:68px;height:105px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"105\" style=\"height:105px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n Bodhi International Journal of Research in Humanities, Arts and Science</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Jan-19</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n 2456-5571</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:84px;\">\r\n <p>\r\n Dr.T.Malathi Gabriel</p>\r\n </td>\r\n <td style=\"width:143px;height:84px;\">\r\n <p>\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</p>\r\n </td>\r\n <td style=\"width:83px;height:84px;\">\r\n <p>\r\n Feb-19</p>\r\n </td>\r\n <td style=\"width:108px;height:84px;\">\r\n <p>\r\n . 2347-2073</p>\r\n </td>\r\n <td style=\"width:68px;height:84px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"84\" style=\"height:84px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:84px;\">\r\n <p>\r\n Dr S V Ramesh Kumar</p>\r\n </td>\r\n <td style=\"width:143px;height:84px;\">\r\n <p>\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</p>\r\n </td>\r\n <td style=\"width:83px;height:84px;\">\r\n <p>\r\n Feb-19</p>\r\n </td>\r\n <td style=\"width:108px;height:84px;\">\r\n <p>\r\n . 2347-2073</p>\r\n </td>\r\n <td style=\"width:68px;height:84px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"84\" style=\"height:84px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:84px;\">\r\n <p>\r\n DR.K.Rajini</p>\r\n </td>\r\n <td style=\"width:143px;height:84px;\">\r\n <p>\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</p>\r\n </td>\r\n <td style=\"width:83px;height:84px;\">\r\n <p>\r\n Feb-19</p>\r\n </td>\r\n <td style=\"width:108px;height:84px;\">\r\n <p>\r\n . 2347-2073</p>\r\n </td>\r\n <td style=\"width:68px;height:84px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"84\" style=\"height:84px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n Dr.T.Malathi Gabriel</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n Novel Trends and Techniques in Literature and Language Research</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Aug-19</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n 978-93-86890-37-5</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:84px;\">\r\n <p>\r\n Dr.S.V Ramesh kumar,G.Babu Chetty</p>\r\n </td>\r\n <td style=\"width:143px;height:84px;\">\r\n <p>\r\n Novel Trends and Techniques in Literature and Language Research</p>\r\n </td>\r\n <td style=\"width:83px;height:84px;\">\r\n <p>\r\n Aug-19</p>\r\n </td>\r\n <td style=\"width:108px;height:84px;\">\r\n <p>\r\n 978-93-86890-37-5</p>\r\n </td>\r\n <td style=\"width:68px;height:84px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"84\" style=\"height:84px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n Dr.K.Rajani</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n Novel Trends and Techniques in Literature and Language Research</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Aug-19</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n 978-93-86890-37-5</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n Bodhi International Journal of Research in Humanities, Arts and Science</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Feb-18</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n 2456-5571</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:151px;height:63px;\">\r\n <p>\r\n S.Mohammad Shafiullah</p>\r\n </td>\r\n <td style=\"width:143px;height:63px;\">\r\n <p>\r\n Bodhi International Journal of Research in Humanities, Arts and Science</p>\r\n </td>\r\n <td style=\"width:83px;height:63px;\">\r\n <p>\r\n Dec-18</p>\r\n </td>\r\n <td style=\"width:108px;height:63px;\">\r\n <p>\r\n .<br />\r\n 2456-5571</p>\r\n </td>\r\n <td style=\"width:68px;height:63px;\">\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td height=\"63\" style=\"height:63px;\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image001.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.emz\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image005.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.emz\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.emz\" /></p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.emz\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.emz\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',55),(25,'<p align=\"center\">\r\n DEPARTMENT OF MICROBIOLOGY</p>\r\n<p align=\"center\">\r\n SWOC ANALYSIS</p>\r\n<p>\r\n </p>\r\n<p>\r\n STRENGTHS</p>\r\n<ul>\r\n <li>\r\n Well-equipped laboratory with adequate instruments</li>\r\n <li>\r\n Efficient and experienced senior teaching and nonteaching staff.</li>\r\n <li>\r\n Better employability in pharmaceuticals & fermentation industry.</li>\r\n</ul>\r\n<p>\r\n WEAKNESSES</p>\r\n<ul>\r\n <li>\r\n Less collaboration with pharmaceutical industries.</li>\r\n <li>\r\n Less awareness among the students towards competitive examination.</li>\r\n</ul>\r\n<p>\r\n OPPORTUNITIES</p>\r\n<ul>\r\n <li>\r\n Consultancy Services can be given for various activities like water pollution, preliminary studies for fermentation industry, pharmaceutical activity of bioactive compounds, agriculture etc</li>\r\n</ul>\r\n<p>\r\n CHALLENGES</p>\r\n<ul>\r\n <li>\r\n Entrepreneurship guidance</li>\r\n <li>\r\n To enhance collaborations with pharmaceutical industries for Research.</li>\r\n</ul>\r\n<p>\r\n </p>',56),(26,'<p align=\"center\">\r\n <strong><u>Research Publications</u></strong></p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:89.0%;\" width=\"89%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p>\r\n <strong>S.No.</strong></p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Activity</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>UGC care list Publications</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Web science Publications</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;height:84px;\">\r\n <p align=\"center\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:21.44%;height:84px;\">\r\n <p>\r\n <strong>Scopus publications</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;height:84px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:13.84%;height:84px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;height:84px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:13.86%;height:84px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;height:84px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Peer Reviewed </strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Conference publications</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Total </strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>H – Index (Aggregate)</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Citations Index</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 11</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Books and Chapters Edited</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n 15</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 12</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 13</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Research Guides</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:9.24%;\">\r\n <p align=\"center\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:21.44%;\">\r\n <p>\r\n <strong>Funds received for Research activities</strong></p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.86%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n <td style=\"width:13.84%;\">\r\n <p>\r\n nill</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>',47),(27,'<p>\r\n <a href=\"/userfiles/SANSKRIT PUBLICATIONS (1).docx\">/userfiles/SANSKRIT PUBLICATIONS (1).docx<br />\r\n </a></p>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\"><strong>Publications</strong></span></span></p>\r\n',61),(28,'<p>\r\n <span style=\"font-size:16px;\"><a href=\"/userfiles/publications.pdf\">/userfiles/publications.pdf<br />\r\n </a></span></p>\r\n',68),(30,'<p>\r\n <img alt=\"\" src=\"/userfiles/CS Publications (1)_1.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/CS Publications (1)_2.jpg\" style=\"width: 400px; height: 400px;\" /><img alt=\"\" src=\"/userfiles/CS Publications (1)_3.jpg\" style=\"width: 400px; height: 400px;\" /></p>\r\n',46),(31,'<p>\r\n <a href=\"/userfiles/HINDI PUB.pdf\"><span style=\"font-size:16px;\">PUBLICATIONS</span></a></p>\r\n',39),(32,'<p>\r\n <img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-23 at 4_44_08 PM.jpeg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-23 at 4_44_07 PM (1).jpeg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-23 at 4_44_08 PM (1).jpeg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n<p>\r\n <strong>à°šà°¿à°¤à±à°¤à±‚రౠపీవీకేఎనౠకళాశాలలో డిపారà±à°Ÿà±à°®à±†à°‚టౠఆఫౠఉరà±à°¦à±‚ & à°à°•à±à°¯à±‚à°à°¸à±€ ఆధà±à°µà°°à±à°¯à°‚లో à°—à±à°°à±à°µà°¾à°°à°‚ నిరà±à°µà°¹à°¿à°‚à°šà°¿à°¨ "à°šà°¿à°¤à±à°¤à±‚రౠజిలà±à°²à°¾ మెయినౠఉరà±à°¦à±‚ à°•à°¿ సూరతౠయె హాలà±" ఒకరోజౠజాతీయ à°¸à±à°¥à°¾à°¯à°¿ ఉరà±à°¦à±‚ సదసà±à°¸à±à°•à± à°Žà°®à±à°®à±†à°²à±à°¯à±‡ à°—à±à°°à°œà°¾à°² జగనౠమోహనౠగారౠమà±à°–à±à°¯à°…తిథిగా హాజరయà±à°¯à°¾à°°à±. ఉరà±à°¦à±‚ à°à°¾à°·à°¾à°à°¿à°µà±ƒà°¦à±à°§à°¿à°•à°¿ కృషి చేసà±à°¤à°¾à°®à°¨à±à°¨à°¾à°°à±</strong>.</p>\r\n',59);
/*!40000 ALTER TABLE `department_publications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_result`
--
DROP TABLE IF EXISTS `department_result`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_result` (
`id` int NOT NULL AUTO_INCREMENT,
`result` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_result`
--
LOCK TABLES `department_result` WRITE;
/*!40000 ALTER TABLE `department_result` DISABLE KEYS */;
INSERT INTO `department_result` VALUES (15,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p align=\"center\">\r\n <strong><u>Department of Botany</u></strong></p>\r\n<p align=\"center\">\r\n <strong><u>Result Analysis</u></strong></p>\r\n<p>\r\n Pass percentage during the last five years</p>\r\n<p>\r\n Final Year:</p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students appeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n 85</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88</p>\r\n </td>\r\n <td>\r\n <p>\r\n 35</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students passed</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n 82</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <h3 style=\"text-align: center;\">\r\n </h3>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n IV Semester:</p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n 89</p>\r\n </td>\r\n <td>\r\n <p>\r\n 97</p>\r\n </td>\r\n <td>\r\n <p>\r\n 83</p>\r\n </td>\r\n <td>\r\n <p>\r\n 35</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<p>\r\n III Semester:</p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IIISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n 91</p>\r\n </td>\r\n <td>\r\n <p>\r\n 94</p>\r\n </td>\r\n <td>\r\n <p>\r\n 84</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<p>\r\n II Semester:</p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95</p>\r\n </td>\r\n <td>\r\n <p>\r\n 97</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n I Semester:</p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n <td>\r\n <p>\r\n 62</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p align=\"center\">\r\n </p>',47),(16,'<h1 style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"background-color:#00ff00;\"><strong>Result Analysis</strong></span></span></h1>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><strong>Final Year</strong></span></h2>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Year</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Final year students appeared </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">51</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">100</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">57</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">63</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">45</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Final year students passed</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">48</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">78</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">57</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">49</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">41</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Pass percentage </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">94.11%</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">78%</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">100%</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">77.77%</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">91.11%</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><strong>IV Semester</strong></span></h2>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Year</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>IV Semester appeared </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\">128</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\">60</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\">38</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\">19</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"> 49</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>IV Semester passed</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">104</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">47</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">30</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">19</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">38</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:227px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Pass percentage </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">81.25</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">78.33%</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">79%</span></span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">100%</span></span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">77.55%</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\"><strong>III Semester</strong></span></h2>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:603px;\" width=\"603\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:208px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Year</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:82px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:69px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:70px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:208px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\"><strong><span style=\"color:#f00;\">IIISemester appeared</span> </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">73</span></span></p>\r\n </td>\r\n <td style=\"width:82px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">60</span></span></p>\r\n </td>\r\n <td style=\"width:69px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">38</span></span></p>\r\n </td>\r\n <td style=\"width:70px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">23</span></span></p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">39</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:208px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>III Semester passed</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">50</span></span></p>\r\n </td>\r\n <td style=\"width:82px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">54</span></span></p>\r\n </td>\r\n <td style=\"width:69px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">27</span></span></p>\r\n </td>\r\n <td style=\"width:70px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">18</span></span></p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">37</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:208px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Pass percentage </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">68.49</span></span></p>\r\n </td>\r\n <td style=\"width:82px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">90%</span></span></p>\r\n </td>\r\n <td style=\"width:69px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">71%</span></span></p>\r\n </td>\r\n <td style=\"width:70px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">78.26%</span></span></p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">94.87</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><strong>II Semester</strong></span></h2>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:614px;\" width=\"614\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:217px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Year</span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:217px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">IISemester appeared</span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">67</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">53</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">38</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:217px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">II Semester passed</span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">18</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">43</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">34</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">26</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:217px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Pass percentage</span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">81.88</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">64%</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">100%</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">68.42</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">100%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<h2 style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><strong> I Semester</strong></span></h2>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:586px;\" width=\"586\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Year</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2022-23</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2021-22</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2020-21</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2019-20</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>2018-19</strong></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>I Semester appeared </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">66</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">58</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">42</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>I Semester passed</strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">16</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">58</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">48</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">35</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">21</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><strong>Pass percentage </strong></span></span></h2>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">72.72%</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">87.87%</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">82.75%</span></p>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">83%</span></p>\r\n </td>\r\n <td style=\"width:85px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">91.30%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',49),(17,'<h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Result Analysis</span></span></span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Pass percentage during the last five years</span></span></span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Final Year:</span></span></span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></h2>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:231px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Year</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2022-23</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2021-22</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2020-21</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2019-20</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2018-19</span></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Final year students appeared</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">38</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">41</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">36</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">13</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">20</span></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Final year students passed</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">28</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">39</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">34</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">12</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">16</span></span></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Pass percentage</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">74</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">95.1</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">94.4</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">85</span></span></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">80</span></span></span></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\">IV Semester:</span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"477\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:126px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Year</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></h2>\r\n </td>\r\n <td style=\"width:65px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:126px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Appeared</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">40</span></h2>\r\n </td>\r\n <td style=\"width:65px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">39</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">40</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">38</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:126px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">20</span></h2>\r\n </td>\r\n <td style=\"width:65px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">37</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">39</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">36</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:126px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass percentage</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">50</span></h2>\r\n </td>\r\n <td style=\"width:65px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">94.9</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">97.5</span></h2>\r\n </td>\r\n <td style=\"width:71px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">94.7</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\">III Semester:</span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:193px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Year</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Appeared</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">42</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">39</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">45</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">39</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">37</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">28</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">39</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">37</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass percentage</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">88</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">71.8</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">86.7</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">95.9</span></h2>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\">II Semester:</span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Year</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Appeared</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">18</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">43</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">41</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">45</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">11</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">26</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">28</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">35</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass percentage</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">61.1</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">60.5</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">68.3</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">77.8</span></h2>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\">I Semester:</span></h2>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"565\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:187px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Year</span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Appeared</span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">18</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">47</span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">43</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">51</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass</span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">14</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">26</span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">36</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">33</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">Pass percentage</span></h2>\r\n </td>\r\n <td style=\"width:76px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">77.8</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">55.4</span></h2>\r\n </td>\r\n <td style=\"width:79px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">83.7</span></h2>\r\n </td>\r\n <td style=\"width:75px;\">\r\n <h2>\r\n <span style=\"color:#800080;\">65</span></h2>\r\n </td>\r\n <td style=\"width:73px;\">\r\n <h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2>\r\n <span style=\"color:#800080;\"><br />\r\n </span></h2>\r\n',64),(18,'<h2>\r\n <span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span style=\"color:#f00;\">DEPARTMENT OF COMPUTER APPLICATION_FACULTY WISE RESULT ANALYSIS</span> <a href=\"/userfiles/Department of CA_result analysis.pdf\">CLICK HERE TO VIEW</a></b></span></span></h2>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193432.png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193508.png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193631.png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193710.png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193752(1).png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /></b></span></span><img alt=\"\" src=\"/userfiles/Screenshot 2025-01-11 193828.png\" style=\"width: 200px; height: 200px; border-width: 2px; border-style: solid;\" /></p>\r\n',62),(19,'<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Result Analysis</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><strong>Pass percentage during the last five years</strong></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Final Year</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Final year students appeared</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Final year students passed</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">19</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">26</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">26</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Pass percentage</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">95%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">100%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">86.66%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">86.95%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">73.33%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>IV Semester</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">IV Semester appeared</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">IV Semester passed</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">20</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">25</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">27</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Pass percentage</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">86.95%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">95.65%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">83.33%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">95.65%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">90%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>III Semester</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">III Semester appeared</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">32</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">III Semester passed</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">26</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">21</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">21</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">29</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Pass percentage</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">86.66%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">91.30%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">68.75%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">91.30%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">96.66%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>II Semester</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">IISemester appeared</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">29</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">35</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">II Semester passed</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">17</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">26</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">17</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">27</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Pass percentage</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">75.86%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">73.91%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">74.28%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">73.91%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">90%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>I Semester:</strong></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Year</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">I Semester appeared</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">34</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">37</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">23</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">I Semester passed</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">15</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">22</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">15</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">19</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">Pass percentage</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">64.70%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">65.21%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">59.45%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">65.21%</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\">63.03%</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',54),(20,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:2507px;\" width=\"2491\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col span=\"6\" />\r\n <col />\r\n <col span=\"2\" />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col span=\"5\" />\r\n <col />\r\n <col />\r\n <col span=\"6\" />\r\n <col />\r\n <col span=\"6\" />\r\n <col />\r\n <col span=\"2\" />\r\n <col />\r\n <col />\r\n <col span=\"2\" />\r\n <col />\r\n <col span=\"2\" />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"21\">\r\n <td height=\"342\" rowspan=\"6\" style=\"height:342px;width:45px;\">\r\n S. No.</td>\r\n <td rowspan=\"6\" style=\"width:103px;\">\r\n Regd. No.</td>\r\n <td rowspan=\"6\" style=\"width:179px;\">\r\n Name</td>\r\n <td colspan=\"42\" style=\"width:1993px;\">\r\n PART - I CORE COURSES</td>\r\n <td rowspan=\"6\" style=\"width:41px;\">\r\n SGPA</td>\r\n <td rowspan=\"6\" style=\"width:41px;\">\r\n SEMESTER GRADE</td>\r\n <td rowspan=\"6\" style=\"width:41px;\">\r\n Remarks (P/F)</td>\r\n <td rowspan=\"6\" style=\"width:63px;\">\r\n Year of pass</td>\r\n </tr>\r\n <tr height=\"38\">\r\n <td colspan=\"7\" height=\"38\" style=\"height:38px;width:312px;\">\r\n BANKING INSURANCE-IV</td>\r\n <td colspan=\"7\" style=\"width:428px;\">\r\n BANKING INSURANCE-V</td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n BANKING INSURANCE-IV</td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n BANKING INSURANCE-V</td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n BANKING INSURANCE-IV</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:264px;\">\r\n BANKING INSURANCE-V</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"108\">\r\n <td colspan=\"7\" height=\"108\" style=\"height:108px;\">\r\n COST CONTROL TECHNIQUES</td>\r\n <td colspan=\"7\">\r\n MANAGEMENT ACCOUNTING PRACTICE</td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n DIGITAL MARKETING </td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n SERVICE MARKETING </td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n LIFE INSURANCE WITH PRACTICE </td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:264px;\">\r\n GENMERAL INSURANCE WITH PRACTICE </td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"38\">\r\n <td colspan=\"7\" height=\"38\" style=\"height:38px;width:312px;\">\r\n 22-BAI-5CA</td>\r\n <td colspan=\"7\" style=\"width:428px;\">\r\n 22-BAI-5CB</td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n 22-BAI-5CC</td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n 22-BAI-5CD</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n 22-BAI-5CE</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:264px;\">\r\n 22-BAI-5CF</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"32\">\r\n <td colspan=\"7\" height=\"32\" style=\"height:32px;width:312px;\">\r\n CREDITS-4</td>\r\n <td colspan=\"7\" style=\"width:428px;\">\r\n CREDITS-4</td>\r\n <td colspan=\"7\" style=\"width:309px;\">\r\n CREDITS-4</td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n CREDITS-4</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:248px;\">\r\n CREDITS-4</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n <td colspan=\"6\" style=\"width:264px;\">\r\n CREDITS-4</td>\r\n <td style=\"width:61px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"105\">\r\n <td height=\"105\" style=\"height:105px;\">\r\n IN</td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:41px;\">\r\n TOTAL 85 MARKS</td>\r\n <td style=\"width:41px;\">\r\n Grade Point</td>\r\n <td style=\"width:41px;\">\r\n Grade</td>\r\n <td style=\"width:41px;\">\r\n Remarks</td>\r\n <td style=\"width:64px;\">\r\n YOP</td>\r\n <td>\r\n IN</td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:67px;\">\r\n Total</td>\r\n <td style=\"width:69px;\">\r\n Grade Point</td>\r\n <td style=\"width:53px;\">\r\n Grade</td>\r\n <td style=\"width:57px;\">\r\n Remarks</td>\r\n <td style=\"width:67px;\">\r\n YOP</td>\r\n <td>\r\n IN</td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:41px;\">\r\n Total</td>\r\n <td style=\"width:41px;\">\r\n Grade Point</td>\r\n <td style=\"width:41px;\">\r\n Grade</td>\r\n <td style=\"width:41px;\">\r\n Remarks</td>\r\n <td style=\"width:61px;\">\r\n YOP</td>\r\n <td>\r\n IN</td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:41px;\">\r\n Total</td>\r\n <td style=\"width:41px;\">\r\n Grade Point</td>\r\n <td style=\"width:41px;\">\r\n Grade</td>\r\n <td style=\"width:41px;\">\r\n Remarks</td>\r\n <td style=\"width:61px;\">\r\n YOP</td>\r\n <td>\r\n IN </td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:41px;\">\r\n Total</td>\r\n <td style=\"width:41px;\">\r\n Grade Point</td>\r\n <td style=\"width:41px;\">\r\n Grade</td>\r\n <td style=\"width:41px;\">\r\n Remarks</td>\r\n <td style=\"width:61px;\">\r\n YOP</td>\r\n <td>\r\n IN</td>\r\n <td>\r\n EX</td>\r\n <td style=\"width:47px;\">\r\n Total</td>\r\n <td style=\"width:52px;\">\r\n Grade Point</td>\r\n <td style=\"width:41px;\">\r\n Grade</td>\r\n <td style=\"width:41px;\">\r\n Remarks</td>\r\n <td style=\"width:61px;\">\r\n YOP</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 1</td>\r\n <td style=\"width:103px;\">\r\n 220203502</td>\r\n <td style=\"width:179px;\">\r\n D YUGNESH</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 43</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 58</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 8</td>\r\n <td>\r\n 21</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.1</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.4</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.3</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 2</td>\r\n <td style=\"width:103px;\">\r\n 220203503</td>\r\n <td style=\"width:179px;\">\r\n G MAGADEESWAR</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 65</td>\r\n <td>\r\n 80</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 8.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 64</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 6.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 58</td>\r\n <td>\r\n 74</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n 70</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 18</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n 60</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n 68</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 6.9</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 3</td>\r\n <td style=\"width:103px;\">\r\n 220203504</td>\r\n <td style=\"width:179px;\">\r\n G SAIKUMAR</td>\r\n <td>\r\n 12</td>\r\n <td>\r\n 39</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:53px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 29</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.9</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 31</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.5</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 4</td>\r\n <td style=\"width:103px;\">\r\n 220203505</td>\r\n <td style=\"width:179px;\">\r\n GUDINGOLA OMPRAKASHINI</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n 77</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 7.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n 76</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:53px;\">\r\n 7.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 60</td>\r\n <td>\r\n 82</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 8.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 67</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 43</td>\r\n <td>\r\n 65</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 7.2</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 5</td>\r\n <td style=\"width:103px;\">\r\n 220203506</td>\r\n <td style=\"width:179px;\">\r\n K HEMADRI</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n 78</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 7.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n 82</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:53px;\">\r\n 8.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n 73</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.3</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 31</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 66</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 6.9</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 6</td>\r\n <td style=\"width:103px;\">\r\n 220203508</td>\r\n <td style=\"width:179px;\">\r\n KOLTHURU KARTHIK</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 46</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 32</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 5.1</td>\r\n <td>\r\n C</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 7</td>\r\n <td style=\"width:103px;\">\r\n 220203509</td>\r\n <td style=\"width:179px;\">\r\n KOTAKONDA BHARATH</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 60</td>\r\n <td>\r\n 82</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 8.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n 84</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:53px;\">\r\n 8.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 59</td>\r\n <td>\r\n 81</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 8.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 49</td>\r\n <td>\r\n 72</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 7.4</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 8</td>\r\n <td style=\"width:103px;\">\r\n 220203510</td>\r\n <td style=\"width:179px;\">\r\n KOTHAPALLI STEEFEN RAJ</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 52</td>\r\n <td>\r\n 74</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 64</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 6.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 59</td>\r\n <td>\r\n 78</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 7.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n 65</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n 40</td>\r\n <td>\r\n 64</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n 77</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 7.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 7.0</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 9</td>\r\n <td style=\"width:103px;\">\r\n 220203511</td>\r\n <td style=\"width:179px;\">\r\n M BALU</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:53px;\">\r\n 4.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 46</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 5.0</td>\r\n <td>\r\n </td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 10</td>\r\n <td style=\"width:103px;\">\r\n 220203514</td>\r\n <td style=\"width:179px;\">\r\n P JAYA SURYA</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n 71</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 5</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.0</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 32</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 3.2</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.9</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 11</td>\r\n <td style=\"width:103px;\">\r\n 220203517</td>\r\n <td style=\"width:179px;\">\r\n PENUMURU SESHADRI</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 66</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n 71</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 7.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n 71</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 7.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 52</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 49</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.9</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 49</td>\r\n <td>\r\n 64</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 6.2</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 12</td>\r\n <td style=\"width:103px;\">\r\n 220203520</td>\r\n <td style=\"width:179px;\">\r\n S ASIF ALI</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 9</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 12</td>\r\n <td>\r\n 5</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 1.7</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 7</td>\r\n <td>\r\n 18</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 1.8</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 31</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.2</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 13</td>\r\n <td style=\"width:103px;\">\r\n 220203522</td>\r\n <td style=\"width:179px;\">\r\n S JOSHAVA</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 32</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:53px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 26</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 5</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.0</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 25</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.5</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 27</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.7</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 3.4</td>\r\n <td>\r\n F</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 14</td>\r\n <td style=\"width:103px;\">\r\n 220203523</td>\r\n <td style=\"width:179px;\">\r\n S MURAD</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 40</td>\r\n <td>\r\n 62</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 53</td>\r\n <td>\r\n 67</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 6.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 22</td>\r\n <td>\r\n 55</td>\r\n <td>\r\n 77</td>\r\n <td>\r\n A</td>\r\n <td style=\"width:41px;\">\r\n 7.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 23</td>\r\n <td>\r\n 36</td>\r\n <td>\r\n 59</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.9</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 21</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 56</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 6.2</td>\r\n <td>\r\n B</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 15</td>\r\n <td style=\"width:103px;\">\r\n 220203524</td>\r\n <td style=\"width:179px;\">\r\n SAI CHANDU A</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 35</td>\r\n <td>\r\n 46</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 39</td>\r\n <td>\r\n 54</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 18</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n 65</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 49</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.9</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 38</td>\r\n <td>\r\n 55</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 5.2</td>\r\n <td>\r\n C</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 16</td>\r\n <td style=\"width:103px;\">\r\n 220203525</td>\r\n <td style=\"width:179px;\">\r\n T VIJAY</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 37</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 40</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:53px;\">\r\n 4.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 9</td>\r\n <td>\r\n 39</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 12</td>\r\n <td>\r\n 2</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 1.4</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.4</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 3.7</td>\r\n <td>\r\n F</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 17</td>\r\n <td style=\"width:103px;\">\r\n 220203526</td>\r\n <td style=\"width:179px;\">\r\n THOTI DILEEP</td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 49</td>\r\n <td>\r\n 63</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.3</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 10</td>\r\n <td>\r\n 38</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:53px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 31</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 12</td>\r\n <td>\r\n 8</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.0</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 12</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 39</td>\r\n <td>\r\n 58</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.6</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 18</td>\r\n <td style=\"width:103px;\">\r\n 220203527</td>\r\n <td style=\"width:179px;\">\r\n THOTI GIRIBABU</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 42</td>\r\n <td>\r\n 57</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 46</td>\r\n <td>\r\n 59</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.9</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 13</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n 61</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 8</td>\r\n <td>\r\n 24</td>\r\n <td>\r\n F</td>\r\n <td style=\"width:41px;\">\r\n 2.4</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n <td>\r\n 14</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.4</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 33</td>\r\n <td>\r\n 48</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.8</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 4.9</td>\r\n <td>\r\n D</td>\r\n <td>\r\n F</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"56\">\r\n <td height=\"56\" style=\"height:56px;width:45px;\">\r\n 19</td>\r\n <td style=\"width:103px;\">\r\n 220203528</td>\r\n <td style=\"width:179px;\">\r\n V BHANU</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n 66</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 52</td>\r\n <td>\r\n 69</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:53px;\">\r\n 6.9</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 11</td>\r\n <td>\r\n 41</td>\r\n <td>\r\n 52</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.2</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 38</td>\r\n <td>\r\n 53</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.3</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 17</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 47</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.7</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 39</td>\r\n <td>\r\n 55</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.5</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 5.7</td>\r\n <td>\r\n C</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n </tr>\r\n <tr height=\"51\">\r\n <td height=\"51\" style=\"height:51px;width:45px;\">\r\n 20</td>\r\n <td style=\"width:103px;\">\r\n 220203529</td>\r\n <td style=\"width:179px;\">\r\n V RAJKUMAR</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 45</td>\r\n <td>\r\n 60</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 15</td>\r\n <td>\r\n 36</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:53px;\">\r\n 5.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 44</td>\r\n <td>\r\n 60</td>\r\n <td>\r\n B</td>\r\n <td style=\"width:41px;\">\r\n 6.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 20</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 50</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.0</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n <td>\r\n 16</td>\r\n <td>\r\n 30</td>\r\n <td>\r\n 46</td>\r\n <td>\r\n D</td>\r\n <td style=\"width:41px;\">\r\n 4.6</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 19</td>\r\n <td>\r\n 32</td>\r\n <td>\r\n 51</td>\r\n <td>\r\n C</td>\r\n <td style=\"width:41px;\">\r\n 5.1</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Dec-23</td>\r\n <td>\r\n 5.3</td>\r\n <td>\r\n C</td>\r\n <td>\r\n P</td>\r\n <td>\r\n Jun-24</td>\r\n </tr>\r\n </tbody>\r\n</table>',51),(21,'<p>\r\n . Result Analysis</p>\r\n<p>\r\n Pass percentage during the last five years</p>\r\n<p>\r\n Final Year:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students appeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 34</p>\r\n </td>\r\n <td>\r\n <p>\r\n 23</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 21</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students passed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 32</p>\r\n </td>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 21</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 94%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n IV Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 70</p>\r\n </td>\r\n <td>\r\n <p>\r\n 72</p>\r\n </td>\r\n <td>\r\n <p>\r\n 44</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 64</p>\r\n </td>\r\n <td>\r\n <p>\r\n 66</p>\r\n </td>\r\n <td>\r\n <p>\r\n 41</p>\r\n </td>\r\n <td>\r\n <p>\r\n 40</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 91%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92 %</p>\r\n </td>\r\n <td>\r\n <p>\r\n 93%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95%</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n III Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 50</p>\r\n </td>\r\n <td>\r\n <p>\r\n 50</p>\r\n </td>\r\n <td>\r\n <p>\r\n 48</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 42</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 45</p>\r\n </td>\r\n <td>\r\n <p>\r\n 29</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 40</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 90%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 58%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 87%</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p>\r\n 95%</p>\r\n </td>\r\n <td>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n II Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 64</p>\r\n </td>\r\n <td>\r\n <p>\r\n 47</p>\r\n </td>\r\n <td>\r\n <p>\r\n 55</p>\r\n </td>\r\n <td>\r\n <p>\r\n 23</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42</p>\r\n </td>\r\n <td>\r\n <p>\r\n 40</p>\r\n </td>\r\n <td>\r\n <p>\r\n 48</p>\r\n </td>\r\n <td>\r\n <p>\r\n 19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 65%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 85%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 87%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 83%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n I Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 74</p>\r\n </td>\r\n <td>\r\n <p>\r\n 49</p>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <p>\r\n 67</p>\r\n </td>\r\n <td>\r\n <p>\r\n 29</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td>\r\n <p>\r\n 53</p>\r\n </td>\r\n <td>\r\n <p>\r\n 33</p>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <p>\r\n 58</p>\r\n </td>\r\n <td>\r\n <p>\r\n 21</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 71%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 67%</p>\r\n </td>\r\n <td style=\"width:87px;\">\r\n <p>\r\n 87%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 72%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>',67),(22,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IIISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n <td>\r\n <p>\r\n 54</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n <td>\r\n <p>\r\n 47</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 30</p>\r\n </td>\r\n <td>\r\n <p>\r\n 49</p>\r\n </td>\r\n <td>\r\n <p>\r\n 44</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 97</p>\r\n </td>\r\n <td>\r\n <p>\r\n 91</p>\r\n </td>\r\n <td>\r\n <p>\r\n 96</p>\r\n </td>\r\n <td>\r\n <p>\r\n 98</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n II Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n <td>\r\n <p>\r\n 54</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n <td>\r\n <p>\r\n 47</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 30</p>\r\n </td>\r\n <td>\r\n <p>\r\n 49</p>\r\n </td>\r\n <td>\r\n <p>\r\n 44</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 97</p>\r\n </td>\r\n <td>\r\n <p>\r\n 91</p>\r\n </td>\r\n <td>\r\n <p>\r\n 96</p>\r\n </td>\r\n <td>\r\n <p>\r\n 98</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n I Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n ISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n <td>\r\n <p>\r\n 54</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n <td>\r\n <p>\r\n 47</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td>\r\n <p>\r\n 30</p>\r\n </td>\r\n <td>\r\n <p>\r\n 49</p>\r\n </td>\r\n <td>\r\n <p>\r\n 44</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 97</p>\r\n </td>\r\n <td>\r\n <p>\r\n 91</p>\r\n </td>\r\n <td>\r\n <p>\r\n 96</p>\r\n </td>\r\n <td>\r\n <p>\r\n 98</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',39),(23,'<div>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:159.4pt;\">\r\n PVKNGOVT.DEGREECOLLEGE(A)CHITTOOR</p>\r\n <p style=\"margin-left:23.5pt;\">\r\n ResultAnalysis</p>\r\n <p style=\"margin-left:7.0pt;\">\r\n Pass percentage during the last five yearsFinalYear:</p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:231px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.8pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Finalyearstudentsappeared</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 19</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.8pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 09</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Finalyearstudentspassed</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 12</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.8pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 09</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:231px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Passpercentage</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 85</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 73</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.8pt;\">\r\n 100</p>\r\n </td>\r\n <td style=\"width:79px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 100</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:7.0pt;\">\r\n IVSemester:</p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:198px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:198px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IVSemesterappeared</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 14</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 19</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 07</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:198px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IVSemesterpassed</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 13</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 17</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 06</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:198px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Passpercentage</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 92</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 89</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 100</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 86</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p style=\"margin-left:7.0pt;\">\r\n 05</p>\r\n <p style=\"margin-left:7.0pt;\">\r\n IIISemester:</p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:197px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:197px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IIISemester appeared</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 378</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 426</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 304</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 178</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 227</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:197px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IIISemesterpassed</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 312</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 390</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 285</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 168</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 211</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:197px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Passpercentage</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 83</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 91</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.05pt;\">\r\n 93</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 94</p>\r\n </td>\r\n <td style=\"width:85px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 93</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:7.0pt;\">\r\n IISemester:</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:189px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IISemesterappeared</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 433</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 391</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 432</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 340</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 195</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n IISemesterpassed</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 339</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 362</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 410</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 306</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 187</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:189px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Passpercentage</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 78</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 93</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 94</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.85pt;\">\r\n 90</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.95pt;\">\r\n 96</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:7.0pt;\">\r\n ISemester:</p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:187px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Year</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n ISemester appeared</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 495</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 419</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 436</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 377</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 223</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n ISemester passed</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 427</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 374</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 396</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 344</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 207</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:187px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n Passpercentage</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 86</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.0pt;\">\r\n 89</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 90</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:4.9pt;\">\r\n 91</p>\r\n </td>\r\n <td style=\"width:87px;height:32px;\">\r\n <p style=\"margin-left:5.1pt;\">\r\n 93</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',58),(24,'<p>\r\n III Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IIISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 10</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 7</p>\r\n </td>\r\n <td>\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 60</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88</p>\r\n </td>\r\n <td>\r\n <p>\r\n 67</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n II Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n I Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n ISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 60</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',60),(27,'<div>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:5.0pt;\">\r\n <strong>FinalYear:VI-Semester</strong></p>\r\n <br clear=\"all\" />\r\n <p style=\"margin-left:5.0pt;\">\r\n <u>RESULT</u><u>ANALYSIS</u></p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"733\" /></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:193px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:478px;height:30px;\">\r\n <p style=\"margin-left:.25pt;\">\r\n <strong>2018-21</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p>\r\n <strong>MPC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:31px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>MZC (EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>BZC(TM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>BZC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:47px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>39</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudentspassed</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:31px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>20</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>38</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:30px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>95.2</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>97.4</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:149px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"6\" style=\"width:520px;height:31px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>2019-22</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:149px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:9.0pt;\">\r\n <strong>MPC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:92px;height:30px;\">\r\n <p>\r\n <strong>BHC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p>\r\n <strong>BZC(TM)</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p>\r\n <strong>BZC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:30px;\">\r\n <p style=\"margin-left:2.05pt;\">\r\n <strong>MBC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:30px;\">\r\n <p style=\"margin-left:1.5pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:149px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:92px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:47px;\">\r\n <p style=\"margin-left:2.05pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:47px;\">\r\n <p style=\"margin-left:1.5pt;\">\r\n <strong>83</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:149px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Finalyearstudents passed</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:92px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:47px;\">\r\n <p style=\"margin-left:2.05pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:47px;\">\r\n <p style=\"margin-left:1.5pt;\">\r\n <strong>81</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:149px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:92px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>95.2</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:80px;height:30px;\">\r\n <p style=\"margin-left:2.05pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:30px;\">\r\n <p style=\"margin-left:1.5pt;\">\r\n <strong>97.5</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:179px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:492px;height:30px;\">\r\n <p style=\"margin-left:.15pt;\">\r\n <strong>2020-23(LIP)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:179px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>MPC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>BHC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:30px;\">\r\n <p align=\"right\">\r\n <strong>BZC(TM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>BZC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:179px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>23</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:47px;\">\r\n <p>\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p>\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>94</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:179px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents passed</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>11</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>23</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:47px;\">\r\n <p>\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p>\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>93</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:179px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>92%</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:25.0pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:31px;\">\r\n <p align=\"right\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>99</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:193px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:478px;height:30px;\">\r\n <p>\r\n <strong>2021-24(LIP)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p>\r\n <strong>MPC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:31px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>BHC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>DZC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>BZC(EM)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:47px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:47px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>31</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:47px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>83</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:30px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Finalyear studentspassed</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:30px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>31</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:30px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>83</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:193px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:99px;height:31px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:31px;\">\r\n <p style=\"margin-left:1.05pt;\">\r\n <strong>100%</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:5.0pt;\">\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.gif\" width=\"733\" /><strong>FinalYear:V-Semester:</strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:185px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:250px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:46.5pt;\">\r\n <strong>2018-21(Paper-V)</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:263px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:48.85pt;\">\r\n <strong>2018-21(Paper-VI)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>MZC</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:4.95pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>MZC</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.15pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:50px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:3.95pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:10.8pt;\">\r\n <strong>39</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:1.15pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:13.7pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>39</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Finalyearstudents passed</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:51px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:51px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:51px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:51px;\">\r\n <p style=\"margin-left:3.95pt;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:10.8pt;\">\r\n <strong>39</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.15pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:51px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:13.7pt;\">\r\n <strong>20</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.1pt;\">\r\n <strong>38</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:31px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:31px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:31px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:31px;\">\r\n <p style=\"margin-left:3.95pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:31px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:31px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:31px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:31px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:9.2pt;\">\r\n <strong>95.2</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:8.65pt;\">\r\n <strong>97.4</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:141px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"6\" style=\"width:301px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:65.55pt;\">\r\n <strong>2019-22(Paper-V)</strong></p>\r\n </td>\r\n <td colspan=\"6\" style=\"width:265px;height:31px;\">\r\n <p align=\"left\" style=\"margin-left:49.15pt;\">\r\n <strong>2019-22(Paper-VI)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:141px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.0pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.3pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>MBC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:5.1pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:3.5pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:51px;\">\r\n <p align=\"right\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p align=\"right\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:51px;\">\r\n <p>\r\n <strong>MBC</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p align=\"right\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p>\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:141px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-year </strong><strong>studentsappeared</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:2.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:1.15pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p style=\"margin-left:2.85pt;\">\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:11.05pt;\">\r\n <strong>83</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p style=\"margin-left:.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p style=\"margin-left:2.9pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:50px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>83</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:141px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final year studentspassed</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:2.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:1.15pt;\">\r\n <strong>25</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:51px;\">\r\n <p style=\"margin-left:2.85pt;\">\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:51px;\">\r\n <p align=\"left\" style=\"margin-left:11.05pt;\">\r\n <strong>81</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:.25pt;\">\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:2.9pt;\">\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:51px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:.45pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p align=\"right\">\r\n <strong>28</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:51px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>79</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:141px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p style=\"margin-left:2.25pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p style=\"margin-left:2.75pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p style=\"margin-left:1.15pt;\">\r\n <strong>92.5</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p style=\"margin-left:2.85pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>97.5</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p style=\"margin-left:2.9pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:32px;\">\r\n <p style=\"margin-left:2.7pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>88.8</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>96.5</strong></p>\r\n </td>\r\n <td style=\"width:44px;height:32px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>95.1</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:185px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:250px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:46.5pt;\">\r\n <strong>2020-23(Paper-V)</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:263px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:48.85pt;\">\r\n <strong>2020-23(Paper-VI)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:4.95pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:4.95pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:3.6pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.8pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.3pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>BZC (TM)</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.15pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:50px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:3.95pt;\">\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:10.8pt;\">\r\n <strong>96</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.8pt;\">\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.3pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.15pt;\">\r\n <strong>96</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents passed</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>10</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:50px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>22</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>26</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:3.95pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:10.8pt;\">\r\n <strong>90</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.8pt;\">\r\n <strong>11</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.3pt;\">\r\n <strong>23</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.15pt;\">\r\n <strong>94</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:185px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage(%)</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>83.3</strong></p>\r\n </td>\r\n <td style=\"width:56px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:4.95pt;\">\r\n <strong>91.6</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>96.2</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:32px;\">\r\n <p>\r\n <strong>96.9</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>93.7</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.8pt;\">\r\n <strong>91.6</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.3pt;\">\r\n <strong>95.8</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.15pt;\">\r\n <strong>97.9</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:184px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:251px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:46.5pt;\">\r\n <strong>2021-24(Paper-V)</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:262px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:48.35pt;\">\r\n <strong>2021-24(Paper-VI)</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:184px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Group</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p style=\"margin-left:.9pt;\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:57px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:4.95pt;\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:32px;\">\r\n <p style=\"margin-left:.3pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:32px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>DZC</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>Total</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>MPC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>BHC</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.25pt;\">\r\n <strong>BZC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>DZC</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.65pt;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:184px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Final-yearstudents appeared</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:57px;height:50px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:10.3pt;\">\r\n <strong>84</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.95pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.65pt;\">\r\n <strong>84</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:184px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Finalyearstudents passed</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:57px;height:50px;\">\r\n <p style=\"margin-left:.4pt;\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:50px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:50px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:10.3pt;\">\r\n <strong>84</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.95pt;\">\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"right\">\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:50px;\">\r\n <p style=\"margin-left:.5pt;\">\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:50px;\">\r\n <p align=\"left\" style=\"margin-left:.65pt;\">\r\n <strong>82</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:184px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:5.0pt;\">\r\n <strong>Passpercentage</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p style=\"margin-left:1.25pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:57px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:11.95pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:50px;height:32px;\">\r\n <p style=\"margin-left:2.2pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:47px;height:32px;\">\r\n <p style=\"margin-left:.35pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:45px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"right\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:52px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:8.8pt;\">\r\n <strong>93.8</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.7pt;\">\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:53px;height:32px;\">\r\n <p align=\"left\" style=\"margin-left:.65pt;\">\r\n <strong>97.6</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',45),(28,'<p>\r\n 16. Result Analysis</p>\r\n<p>\r\n Pass percentage during the last five years</p>\r\n<p>\r\n Final Year:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students appeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 86</p>\r\n </td>\r\n <td>\r\n <p>\r\n 75</p>\r\n </td>\r\n <td>\r\n <p>\r\n 55</p>\r\n </td>\r\n <td>\r\n <p>\r\n 52</p>\r\n </td>\r\n <td>\r\n <p>\r\n 56</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Final year students passed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 86</p>\r\n </td>\r\n <td>\r\n <p>\r\n 71</p>\r\n </td>\r\n <td>\r\n <p>\r\n 53</p>\r\n </td>\r\n <td>\r\n <p>\r\n 43</p>\r\n </td>\r\n <td>\r\n <p>\r\n 43</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 96%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 83%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 77%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n IV Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 205</p>\r\n </td>\r\n <td>\r\n <p>\r\n 89</p>\r\n </td>\r\n <td>\r\n <p>\r\n 77</p>\r\n </td>\r\n <td>\r\n <p>\r\n 56</p>\r\n </td>\r\n <td>\r\n <p>\r\n 60</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IV Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 175</p>\r\n </td>\r\n <td>\r\n <p>\r\n 79</p>\r\n </td>\r\n <td>\r\n <p>\r\n 65</p>\r\n </td>\r\n <td>\r\n <p>\r\n 43</p>\r\n </td>\r\n <td>\r\n <p>\r\n 25</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 85%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 89%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 84%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 77%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n III Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IIISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 115</p>\r\n </td>\r\n <td>\r\n <p>\r\n 90</p>\r\n </td>\r\n <td>\r\n <p>\r\n 57</p>\r\n </td>\r\n <td>\r\n <p>\r\n 57</p>\r\n </td>\r\n <td>\r\n <p>\r\n 55</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92</p>\r\n </td>\r\n <td>\r\n <p>\r\n 85</p>\r\n </td>\r\n <td>\r\n <p>\r\n 54</p>\r\n </td>\r\n <td>\r\n <p>\r\n 38</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 94%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 67%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 67%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n II Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n IISemesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 40</p>\r\n </td>\r\n <td>\r\n <p>\r\n 114</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80</p>\r\n </td>\r\n <td>\r\n <p>\r\n 60</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n <td>\r\n <p>\r\n 57</p>\r\n </td>\r\n <td>\r\n <p>\r\n 55</p>\r\n </td>\r\n <td>\r\n <p>\r\n 51</p>\r\n </td>\r\n <td>\r\n <p>\r\n 27</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 78%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 50%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 58%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 64%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 45%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n I Semester:</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Year</p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 42</p>\r\n </td>\r\n <td>\r\n <p>\r\n 123</p>\r\n </td>\r\n <td>\r\n <p>\r\n 101</p>\r\n </td>\r\n <td>\r\n <p>\r\n 93</p>\r\n </td>\r\n <td>\r\n <p>\r\n 66</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 34</p>\r\n </td>\r\n <td>\r\n <p>\r\n 56</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88</p>\r\n </td>\r\n <td>\r\n <p>\r\n 59</p>\r\n </td>\r\n <td>\r\n <p>\r\n 45</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 81%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 87%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 63%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 68%</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>',43),(29,'<p align=\"center\">\r\n <strong>Result Analysis</strong></p>\r\n<p align=\"center\">\r\n <strong>Pass percentage during the last five years</strong></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>III Semester:</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p align=\"center\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 438</p>\r\n </td>\r\n <td>\r\n <p>\r\n 387</p>\r\n </td>\r\n <td>\r\n <p>\r\n 365</p>\r\n </td>\r\n <td>\r\n <p>\r\n 221</p>\r\n </td>\r\n <td>\r\n <p>\r\n 224</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 348</p>\r\n </td>\r\n <td>\r\n <p>\r\n 343</p>\r\n </td>\r\n <td>\r\n <p>\r\n 339</p>\r\n </td>\r\n <td>\r\n <p>\r\n 207</p>\r\n </td>\r\n <td>\r\n <p>\r\n 206</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88.6</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92.9</p>\r\n </td>\r\n <td>\r\n <p>\r\n 94</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>II Semester:</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p align=\"center\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 279</p>\r\n </td>\r\n <td>\r\n <p>\r\n 438</p>\r\n </td>\r\n <td>\r\n <p>\r\n 405</p>\r\n </td>\r\n <td>\r\n <p>\r\n 392</p>\r\n </td>\r\n <td>\r\n <p>\r\n 231</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 262</p>\r\n </td>\r\n <td>\r\n <p>\r\n 267</p>\r\n </td>\r\n <td>\r\n <p>\r\n 386</p>\r\n </td>\r\n <td>\r\n <p>\r\n 350</p>\r\n </td>\r\n <td>\r\n <p>\r\n 186</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 94</p>\r\n </td>\r\n <td>\r\n <p>\r\n 61.0</p>\r\n </td>\r\n <td>\r\n <p>\r\n 95.3</p>\r\n </td>\r\n <td>\r\n <p>\r\n 89</p>\r\n </td>\r\n <td>\r\n <p>\r\n 81</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <strong>I Semester:</strong></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:32px;\">\r\n <p align=\"center\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td style=\"height:32px;\">\r\n <p>\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"height:32px;\">\r\n <p>\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"height:32px;\">\r\n <p>\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"height:32px;\">\r\n <p>\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"height:32px;\">\r\n <p>\r\n <strong>2018-19</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterappeared</p>\r\n </td>\r\n <td>\r\n <p>\r\n 279</p>\r\n </td>\r\n <td>\r\n <p>\r\n 517</p>\r\n </td>\r\n <td>\r\n <p>\r\n 433</p>\r\n </td>\r\n <td>\r\n <p>\r\n 438</p>\r\n </td>\r\n <td>\r\n <p>\r\n 264</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n I Semesterpassed</p>\r\n </td>\r\n <td>\r\n <p>\r\n 261</p>\r\n </td>\r\n <td>\r\n <p>\r\n 440</p>\r\n </td>\r\n <td>\r\n <p>\r\n 399</p>\r\n </td>\r\n <td>\r\n <p>\r\n 377</p>\r\n </td>\r\n <td>\r\n <p>\r\n 235</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Pass percentage</p>\r\n </td>\r\n <td>\r\n <p>\r\n 93</p>\r\n </td>\r\n <td>\r\n <p>\r\n 85.1</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92.1</p>\r\n </td>\r\n <td>\r\n <p>\r\n 86</p>\r\n </td>\r\n <td>\r\n <p>\r\n 89</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>',55),(30,'<p align=\"center\">\r\n <span style=\"color:#800080;\"><strong>Result Analysis</strong></span></p>\r\n<p>\r\n <strong><span style=\"color:#800080;\">Pass percentage during the last five years</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#800080;\">Final Year:</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Final year students appeared</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">156(V+VI)</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">142 (V+VI)</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">104(V+VI)</span></strong></p>\r\n </td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Final year students passed</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">145</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">119</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">96</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Pass percentage</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">93</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">84</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">92</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\">IV Semester:</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>IV Semesterappeared</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">192(III+IV)</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">156 (IV+V)</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">72</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">51</span></strong></p>\r\n </td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>IV Semesterpassed</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">174</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">133</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">57</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">36</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Pass percentage</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">91</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">85</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">80</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">71</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\">III Semester:</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>IIISemesterappeared</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">98</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">91</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">148(III+IV)</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">53</span></strong></p>\r\n </td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>III Semesterpassed</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">61</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">67</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">143</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">49</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Pass percentage</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">62</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">74</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">97</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">92</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\">II Semester:</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>II Semesterappeared</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">56</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">110</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">78</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">80</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">54</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>II Semesterpassed</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">49</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">103</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">43</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">69</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">52</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Pass percentage</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">88</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">96</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">63</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">86</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">96</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\">I Semester:</span></strong></p>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:624px;\" width=\"624\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2021-22</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>I Semesterappeared</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">62</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">110</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">88</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">89</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">60</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>I Semesterpassed</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">41</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">66</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">73</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">77</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">43</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"color:#800080;\"><strong>Pass percentage</strong></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">66</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">60</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">83</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">87</span></strong></p>\r\n </td>\r\n <td>\r\n <p>\r\n <strong><span style=\"color:#00f;\">72</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <strong><span style=\"color:#00f;\"><br />\r\n </span></strong></p>\r\n',46),(31,'<p>\r\n </p>\r\n<p align=\"center\">\r\n Department of Microbiology</p>\r\n<p align=\"center\">\r\n Student Pass Percentage</p>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:95px;\">\r\n <p align=\"center\">\r\n YEAR</p>\r\n </td>\r\n <td style=\"width:93px;\">\r\n <p align=\"center\">\r\n 2018-2019</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 2019-2020</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 2020-2021</p>\r\n </td>\r\n <td style=\"width:78px;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p>\r\n 2022-2023</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:95px;\">\r\n <p align=\"center\">\r\n Number of students attended</p>\r\n </td>\r\n <td style=\"width:93px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 07</p>\r\n </td>\r\n <td style=\"width:78px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:95px;\">\r\n <p align=\"center\">\r\n Number of students</p>\r\n <p align=\"center\">\r\n passed</p>\r\n </td>\r\n <td style=\"width:93px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 07</p>\r\n </td>\r\n <td style=\"width:78px;\">\r\n <p align=\"center\">\r\n 05</p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p align=\"center\">\r\n 00</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:95px;\">\r\n <p align=\"center\">\r\n Pass percent (%)</p>\r\n </td>\r\n <td style=\"width:93px;\">\r\n <p align=\"center\">\r\n NA</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n NA</p>\r\n </td>\r\n <td style=\"width:86px;\">\r\n <p align=\"center\">\r\n 100</p>\r\n </td>\r\n <td style=\"width:78px;\">\r\n <p align=\"center\">\r\n 100</p>\r\n </td>\r\n <td style=\"width:89px;\">\r\n <p align=\"center\">\r\n NA</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',56),(32,'<p>\r\n <span style=\"font-size:24px;\"><a href=\"/userfiles/SAN-RESULT ANALYSIS-20-23.docx\">/userfiles/SAN-RESULT ANALYSIS-20-23.docx<br />\r\n </a></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\"><strong>RESULT ANALYSIS</strong></span></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:22px;\"><strong>YEAR 2019-23</strong></span></span></p>',61),(33,'<p>\r\n <a href=\"/userfiles/UG resulty analysis 2018-24.pdf\">/userfiles/UG resulty analysis 2018-24.pdf<br />\r\n </a></p>\r\n',68),(34,'<p>\r\n <img alt=\"\" src=\"/userfiles/RESULT_page-0001.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RESULT_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /></p>\r\n',48);
/*!40000 ALTER TABLE `department_result` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_seminors`
--
DROP TABLE IF EXISTS `department_seminors`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_seminors` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_seminors`
--
LOCK TABLES `department_seminors` WRITE;
/*!40000 ALTER TABLE `department_seminors` DISABLE KEYS */;
/*!40000 ALTER TABLE `department_seminors` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_stock`
--
DROP TABLE IF EXISTS `department_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_stock` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_stock`
--
LOCK TABLES `department_stock` WRITE;
/*!40000 ALTER TABLE `department_stock` DISABLE KEYS */;
INSERT INTO `department_stock` VALUES (40,'<p>\r\n testt</p>\r\n','53');
/*!40000 ALTER TABLE `department_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_strength`
--
DROP TABLE IF EXISTS `department_strength`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_strength` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_strength`
--
LOCK TABLES `department_strength` WRITE;
/*!40000 ALTER TABLE `department_strength` DISABLE KEYS */;
INSERT INTO `department_strength` VALUES (18,'<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(6).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/6.jpg\" style=\"width: 300px; height: 107px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660066\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#660066\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n',58),(19,'<h3 style=\"text-align: center;\">\r\n </h3>\r\n<p align=\"center\">\r\n <strong><u>Achievements by the students</u></strong></p>\r\n<table align=\"left\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:612px;\" width=\"612\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p>\r\n <strong>S.No.</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p align=\"center\">\r\n <strong>Name of the Student/Faculty</strong></p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p align=\"center\">\r\n <strong>Award / Honor </strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>01</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:252px;\">\r\n <p>\r\n G. Sujana</p>\r\n <p>\r\n I B.Sc. (BZC)</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured II Place in Skit in DRC Programme held at GDC, Vayalpadu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured I Place in One act play & folk song in DRC Programme held at GDC, Nagari</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>02</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:252px;\">\r\n <p>\r\n G. Harikrishna</p>\r\n <p>\r\n I B.Sc. (BZC)</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured II Place in Quiz in DRC Programme held at GDC, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured III Place in PPT Presentation in DRC Programme held at GDC, Srikalahasti</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>03</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:252px;\">\r\n <p>\r\n J. Deepa</p>\r\n <p>\r\n I B.Sc. (BZC)C.Naveen Kumar I BHCHaripriya I BZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured II Place in Flute Music in DRC Programme held at GDC, Nagari</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Secured I Place in Running in DRC Programme held at GDC, Puttur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>04</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:252px;\">\r\n <p>\r\n 2019-20</p>\r\n <p>\r\n G.Chandana II BZC EM</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n WIPRO -Cares SANTHOOR scholarship</p>\r\n <p>\r\n </p>\r\n <p>\r\n 01-09-2020 - Rs. 24000</p>\r\n <p>\r\n 14-01-2020 - Rs.24000</p>\r\n <p>\r\n 06-03-2021 -Rs.24000</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in Second national games kabaddi 2019-20 at Santhinikethan Public scool, Agra and Won the gold medal in August,2019</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>05</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n AM Gayatrhi and KS Likitha II BZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participaterd and won Ist prize in DRC programme on 13-03-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>06</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n B.Likitha and G.Gowthami III BZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in District Science fair and won III prize; Topic Natural dyes held at Puttur on 04-02-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>07</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:252px;\">\r\n <p>\r\n D.Karthik, III BZC EM</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in District Science fair and won II prize on cardio vascular diseases held at Puttur on 04-02-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td rowspan=\"3\" style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>08</strong></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width:252px;\">\r\n <p>\r\n S.Jyotsna III BZC EM</p>\r\n <p>\r\n AM Gayathri, II BZC EM</p>\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in District Science fair</p>\r\n <p>\r\n Topic: Rain harvesting held at Puttur on 04-02-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated on won Ist prize in poster presentation on environment related issues and solutions: DRC, Palamaner on 24-02-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated on won IInd prize in poster presentation on applications of nono technology in daily life: DRC, Palamaner on 24-02-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>09</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n R.Menaka I BZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in poster presentation on Periodic table of chemical elements - impact on humen welfare. DRC, Palamaner on 24-02-2020</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n <strong>10</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n AM Gayatrhi and KS Likitha II BZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in DRC at PVKN GC, Chittoor on 13-03-2020 and explained the topic - Allelopathic effect of Cleome viscosa on seed germination and seedling growth of Arachis hypogea and Vigna radiata</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>11</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n R.Menaka, G. Haripriya and P. Vishnavi IBZC EM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Participated in DRC at PVKN GC, Chittoor on 13-03-2020 and won Ist prize on Integration of LSRW skills and critical thinking in exploration of native culture in an ESL setting : a case study of English</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:252px;\">\r\n <p>\r\n M.Chennakeshavulu II BZC TM</p>\r\n </td>\r\n <td style=\"width:294px;\">\r\n <p>\r\n Won III prize in Mathematical and physical Science category in DRC conducted PVKN GC, Chittoor on 13-03-2020</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <h3 style=\"text-align: center;\">\r\n </h3>\r\n</div>\r\n<p>\r\n </p>',47),(20,'<h1 style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><strong><em><u>STUDENT ACHIVEMENTS</u></em></strong></span></h1>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:659px;\" width=\"659\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>P Teja</strong></span></span></p>\r\n </td>\r\n <td style=\"width:142px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>800mtrs running</strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>16/12/2021</strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>individual</strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>inter university</strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>silver</strong></span></span></p>\r\n </td>\r\n <td style=\"width:111px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\">Sri Venkateswara University</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>V Suvarna</strong></span></span></p>\r\n </td>\r\n <td style=\"width:142px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>IX th Senior Interdistrict Soft Ball Champion Ship</strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>30<sup>th</sup> June</strong></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>to</strong></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>2<sup>nd</sup> July-2022</strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Team </strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Soft Ball Association & SAAP</strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Runnerup</strong></span></span></p>\r\n </td>\r\n <td style=\"width:111px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\">GDC, Srikakulam</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>V Suvarna</strong></span></span></p>\r\n </td>\r\n <td style=\"width:142px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>XIX th South Zone Senior National Soft Ball Championship-2023</strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>3<sup>rd</sup> March</strong></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>to</strong></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>5<sup>th</sup> MArch-2023</strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Team </strong></span></span></p>\r\n </td>\r\n <td style=\"width:104px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Soft Ball Association of India </strong></span></span></p>\r\n </td>\r\n <td style=\"width:66px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\"><strong>Runnerup</strong></span></span></p>\r\n </td>\r\n <td style=\"width:111px;height:13px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:14px;\">MIET Engineering College, Tiruchirapalli Dist</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <img alt=\"\" src=\"/userfiles/image/Picture3.jpg\" style=\"width: 300px; height: 200px;\" /> <img alt=\"\" src=\"/userfiles/image/Picture1.jpg\" style=\"width: 259px; height: 261px;\" /> <img alt=\"\" src=\"/userfiles/image/Picture2.jpg\" style=\"width: 300px; height: 200px;\" /></div>\r\n',49),(21,'<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><img alt=\"\" src=\"/userfiles/K1.jpg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/K2.jpg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/R2.jpg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/R3.jpg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/R7.jpg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/R1.jpg\" style=\"width: 927px; height: 423px; border-width: 2px; border-style: solid;\" /><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\">Sports and Games</span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:658px;\" width=\"658\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">J.K.YokeshChandran</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">M.HaribabuNaick</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">D.Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">S.V.Dilleep Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">V.Dinakaran</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Softball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">T.Chandrasekhar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P.Prasad</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">I M.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">T.Chandrasekhar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">S.Rajan</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">G.Girish</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">S.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P ThulasiBabu</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">K.P.Mahesh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">V.Dinakaran</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">J.Ashok Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">J.K.YogeshChnadra</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">R.Naveen Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">A.Sharmastatin</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">A.Shabeer</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.Premkumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.PalleChaithanya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Bhuvaneswari</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Sliver</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">K.Ganesh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Role vault</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Rupesh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">4×100mts Relay</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Mounka</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">4×100mts Relay</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Akhilla</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">4×100mts Relay</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.sunitha</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Javelin Throw</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Mounika</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Bronze</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Javelin Throw</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Sumitha</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>YEAR</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Participation</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>TEAM/INDIVIDAL</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NATIONAL AND STATE LEVEL</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>EVENT</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NAME OF THE STUDENT</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>CLASS</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">South zone</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.Prem Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">South zone</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Tharun</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">South zone</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.Chaithanya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">South zone</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">A.Shabeer</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">FootBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.Maheah</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Basket ball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Akhila</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Tug of War</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.Sandeep</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Handball</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">P.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">All India Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.premkumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">All India Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Tharun</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">All India Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">M.Chaithanya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">All India Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">A.Shabeer</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.sailaja</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">P.Tulasibabu</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">S.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Hockey</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">T.Chandhrasekhar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">J.K.YogeshChandhra</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">P.Naresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">T Chandraesekhar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">D.Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Participation</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Akhila</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Mounika</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">III B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">N.Sumitha</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">S.Divya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.Ramya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kabaddi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">G.Akhila</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">B.Kamalhasan</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2018-2019.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Runners</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">SoftBall</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">R.Dinesh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">I B.com</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\">2019-20</span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:632px;\" width=\"632\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>YEAR</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>PARTICIPATION</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>TEAM/INDIVIDUAL</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>INTER UNIVERSITY/STATE NATIONAL</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NAME OF THE EVENT</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>NAME OF THE STUDENTS</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>class</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2019-2020.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">K.Nandini</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2019-2020.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Inter College Tournament</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Kho-Kho</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">K.Rasi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">II B.com</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">2019-2020.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Gold</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">Team</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123p',62),(22,'<p>\r\n Student Achievements: Students awarded laptop</p>\r\n<p align=\"center\">\r\n <img height=\"428\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"469\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n Sports and Games</p>\r\n<p>\r\n </p>\r\n<p>\r\n 2018-19</p>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:658px;\" width=\"658\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.K.YokeshChandran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n M.HaribabuNaick</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n D.Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.V.Dilleep Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n V.Dinakaran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Softball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n T.Chandrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Prasad</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I M.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n T.Chandrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.Rajan</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n G.Girish</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n S.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n P ThulasiBabu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n K.P.Mahesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n V.Dinakaran</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.Ashok Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n J.K.YogeshChnadra</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p>\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p>\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p>\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p>\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p>\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p>\r\n R.Naveen Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p>\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Sharmastatin</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Premkumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.PalleChaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Bhuvaneswari</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Sliver</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Role vault</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Rupesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounka</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhilla</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n 4×100mts Relay</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.sunitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Javelin Throw</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Bronze</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Javelin Throw</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Sumitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>YEAR</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>Participation</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>TEAM/INDIVIDAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NATIONAL AND STATE LEVEL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>EVENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE STUDENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>CLASS</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Prem Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Tharun</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Chaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n South zone</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n FootBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Maheah</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Basket ball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Tug of War</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Sandeep</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Handball</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.premkumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Tharun</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n M.Chaithanya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n All India Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n A.Shabeer</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.sailaja</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Tulasibabu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n S.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n T.Chandhrasekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n J.K.YogeshChandhra</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n P.Naresh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n T Chandraesekhar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n D.Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n N.Sumitha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n S.Divya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Ramya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n G.Akhila</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n B.Kamalhasan</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:49px;height:20px;\">\r\n <p align=\"center\">\r\n 2018-2019.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:93px;height:20px;\">\r\n <p align=\"center\">\r\n Runners</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:121px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:115px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:74px;height:20px;\">\r\n <p align=\"center\">\r\n SoftBall</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n R.Dinesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:85px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n 2019-20</p>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:632px;\" width=\"632\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>YEAR</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>PARTICIPATION</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>TEAM/INDIVIDUAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>INTER UNIVERSITY/STATE NATIONAL</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE EVENT</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>NAME OF THE STUDENTS</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n <strong>class</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Nandini</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Rasi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n N.Mounika</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Vimala</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n D.Yogapriya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n I B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Dhanalakshmi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Rupa</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Participation</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone Inter University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Sivakumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Hockey</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Sivakumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n S.Vishnu</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Dhanalakshmi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.Roopa</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Cash award 3k rupees</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n South zone University</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n K.Ganesh</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n C.Naveen Kumar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kabaddi</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n D.Avinash</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Gold</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n National</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n .</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n V.VenkataBhaskar</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n I.Madhlatha</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n S.Kousalya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n III B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n G.Nagaveni</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n Kho-Kho</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:105px;height:20px;\">\r\n <p align=\"center\">\r\n B.Ramya</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:71px;height:20px;\">\r\n <p align=\"center\">\r\n II B.com</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:46px;height:20px;\">\r\n <p align=\"center\">\r\n 2019-2020.</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:103px;height:20px;\">\r\n <p align=\"center\">\r\n Runner</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:122px;height:20px;\">\r\n <p align=\"center\">\r\n Team</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <p align=\"center\">\r\n Inter College Tournament</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:62px;height:20px;\">\r\n <p align=\"center\">\r\n ',51),(23,'<p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/SAN-ACHIVMENT%20REPORT.docx\">/userfiles/SAN-ACHIVMENT REPORT.docx</a></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <google-sheets-html-origin style=\"color: rgb(0, 0, 0); font-size: medium;\"></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"167\" />\r\n <col width=\"168\" />\r\n <col width=\"171\" />\r\n <col width=\"169\" />\r\n <col width=\"164\" />\r\n <col width=\"159\" />\r\n <col width=\"183\" />\r\n </colgroup>\r\n <tbody>\r\n </tbody>\r\n</table>',64),(24,'<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>26/11/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got Cash PrizeRupees 5000 in District Level Competition</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : The role of Ambedkar in Indian Constitution</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong><strong>Certificate</strong><strong>s :</strong> </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.37 PM\" height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.37 PM (1)\" height=\"588\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg\" width=\"556\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.38 PM\" height=\"494\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n <strong>Lecturer </strong><strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"71\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"109\" /> </p>\r\n<p>\r\n <strong>P.KOTESWARA RAO</strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>26/01/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>II BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>Elocution Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity :College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong>She understanding why don’t ban plastic </strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong>Certificate</strong> <strong>:</strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.21.33 PM\" height=\"225\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n <strong>Lecturer</strong> <strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n P.KOTESWARA RAO <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>28/12/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/</strong><strong>District/</strong><strong>State</strong><strong>/National level</strong></p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got Participation Certificate in State Level Youth Festival</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : Group Discussions</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Photo with </strong><strong>Certificate</strong><strong>s :</strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.07.49 PM (1)\" height=\"241\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" width=\"432\" /></strong></p>\r\n<p>\r\n <strong> Lecturer Signature in Charge </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong> P.KOTESWARA RAO </strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>22/09/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got First & Second Prize in State Level and District Level Competition</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : What is your Aim and contribution towards the nation</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.54 PM\" height=\"237\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n <strong>Lecturer</strong><strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n <strong>P.KOTESWARA RAO </strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.55 PM\" height=\"309\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n <strong>Certificate</strong><strong>s :</strong> <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.56 PM\" height=\"463\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.57 PM\" height=\"494\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"660\" /></strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:252.0pt;\">\r\n <strong>Lecturer In-Charge </strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>27/12/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.Lakshmi</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>Essay writing ,Group Dissension,Quiz </strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong>She got 1<sup>st</sup> prize in Essay Writing Competition,</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n <strong> She got First Prize in Group Discussions and She got first Prize in Quiz Competition</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n <strong> In Engineering College ,Puttur.</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with Competition</strong><strong> :</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-12-27 at 4.01.56 PM\" height=\"283\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-12-27 at 4.01.57 PM\" height=\"358\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n <strong>Lecturer </strong><strong>Lecturer In-Charge </strong></p>\r\n<p>\r\n <strong>P.KOTESWARA RAO</strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg\" width=\"109\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image035.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image036.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>12/10/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.Lakshmi</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>Elocution Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong>She got 2<sup>nd</sup> place 2000 Cash Prize in AZADIKA AMRIT MAHOTSAV</strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:228.9pt;\">\r\n </p>\r\n<p>\r\n <strong>Photo</strong><strong>with Competition</strong><strong> :</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 1.02.51 PM\" height=\"266\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image038.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 1.02.52 PM\" height=\"276\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image040.jpg\" width=\"461\" /></strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n <strong>Lecturer </strong><strong>Lecturer In-Charge </strong></p>\r\n<p>\r\n <strong> P.KOTESWARA RAO </strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:288.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image041.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>22/12/2022</strong> </p>\r\n<p>\r\n <strong>Name ofStudent:</strong><strong>R.Madhu,P.Venkatesh,T.Lakshmi,K.Kiran,Y.Maheswari,</strong></p>\r\n<p style=\"margin-left:132.0pt;\">\r\n <strong>A.Subramanyam Naick,B.Prasanth Naick,B.Prasanth Naick</strong></p>\r\n<p style=\"margin-left:132.0pt;\">\r\n <strong>B. Swetha,Usha,C.Mohan Babu,N.Naveen Kumar,P.Bhanupriya,M.Manoj Kumar,Kaveri,Sireesha,</strong></p>\r\n<p style=\"margin-left:132.0pt;\">\r\n <strong>M.Arthi, Sagar ,Raju and Mahesh</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Program and Group : </strong><strong>I BA,II BA& III BA</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>NATIONAL YOUTH PARLIAMENT</strong></p>\r\n<p style=\"margin-left:265.05pt;\">\r\n <strong>Level of the activity</strong> <strong>:</strong> <strong> College/</strong><strong>“<u>Divisional Level</u>” /</strong><strong>District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong> Some BA Students Participated in</strong></p>\r\n<p>\r\n <strong> YOUTH PARLIAMENT</strong></p>\r\n<p>\r\n <strong> International Anti Corruption Day - 2022</strong></p>\r\n<p>\r\n <strong> They got First Prize in Divisional Level</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Photo :</strong><strong><img alt=\"WhatsApp Image 2023-03-25 at 3.19.01 PM\" height=\"296\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-25 at 3.20.59 PM\" height=\"411\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n <strong>Certificate </strong> <strong>Lecturer In-Charge </strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image036.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>25/01/2024</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>C. NANDHINI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>I BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :Easy Writing and </strong><strong>Elocution Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong>Certificate</strong> <strong>:</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img align=\"left\" height=\"305\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image048.jpg\" width=\"675\" /></p>\r\n<p>\r\n <strong>Lecturer</strong> <strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n P.KOTESWARA RAO <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"109\" /> </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONMICS</strong> </p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image050.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>13/05/2024</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>B. SWETHA</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity : Election duty</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n <strong>Prize Money : Rs. 1000/-</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong>Certificate</strong> <strong>:</strong></p>\r\n<p>\r\n <img align=\"left\" height=\"349\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image052.jpg\" width=\"639\" /></p>\r\n<p>\r\n <strong>Lecturer</strong> <strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n P.KOTESWARA RAO <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image049.jpg\" width=\"109\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>26/11/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got Cash PrizeRupees 5000 in District Level Competition</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : The role of Ambedkar in Indian Constitution</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong><strong>Certificate</strong><strong>s :</strong> </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.37 PM\" height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.37 PM (1)\" height=\"588\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg\" width=\"556\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-27 at 12.02.38 PM\" height=\"494\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n <strong>Lecturer </strong><strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n <img align=\"left\" alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"71\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg\" width=\"109\" /> </p>\r\n<p>\r\n <strong>P.KOTESWARA RAO</strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image013.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>26/01/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>II BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>Elocution Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity :College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong>She understanding why don’t ban plastic </strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong>Certificate</strong> <strong>:</strong></p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.21.33 PM\" height=\"225\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg\" width=\"659\" /></strong></p>\r\n<p>\r\n <strong>Lecturer</strong> <strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n P.KOTESWARA RAO <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>28/12/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/</strong><strong>District/</strong><strong>State</strong><strong>/National level</strong></p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got Participation Certificate in State Level Youth Festival</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : Group Discussions</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Photo with </strong><strong>Certificate</strong><strong>s :</strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.07.49 PM (1)\" height=\"241\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg\" width=\"432\" /></strong></p>\r\n<p>\r\n <strong> Lecturer Signature in Charge </strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong> P.KOTESWARA RAO </strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>22/09/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.LAKSHMI</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>ESSAY Writing Competition</strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:222.85pt;\">\r\n <strong>Brief report about activity</strong> <strong>:</strong><strong>She got First & Second Prize in State Level and District Level Competition</strong></p>\r\n<p style=\"margin-left:234.9pt;\">\r\n <strong>Topic : What is your Aim and contribution towards the nation</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with</strong> </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.54 PM\" height=\"237\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n <strong>Lecturer</strong><strong> Lecturer In-Charge </strong></p>\r\n<p>\r\n <strong>P.KOTESWARA RAO </strong> <img alt=\"WhatsApp Image 2023-03-31 at 2.35.32 PM\" height=\"70\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"109\" /> </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.55 PM\" height=\"309\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n <strong>Certificate</strong><strong>s :</strong> <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.56 PM\" height=\"463\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2023-03-24 at 5.18.57 PM\" height=\"494\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"660\" /></strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:252.0pt;\">\r\n <strong>Lecturer In-Charge </strong></p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"95\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"91\" /><strong>PVKN GOVT. COLLEGE (A), CHITTOOR</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF </strong><strong>ECONOMICS</strong></p>\r\n<p align=\"center\">\r\n <img height=\"2\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"747\" /><strong><u>Student participation in </u></strong> <strong><u>various district, state and national level events/competitions </u></strong></p>\r\n<p>\r\n <strong>Date : </strong><strong>27/12/2022</strong> </p>\r\n<p>\r\n <strong>Name of the Student :</strong><strong>T.Lakshmi</strong></p>\r\n<p>\r\n <strong>Program and Group :</strong><strong>III BA HEP</strong></p>\r\n<p>\r\n <strong>Name of the activity :</strong><strong>Essay writing ,Group Dissension,Quiz </strong></p>\r\n<p>\r\n <strong>Level of the activity : College/District/State/National level</strong></p>\r\n<p>\r\n <strong>Brief report about activity :</strong><strong>She got 1<sup>st</sup> prize in Essay Writing Competition,</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n <strong> She got First Prize in Group Discussions and She got first Prize in Quiz Competition</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n <strong> In Engineering College ,Puttur.</strong></p>\r\n<p>\r\n <strong>Photo</strong><strong>with Competition</strong><strong> :</strong></p>\r\n<p style=\"margin-left:228.9pt;\">\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-12-27 at 4.01.56 PM\" height=\"283\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><img alt=\"WhatsApp Image 2022-12-27 at 4.01.57 PM\" height=\"358\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.jpg\" width=\"660\" /></strong></p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p style=\"margin-left:72.0pt;\">\r\n </p>\r\n<p>\r\n <strong>Lecturer </strong><strong>Lecturer In-Charge </strong></p>\r\n<p>\r\n <strong>P.KOTESWARA RAO</strong> &nbs',54),(25,'<p align=\"center\">\r\n <span style=\"color:#0000cd;\"><span style=\"background-color:#ffffe0;\"><span style=\"font-size:16px;\"><b>ACHIEVEMENTS <a href=\"/userfiles/ACHIEVEMENTS POL.pdf\">CLICK HERE TO VIEW</a></b></span></span></span></p>\r\n',67),(26,'<p align=\"center\">\r\n <strong>DEPARTMENT OF TELUGU</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT ACHIEVEMENTS</strong></p>\r\n<p>\r\n <img height=\"689\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"624\" /></p>',58),(27,'<p>\r\n PVKN goVt degree college(A), chittoor</p>\r\n<p>\r\n dePArtMeNt oF ZoologY</p>',44),(28,'<p align=\"center\">\r\n . <u>Student Achievements</u></p>\r\n<p align=\"center\">\r\n <img height=\"311\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"299\" /><img height=\"297\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg\" width=\"326\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"394\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"617\" /></p>\r\n<p align=\"center\">\r\n <img height=\"405\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg\" width=\"667\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"387\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"655\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"399\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"599\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"445\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg\" width=\"605\" /></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg\" width=\"603\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"436\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"620\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"412\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg\" width=\"607\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png\" width=\"480\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg\" width=\"620\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"392\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg\" width=\"632\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"396\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image027.jpg\" width=\"670\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"273\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg\" width=\"522\" /></p>\r\n<p align=\"center\">\r\n <img height=\"435\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg\" width=\"658\" /><strong>.</strong></p>\r\n<p align=\"center\">\r\n <img height=\"360\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png\" width=\"517\" /></p>\r\n<p align=\"center\">\r\n <img align=\"left\" height=\"295\" hspace=\"12\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image035.jpg\" width=\"603\" /><strong><img height=\"408\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image037.png\" width=\"641\" /></strong></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <strong>Our students got II Prize for Best Student Research Project organised by DRC on 13-3-2020</strong></p>\r\n<p align=\"center\">\r\n <img height=\"260\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image039.jpg\" width=\"633\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"251\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image041.png\" width=\"604\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"232\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image043.jpg\" width=\"586\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"432\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image045.jpg\" width=\"639\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n GOLD MEDAL FOR ACCADEMIC EXCELLANCE-2018-21</p>\r\n<p align=\"center\">\r\n C.SUBHASRI , B.Sc (M.SCs),190304507</p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"396\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image047.jpg\" width=\"513\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n GOLD MEDAL FOR ACCADEMIC EXCELLANCE-2019-22 THOKALA ROJA, B.Sc (MPCs),200303515</p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"427\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image049.png\" width=\"518\" /></p>\r\n<p align=\"center\">\r\n GOLD MEDAL FOR ACCADEMIC EXCELLANCE-2022-23 R.SONIA , B.Sc (MPC),210301513</p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"649\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image051.jpg\" width=\"618\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n <img height=\"748\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image053.jpg\" width=\"601\" /></p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>',43),(29,'<div>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif\" width=\"732\" /></p>\r\n <p align=\"center\" style=\"margin-left:174.4pt;\">\r\n <strong><u>STUDENT</u></strong><strong><u>ACHIEVEMENTS</u></strong></p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;height:37px;\">\r\n <p style=\"margin-left:6.45pt;\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:97px;height:37px;\">\r\n <p align=\"center\" style=\"margin-left:4.6pt;\">\r\n <strong>Activity</strong></p>\r\n </td>\r\n <td style=\"width:95px;height:37px;\">\r\n <p style=\"margin-left:5.9pt;\">\r\n <strong>Name oftheStudent</strong></p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p style=\"margin-left:14.65pt;\">\r\n <strong>Class</strong></p>\r\n </td>\r\n <td style=\"width:246px;height:37px;\">\r\n <p style=\"margin-left:36.6pt;\">\r\n <strong>Activity/Competition</strong></p>\r\n </td>\r\n <td style=\"width:140px;height:37px;\">\r\n <p style=\"margin-left:19.05pt;\">\r\n <strong>StudentAchievement</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 1</p>\r\n </td>\r\n <td style=\"width:97px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:7.2pt;\">\r\n 07-12-2021</p>\r\n </td>\r\n <td style=\"width:95px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:13.45pt;\">\r\n A.Divya</p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n IIIBSc.BHC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n Nationallevelonlinequiz,ontheoccasion of the chemistry daycelebration organized by GovtDegree College for Women (A),Kakinada,AndhraPradesh.</p>\r\n </td>\r\n <td style=\"width:140px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:6.9pt;\">\r\n Secured first placein this online quizandwasawardedacash prize of Rs1000.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 2</p>\r\n </td>\r\n <td style=\"width:97px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 05-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:13.45pt;\">\r\n A.Divya</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n IIIBSc.BHC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:129px;\">\r\n <p align=\"center\" style=\"margin-left:7.2pt;\">\r\n National level quiz on “HistoricalPerspectiveofNuclearScience”onthe occasion of Azadi Ka AmritMahotsav organized by theDepartmentofChemistry,</p>\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n Govt.collegeforwomen(A),Srikakulam,A.P.</p>\r\n </td>\r\n <td style=\"width:140px;height:129px;\">\r\n <p align=\"center\" style=\"margin-left:10.5pt;\">\r\n Secured secondplace and wasrewarded with abookof“OrganicChemistry”</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 3</p>\r\n </td>\r\n <td style=\"width:97px;height:92px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n 07-02-2022</p>\r\n <p align=\"center\" style=\"margin-left:.45pt;\">\r\n &</p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 08-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:12.1pt;\">\r\n S.Ramya</p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n II BSc.MPC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n NationalLevelOnlineQuizontheoccasion of International PeriodicTable Day organized by theDepartmentofChemistry,Govt.</p>\r\n <p align=\"center\" style=\"margin-left:8.15pt;\">\r\n Collegefor Men,Srikakulam,A.P.</p>\r\n </td>\r\n <td style=\"width:140px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:7.75pt;\">\r\n Securedfirstplacein online quiz andwas awarded acash prize of Rs3,000/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 4</p>\r\n </td>\r\n <td style=\"width:97px;height:92px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.8pt;\">\r\n 07-02-2022</p>\r\n <p align=\"center\" style=\"margin-left:.45pt;\">\r\n &</p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 08-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:13.45pt;\">\r\n A.Divya</p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n IIIBSc.BHC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n NationalLevelOnlineQuizontheoccasion of International PeriodicTable Day organized by theDepartmentofChemistry,Govt.</p>\r\n <p align=\"center\" style=\"margin-left:8.15pt;\">\r\n Collegefor Men,Srikakulam,A.P.</p>\r\n </td>\r\n <td style=\"width:140px;height:92px;\">\r\n <p align=\"center\" style=\"margin-left:7.4pt;\">\r\n Secured secondplace in onlinequiz and wasawarded a cashprizeofRs2,000/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 5</p>\r\n </td>\r\n <td style=\"width:97px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 27-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:14.4pt;\">\r\n S.Sneha</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.1pt;\">\r\n III B.ScBZCEM</p>\r\n </td>\r\n <td style=\"width:246px;height:129px;\">\r\n <p align=\"center\" style=\"margin-left:8.85pt;\">\r\n An Online National StudentColloquium- Painting competitionon“Integratedapproachinscienceand technology for a sustainablefuture” organised by GovernmentDegreeCollege,Chodavaram,</p>\r\n <p align=\"center\" style=\"margin-left:8.15pt;\">\r\n Visakhapatnam,AndhraPradesh</p>\r\n </td>\r\n <td style=\"width:140px;height:129px;\">\r\n <p align=\"center\" style=\"margin-left:5.7pt;\">\r\n SecuredFirstplacein the paintingcompetition andwas awarded withcashprize.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:97px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 27-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:23.7pt;\">\r\n M.J.</p>\r\n <p align=\"center\" style=\"margin-left:13.05pt;\">\r\n DharaniPrasanthi</p>\r\n </td>\r\n <td style=\"width:76px;height:129px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.1pt;\">\r\n III B.ScBZCEM</p>\r\n </td>\r\n <td style=\"width:246px;height:129px;\">\r\n <p align=\"center\" style=\"margin-left:8.85pt;\">\r\n An Online National StudentColloquium- Painting competitionon“Integratedapproachinscienceand technology for a sustainablefuture” organized by GovernmentDegreeCollege,Chodavaram,</p>\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n Visakhapatnam,A.P.</p>\r\n </td>\r\n <td style=\"width:140px;height:129px;\">\r\n <p style=\"margin-left:5.35pt;\">\r\n SecuredSecondplaceinthepainting</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n competitionandwasawardedwithacashprize.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:97px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 28-02-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:6.25pt;\">\r\n P.Vaishnavi</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:8.75pt;\">\r\n IIIBSc-BZC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n NationalOnlineQuizonRadiochemistryandits</p>\r\n <p align=\"center\" style=\"margin-left:6.0pt;\">\r\n Applications organized by Govt.Degree College (Men), Srikakulam,A.P.</p>\r\n </td>\r\n <td style=\"width:140px;height:110px;\">\r\n <p align=\"center\" style=\"margin-left:5.7pt;\">\r\n Secured third placein this online Quiz.She was awarded abook“PrinciplesofPhysical</p>\r\n <p align=\"center\" style=\"margin-left:7.65pt;\">\r\n Chemistry”</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:.35pt;\">\r\n 8</p>\r\n </td>\r\n <td style=\"width:97px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 26-08-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:92px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:12.1pt;\">\r\n S. Ramya</p>\r\n </td>\r\n <td style=\"width:76px;height:92px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n II BSc.MPC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:92px;\">\r\n <p style=\"margin-left:15.35pt;\">\r\n National Level Online Quiz on theoccasion of Antoine Lavoisier'sBirthAnniversaryconductedby</p>\r\n <p style=\"margin-left:36.0pt;\">\r\n Govt. Degree College,Rajahmundry dist.,A.P</p>\r\n </td>\r\n <td style=\"width:140px;height:92px;\">\r\n <p style=\"margin-left:10.9pt;\">\r\n S.RamyasecuredFirst place in thisonline quiz andwasawardeda</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"1059\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image004.gif\" width=\"732\" /></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:54px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:97px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:95px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:76px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:246px;height:37px;\">\r\n <p>\r\n </p>\r\n </td>\r\n <td style=\"width:140px;height:37px;\">\r\n <p style=\"margin-left:35.25pt;\">\r\n cashprizeofRs3,000/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:17.15pt;\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:97px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 21-09-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:12.1pt;\">\r\n G.Abitha</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n II BSc.MPC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p align=\"center\" style=\"margin-left:14.65pt;\">\r\n National Level Online Quiz onBasis in Pharma and AnalyticalChemistry organised byDepartmentofChemistry,Govt.</p>\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n DegreeCollege,Seethanagaram,East Godavari(Dist),A.P</p>\r\n </td>\r\n <td style=\"width:140px;height:110px;\">\r\n <p style=\"margin-left:12.2pt;\">\r\n G. Abitha securedfirst place in thisonline quiz andwasawardedacashprizeofRs</p>\r\n <p style=\"margin-left:36.7pt;\">\r\n 1500/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:14.1pt;\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:97px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 12-10-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:110px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:8.15pt;\">\r\n T.Sowmya</p>\r\n </td>\r\n <td style=\"width:76px;height:110px;\">\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n IIIBSc.MPC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:110px;\">\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n District Level declamation Conteston the topic “ To take Pride onIndian Heritage and Legacy”organised by Nehru Yuva KendraOrganisation</p>\r\n </td>\r\n <td style=\"width:140px;height:110px;\">\r\n <p style=\"margin-left:6.9pt;\">\r\n T. Sowmyasecured first placein the competitionandwasawardeda</p>\r\n <p style=\"margin-left:35.25pt;\">\r\n cashprizeofRs5,000/-</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:54px;height:147px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:14.35pt;\">\r\n 11</p>\r\n </td>\r\n <td style=\"width:97px;height:147px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p align=\"center\" style=\"margin-left:4.55pt;\">\r\n 23-10-2022</p>\r\n </td>\r\n <td style=\"width:95px;height:147px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:12.1pt;\">\r\n S.Ramya</p>\r\n </td>\r\n <td style=\"width:76px;height:147px;\">\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:15.25pt;\">\r\n IIIBSc.MPC(EM)</p>\r\n </td>\r\n <td style=\"width:246px;height:147px;\">\r\n <p align=\"center\" style=\"margin-left:12.35pt;\">\r\n National Level Online EssayWritingCompetitiononthetopic“RoleofMoleConceptIn</p>\r\n <p align=\"center\" style=\"margin-left:8.25pt;\">\r\n Chemistry” on the occasion ofInternationalMoleDayorganisedby Revathi Science Foundation,Ramachandhrapuram, Dr. B RAmbedhkarKonaseema Dist</p>\r\n </td>\r\n <td style=\"width:140px;height:147px;\">\r\n <p style=\"margin-left:6.9pt;\">\r\n S. Ramya securedfirst place in thiscompetition in theSenior Categoryandwasawardeda</p>\r\n <p style=\"margin-left:35.25pt;\">\r\n cashprizeofRs1,500/-</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n </p>\r\n <table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n </td>\r\n <td>\r\n <img height=\"135\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg\" width=\"195\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<div>\r\n <p>\r\n <img height=\"730\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image007.gif\" width=\"1059\" /></p>\r\n <p align=\"center\" style=\"margin-left:123.4pt;\">\r\n <img height=\"85\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg\" width=\"83\" /><img height=\"77\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg\" width=\"83\" /><strong>PVKNGOVTCOLLEGE (A),CHITTOOR</strong></p>\r\n <h1>\r\n DEPARTMENTOFCHEMISTRY</h1>\r\n <p align=\"center\" style=\"margin-left:134.3pt;\">\r\n <strong>STUDENTSACHIEVEMENTS:NATIONALLEVELCOMPETITIONS</strong></p>\r\n <p>\r\n </p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:504px;height:530px;\">\r\n <p style=\"margin-left:13.65pt;\">\r\n <img height=\"235\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg\" width=\"468\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:21.6pt;\">\r\n <img height=\"107\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image014.gif\" width=\"444\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>Arthur Divya, III B.Sc (BHC) stood second in </strong>National LevelOnline Quiz on the occasion of International Periodic Table Dayorganized by Govt Degree College for Men, Srikakulam, A.P. on07-02-2022&08-02-2022.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ShewasawardedwithacashprizeofRs2,000/-</strong></p>\r\n </td>\r\n <td style=\"width:482px;height:530px;\">\r\n <p style=\"margin-left:12.3pt;\">\r\n <img height=\"250\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image016.gif\" width=\"448\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ArthurDivya,IIIB.Sc(BHC)stoodsecondinNationallevelonlinequiz</strong>on“HistoricalPerspectiveofNuclearScience” organized by Govt Degree College for Women (A),Srikakulam, A.P. in association with Society for AdvancementofChemicalSciences andEducationon05-02-2022.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>Shewasrewardedwithatextbookof“OrganicChemistry”.</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n</div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:504px;height:638px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <img height=\"310\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg\" width=\"496\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:13.8pt;\">\r\n <img height=\"139\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image020.gif\" width=\"467\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>Arthur Divya, III B.Sc (BHC) stood First in National Levelonline quiz </strong>on the occasion of the chemistry day celebrationorganized by A.S.D Govt Govt Degree College for Women (A),Kakinadaon07-12-2021.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ShewasawardedacashprizeofRs1000.</strong></p>\r\n </td>\r\n <td style=\"width:482px;height:638px;\">\r\n <p style=\"margin-left:8.55pt;\">\r\n <img height=\"270\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg\" width=\"458\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:67.95pt;\">\r\n <img height=\"177\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg\" width=\"300\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>P. Vaishnavi III B.Sc (BZC) stood third in National OnlineQuiz </strong>on “Radiochemistry and its Applications” organized byGovt.Degree College(Men), Srikakulam.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n Shewasawardedabookonphysicalchemistryforsecuring</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n thirdplace.</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:504px;height:656px;\">\r\n <p style=\"margin-left:6.6pt;\">\r\n <img height=\"392\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg\" width=\"225\" /> <img height=\"408\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg\" width=\"255\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>S.SnehaofIII B.Sc(BZC)securedfirst placeinthepainting competition in National Online Student Colloquium </strong>on“Integrated approach in science and technology for a sustainablefuture” organized by Government Degree College, Chodavaram,Visakhapatnam,AndhraPradeshon27-02-2022.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ShewasawardedwithcashprizeofRs1500/-</strong></p>\r\n </td>\r\n <td style=\"width:482px;height:656px;\">\r\n <p style=\"margin-left:5.55pt;\">\r\n <img height=\"405\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image030.gif\" width=\"466\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>M.J. Dharani Prasanthi III B.Sc (BZC) secured secondplace in the painting competition in National Online StudentColloquium </strong>on “Integrated approach in science and technologyfor a sustainable future” organized by Government DegreeCollege, Chodavaram, Visakhapatnam, Andhra Pradesh on 27-02-2022.<strong>ShewasawardedwithcashprizeofRs1000/-</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:504px;height:654px;\">\r\n <p style=\"margin-left:9.6pt;\">\r\n <img height=\"334\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image032.jpg\" width=\"476\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:43.65pt;\">\r\n <img height=\"169\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg\" width=\"387\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>S. Ramya secured first place in National Level Online Quiz onthe occasion of International Periodic Table Day organized byGovt Degree College for Men, Srikakulam, A.P. on 07-02-2022&08-02-2022.</strong></p>\r\n <p style=\"margin-left:10.5pt;\">\r\n <strong>ShewasawardedacashprizeofRs3,000/-</strong></p>\r\n </td>\r\n <td style=\"width:482px;height:654px;\">\r\n <p style=\"margin-left:19.15pt;\">\r\n <img height=\"173\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image036.jpg\" width=\"408\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>S. Ramya, III B.Sc (MPC) secured first place in NationalLevelOnlineQuizontheoccasionofAntoineLavoisierBirthAnniversaryconductedbyGovt.College(A),Rajahmundryon26-08-2022.</strong></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ShewasawardedacashprizeofRs3,000/-</strong></p>\r\n <p style=\"margin-left:31.0pt;\">\r\n <img height=\"216\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image038.jpg\" width=\"400\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>G.Abitha,IIIB.Sc(MPC)securedsecondplaceinNational Level Online Quiz on the occasion of AntoineLavoisier Birth Anniversary conducted by Govt. College (A),Rajahmundryon26-08-2022.</strong></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n <strong>ShewasawardedacashprizeofRs2,000/-</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>\r\n<div>\r\n <p style=\"margin-left:468.0pt;\">\r\n </p>\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td height=\"0\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td height=\"585\">\r\n </td>\r\n <td align=\"left\">\r\n <img height=\"585\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image042.jpg\" width=\"488\" /></td>\r\n <td>\r\n </td>\r\n <td align=\"left\" rowspan=\"2\">\r\n <img height=\"590\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image043.gif\" width=\"442\" /></td>\r\n </tr>\r\n <tr>\r\n <td height=\"5\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <br clear=\"ALL\" />\r\n <img height=\"648\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image044.gif\" width=\"987\" />EENADUNEWSPAPERCLIPPING\r\n <p>\r\n </p>\r\n</div>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:504px;height:622px;\">\r\n <p style=\"margin-left:5.4pt;\">\r\n <img height=\"225\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image046.jpg\" width=\"478\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:71.6pt;\">\r\n <img height=\"163\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image048.jpg\" width=\"313\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n G. Abitha has secured first place in National Level Online Quiz onthe topic “Basics in Pharma and Analytical Chemistry” organizedbyDepartmentofChemistry,Govt.DegreeCollege,Seethanagaram,EastGodavari(Dist),A.P on21-09-2022.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n Shewasawarded acashprizeofRs1500/-</p>\r\n </td>\r\n <td style=\"width:482px;height:622px;\">\r\n <p style=\"margin-left:5.3pt;\">\r\n <img height=\"241\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image050.jpg\" width=\"464\" /></p>\r\n <p>\r\n </p>\r\n <p style=\"margin-left:32.3pt;\">\r\n <img height=\"128\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image052.jpg\" width=\"391\" /></p>\r\n <p style=\"margin-left:5.35pt;\">\r\n S.RamyahassecuredfirstplaceinNationalLevelOnlineEssay Writing Competition on the topic “Role of Mole ConceptInChemistry”ontheoccasionofInternationalMoleDayorganizedbyRevathiScienceFoundation,Ramachandhrapuram, Dr. B R Ambedhkar Konaseema Dist on23-10-2022.</p>\r\n <p style=\"margin-left:5.35pt;\">\r\n Shewasawarded acashprizeofRs1500/-</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>',44),(30,'<p align=\"center\">\r\n <strong>DEPARTMENT OF ENGLISH</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT ACHIEVEMENTS</strong></p>\r\n<p>\r\n <img height=\"689\" src=\"file:///C:/Users/PVKNGDC/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg\" width=\"624\" /></p>',55),(31,'<p align=\"center\">\r\n <strong>DEPARTMENT OF ENGLISH</strong></p>\r\n<p align=\"center\">\r\n <strong>STUDENT ACHIEVEMENTS</strong></p>',46),(32,'<p align=\"center\">\r\n <strong>S.K.P. GOVT DEGREE COLLEGE</strong></p>\r\n<p align=\"center\">\r\n <strong>DEPARTMENT OF MICROBIOLOGY</strong></p>\r\n<p align=\"center\">\r\n <strong>2022-23</strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:353px;\" width=\"353\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310501</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n AVULA HEMA SUDHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310502</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n A.RAJASEKHAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310503</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n BEEDAM VENKATESH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310504</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n BODIREDDY MAMATHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n C ZION JABASTI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n GALI VENKATESH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310508</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n GOWRABOYANI THANUSRI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310509</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n KALAVAKUNTA GOWTHAM</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310510</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n KARAGATTI SIVA VARA PRASAD REDDY</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310511</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n KOTHAPALLI VAMSI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 230310512</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n MARAKALAKUPPAM RAMYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310513</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MAREPALLI DEVIPRASAD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310514</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MAREPALLI HIMABINDU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310515</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n MOTURU REVATHI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310516</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n N CHARAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310517</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n N SAGAR SHRAVAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310518</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n NAMPALLI BHANU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310519</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n NELLEPALLI KISHORE</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310520</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n PATAN FAROOK</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310521</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n RAMANA PRIYANKHA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310522</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S ATHIYA FATHIMA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310523</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S BHARGAVI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310525</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S ROSHNI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310526</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SHAIK SUMIYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310527</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SYED IMRAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310528</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T SILPA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 230310529</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n V BHARATH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n B.B.Sc.</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305502</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n DHARA PRASANNA KUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305504</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n MUTHIREVULA GOWTHAMI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n RAMESH BABU RESHMA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S CHANDU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305508</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n S DURGA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p>\r\n 220305509</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n SHAIK MAHABOOB CHAN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305510</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SHAIK NIZAMUDDIN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p>\r\n 220305511</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T THARUN</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2019-2020</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 200308503</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n TEMALLE DWARAKANATH (HIN)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308504</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n R NAVEEN KUMARI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308506</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n V SOWJANYA (SAN)</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308507</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n SAMANU SREEKANTH</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 200308508</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n T SRIKRISHNA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" nowrap=\"nowrap\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2018-2019</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305501</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n G RAGHA PRIYA</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305502</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n PANDIKALA VAMSI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:42px;\">\r\n <p align=\"center\">\r\n 190305504</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p>\r\n PUNYASAMUDRAM UDAY KUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:148px;height:21px;\">\r\n <p align=\"center\">\r\n 190305505</p>\r\n </td>\r\n <td style=\"width:205px;height:21px;\">\r\n <p>\r\n R VANI SREE</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:353px;height:21px;\">\r\n <p align=\"center\">\r\n 2017-2018</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:42px;\">\r\n <p align=\"right\">\r\n 318005115</p>\r\n </td>\r\n <td style=\"width:205px;height:42px;\">\r\n <p align=\"center\">\r\n V.CHANDANA SREELAKSHMI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005118</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n A.JAYAKUMAR</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005119</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n M.HARIBABU</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:148px;height:21px;\">\r\n <p align=\"right\">\r\n 318005120</p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:205px;height:21px;\">\r\n <p>\r\n G.MANJARI</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p align=\"center\">\r\n </p>',56),(33,'<p>\r\n <span style=\"font-size:14px;\"><span style=\"color:#f00;\"><a href=\"/userfiles/ACHIEVEMENTS(1).pdf\">/userfiles/ACHIEVEMENTS(1).pdf<br />\r\n </a></span></span></p>\r\n',68),(34,'<p>\r\n <img alt=\"\" src=\"/userfiles/STUDENT ACHIVEMENTS_01.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/STUDENT ACHIVEMENTS_02.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n',48),(35,'<p style=\"text-align: center;\">\r\n <img alt=\"Brochure Inauguration of one day National Urdu seminar.\" src=\"/userfiles/WhatsApp Image 2025-01-10 at 11_43_27 AM.jpeg\" style=\"width: 400px; height: 400px; border-width: 3px; border-style: solid;\" /></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#663366;\"><span style=\"font-size:20px;\"><strong>Brochure Inauguration of one day National Urdu seminar.</strong></span></span></p>\r\n',59),(36,'<h1 class=\"page-title\" style=\"box-sizing: border-box; margin: 0px 0px 15px; font-size: 24px; font-family: Roboto, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(80, 80, 80);\">\r\n <a href=\"/userfiles/SANS ACHIE.pdf\">Achievements</a></h1>\r\n',61);
/*!40000 ALTER TABLE `department_strength` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_syllabus`
--
DROP TABLE IF EXISTS `department_syllabus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_syllabus` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`download` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_syllabus`
--
LOCK TABLES `department_syllabus` WRITE;
/*!40000 ALTER TABLE `department_syllabus` DISABLE KEYS */;
/*!40000 ALTER TABLE `department_syllabus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_timetable`
--
DROP TABLE IF EXISTS `department_timetable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_timetable` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`download` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
`course_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`course_year` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`semister` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_timetable`
--
LOCK TABLES `department_timetable` WRITE;
/*!40000 ALTER TABLE `department_timetable` DISABLE KEYS */;
INSERT INTO `department_timetable` VALUES (76,'Testing','uploads/86651.pdf',58,'UG','I','I'),(80,'II, IV, VI, VIII SEMESTER','uploads/1034CA EVEN 2,4,6,8 DEC 2024.pdf',62,'UG','I','II'),(81,'CHEMISTRY TIME TABLES','uploads/3987TIMETABLES.pdf',45,'UG','I','I'),(82,'TIME TABLE','uploads/7206Time Table -Economics.docx',54,'UG','I','II'),(83,'TIMETABLE 2024-25','uploads/9408TIME TABLE I, III, V SEM 2024-25.xlsx',51,'UG','I','I'),(84,'2024-25','uploads/5533I SEM.docx',49,'UG','I','I'),(85,'2024-25 ','uploads/2102III 2024-25.docx',49,'UG','II','III'),(86,'2024-25','uploads/4985V 2024-2025.docx',49,'UG','III','V'),(87,'2023-24','uploads/4307I SEM.docx',49,'UG','I','I'),(88,'2023-24','uploads/1162III SEM.docx',49,'UG','II','III'),(89,'2023-24','uploads/2401V SEM.docx',49,'UG','III','V'),(90,'2023-24','uploads/9963TEST PAGE.docx',49,'UG','I','II'),(91,'2023-24','uploads/5162TEST PAGE.docx',49,'UG','II','IV'),(92,'2023-24','uploads/2093TEST PAGE.docx',49,'UG','III','VI'),(93,'2022-23','uploads/1895I.docx',49,'UG','I','I'),(94,'2022-23','uploads/2231III.docx',49,'UG','II','III'),(95,'2022-23','uploads/4185V.docx',49,'UG','III','V'),(96,'2022-23','uploads/4883II.docx',49,'UG','I','II'),(97,'2022-23','uploads/6422IV.docx',49,'UG','II','IV'),(98,'2022-23','uploads/1669VI.docx',49,'UG','III','VI'),(99,'2021-22','uploads/87332021-22 - I SEM.docx',49,'UG','I','I'),(100,'2021-22','uploads/97752021-22 III SEM.docx',49,'UG','II','III'),(101,'2021-22','uploads/52382021-22 V SEM.docx',49,'UG','III','V'),(102,'2021-22','uploads/91172021-22 II SEM.docx',49,'UG','I','II'),(103,'2021-22','uploads/48002021-22 IV SEM.docx',49,'UG','II','IV'),(104,'2021-22','uploads/33972021-22 VI SEM.docx',49,'UG','III','VI'),(105,'2020-21','uploads/6740I (2020-21).docx',49,'UG','I','I'),(106,'2020-21','uploads/3592III 2020-2021.docx',49,'UG','II','III'),(107,'2020-21','uploads/288V 2020-2021.docx',49,'UG','III','V'),(108,'2020-21','uploads/5196II 2020-21.docx',49,'UG','I','II'),(109,'2020-21','uploads/7796IV (2020-21).docx',49,'UG','II','IV'),(110,'2020-21','uploads/8668VI (2020-21).docx',49,'UG','III','VI'),(113,'Time Table','uploads/7337NEW TIME TABLE-2024-25.docx',61,'UG','I','II'),(114,'Time Tables','uploads/5639TOTAL DEPARTMENTAL TIME-TABLE POLITICAL SCIENCE.docx',63,'UG','I','II'),(115,'ZOOLOGY TIME TABLE','uploads/3286Department of Zoology time table (2021-2022) .pdf',44,'UG','I','I'),(116,'TIMETABLE','uploads/2413DEPARTMENTAL TIME TABLE 2022-23.pdf',44,'UG','I','III'),(117,'TIMETABLE','uploads/9672TIME TABLE HINDI.docx',39,'UG','I','I'),(118,'Tamil Time table','uploads/1563TIME TABLE.docx',60,'UG','I','I'),(119,'Time Table','uploads/8691TIME-TABLE POLITICAL SCIENCE.docx',67,'UG','I','I'),(120,'Time Table','uploads/1418Time table.pdf',43,'UG','I','II'),(121,'TIMETABLE','uploads/3766Time Tables.docx',55,'UG','I','I'),(122,'CS TIMETABLE','uploads/9216CS PG Syllabus 2022-23.docx',46,'UG','I','I'),(123,'MICRO BIOLOGY TIMETABLE','uploads/1107II SEMESTER.docx',56,'UG','I','I'),(124,'BOTANY TIME TABLE','uploads/78592024-25 Odd sem time table.docx',47,'UG','I','I'),(125,'URDU TIME TABLE','uploads/591TIME TABLE HINDI.docx',59,'UG','I','I'),(126,'I BA HEP2020','uploads/1767DEPT. HISTORY TIME TABLE - I, III, V 2020 -21.xlsx',48,'UG','I','I'),(127,'BA HEP 2021','uploads/2681DEPT. HISTORY TIME TABLE - II, IV & VI 2020 -21.xlsx',48,'UG','I','II'),(128,'DEPT OF ZOOLOGY TIME TABLE 2021-2022','uploads/6615Department of Zoology time table (2021-2022) .pdf',68,'UG','I','I'),(129,'Dept of Zoology 2024-2025','uploads/3023DEPARTMENT TIMETABLE 2024-25.pdf',68,'UG','II','II'),(130,'Dept of Time Table 2022-2023','uploads/9604DEPARTMENTAL TIME TABLE 2022-23.pdf',68,'UG','III','III'),(131,'INDIVIDUAL TIME TABLE 2024-2025','uploads/9454INDIVIDUAL TIME TABLE 2024-25.pdf',68,'UG','III','IV'),(132,'TIME TABLE STATISTICS','uploads/7729TT FOR II $ IV - 2024-25.docx',64,'UG','I','I');
/*!40000 ALTER TABLE `department_timetable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_vision`
--
DROP TABLE IF EXISTS `department_vision`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_vision` (
`id` int NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_vision`
--
LOCK TABLES `department_vision` WRITE;
/*!40000 ALTER TABLE `department_vision` DISABLE KEYS */;
INSERT INTO `department_vision` VALUES (19,'<p>\r\n .<strong>Vision of the Department</strong> :</p>\r\n<p>\r\n The Department of Botany's vision includes conservation, sustainable agriculture, climate resilience, medicinal research, public education, technology, urban greening, and food security, contributing to global understanding and impact on plant ecosystems.</p>\r\n<p>\r\n <strong>Mission of the Department </strong> :</p>\r\n<p>\r\n The mission of the Department of Botany is to advance knowledge and stewardship of plant life through research, education, and outreach, aiming to foster sustainability and conservation of global plant ecosystems.</p>\r\n','47'),(20,'<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 60%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>VISION & MISSION</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/VISION & MISSION.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>','58'),(21,'<p>\r\n <span style=\"font-size:18px;\"><span style=\"color:#ee82ee;\"><span style=\"font-family:times new roman,times,serif;\">::Vision::</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">History Department's vision is to inculcate the habit of Developing cultural and ethical values among it's wards to make them focus on the gross roots of our civilisation and history.</span></span></span><span style=\"font-family: "times new roman", times, serif; font-size: 16px; color: rgb(0, 0, 255);\">To enhance the human nature and make them empathetic and compassionate towards fellow beings.</span></p>\r\n<p>\r\n <span new=\"\" style=\"color: rgb(128, 0, 128); font-size: 18px; font-family: \" times=\"\">::Mission::</span></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">To impart the knowledge which the students needs to brighter their academic. potential, to disseminate the information needed by students for acquiring research skills and </span></span></span><span style=\"font-family: "times new roman", times, serif; color: rgb(0, 0, 255); font-size: 16px;\">keep them well acquainted with latest developments in cultural and academic aspects.</span></p>\r\n','48'),(22,'<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#daa520;\"><span style=\"font-size:18px;\"><strong>VISION:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>The Department of Computer Applications aims to generate groomed, technically competent and skilled intellectual professionals specifically from the rural area of Chittoor to meet the current challenges of the modern computing industry.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><strong><span style=\"color:#ee82ee;\"><span style=\"font-size:18px;\">MISSION:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong>a. Delivering comprehensive education in Commerce, and Computer Applications, with a focus on software development, business acumen, and practical skills.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong>b. Developing innovative solutions in IT and business to address the unique needs of our local community.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong>c. Providing tailored training programs in IT, commerce, and computer applications to meet the evolving demands of the industry.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong>d. Empowering rural youth with quality education in computer applications, commerce, and IT skills.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong>e. Fostering lifelong learning, global citizenship, and entrepreneurial spirit among students of commerce and computer applications.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800000;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></span></p>\r\n','62'),(23,'<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"color:#b22222;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Vision of the Department</strong></span></span><br />\r\n </span></h1>\r\n<h1 style=\"text-align: justify;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">Conceiving by igniting and promoting enthusiasm in the study of physics & Electronics, and inculcate the proper knowledge of fundamentals of physics & Electronics, students are enabling to take up scientific temperament skills in their professional courses as a part of curriculum</span></span></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><span style=\"color:#b22222;\"><strong>Mission of the Department</strong></span><br />\r\n </span></span></h1>\r\n<h2 style=\"text-align: justify;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:24px;\"><span style=\"font-family:times new roman,times,serif;\">To provide a high standard of education in physics and electronics, equipping students for advanced studies in these fields and promoting their progression into professional courses.</span></span></span></h2>\r\n<p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n','49'),(24,'<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Vision of the Department <br />\r\n </span></span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Statistics Department aims to gather data, analyze it creatively, and make predictions that help people make better decisions, reaching out to share our findings widely.</span></span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Mission of the Department <br />\r\n </span></span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">Conduct cutting-edge research in statistical methods, data analysis, and prediction techniques to advance knowledge and inform decision-making processes. Engage in community outreach initiatives to share expertise, promote statistical literacy, and facilitate the practical application of statistical insights for societal benefit.</span></span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"background-color:#fff;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></span></p>\r\n','64'),(25,'<p>\r\n <strong>Vision, Mission & Administrative Policies of the Department</strong></p>\r\n<p>\r\n <strong>Vision of the Department</strong> :Skilled professionals are developed for global industry, business, and service sectors, and students are supported in starting businesses that benefit urban and rural communities.</p>\r\n<p>\r\n <strong> Mission of the Department</strong> :</p>\r\n<ol>\r\n <li>\r\n To provide high-quality education in commerce and management.</li>\r\n <li>\r\n To foster innovation and competence in our students.</li>\r\n <li>\r\n To prepare students for successful careers in global industry, business, and service sectors.</li>\r\n <li>\r\n To encourage entrepreneurial ventures among students.</li>\r\n <li>\r\n To promote initiatives that benefit both urban and rural communities.</li>\r\n</ol>\r\n<h3>\r\n Departmental Administrative policies:</h3>\r\n<ol>\r\n <li>\r\n <strong>Educational Excellence</strong>\r\n <ul>\r\n <li>\r\n <strong>Curriculum Development</strong>: Ensure curricula are rigorous, current, and relevant to industry standards.</li>\r\n <li>\r\n <strong>Faculty Training</strong>: Provide continuous professional development for faculty to maintain high teaching standards.</li>\r\n <li>\r\n <strong>Resource Allocation</strong>: Invest in modern educational tools and resources to enhance learning experiences.</li>\r\n </ul>\r\n </li>\r\n <li>\r\n <strong>Student Competence and Innovation</strong>\r\n <ul>\r\n <li>\r\n <strong>Active Learning</strong>: Integrate projects, internships, and real-world case studies into the curriculum.</li>\r\n <li>\r\n <strong>Skill Development</strong>: Organize workshops on critical thinking, problem-solving, and other essential skills.</li>\r\n <li>\r\n <strong>Innovation Hub</strong>: Establish a departmental innovation hub to foster creative and entrepreneurial thinking.</li>\r\n </ul>\r\n </li>\r\n <li>\r\n <strong>Career Preparation</strong>\r\n <ul>\r\n <li>\r\n <strong>Industry Partnerships</strong>: Build and maintain partnerships with businesses and industries for internships and job placements.</li>\r\n <li>\r\n <strong>Career Services</strong>: Provide career counselling, resume-building workshops, and mock interview sessions.</li>\r\n <li>\r\n <strong>Alumni Network</strong>: Leverage the alumni network to create mentorship and networking opportunities for students.</li>\r\n </ul>\r\n </li>\r\n <li>\r\n <strong>Entrepreneurial Support</strong>\r\n <ul>\r\n <li>\r\n <strong>Start-up Resources</strong>: Offer resources and mentorship for students interested in entrepreneurship.</li>\r\n <li>\r\n <strong>Incubation Programs</strong>: Facilitate access to start-up incubation programs and seed funding.</li>\r\n <li>\r\n <strong>Entrepreneurial Workshops</strong>: Conduct regular workshops on business planning, funding, and management.</li>\r\n </ul>\r\n </li>\r\n <li>\r\n <strong>Community Engagement</strong>\r\n <ul>\r\n <li>\r\n <strong>Community Projects</strong>: Promote student participation in projects addressing the needs of urban and rural communities.</li>\r\n <li>\r\n <strong>Social Entrepreneurship</strong>: Encourage initiatives that focus on social impact and community development.</li>\r\n <li>\r\n <strong>Outreach Programs</strong>: Develop outreach programs to foster connections between students and local communities.</li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<p>\r\n These policies will ensure the alignment of the department's operations with its vision and mission, fostering an environment of excellence, innovation, and community engagement.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>','51'),(26,'<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n <span style=\"background-color:#ffff00;\">Vision of the Department </span> : <br />\r\n To be a leading department that prepares students to understand and address key political issues effectively.</p>\r\n<p>\r\n </p>\r\n<p style=\"margin-left:36.0pt;\">\r\n <span style=\"background-color:#ffff00;\">Mission of the Department </span> :</p>\r\n<p style=\"margin-left:21.0pt;\">\r\n To advance knowledge in political science through innovative research and teaching, preparing students to critically analyze and address complex political and social issues.</p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>','63'),(27,'<p>\r\n <span style=\"color:#f00;\"><strong> <img alt=\"\" src=\"/userfiles/Mission-Vision-Statement.png\" style=\"width: 200px; height: 100px;\" /> Vision of the Department </strong></span><strong style=\"color: rgb(255, 0, 0);\"> </strong><strong style=\"color: rgb(255, 0, 0);\"><img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/Mission-Vision-Statement.png\" style=\"width: 200px; height: 100px;\" /></strong></p>\r\n<p style=\"margin-left:144.0pt;\">\r\n <span style=\"color:#00f;\">To be one of the most highly recognized departments of Computer Science in teaching, learning, scientific research, and community service according to international standards in order to achieve the desired growth and development.</span></p>\r\n<p style=\"margin-left:144.0pt;\">\r\n <span style=\"color:#f00;\"><strong>Mission of the Department </strong></span></p>\r\n<p style=\"margin-left:144.0pt;\">\r\n <span style=\"color:#00f;\"> To create, share, and apply knowledge in Computer Science, including in interdisciplinary areas that extend the scope of Computer Science and benefit humanity; to educate students to be successful, ethical, and effective problem-solvers and life-long learners who will contribute positively to the economic well-being of our region and nation and who are prepared to tackle complex 21st Century challenges facing the world.</span></p>\r\n','46'),(28,'<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"background-color:#ffff00;\">Vision of the Department </span> : To be a beacon of excellence in Sanskrit language and literature education, fostering a deep understanding and appreciation for the richness of sanskrit culture and heritage.</span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"background-color:#ffff00;\">Mission of the Department </span> : 1. *Academic Excellence:* Strive to provide high-quality education in Sanskrit language and literature, equipping students with linguistic proficiency, critical thinking skills, and cultural <span style=\"background-color:#ffff00;\">awareness.</span></span></span></p>\r\n','61'),(29,'<p>\r\n <strong>Department of English</strong></p>\r\n<p>\r\n <strong>VISION:</strong></p>\r\n<p>\r\n Aim to create a welcoming and supportive environment for all students, especially those from rural areas. Offer special orientation programs and pair new students with peer mentors to help them adjust to college life. Provide cultural sensitivity training and celebrate diversity through various events like SIP, Bridge Course. Additional tutoring and a resource centre are available to help students excel in their English studies with group discussions, multimedia tools, and conduct workshops on public speaking, writing, and professional communication to prepare students for their careers and supporting financial aid specifically for students from rural areas .Students are encouraged to join clubs, participate in community service, and engage in extracurricular activities .Promote a reading culture through book clubs, reading challenges, and literature festivals and regularly collect feedback from students and track their progress to continuously improve our programs.</p>\r\n<p>\r\n <strong>MISSION:</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n Mission is to provide a supportive and enriching educational experience that empowers all students, particularly those from rural backgrounds, to excel in their English studies. We strive to offer engaging and comprehensive courses in English literature, language, and communication that foster academic excellence. Create an inclusive environment where all students feel respected, valued, and supported. Develop students' communication abilities to prepare them for successful personal and professional interactions. Provide opportunities for students to grow personally and develop leadership skills through extracurricular activities and community engagement. Instill a love for literature and continuous learning that extends beyond the classroom. Offer targeted resources and guidance to help students from rural areas adapt to college life and achieve academic success.</p>\r\n<p>\r\n By committing to these goals, the Department of English aims to nurture and guide students towards their full potential, ensuring they are well-prepared for future challenges and opportunities.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>','55'),(30,'<p align=\"center\">\r\n VISION</p>\r\n<p>\r\n The vision of the Department of Microbiology is that to provide the knowledge to students in theory and practical aspects of Microbiology and to produce highly qualified and competent students in all areas of the Microbiology field.</p>\r\n<p align=\"center\">\r\n MISSION</p>\r\n<ul>\r\n <li>\r\n Providing quality education and training in different disciplines of Microbiologyto our students,to create an innovative, creative study environment to the students.</li>\r\n</ul>\r\n<p>\r\n </p>\r\n<ul>\r\n <li>\r\n Motivate and guide the students to develop new techniques in Microbiology.</li>\r\n</ul>\r\n<p>\r\n </p>\r\n<ul>\r\n <li>\r\n Promoting all round personality development through multi-dimensional education to foster a spirit of self-confidence and self-reliance in our students.</li>\r\n</ul>\r\n<p>\r\n </p>\r\n<ul>\r\n <li>\r\n To prepare them to become responsible contributing citizens of society</li>\r\n</ul>\r\n<p>\r\n </p>','56'),(31,'<p>\r\n </p>\r\n<p>\r\n <strong>Vision of the Department</strong> :To transform today’s student in to future trouble shooter in the society.</p>\r\n<p>\r\n <strong>Mission of the Department</strong><strong> :</strong>To strengthen the skill of logical thinking through the teaching of Mathematics and improve computational skills which are hidden in the brains of students. This is further to develop scientific approach which is essential in today’s society.</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>','43'),(32,'<p>\r\n Vision of the Department :QUALITY EDUCATION wITH HUMAN VALUES</p>\r\n<p>\r\n Mission of the Department :EMPOWER THEM TO FACE COMPETITIVE EXAMS</p>','60'),(33,'<p>\r\n Vision of the Department :QUALITY EDUCATION wITH HUMAN VALUES</p>\r\n<p>\r\n Mission of the Department :EMPOWER THEM TO FACE COMPETITIVE EXAMS</p>','39'),(34,'<p>\r\n <u><span style=\"color:#f00;\"><strong>Vision of the Department</strong></span></u></p>\r\n<p>\r\n <span style=\"color:#00f;\">To be a centre of excellence in Economics and allied subjects, to develop value based academic principles, accelerate social evolution, creative extension and innovations through the study of Economics among all the stakeholders to enable them to face current challenges and to open up new vistas in Economics.</span></p>\r\n<p>\r\n <u><span style=\"color:#f00;\"><strong>Mission of the Department </strong></span></u></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#00f;\">To impart state-of-the-art knowledge, skill and aptitude in all stakeholders of higher education in the discipline of Economics; both theoretical and applied, irrespective of class, caste, creed and regional disparities.</span></li>\r\n <li>\r\n <span style=\"color:#00f;\"> Fosters all round development of students through multi-pronged strategy and promote high- quality education through innovation in teaching, learning and research.</span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#00f;\">Carrying quality research at national and regional levels and to impart social consciousness, individual dignity, human facts and intellectual honesty among all the stakeholders.</span></p>\r\n','54'),(35,'<p>\r\n <span style=\"color:#800000;\">VISION OF THE DEPARTMENT: </span></p>\r\n<p>\r\n Strives for excellence in teaching and research, to help young minds reach the high standards required to serve society and the nation.</p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#800000;\">MISSION OF THE DEPARTMENT: </span></p>\r\n<p>\r\n â–ª To mould young students to become professionally competent through effective and innovative teaching and learning methods.</p>\r\n<p>\r\n â–ª To support student-centric activities for holistic development.</p>\r\n<p>\r\n â–ª To equip students with the skills needed to gain access to multiple career opportunities.</p>\r\n<p>\r\n â–ª To enhance life skills by providing value-based education.</p>\r\n<p>\r\n â–ª To offer emphasis on theory-practical training to build up research interest in budding chemists</p>\r\n','45'),(36,'<p>\r\n </p>\r\n<p>\r\n <strong>Vision of the Department</strong> </p>\r\n<p>\r\n Skilled professionals are developed for global industry, business, and service sectors, and students are supported in starting businesses that benefit urban and rural communities.</p>\r\n<p>\r\n <strong> Mission of the Department</strong> </p>\r\n<ol>\r\n <li>\r\n To provide high-quality education in commerce and management.</li>\r\n <li>\r\n To foster innovation and competence in our students.</li>\r\n <li>\r\n To prepare students for successful careers in global industry, business, and service sectors.</li>\r\n <li>\r\n To encourage entrepreneurial ventures among students.</li>\r\n <li>\r\n To promote initiatives that benefit both urban and rural communities.</li>\r\n</ol>','51'),(37,'<p>\r\n <strong>Vision of the Department</strong> </p>\r\n<p>\r\n The Department of Botany's vision includes conservation, sustainable agriculture, climate resilience, medicinal research, public education, technology, urban greening, and food security, contributing to global understanding and impact on plant ecosystems.</p>\r\n<p>\r\n <strong>Mission of the Department </strong> </p>\r\n<p>\r\n The mission of the Department of Botany is to advance knowledge and stewardship of plant life through research, education, and outreach, aiming to foster sustainability and conservation of global plant ecosystems.</p>','47'),(39,'<p style=\"margin-left: 180pt;\">\r\n <span style=\"color: rgb(255, 0, 0);\">Vision of the Department</span> : T<span style=\"color: rgb(0, 0, 255);\">o be the center of excellence in the fields of teaching, learning and research. And to preserve the dignity and aesthetics of Urdu language and literature by uplifting the literary, socio-cultural and educational standards in state of Andhra Pradesh.</span></p>\r\n<p style=\"margin-left: 36pt;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"color: rgb(255, 0, 0);\"> Mission of the Department </span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color: rgb(0, 0, 255);\"> Producing graduates and research scholars with good command on Urdu language & literature.</span></li>\r\n <li>\r\n <span style=\"color: rgb(0, 0, 255);\"> Inculcating the literary taste and sense and significance of language and culture through classroom teaching, library and online sources.</span></li>\r\n <li>\r\n <span style=\"color: rgb(0, 0, 255);\"> Collaborating with other institutions in teaching and research programs.</span></li>\r\n <li>\r\n <span style=\"color: rgb(0, 0, 255);\"> Conducting Seminars, Conferences and Mushairas (Poets’ Gathering)</span></li>\r\n</ul>\r\n','59'),(40,'<p>\r\n <strong>Vision:</strong></p>\r\n<ul>\r\n <li>\r\n <strong>To empower academic fraternity of the college with enriching library collections</strong></li>\r\n <li>\r\n <strong>To provide quality information resources in support of academic needs of students and faculties</strong></li>\r\n</ul>\r\n<p>\r\n <strong>Mission:</strong></p>\r\n<ul>\r\n <li>\r\n <strong>To support the mission of the college</strong></li>\r\n <li>\r\n <strong>To discover, preserve, and disseminate knowledge by building of extensive and diversified collections in print as well as electronic media</strong></li>\r\n <li>\r\n <strong>To cooperation and networking with leading libraries and consortium to provide seamless access to relevant information</strong></li>\r\n <li>\r\n <strong>To act as a centre that caters the academic needs of all domains of Science, Arts, Commerce, Humanities, and Social Sciences</strong></li>\r\n</ul>\r\n<p>\r\n </p>','57'),(41,'<p>\r\n <span style=\"color:#00f;\">P.V.K.N Govt college(A), Chittoor,<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">Department of physical education.<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#f00;\">Vision<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">To devote serious and sustained effort for "MASS PARTICIPATION" of your in Games and Sports (Physical Activities) to develop mental and physical benefits that can enhance an athlete's performance. help relieve stress, encourage relaxation, and support healthy sleep patterns. which will enable them to become worthy citizens of India and in Process endeavour to produce National and International level players.<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#f00;\">Mission<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#00f;\">• To develop leaders in physical education, coaching, recreation and sports management. We are committed to preparing students to meet the complex challenges of our regional and global communities. • Department of Physical Education and Sports aims at total education through the physical, intellectual, emotional and social development of people in order to promote healthier, happier and more successful people • To serve as a Centre of Excellence for training the Sportsperson in various sports and games. • To make youth aware of the importance of Games and Sports (Physical Activities) in the overall development i.e. Physical, Mental, Social and Spiritual.<br />\r\n </span></p>\r\n<p>\r\n <span style=\"color:#f00;\">Objective </span>•</p>\r\n<p>\r\n <span style=\"color:#00f;\">To ensure "MASS PARTICIPATION" of Students in Game & Sports. • To motivate Students to achieve Health, Fitness & Social qualities. • To achieve excellence in sports performance. • Create standards Sports Infrastructure. • To offering certificate course for diploma in yoga. • To create new carrier opportunities particularly for self-employm</span></p>\r\n','53'),(42,'<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">PVKN GOVT COLLEGE (A) ,CHITTOOR</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">DEPARTMENT OF ZOOLOGY</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">VISION:</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">The department promote the broad knowledge about the biology of animals of</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">invertebrates and vertebrates, cytological, physiological, genetical behavioral</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">aspects, evolution and their environments. The holistic development of the student</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">and make them able to contribute effectively for their welfare and society in this</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">dynamic era.</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">MISSION:</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">Our mission is to offer high quality education dedicated to building minds with</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">social and moral responsibility. We are committed to educating the students</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">beyond the confines of a class room to make them better individuals and develop</span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">their personalities, enabling them to face the challenges of the modern world</span></span></div>\r\n','68'),(43,'<p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p align=\"center\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><u>Department of Political Science</u></span></span></p>\r\n<p style=\"margin-left:36.15pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p style=\"margin-left:36.15pt;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><strong><u>Vision:</u></strong><br />\r\n <br />\r\n </span></span></p>\r\n<p style=\"margin-left:28.0pt;\">\r\n <strong><span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"> The Department of Political Science endeavors to generate new knowledge produce students who are trained in Political Science.</span></span></strong></p>\r\n<p style=\"margin-left:32.15pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><span style=\"color:#f00;\"><strong><u>Mission:</u></strong></span><u><br />\r\n <br />\r\n </u></span></span></p>\r\n<p style=\"margin-left: 32pt; text-align: justify;\">\r\n <strong><span style=\"font-size:20px;\"><span style=\"color:#00f;\"> </span></span><span style=\"font-size:16px;\"><span style=\"color:#0000cd;\">The mission of a Political Science Department often centers on academic excellence, critical inquiry, and civic responsibility.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"color:#0000cd;\">"To provide high-quality education in political science, fostering critical thinking, research skills, and an understanding of political systems, in order to prepare students for active participation in democratic governance and the promotion of social justice."</span></span></strong><span style=\"font-size:14.0pt\"><o:p></o:p></span></p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n','67');
/*!40000 ALTER TABLE `department_vision` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department_workshops`
--
DROP TABLE IF EXISTS `department_workshops`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department_workshops` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department_workshops`
--
LOCK TABLES `department_workshops` WRITE;
/*!40000 ALTER TABLE `department_workshops` DISABLE KEYS */;
/*!40000 ALTER TABLE `department_workshops` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `departments`
--
DROP TABLE IF EXISTS `departments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `departments` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`background` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`sort_order` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `departments`
--
LOCK TABLES `departments` WRITE;
/*!40000 ALTER TABLE `departments` DISABLE KEYS */;
INSERT INTO `departments` VALUES (1,'PHYSICAL SCIENCES','','static-bg',4),(2,'LIFE SCIENCES','','royal-bg',3),(3,'ARTS AND COMMERCE','','info-bg',2),(4,'LANGUAGE AND LINGUISTICS','','success-bg',1),(6,'PHYSICAL EDUCATION','','',5);
/*!40000 ALTER TABLE `departments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faculty`
--
DROP TABLE IF EXISTS `faculty`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `faculty` (
`id` int NOT NULL AUTO_INCREMENT,
`photo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`staff_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`mobile` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`designation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`qualification` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`experience` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`biodata` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` int NOT NULL,
`staff_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faculty`
--
LOCK TABLES `faculty` WRITE;
/*!40000 ALTER TABLE `faculty` DISABLE KEYS */;
INSERT INTO `faculty` VALUES (39,'uploads/staff/3013SS.jpg','Dr.S SARAVANA','123456','7013807419','Assistant Professor of Computers','M.C.A., SLET., Ph.D.,','15','uploads/staff/6174CURRICULUM VITAE SS.pdf',62,''),(40,'uploads/staff/8581PHOTO.jpeg','S REDDY BASHA','1000220486','9963063258','Lecturer in Hindi (Guest Faculty)','M.A., AIHC & Archaeology','13','uploads/staff/4479REDDY BASHA.pdf',48,''),(41,'uploads/staff/5237CA-SATHYA.png','S K SATHYA HARI PRASAD','1002591282','9849959423','Lecturer in Computer Applications (Guest Faculty)','MCA, M.Tech (PhD)','05','uploads/staff/5192CA-SATHYA.pdf',62,''),(42,'uploads/staff/8183LIBRARY.jpeg','K KUSUMA KUMARI','15135966','9490092549','Librarian ','MA, MlLISC, Mphil.','30','uploads/staff/4505LIBRARY-KARAMALA KUSUMA KUMARI.pdf',57,'Department'),(43,'uploads/staff/949SANSKRIT.jpg','A REKHA','1004939976','9030801382','Lecturer in Sanskrit (Guest Faculty)','M.A,M.phil','10','uploads/staff/6062SANSKRIT 01.pdf',61,''),(44,'uploads/staff/4015MATHS-NAGENDRA-PHOTO.jpg','S NAGENDRA','14223685','9985165051','Lecturer in Mathematics','BSc.Ed.,MSc.,NET, Ph.D','22','uploads/staff/2799MATHS-NAGENDRA-PROFILE.pdf',43,''),(45,'uploads/staff/2021MATHS-JALALAKSHMI.jpg','ROKHAM JAYALAKSHMI ','1000050793','9160608989','Lecturer in Mathematics (Contract Faculty)','M.Sc,B.Ed','18','uploads/staff/8667MATHS-JAYA LAKSHMI PROFILE.pdf',43,''),(46,'uploads/staff/9726COMMERCE-JYOSHNA.jpeg','P. JYOSHNA','1000217236','9966492250','Lecturer in Commerce (Contract Faculty)','M.Com, Ph.D','11','uploads/staff/805COMMERCE-JYOSHNA PROFILE.pdf',51,''),(47,'uploads/staff/8231COMMERCE-NIROSHA.jpg','A NIROSHA','1000848175','93465 97712 ','lecturer in Commerce (Guest Faculty)','Mcom BEd','12','uploads/staff/3655COMMERCE-NIROSHA PROFILE.pdf',51,''),(48,'uploads/staff/4070CS-VINILA.jpg','Dr.S.Vinila Kumari ','1000090351','9182754706','Lecturer in Computer Science (Contract Faculty)','M.Sc, M.C.A, Ph D','17','uploads/staff/2946CS-VINILA PROFILE.pdf',46,''),(49,'uploads/staff/8267PHYSICS-MALLIKA.jpeg','Dr. P. MALLIKA BRAMARAMBA DEVI','15069666','6281983738','Lecturer in Physics','M.Sc., M. Phil., Ph.D, APSET','11','uploads/staff/4041PHYSICS-MALLIKA PROFILE.pdf',49,''),(50,'uploads/staff/5032PHYSICS-NAVANEETHA.jpeg','A NAVANEETHA','1000061037','9490030117','lecturer in Physics (Contract Faculty)','M.Sc.,','12 ','uploads/staff/4PHYSICS-NAVANEETHA PROFILE.pdf',49,''),(51,'uploads/staff/6608PHYSICS-RAVINDRA.jpg','G.RAVEENDRA BABU','1000064996','9494751220','lecturer in Physics (Contract Faculty)','M.Sc,B.Ed','18','uploads/staff/1097PHYSICS-RAVINDRA PROFILE.pdf',49,''),(52,'uploads/staff/6345CS-VIJAYA SIMHA.jpeg','A VIJAYASIMHA','1000215901','9885885303','Lecturer in Computer Science (Contract Faculty)','MCA - (Ph.D.)','12','uploads/staff/9028CS-VIJAYA SIMHA PROFILE.pdf',46,''),(53,'uploads/staff/7981BOTANY-MEERA.jpg','Dr C.MEERA SAHEB ','14278853','8919962288','Lecturer in Botany ','M.Sc.,Ph.D.,','35','uploads/staff/53BOTANY-MEERA PROFILE.pdf',47,'Department'),(54,'uploads/staff/2052BOTANY-RAMURTHY.jpeg','Dr.N. RAMAMURTHY','14481646','9347348242','Lecturer in Botany','M.Sc., Ph.D','12','uploads/staff/3270BOTANY-RAMURTHY PROFILE.pdf',47,'Department'),(55,'uploads/staff/7145BOTANY-SHYNEY.jpeg','S SHINEY','1009500043','9014676335','Lecturer in Botany (Guest Faculty)','M.Sc., -Horticulture','01','uploads/staff/8770BOTANY-SHINEY PROFILE.pdf',47,''),(56,'uploads/staff/605990.jpeg','Dr..G RAJESHKUMAR','1000171229','9490247286','Lecturer in Economics (Contract Faculty)','M.A.,M.phil,Ph.D','12','uploads/staff/3692ECONOMICS-RAJESH PROFILE.pdf',54,''),(57,'uploads/staff/696MICRO BIOLOGY.jpg','GEDDAM PRASAD','14302547','9441643317','Lecturer IN MICRO BIOLOGY','MSc NET','12','uploads/staff/9784MICRO BILOGY-PROFILE.pdf',56,'Department'),(58,'uploads/staff/9383HINDI.jpeg','S KHAJAPEER','1000131180','9676158785','Lecturer in Hindi (Guest Faculty)','M.A ,H.P.T,APTET','09','uploads/staff/1303HINDI-KHAJA.pdf',39,''),(59,'uploads/staff/7875TAMIL PHOTO.jpg','Dr.R ALFRED','1000220444','9789342902','Lecturer in Tamil (Guest Faculty)','M.A,M.phil,Ph.D','14','uploads/staff/2859TAMIL.pdf',60,''),(60,'uploads/staff/8136ECONOMICS-KOTESWARA.jpeg','P KOTESWAR RAO','1000295255','7671963893','Lecturer in Economics (Contract Faculty)','M.A, APSET','16','uploads/staff/2994ECONOMICS-KOTES-PROFILE.pdf',54,''),(61,'uploads/staff/7013PHYSICS-UDAY.jpeg','Dr.G.UDAYA BHASKARA REDDY','1000095952','9493040063','lecturer in Physics (Contract Faculty)','M.Sc., Ph.D.','22','uploads/staff/8606PHYSICS-UDAY.pdf',49,''),(62,'uploads/staff/8269CHEMISTRY-BHANU.jpg','Dr P BHANUPRAKASH','14302551','9492152931','Lecturer in Chemistry','M.Sc.,B.Ed.,Ph.D.','12','uploads/staff/5427CHEMISTRY-BHANU.pdf',45,'Department'),(63,'uploads/staff/3472CHEMISTRY-SRI VIDYA.jpg','Dr.D.Srividya ','1000089865','8520903090','Lecturer in Chemistry (Contract Faculty)','MSc, Ph.D ','19','uploads/staff/9973CHEMISTRY-SRI VIDYA.pdf',45,''),(64,'uploads/staff/991CHEMISTRY-AKR.jpg','ANJALA KUMAR RAJA','1000064007','9492411181','Lecturer in Chemistry (Contract Faculty)','M.Sc.,','16','uploads/staff/201CHEMISTRY-AKR.pdf',45,''),(65,'uploads/staff/1255CHEMISTRY-MMR.jpg','M.Mallikarjuna Reddy','1000063855','9885106474','Lecturer in Chemistry (Contract Faculty)','M. Sc, M. Phil','12','uploads/staff/7350CHEMISTRY-MMR.pdf',45,''),(66,'uploads/staff/344POLITICAL SCIENCE-UMA DEVI.jpeg','Dr.N. UMA DEVI','1000177290','9912884346','Lecturer in Political Science (Contract Faculty)','MA,M.Phil, Ph.D','17','uploads/staff/6369POLITICAL SCIENCE-UMA DEVI.pdf',63,''),(67,'uploads/staff/5496POLITICAL SCIENCE-CHANDRA.jpeg','D.CHANDRA','1002261288','8309870124','Lecturer in Political Science (Guest Faculty)','M.A B.Ed.,','17','uploads/staff/3171POLITICAL SCIENCE-CHANDRA.pdf',63,''),(68,'uploads/staff/9839ZOOLOGY-NAVANESWAR REDDY.jpg','P.Navaneswara Reddy','1000042996','8074653731','Lecturer in Zoology (Contract Faculty)','M.Sc.,','22','uploads/staff/2002ZOOLOGY-NAVANESWAR REDDY.pdf',44,''),(69,'uploads/staff/294CA-SRILATHA.jpg','K Srilatha','1000136062','7893082602','Lecturer in Computer Applications (Contract Faculty)','M.Sc.,B.Ed.,MCA.,(PhD).','20','uploads/staff/6347CA-SRILATHA.pdf',62,''),(70,'uploads/staff/3612ENGLISH-AMRUTHA.jpg','K AMRUTHA','1009249261','7993158235','Lecturer in English (Contract Faculty)','M.A.,(M.Phil),B Ed','15','uploads/staff/2221ENGLISH-AMRUTHA.pdf',55,'Department'),(71,'uploads/staff/5069ENGLISH-MAMATHA.jpg','T.MAMATHA','1000064038','8331966236','Lecturer in English (Contract Faculty)','M.A(English), (M.Phil)','16','uploads/staff/2111ENGLISH-MAMATHA.pdf',55,'Department'),(72,'uploads/staff/9937ENGLISH-AJJANNA (1).jpg','M AJJANNA','1000165142','9502789271','Lecturer in English (Contract Faculty)','M.A, M.PHIL,(Ph.D)','16','uploads/staff/7726ENGLISH-AJJANNA (1).pdf',55,'Department'),(73,'uploads/staff/3174COMMERCE-MUJAKAR.jpeg','K MUJAKAR','1009484626','7799580859','lecturer in Commerce (Guest Faculty)','M.Com.,MBA.,NET.,SLET','05','uploads/staff/1605COMMERCE-MUJAKAR.pdf',51,'Department'),(74,'uploads/staff/551COMMERCE-BALA KRISHNA.jpg','R.BALAKRISHNA','1000848421','8790042449','lecturer in Commerce (Guest Faculty)','M.Com','8','uploads/staff/5218COMMERCE-BALA KRISHNA.pdf',51,'Department'),(75,'uploads/staff/7616MATHS-KAVITHA.jpeg','P.KAVITHA','1000045439','9494707061','Lecturer in Mathematics (Contract Faculty)','M.Sc , M.Phil , B.Ed APSET','18','uploads/staff/7313MATHS-KAVITHA.pdf',43,'Department'),(76,'uploads/staff/4131TELUGU-GOPRIYA NAICK.jpg','B.GOPIRYA NAICK','14143785','9989159196','Lecturer in Telugu','M.A;UGC NET','12','uploads/staff/1747TELUGU-GOPRIYA NAICK.pdf',58,'Department'),(77,'uploads/staff/1092TELUGU-JAYA.jpeg','Dr P. JAYACHANDRUDU','14279464','9703758519','Lecturer in Telugu','M.A., M.Phil., Ph.D.,','12','uploads/staff/7390TELUGU-JAYA.pdf',58,'Department'),(78,'uploads/staff/4338TELUGU-CHENNA.jpeg','Dr C. CHENNAKESAVULU','1140335','9494368020','Lecturer in Telugu','M.A., Ph.D.,','12','uploads/staff/8132TELUGU-CHENNA.pdf',58,'Department'),(79,'uploads/staff/8575URDU.jpg','Dr E MD ANWAR HUSSAIN ','14278828','9440217501','Lecturer in Urdu','B.A, MA, Ph.D','21','uploads/staff/5074URDU.pdf',59,'Department'),(80,'uploads/staff/4319CHEMISTRY-RAMESH.jpg','A RAMESH','2912377','9182320973','Lecturer in Chemistry','M.Sc., CSIR-UGC-NET','8','uploads/staff/2974CHEMISTRY-RAMESH.pdf',45,'Department'),(81,'uploads/staff/2243sagar Photo.jpg','B. Rama Sagar','1000061196','09492284266','Lecturer in Physics ','M,Sc., M.Phil., AP SET','21 Years','uploads/staff/9060facultyprofilesagar.pdf',49,''),(82,'uploads/staff/2246Picture4.jpg','Dr. G. Sudhakar','10000234372','9030361290','Lecturer in Physics ','M,Sc., M.Phil., Ph.D., M.B.A','20 Years','Invalid file',49,'Department'),(83,'uploads/staff/188H.jpg','Dr. S. Hari Prasad','000000','0000000000','Lecturer in Statistics','M.Sc., Ph.D.,','24','uploads/staff/37366096CURRICULAM VITAE.pdf',64,''),(84,'uploads/staff/4273M.jpeg','Dr. V. Munaiah','000000','0000000000','Lecturer in Statistics','M.Sc., Ph.D.,','22','uploads/staff/1503Dr-V-Munaiah Profile New Updated(27-07-24).pdf',64,''),(85,'uploads/staff/247588.jpeg','Dr. S. Chandra Babu','000000','0000000000','Lecturer in Statistics Full- Time','M.Sc., Ph.D.,','24','uploads/staff/7088chandrababu resume 24.pdf',64,''),(86,'Invalid file','M SREEKANTH','1009585083','9182406040','MLISC','MLISC','02 YEARS','uploads/staff/3272Srikanth resume.pdf',57,'Department'),(87,'uploads/staff/8906Picture1.jpg','Dr.M.THEJOMOORTHY','14080594','7780691137','LECTURER IN ZOOLOGY','Ph. D.','13 YEARS','uploads/staff/8185teja sir.pdf',68,'Department'),(88,'uploads/staff/2388NAVANEESHWAR PIC.jpeg','P. NAVANESWARA REDDY ','1000042996','8074653731','LECTURER IN ZOOLOGY','MSC','23 YEARS','uploads/staff/8527navaneeshwar.pdf',68,''),(89,'uploads/staff/4570S.jpg','D. SARITHA','1000139073','9182162176','LECTURER IN ZOOLOGY','Ph. D. M.Sc., B.Ed.,','6 YEARS','uploads/staff/7349SARITHA PROFILE.pdf',68,''),(90,'uploads/staff/9353KOWSALYA PIC.jpg','R.KOWSALYA','1009301146','6374244784','LECTURER IN ZOOLOGY','M.Sc., B.Ed.,','2 YEARS','uploads/staff/1643kowsalya PROFILE.pdf',68,''),(91,'uploads/staff/4155MAMATHA PIC.png','K.MAMATHA','000000','9390204256','LECTURER IN ZOOLOGY','MSC','1 YEAR','uploads/staff/6101mamatha PROFILE.pdf',68,''),(92,'Invalid file','M. MOUNISHA','00000','6302783347','LECTURER IN ZOOLOGY','MSC','1 YEAR','uploads/staff/982mounisha PROFILE.pdf',68,''),(93,'uploads/staff/7740lokeshpd.jpeg','R.Lokesh','1009320312','7989220436','P.D','M.P.Ed,','1Year','uploads/staff/3417lokesh.pdf',53,''),(94,'uploads/staff/8139dde620e5-875a-4182-9d2b-ac76b6397dc1.jpg','Dr. Babu Nampalli','1','98855 03276','Lecturer in English','M.A, PhD.','19','uploads/staff/8761BABU PROFILE (1).docx',55,''),(95,'uploads/staff/9225Screenshot 2025-01-25 145743.png','Dr. N. UMADEVI','1','8555992948','LECTURER IN POLITICAL SCIENCE','MA, M.Phil, PhD','14','uploads/staff/8853FACULTY PROFILES.docx',67,'Department'),(96,'uploads/staff/4105Screenshot 2025-01-25 145749.png','Smt D. CHANDRA','1','8309870124','LECTURER IN POLITICAL SCIENCE','MA, B.ED','18','uploads/staff/8441FACULTY PROFILES.docx',67,'Department');
/*!40000 ALTER TABLE `faculty` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `feedback`
--
DROP TABLE IF EXISTS `feedback`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback` (
`id` int NOT NULL AUTO_INCREMENT,
`student_id` int NOT NULL,
`quest1` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest2` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest3` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest4` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest5` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest6` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest7` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest8` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest9` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest10` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest11` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest12` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest13` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest14` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest15` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest16` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest17` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest18` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest19` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`quest20` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_created` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `feedback`
--
LOCK TABLES `feedback` WRITE;
/*!40000 ALTER TABLE `feedback` DISABLE KEYS */;
INSERT INTO `feedback` VALUES (1,1,'85 to 100%','Satisfactorily','Just satisfactorily ','Fair','Unfair','Every time','Usually','Moderately','Disagree','Never','Every time','Usually','Partially','Rarely','Strongly disagree','To a great extent','Agree','Some what','30 – 49%','Strongly disagree','','2019-02-25 05:04:12');
/*!40000 ALTER TABLE `feedback` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gallery`
--
DROP TABLE IF EXISTS `gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `gallery` (
`id` int NOT NULL AUTO_INCREMENT,
`gallery_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`pid` int NOT NULL,
`title` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1294 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gallery`
--
LOCK TABLES `gallery` WRITE;
/*!40000 ALTER TABLE `gallery` DISABLE KEYS */;
INSERT INTO `gallery` VALUES (563,'gallery',0,'','uploads/gallery/5903bachelor-education.jpg'),(564,'gallery',0,'','uploads/gallery/5319ccccc.png'),(565,'gallery',552,'','uploads/gallery/9019bachelor-education.jpg'),(566,'gallery',553,'','uploads/gallery/1769bachelor-education.jpg'),(575,'gallery',554,'','uploads/gallery/22794920.png'),(577,'gallery',554,'','uploads/gallery/28812911slide.jpg'),(578,'gallery',554,'','uploads/gallery/86512911slide.jpg'),(581,'gallery',557,'','uploads/gallery/989GALLERY.docx'),(582,'gallery',558,'','uploads/gallery/93122018-19.jpg'),(590,'gallery',560,'','uploads/gallery/1582statistics video photos.mp4'),(593,'gallery',563,'','uploads/gallery/3630GALLERY.docx'),(594,'gallery',564,'','uploads/gallery/6712sanskrit gallery-2019-2024.docx'),(595,'gallery',565,'','uploads/gallery/4175HINDI GALLERY.pdf'),(596,'gallery',566,'','uploads/gallery/1010e154dea9-e333-4617-84d5-15e67b4f92a4.jpg'),(597,'gallery',567,'','uploads/gallery/3526060921c4-b47f-4eaf-9702-0c5cda241850.jpg'),(603,'gallery',569,'','uploads/gallery/3362WhatsApp Image 2024-03-07 at 2.24.29 PM (1).jpeg'),(604,'gallery',570,'','uploads/gallery/6812IMG-20221108-WA0009.jpg'),(605,'gallery',570,'','uploads/gallery/3709WhatsApp Image 2023-01-09 at 2.30.28 PM (1).jpeg'),(606,'gallery',570,'','uploads/gallery/1757WhatsApp Image 2023-03-03 at 3.39.43 PM.jpeg'),(607,'gallery',570,'','uploads/gallery/4868WhatsApp Image 2023-03-03 at 3.58.36 PM.jpeg'),(608,'gallery',570,'','uploads/gallery/2435WhatsApp Image 2023-03-04 at 4.09.01 PM.jpeg'),(609,'gallery',570,'','uploads/gallery/5478WhatsApp Image 2023-03-25 at 3.28.20 PM (1).jpeg'),(610,'gallery',570,'','uploads/gallery/3129WhatsApp Image 2023-06-08 at 11.39.43 AM.jpeg'),(611,'gallery',570,'','uploads/gallery/1790WhatsApp Image 2023-11-18 at 11.20.51 AM.jpeg'),(612,'gallery',570,'','uploads/gallery/9231WhatsApp Image 2024-01-02 at 1.28.14 PM.jpeg'),(613,'gallery',570,'','uploads/gallery/8753WhatsApp Image 2024-01-30 at 11.37.01 AM.jpeg'),(614,'gallery',571,'','uploads/gallery/9847ACC DAY.jpg'),(615,'gallery',572,'','uploads/gallery/1645CONS DAY.jpg'),(616,'gallery',573,'','uploads/gallery/3601HUMAN RIGHTS DAY.jpg'),(617,'gallery',574,'','uploads/gallery/9526WOMENS DAY.jpg'),(618,'gallery',575,'','uploads/gallery/3934WOMENS DAY.jpg'),(619,'gallery',576,'','uploads/gallery/1567HUMAN RIGHTS DAY.jpg'),(620,'gallery',577,'','uploads/gallery/2671WOMENS DAY.jpg'),(621,'gallery',578,'','uploads/gallery/5576WhatsApp Image 2024-09-30 at 3.25.36 PM (1).jpeg'),(622,'gallery',578,'','uploads/gallery/1497WhatsApp Image 2024-09-30 at 3.25.36 PM.jpeg'),(623,'gallery',578,'','uploads/gallery/1862WhatsApp Image 2024-09-30 at 3.24.26 PM (1).jpeg'),(624,'gallery',578,'','uploads/gallery/4270WhatsApp Image 2024-09-30 at 3.24.26 PM.jpeg'),(625,'gallery',578,'','uploads/gallery/8281WhatsApp Image 2024-09-30 at 3.24.25 PM.jpeg'),(626,'gallery',578,'','uploads/gallery/6334WhatsApp Image 2024-09-30 at 3.24.24 PM (2).jpeg'),(627,'gallery',578,'','uploads/gallery/1636WhatsApp Image 2024-09-30 at 3.24.24 PM (1).jpeg'),(628,'gallery',578,'','uploads/gallery/9119WhatsApp Image 2024-09-30 at 3.24.24 PM.jpeg'),(629,'gallery',578,'','uploads/gallery/9647WhatsApp Image 2024-09-30 at 3.24.23 PM.jpeg'),(630,'gallery',578,'','uploads/gallery/4559WhatsApp Image 2024-09-30 at 3.24.22 PM (1).jpeg'),(631,'gallery',578,'','uploads/gallery/5276WhatsApp Image 2024-09-30 at 3.24.22 PM.jpeg'),(632,'gallery',578,'','uploads/gallery/1121WhatsApp Image 2024-09-30 at 3.28.26 PM (1).jpeg'),(633,'gallery',579,'','uploads/gallery/5520WhatsApp Image 2024-09-30 at 14.50.35_7bf40feb.jpg'),(634,'gallery',555,'','uploads/gallery/7655WhatsApp Image 2024-09-30 at 12.06.52 PM-min (1).jpeg'),(635,'gallery',555,'','uploads/gallery/85854.jpg'),(636,'gallery',580,'','uploads/gallery/11645.jpg'),(637,'gallery',580,'','uploads/gallery/52676.jpg'),(638,'gallery',580,'','uploads/gallery/61687.jpg'),(639,'gallery',580,'','uploads/gallery/94438.jpg'),(640,'gallery',580,'','uploads/gallery/35609.jpg'),(641,'gallery',580,'','uploads/gallery/765510.jpg'),(642,'gallery',580,'','uploads/gallery/805711.jpg'),(643,'gallery',580,'','uploads/gallery/275912.jpg'),(644,'gallery',580,'','uploads/gallery/462513.jpg'),(645,'gallery',580,'','uploads/gallery/346714.jpg'),(646,'gallery',580,'','uploads/gallery/123115.jpg'),(691,'gallery',588,'','uploads/gallery/24816.jpg'),(692,'gallery',588,'','uploads/gallery/1136WhatsApp Image 2024-10-04 at 4.15.23 PM.jpeg'),(693,'gallery',588,'','uploads/gallery/4232WhatsApp Image 2024-10-04 at 4.15.41 PM (1).jpeg'),(694,'gallery',588,'','uploads/gallery/9786WhatsApp Image 2024-10-04 at 4.15.41 PM.jpeg'),(695,'gallery',588,'','uploads/gallery/8346WhatsApp Image 2024-10-04 at 4.15.42 PM.jpeg'),(696,'gallery',588,'','uploads/gallery/29935.jpg'),(697,'gallery',588,'','uploads/gallery/60654.jpg'),(698,'gallery',586,'','uploads/gallery/7425one-day National Workshop 03.09.2024.png'),(699,'gallery',586,'','uploads/gallery/1279WhatsApp Image 2024-10-04 at 4.01.03 PM.jpeg'),(700,'gallery',586,'','uploads/gallery/6481WhatsApp Image 2024-10-04 at 3.56.49 PM.jpeg'),(701,'gallery',586,'','uploads/gallery/6987WhatsApp Image 2024-10-04 at 3.35.19 PM.jpeg'),(702,'gallery',586,'','uploads/gallery/6193WhatsApp Image 2024-10-04 at 4.01.05 PM (1).jpeg'),(703,'gallery',586,'','uploads/gallery/5550WhatsApp Image 2024-10-04 at 4.01.05 PM (2).jpeg'),(704,'gallery',586,'','uploads/gallery/8121WhatsApp Image 2024-10-04 at 3.33.53 PM.jpeg'),(705,'gallery',586,'','uploads/gallery/5931WhatsApp Image 2024-10-04 at 3.35.01 PM.jpeg'),(706,'gallery',586,'','uploads/gallery/5381WhatsApp Image 2024-10-04 at 3.35.06 PM.jpeg'),(707,'gallery',586,'','uploads/gallery/1558WhatsApp Image 2024-10-04 at 3.33.36 PM.jpeg'),(708,'gallery',586,'','uploads/gallery/2161WhatsApp Image 2024-10-04 at 3.33.18 PM.jpeg'),(709,'gallery',586,'','uploads/gallery/2470WhatsApp Image 2024-10-04 at 4.01.05 PM.jpeg'),(710,'gallery',589,'','uploads/gallery/123020230216_114705AMByGPSMapCamera.jpg'),(711,'gallery',590,'','uploads/gallery/7538IMG-20230216-WA0007.jpg'),(712,'gallery',591,'','uploads/gallery/3445Screenshot 2024-10-05 190116.png'),(713,'gallery',592,'','uploads/gallery/5204Screenshot 2024-10-05 190207.png'),(714,'gallery',593,'','uploads/gallery/8640Screenshot 2024-10-05 190231.png'),(715,'gallery',594,'','uploads/gallery/9914Screenshot 2024-10-05 190240.png'),(716,'gallery',595,'','uploads/gallery/9370IMG-20241005-WA0008.jpg'),(717,'gallery',596,'','uploads/gallery/8808IMG-20241005-WA0009.jpg'),(718,'gallery',597,'','uploads/gallery/8929IMG-20241005-WA0010.jpg'),(719,'gallery',598,'','uploads/gallery/5456IMG-20241005-WA0011.jpg'),(720,'gallery',599,'','uploads/gallery/2176IMG-20241005-WA0012.jpg'),(721,'gallery',600,'','uploads/gallery/8358IMG-20241005-WA0013.jpg'),(722,'gallery',601,'','uploads/gallery/9208IMG-20241005-WA0014.jpg'),(723,'gallery',602,'','uploads/gallery/5057IMG-20241005-WA0015.jpg'),(724,'gallery',603,'','uploads/gallery/4249Screenshot 2024-10-05 191319.png'),(725,'gallery',604,'','uploads/gallery/1770Screenshot 2024-10-05 191340.png'),(741,'Photo Gallery',35,'','uploads/photos/2886WhatsApp Image 2024-10-21 at 1.49.42 PM.jpeg'),(742,'Photo Gallery',36,'','uploads/photos/5347WhatsApp Image 2024-10-21 at 1.38.49 PM.jpeg'),(743,'Photo Gallery',37,'','uploads/photos/7379WhatsApp Image 2024-09-26 at 11.14.22 AM.jpeg'),(750,'ss-gallery',27,'','uploads/gallery/9761NCC photo Gallary.pdf'),(751,'gallery',606,'','uploads/gallery/1202WhatsApp Image 2024-10-26 at 15.46.34_a40db681.jpg'),(752,'gallery',607,'','uploads/gallery/741WhatsApp Image 2024-10-26 at 15.50.25_ef864768.jpg'),(753,'gallery',608,'','uploads/gallery/2106WhatsApp Image 2024-10-29 at 14.44.07_a5f4b202.jpg'),(754,'gallery',609,'','uploads/gallery/720WhatsApp Image 2024-10-29 at 14.44.10_9a839bd4.jpg'),(755,'gallery',610,'','uploads/gallery/2472WhatsApp Image 2024-10-29 at 14.44.09_5a289e46.jpg'),(756,'gallery',611,'','uploads/gallery/4005WhatsApp Image 2024-10-29 at 14.44.10_9a839bd4.jpg'),(758,'ss-gallery',29,'','uploads/gallery/3067GENDER EQUALITY.jpg'),(759,'ss-gallery',30,'','uploads/gallery/161POSTER PRESENTATION.jpg'),(760,'ss-gallery',31,'','uploads/gallery/7262womens day sports.jpg'),(761,'ss-gallery',32,'','uploads/gallery/6638International teachers day celebrations.jpg'),(762,'ss-gallery',33,'','uploads/gallery/9287National girl child day celebrations.jpg'),(763,'ss-gallery',34,'','uploads/gallery/7677Distribution of sanitary pads as best practice of WEC.jpg'),(764,'ss-gallery',35,'','uploads/gallery/7635Human rights day celebrations.jpg'),(765,'ss-gallery',36,'','uploads/gallery/6084Disha app installation.jpg'),(766,'ss-gallery',37,'','uploads/gallery/4068Awareness programme on child help line services.jpg'),(767,'ss-gallery',38,'','uploads/gallery/3432Diwali celebrations Rangoli competition.jpg'),(768,'ss-gallery',39,'','uploads/gallery/2043International girl child day poster presentation on save girl child.jpg'),(769,'ss-gallery',40,'','uploads/gallery/9314Women equally day celebrations.jpg'),(770,'ss-gallery',41,'','uploads/gallery/2791Distribution of Folic acid and Iron tablets to women students.jpg'),(771,'ss-gallery',42,'','uploads/gallery/8434Awareness programme on usage of Ayurvedic products.jpg'),(772,'ss-gallery',43,'','uploads/gallery/6162Distribution of sanitary pads in Godugumur.jpg'),(773,'ss-gallery',44,'','uploads/gallery/2995Distribution of sanitary pads in Godugumur1.jpg'),(774,'ss-gallery',45,'','uploads/gallery/5670Students participation in youth festival.jpg'),(775,'ss-gallery',46,'','uploads/gallery/3112World\'s AIDS DAY RALLY.jpg'),(776,'ss-gallery',47,'','uploads/gallery/5106Baby Shower function to women student.jpg'),(777,'ss-gallery',48,'','uploads/gallery/9355YOGA DAY CELEBRATIONS.jpg'),(778,'ss-gallery',49,'','uploads/gallery/6920Women\'s day celebrations.jpg'),(779,'ss-gallery',50,'','uploads/gallery/9188Disha awareness programme.jpg'),(780,'ss-gallery',51,'','uploads/gallery/2696WhatsApp Image 2024-11-08 at 10.12.20 AM.jpeg'),(781,'ss-gallery',51,'','uploads/gallery/4705WhatsApp Image 2024-11-08 at 10.12.24 AM.jpeg'),(782,'ss-gallery',51,'','uploads/gallery/348WhatsApp Image 2024-11-08 at 10.13.51 AM.jpeg'),(783,'ss-gallery',51,'','uploads/gallery/9052WhatsApp Image 2024-11-08 at 10.13.58 AM.jpeg'),(784,'ss-gallery',51,'','uploads/gallery/6923WhatsApp Image 2024-11-08 at 10.14.17 AM.jpeg'),(785,'ss-gallery',51,'','uploads/gallery/5147WhatsApp Image 2024-11-08 at 10.14.21 AM.jpeg'),(786,'ss-gallery',51,'','uploads/gallery/6792WhatsApp Image 2024-11-08 at 10.14.22 AM (1).jpeg'),(787,'ss-gallery',51,'','uploads/gallery/8607WhatsApp Image 2024-11-08 at 10.14.22 AM.jpeg'),(788,'ss-gallery',51,'','uploads/gallery/8054WhatsApp Image 2024-11-08 at 10.14.23 AM (1).jpeg'),(789,'ss-gallery',51,'','uploads/gallery/5428WhatsApp Image 2024-11-08 at 10.14.23 AM.jpeg'),(790,'ss-gallery',51,'','uploads/gallery/9073WhatsApp Image 2024-11-08 at 10.14.24 AM (1).jpeg'),(791,'ss-gallery',51,'','uploads/gallery/5258WhatsApp Image 2024-11-08 at 10.14.24 AM.jpeg'),(792,'ss-gallery',51,'','uploads/gallery/6502WhatsApp Image 2024-11-08 at 10.14.25 AM (1).jpeg'),(793,'ss-gallery',51,'','uploads/gallery/9060WhatsApp Image 2024-11-08 at 10.14.25 AM.jpeg'),(794,'ss-gallery',51,'','uploads/gallery/6762WhatsApp Image 2024-11-08 at 10.14.26 AM (1).jpeg'),(795,'ss-gallery',51,'','uploads/gallery/5473WhatsApp Image 2024-11-08 at 10.14.26 AM (2).jpeg'),(796,'ss-gallery',51,'','uploads/gallery/105WhatsApp Image 2024-11-08 at 10.14.26 AM.jpeg'),(797,'ss-gallery',51,'','uploads/gallery/4422WhatsApp Image 2024-11-08 at 10.14.27 AM.jpeg'),(799,'infrastructure',4,'','uploads/1206Department of Computer Science Laboratories2.jpg'),(800,'ss-gallery',52,'','uploads/gallery/7587WhatsApp Image 2024-11-14 at 11.12.44 AM (1).jpeg'),(801,'ss-gallery',52,'','uploads/gallery/3840WhatsApp Image 2024-11-14 at 11.12.44 AM.jpeg'),(802,'ss-gallery',52,'','uploads/gallery/4439WhatsApp Image 2024-11-14 at 11.12.55 AM.jpeg'),(803,'ss-gallery',53,'','uploads/gallery/823WhatsApp Image 2024-11-14 at 11.34.14 AM.jpeg'),(805,'gallery',612,'','uploads/gallery/9275Picture1.jpg'),(806,'gallery',612,'','uploads/gallery/6669Picture2.jpg'),(807,'gallery',612,'','uploads/gallery/5374Picture3.jpg'),(808,'gallery',612,'','uploads/gallery/6740Picture4.jpg'),(809,'gallery',612,'','uploads/gallery/7040Picture5.jpg'),(810,'gallery',612,'','uploads/gallery/4143Picture6.jpg'),(811,'gallery',612,'','uploads/gallery/8483Picture7.jpg'),(812,'gallery',612,'','uploads/gallery/2271Picture8.jpg'),(813,'gallery',612,'','uploads/gallery/2416Picture9.jpg'),(814,'gallery',612,'','uploads/gallery/9125Picture10.jpg'),(815,'gallery',612,'','uploads/gallery/1469Picture11.jpg'),(816,'gallery',612,'','uploads/gallery/1360Picture12.jpg'),(817,'gallery',612,'','uploads/gallery/9346Picture13.jpg'),(818,'gallery',612,'','uploads/gallery/2451Picture14.jpg'),(819,'gallery',612,'','uploads/gallery/6697Picture15.jpg'),(820,'gallery',612,'','uploads/gallery/6978Picture16.jpg'),(821,'gallery',612,'','uploads/gallery/2126Picture17.jpg'),(822,'gallery',612,'','uploads/gallery/2585Picture18.jpg'),(823,'gallery',612,'','uploads/gallery/7672Picture19.jpg'),(824,'gallery',612,'','uploads/gallery/1613Picture20.jpg'),(825,'gallery',555,'','uploads/gallery/261805.08.2024.jpeg'),(826,'gallery',613,'','uploads/gallery/489405.08.2024.jpeg'),(827,'gallery',613,'','uploads/gallery/65706.08.2024.jpeg'),(828,'gallery',613,'','uploads/gallery/9623WhatsApp Image 2024-10-25 at 10.22.42 AM.jpeg'),(829,'gallery',613,'','uploads/gallery/7371WhatsApp Image 2024-10-25 at 10.23.26 AM.jpeg'),(830,'gallery',613,'','uploads/gallery/6082WhatsApp Image 2024-10-25 at 10.24.07 AM.jpeg'),(831,'gallery',613,'','uploads/gallery/6818WhatsApp Image 2024-10-25 at 10.49.21 AM.jpeg'),(834,'gallery',614,'','uploads/gallery/9867WhatsApp Image 2024-11-21 at 4.28.52 PM.jpeg'),(835,'gallery',614,'','uploads/gallery/8311WhatsApp Image 2024-11-21 at 4.28.12 PM.jpeg'),(836,'gallery',614,'','uploads/gallery/3WhatsApp Image 2024-11-21 at 4.26.45 PM.jpeg'),(838,'Photo Gallery',40,'','uploads/photos/4843WhatsApp Image 2024-04-20 at 12.28.43 PM.jpeg'),(839,'Photo Gallery',41,'','uploads/photos/7961WhatsApp Image 2024-08-13 at 11.21.45 AM(1).jpeg'),(840,'Photo Gallery',42,'','uploads/photos/1850WhatsApp Image 2024-04-20 at 12.16.50 PM.jpeg'),(841,'Photo Gallery',43,'','uploads/photos/9279WhatsApp Image 2024-04-23 at 3.26.04 PM.jpeg'),(842,'Photo Gallery',44,'','uploads/photos/9422Picture7.jpg'),(846,'Photo Gallery',46,'','uploads/photos/596WhatsApp Image 2024-11-11 at 1.08.36 PM.jpeg'),(849,'Photo Gallery',48,'','uploads/photos/9656WhatsApp Image 2024-11-07 at 2.04.58 PM.jpeg'),(850,'Photo Gallery',49,'','uploads/photos/6412WhatsApp Image 2024-11-05 at 1.53.42 PM.jpeg'),(851,'Photo Gallery',50,'','uploads/photos/8476WhatsApp Image 2024-11-05 at 1.38.28 PM.jpeg'),(852,'Photo Gallery',51,'','uploads/photos/4232WhatsApp Image 2024-10-31 at 9.54.55 AM.jpeg'),(853,'Photo Gallery',52,'','uploads/photos/3022WhatsApp Image 2024-10-29 at 3.32.20 PM.jpeg'),(855,'Photo Gallery',54,'','uploads/photos/8459WhatsApp Image 2024-10-17 at 2.41.25 PM.jpeg'),(857,'Photo Gallery',56,'','uploads/photos/128WhatsApp Image 2024-11-22 at 11.48.47 AM.jpeg'),(858,'gallery',615,'','uploads/gallery/4208WhatsApp Image 2024-11-25 at 3.01.02 PM (1).jpeg'),(859,'gallery',615,'','uploads/gallery/3863WhatsApp Image 2024-11-25 at 3.01.02 PM (2).jpeg'),(860,'gallery',615,'','uploads/gallery/8030WhatsApp Image 2024-11-25 at 3.01.02 PM (3).jpeg'),(861,'gallery',615,'','uploads/gallery/7978WhatsApp Image 2024-11-25 at 3.01.02 PM.jpeg'),(862,'gallery',615,'','uploads/gallery/8864WhatsApp Image 2024-11-25 at 3.01.03 PM (1).jpeg'),(863,'gallery',615,'','uploads/gallery/2156WhatsApp Image 2024-11-25 at 3.01.03 PM (2).jpeg'),(864,'gallery',615,'','uploads/gallery/7718WhatsApp Image 2024-11-25 at 3.01.03 PM (3).jpeg'),(865,'gallery',615,'','uploads/gallery/8113WhatsApp Image 2024-11-25 at 3.01.03 PM (4).jpeg'),(866,'gallery',615,'','uploads/gallery/3291WhatsApp Image 2024-11-25 at 3.01.03 PM (5).jpeg'),(867,'gallery',615,'','uploads/gallery/911WhatsApp Image 2024-11-25 at 3.01.03 PM (6).jpeg'),(868,'gallery',615,'','uploads/gallery/7076WhatsApp Image 2024-11-25 at 3.01.03 PM (7).jpeg'),(869,'gallery',615,'','uploads/gallery/2579WhatsApp Image 2024-11-25 at 3.01.03 PM (8).jpeg'),(870,'gallery',615,'','uploads/gallery/3344WhatsApp Image 2024-11-25 at 3.01.03 PM (9).jpeg'),(871,'gallery',615,'','uploads/gallery/3137WhatsApp Image 2024-11-25 at 3.01.03 PM (10).jpeg'),(872,'gallery',615,'','uploads/gallery/14WhatsApp Image 2024-11-25 at 3.01.03 PM (11).jpeg'),(873,'gallery',615,'','uploads/gallery/7329WhatsApp Image 2024-11-25 at 3.01.03 PM (12).jpeg'),(874,'gallery',615,'','uploads/gallery/4225WhatsApp Image 2024-11-25 at 3.01.03 PM (13).jpeg'),(875,'gallery',615,'','uploads/gallery/2681WhatsApp Image 2024-11-25 at 3.01.03 PM.jpeg'),(876,'Photo Gallery',57,'','uploads/photos/8042WhatsApp Image 2024-11-26 at 11.17.43 AM.jpeg'),(878,'gallery',617,'','uploads/gallery/9292WhatsApp Image 2024-11-26 at 6.26.37 PM (1).jpeg'),(879,'gallery',617,'','uploads/gallery/5662WhatsApp Image 2024-11-26 at 6.26.37 PM (2).jpeg'),(880,'gallery',617,'','uploads/gallery/1068WhatsApp Image 2024-11-26 at 6.26.37 PM (3).jpeg'),(881,'gallery',617,'','uploads/gallery/9314WhatsApp Image 2024-11-26 at 6.26.37 PM (4).jpeg'),(882,'gallery',617,'','uploads/gallery/7677WhatsApp Image 2024-11-26 at 6.26.37 PM (5).jpeg'),(883,'gallery',617,'','uploads/gallery/646WhatsApp Image 2024-11-26 at 6.26.37 PM (6).jpeg'),(884,'gallery',617,'','uploads/gallery/9525WhatsApp Image 2024-11-26 at 6.26.37 PM (7).jpeg'),(885,'gallery',617,'','uploads/gallery/3084WhatsApp Image 2024-11-26 at 6.26.37 PM (8).jpeg'),(886,'gallery',617,'','uploads/gallery/6252WhatsApp Image 2024-11-26 at 6.26.37 PM (9).jpeg'),(887,'gallery',617,'','uploads/gallery/530WhatsApp Image 2024-11-26 at 6.26.37 PM.jpeg'),(888,'ss-gallery',55,'','uploads/gallery/92941.pdf'),(889,'ss-gallery',55,'','uploads/gallery/63762.pdf'),(890,'ss-gallery',55,'','uploads/gallery/27823.pdf'),(891,'ss-gallery',55,'','uploads/gallery/29544.pdf'),(892,'ss-gallery',55,'','uploads/gallery/57785.pdf'),(893,'ss-gallery',55,'','uploads/gallery/47206.pdf'),(894,'ss-gallery',55,'','uploads/gallery/68937.pdf'),(895,'ss-gallery',55,'','uploads/gallery/4444STUDENT ART GALLERY(2).pdf'),(896,'Photo Gallery',58,'','uploads/photos/8475WhatsApp Image 2024-11-27 at 12.09.00 PM.jpeg'),(897,'Photo Gallery',58,'','uploads/photos/5688WhatsApp Image 2024-11-27 at 12.09.06 PM.jpeg'),(898,'Photo Gallery',58,'','uploads/photos/3298WhatsApp Image 2024-11-27 at 12.09.18 PM (2).jpeg'),(899,'gallery',618,'','uploads/gallery/1752WhatsApp Image 2024-11-22 at 6.31.53 AM.jpeg'),(900,'gallery',619,'','uploads/gallery/3525WhatsApp Image 2024-11-26 at 9.28.24 AM.jpeg'),(901,'gallery',620,'','uploads/gallery/3993WhatsApp Image 2024-11-28 at 10.32.49 AM.jpeg'),(902,'gallery',620,'','uploads/gallery/3566WhatsApp Image 2024-11-28 at 10.32.40 AM.jpeg'),(904,'gallery',621,'','uploads/gallery/8332WhatsApp Image 2024-11-28 at 5.00.36 PM.jpeg'),(905,'gallery',622,'','uploads/gallery/6005Picture1.jpg'),(906,'gallery',622,'','uploads/gallery/7862Picture2.jpg'),(907,'gallery',622,'','uploads/gallery/1089Picture3.jpg'),(908,'gallery',622,'','uploads/gallery/5218Picture4.jpg'),(909,'gallery',622,'','uploads/gallery/1652Picture5.jpg'),(910,'gallery',622,'','uploads/gallery/7776Picture6.jpg'),(911,'gallery',622,'','uploads/gallery/8051Picture7.jpg'),(912,'gallery',622,'','uploads/gallery/143Picture8.jpg'),(913,'gallery',622,'','uploads/gallery/1877Picture9.jpg'),(914,'gallery',622,'','uploads/gallery/60Picture10.jpg'),(915,'gallery',622,'','uploads/gallery/8515Picture11.jpg'),(916,'gallery',622,'','uploads/gallery/4287Picture12.jpg'),(917,'gallery',622,'','uploads/gallery/4914Picture13.jpg'),(918,'gallery',622,'','uploads/gallery/8870Picture14.jpg'),(919,'gallery',622,'','uploads/gallery/2416Picture15.jpg'),(920,'gallery',622,'','uploads/gallery/8121Picture16.jpg'),(921,'gallery',622,'','uploads/gallery/3473Picture17.jpg'),(922,'gallery',622,'','uploads/gallery/9135Picture18.jpg'),(923,'gallery',622,'','uploads/gallery/4988Picture19.jpg'),(924,'gallery',622,'','uploads/gallery/8820Picture20.jpg'),(925,'gallery',623,'','uploads/gallery/2382WhatsApp Image 2024-12-02 at 3.57.46 PM.jpeg'),(926,'ss-gallery',56,'','uploads/gallery/5020Picture1.jpg'),(927,'ss-gallery',57,'','uploads/gallery/85642.jpg'),(928,'ss-gallery',58,'','uploads/gallery/71263.jpg'),(929,'ss-gallery',59,'','uploads/gallery/50982.jpg'),(930,'ss-gallery',60,'','uploads/gallery/11136.jpg'),(931,'ss-gallery',61,'','uploads/gallery/93407.jpg'),(932,'ss-gallery',62,'','uploads/gallery/347577.jpg'),(933,'ss-gallery',63,'','uploads/gallery/750799.jpg'),(934,'ss-gallery',64,'','uploads/gallery/90956555.jpg'),(935,'gallery',624,'','uploads/gallery/2359WhatsApp Image 2024-12-07 at 7.16.47 PM.jpeg'),(936,'gallery',624,'','uploads/gallery/9305WhatsApp Image 2024-12-07 at 7.17.15 PM.jpeg'),(937,'gallery',624,'','uploads/gallery/5535WhatsApp Image 2024-12-07 at 7.18.33 PM.jpeg'),(938,'gallery',625,'','uploads/gallery/4704WhatsApp Image 2024-12-09 at 3.28.23 PM.jpeg'),(939,'gallery',626,'','uploads/gallery/8733CS LAB2.jpg'),(940,'gallery',627,'','uploads/gallery/9327WhatsApp Image 2024-12-10 at 4.40.59 PM.jpeg'),(941,'gallery',628,'','uploads/gallery/6241WhatsApp Image 2024-12-10 at 4.40.26 PM.jpeg'),(942,'gallery',629,'','uploads/gallery/8873WhatsApp Image 2024-12-19 at 3.26.51 PM.jpeg'),(943,'gallery',629,'','uploads/gallery/5246WhatsApp Image 2024-12-19 at 3.24.36 PM.jpeg'),(944,'gallery',629,'','uploads/gallery/3582WhatsApp Image 2024-12-19 at 3.22.56 PM.jpeg'),(945,'gallery',629,'','uploads/gallery/856WhatsApp Image 2024-12-19 at 3.20.42 PM.jpeg'),(946,'gallery',629,'','uploads/gallery/5451WhatsApp Image 2024-12-19 at 3.20.41 PM(1).jpeg'),(947,'gallery',629,'','uploads/gallery/5350WhatsApp Image 2024-12-19 at 3.20.41 PM.jpeg'),(948,'gallery',629,'','uploads/gallery/4152WhatsApp Image 2024-12-10 at 4.40.59 PM.jpeg'),(949,'gallery',630,'','uploads/gallery/7551WhatsApp Image 2024-12-19 at 3.29.17 PM.jpeg'),(950,'gallery',630,'','uploads/gallery/9793WhatsApp Image 2024-12-19 at 3.29.16 PM(1).jpeg'),(951,'gallery',630,'','uploads/gallery/5695WhatsApp Image 2024-12-19 at 3.29.16 PM.jpeg'),(952,'gallery',631,'','uploads/gallery/6262WhatsApp Image 2024-12-19 at 3.32.56 PM.jpeg'),(953,'gallery',631,'','uploads/gallery/3571WhatsApp Image 2024-12-19 at 3.32.55 PM.jpeg'),(954,'gallery',631,'','uploads/gallery/4067WhatsApp Image 2024-12-19 at 3.31.13 PM.jpeg'),(955,'gallery',631,'','uploads/gallery/5812WhatsApp Image 2024-12-19 at 3.31.12 PM(1).jpeg'),(957,'gallery',633,'','uploads/gallery/2763WhatsApp Image 2024-12-19 at 3.35.03 PM.jpeg'),(958,'gallery',634,'','uploads/gallery/998WhatsApp Image 2024-12-19 at 3.37.09 PM(1).jpeg'),(959,'gallery',634,'','uploads/gallery/42WhatsApp Image 2024-12-19 at 3.37.09 PM.jpeg'),(960,'gallery',634,'','uploads/gallery/4702WhatsApp Image 2024-12-19 at 3.35.50 PM(1).jpeg'),(961,'gallery',634,'','uploads/gallery/7254WhatsApp Image 2024-12-19 at 3.35.49 PM(1).jpeg'),(962,'gallery',634,'','uploads/gallery/3209WhatsApp Image 2024-12-19 at 3.35.50 PM.jpeg'),(963,'gallery',635,'','uploads/gallery/394WhatsApp Image 2024-12-19 at 3.37.09 PM(1).jpeg'),(964,'gallery',635,'','uploads/gallery/8020WhatsApp Image 2024-12-19 at 3.37.09 PM.jpeg'),(965,'gallery',636,'','uploads/gallery/2987WhatsApp Image 2024-12-19 at 3.34.04 PM.jpeg'),(966,'gallery',636,'','uploads/gallery/431WhatsApp Image 2024-12-19 at 3.20.42 PM.jpeg'),(967,'gallery',637,'','uploads/gallery/6370WhatsApp Image 2024-12-20 at 9.59.38 AM.jpeg'),(968,'gallery',638,'','uploads/gallery/1306WhatsApp Image 2024-12-20 at 10.10.03 AM.jpeg'),(969,'gallery',639,'','uploads/gallery/4199WhatsApp Image 2024-12-20 at 10.10.55 AM.jpeg'),(970,'gallery',640,'','uploads/gallery/9500WhatsApp Image 2024-12-20 at 10.16.44 AM (1).jpeg'),(971,'gallery',641,'','uploads/gallery/3480WhatsApp Image 2024-12-20 at 10.16.44 AM.jpeg'),(972,'gallery',642,'','uploads/gallery/8803WhatsApp Image 2024-12-20 at 10.16.45 AM.jpeg'),(973,'gallery',643,'','uploads/gallery/8891WhatsApp Image 2024-12-20 at 12.08.37 PM.jpeg'),(974,'gallery',644,'','uploads/gallery/7804WhatsApp Image 2024-12-20 at 12.35.28 PM.jpeg'),(975,'gallery',645,'','uploads/gallery/1447101.jpeg'),(976,'gallery',645,'','uploads/gallery/6151102.jpeg'),(977,'gallery',645,'','uploads/gallery/6728103.jpeg'),(978,'gallery',645,'','uploads/gallery/9678104.jpeg'),(979,'gallery',645,'','uploads/gallery/40106.jpeg'),(980,'gallery',646,'','uploads/gallery/8611WhatsApp Image 2024-12-21 at 2.21.54 PM.jpeg'),(981,'infrastructure',4,'','uploads/1686Department of Microbiology Laboratory1.jpg'),(982,'infrastructure',4,'','uploads/63Department of Botany Laboratories1.jpg'),(983,'infrastructure',4,'','uploads/127Department of Chemistry Laboratories2.jpg'),(984,'infrastructure',4,'','uploads/7902Department of Computer Applications Laboratories2.jpg'),(985,'infrastructure',4,'','uploads/2756Department of Zoology Laboratories.jpg'),(986,'infrastructure',4,'','uploads/2967JKC Lab1.jpg'),(989,'infrastructure',7,'','uploads/9482IMG_20240808_111651.jpg'),(990,'infrastructure',7,'','uploads/7915IMG_20240808_102933.jpg'),(991,'infrastructure',7,'','uploads/2162IMG_20240808_104559.jpg'),(992,'infrastructure',5,'','uploads/14311.png'),(993,'infrastructure',5,'','uploads/10352.png'),(994,'infrastructure',5,'','uploads/24643.png'),(996,'infrastructure',1,'','uploads/51921.jpg'),(997,'infrastructure',1,'','uploads/76022.jpg'),(998,'infrastructure',1,'','uploads/97603.jpg'),(999,'infrastructure',1,'','uploads/19176.jpg'),(1000,'infrastructure',2,'','uploads/176388.jpg'),(1001,'infrastructure',2,'','uploads/109477.jpg'),(1002,'infrastructure',2,'','uploads/9658IMG_20240808_102936.jpg'),(1003,'ss-gallery',65,'','uploads/gallery/57501.jpg'),(1004,'ss-gallery',65,'','uploads/gallery/95522.jpg'),(1005,'ss-gallery',65,'','uploads/gallery/85943.jpg'),(1006,'ss-gallery',65,'','uploads/gallery/39965.jpg'),(1007,'ss-gallery',65,'','uploads/gallery/58886.jpg'),(1008,'ss-gallery',66,'','uploads/gallery/25471.jpg'),(1009,'ss-gallery',66,'','uploads/gallery/39892.jpg'),(1010,'ss-gallery',67,'','uploads/gallery/66694.jpg'),(1012,'Photo Gallery',56,'','uploads/photos/4306'),(1013,'Photo Gallery',51,'','uploads/photos/4965'),(1014,'Photo Gallery',51,'','uploads/photos/349'),(1016,'Photo Gallery',46,'','uploads/photos/2479'),(1019,'Photo Gallery',48,'','uploads/photos/7541'),(1020,'gallery',647,'','uploads/gallery/4002poster.jpg'),(1021,'gallery',648,'','uploads/gallery/9600postere.jpg'),(1022,'gallery',649,'','uploads/gallery/84231.jpg'),(1023,'gallery',650,'','uploads/gallery/5830fee.jpg'),(1024,'gallery',651,'','uploads/gallery/8742cab4435a-cce3-482e-a407-80ddbcdd2ab1.jpg'),(1025,'gallery',652,'','uploads/gallery/8365a813eddb-aab8-4b9d-b113-979b61c51438.jpg'),(1026,'gallery',653,'','uploads/gallery/4895290faadd-f736-4b82-9a82-cf1a92372cc0.jpg'),(1027,'gallery',654,'','uploads/gallery/6828WhatsApp Image 2025-01-10 at 9.51.27 AM.jpeg'),(1028,'gallery',654,'','uploads/gallery/5810WhatsApp Image 2025-01-10 at 9.51.33 AM.jpeg'),(1029,'gallery',654,'','uploads/gallery/4310WhatsApp Image 2025-01-10 at 9.51.37 AM.jpeg'),(1030,'gallery',654,'','uploads/gallery/3190WhatsApp Image 2025-01-10 at 9.51.38 AM.jpeg'),(1031,'gallery',654,'','uploads/gallery/8676WhatsApp Image 2025-01-10 at 9.51.39 AM (1).jpeg'),(1032,'gallery',654,'','uploads/gallery/1264WhatsApp Image 2025-01-10 at 9.51.39 AM (2).jpeg'),(1033,'gallery',654,'','uploads/gallery/6460WhatsApp Image 2025-01-10 at 9.51.39 AM.jpeg'),(1034,'gallery',654,'','uploads/gallery/4158WhatsApp Image 2025-01-10 at 9.51.40 AM.jpeg'),(1035,'ss-gallery',68,'','uploads/gallery/18084a520d3b-1d3d-46b6-b9be-790260d769aa.jpg'),(1036,'ss-gallery',69,'','uploads/gallery/15691.jpeg'),(1037,'ss-gallery',69,'','uploads/gallery/77862.jpeg'),(1038,'ss-gallery',69,'','uploads/gallery/92183.jpeg'),(1064,'ss-gallery',70,'','uploads/gallery/27273d6774a0-191b-40d5-9b52-63c390030e98.jpg'),(1065,'ss-gallery',70,'','uploads/gallery/79056a0e0196-2f39-4f1c-9173-d009e6536bee.jpg'),(1066,'ss-gallery',70,'','uploads/gallery/278753d81968-4281-4899-a7b9-a6cbe694c4a1.jpg'),(1067,'ss-gallery',70,'','uploads/gallery/684067bc983-ff0c-402e-8052-316ff2a8920b.jpg'),(1068,'ss-gallery',70,'','uploads/gallery/106768e89921-8840-4246-aa89-fdb660d71996.jpg'),(1069,'ss-gallery',70,'','uploads/gallery/674078c1f124-485d-4927-a52f-c64b987bb51c.jpg'),(1070,'ss-gallery',70,'','uploads/gallery/667795bf05bd-63dc-4278-88b9-167678fe134d.jpg'),(1071,'ss-gallery',70,'','uploads/gallery/52235678f385-b728-459f-ba95-8321aeb05148.jpg'),(1072,'ss-gallery',70,'','uploads/gallery/70807643f3ff-00f0-4526-b267-df74d499ca08.jpg'),(1073,'ss-gallery',70,'','uploads/gallery/552388458996-f06d-4af6-97e7-0870794f0e9f.jpg'),(1074,'ss-gallery',70,'','uploads/gallery/1697dd4a155f-9813-45ac-ba88-ed74cb0179cb.jpg'),(1075,'ss-gallery',70,'','uploads/gallery/6292e5bd8aa9-d6b5-40e8-9350-3a3ebcdd5a42.jpg'),(1076,'Photo Gallery',60,'','uploads/photos/9720WhatsApp Image 2025-01-10 at 6.04.56 PM.jpeg'),(1077,'Photo Gallery',60,'','uploads/photos/3738WhatsApp Image 2025-01-10 at 6.04.57 PM (1).jpeg'),(1078,'Photo Gallery',60,'','uploads/photos/4475WhatsApp Image 2025-01-10 at 6.04.57 PM.jpeg'),(1079,'Photo Gallery',60,'','uploads/photos/7457WhatsApp Image 2025-01-10 at 6.04.58 PM (1).jpeg'),(1080,'Photo Gallery',60,'','uploads/photos/3581WhatsApp Image 2025-01-10 at 6.04.58 PM.jpeg'),(1081,'Photo Gallery',60,'','uploads/photos/9597WhatsApp Image 2025-01-10 at 6.04.59 PM (1).jpeg'),(1082,'Photo Gallery',60,'','uploads/photos/4259WhatsApp Image 2025-01-10 at 6.04.59 PM.jpeg'),(1083,'Photo Gallery',60,'','uploads/photos/4363WhatsApp Image 2025-01-10 at 6.05.00 PM (1).jpeg'),(1084,'Photo Gallery',60,'','uploads/photos/1107WhatsApp Image 2025-01-10 at 6.05.00 PM.jpeg'),(1085,'Photo Gallery',60,'','uploads/photos/3250WhatsApp Image 2025-01-10 at 6.05.01 PM (1).jpeg'),(1086,'Photo Gallery',60,'','uploads/photos/7586WhatsApp Image 2025-01-10 at 6.05.01 PM.jpeg'),(1087,'Photo Gallery',60,'','uploads/photos/1193WhatsApp Image 2025-01-10 at 2.32.40 PM (1).jpeg'),(1088,'Photo Gallery',60,'','uploads/photos/3890WhatsApp Image 2025-01-10 at 2.32.40 PM.jpeg'),(1089,'Photo Gallery',60,'','uploads/photos/4947WhatsApp Image 2025-01-10 at 2.32.41 PM (1).jpeg'),(1090,'Photo Gallery',60,'','uploads/photos/5789WhatsApp Image 2025-01-10 at 2.32.41 PM.jpeg'),(1091,'Photo Gallery',60,'','uploads/photos/2206WhatsApp Image 2025-01-10 at 12.56.17 PM.jpeg'),(1092,'Photo Gallery',60,'','uploads/photos/8078WhatsApp Image 2025-01-10 at 12.56.18 PM (1).jpeg'),(1093,'Photo Gallery',60,'','uploads/photos/9429WhatsApp Image 2025-01-10 at 12.56.18 PM (2).jpeg'),(1094,'Photo Gallery',60,'','uploads/photos/5239WhatsApp Image 2025-01-10 at 12.56.18 PM.jpeg'),(1095,'Photo Gallery',60,'','uploads/photos/7477WhatsApp Image 2025-01-10 at 12.56.19 PM (1).jpeg'),(1096,'ss-gallery',71,'','uploads/gallery/212RRC&YRC REPORT ACTIVITY 2023-24 (2).pdf'),(1097,'ss-gallery',72,'','uploads/gallery/8666NSS health.pdf'),(1098,'Photo Gallery',60,'','uploads/photos/7435WhatsApp Image 2025-01-10 at 6.04.56 PM.jpeg'),(1099,'Photo Gallery',60,'','uploads/photos/461WhatsApp Image 2025-01-10 at 6.04.57 PM (1).jpeg'),(1100,'Photo Gallery',60,'','uploads/photos/4034WhatsApp Image 2025-01-10 at 6.04.57 PM.jpeg'),(1101,'Photo Gallery',60,'','uploads/photos/6107WhatsApp Image 2025-01-10 at 6.04.58 PM (1).jpeg'),(1102,'Photo Gallery',60,'','uploads/photos/490WhatsApp Image 2025-01-10 at 6.04.58 PM.jpeg'),(1103,'Photo Gallery',60,'','uploads/photos/3121WhatsApp Image 2025-01-10 at 6.04.59 PM (1).jpeg'),(1104,'Photo Gallery',60,'','uploads/photos/84WhatsApp Image 2025-01-10 at 6.04.59 PM.jpeg'),(1105,'Photo Gallery',60,'','uploads/photos/3355WhatsApp Image 2025-01-10 at 6.05.00 PM (1).jpeg'),(1106,'Photo Gallery',60,'','uploads/photos/9718WhatsApp Image 2025-01-10 at 6.05.00 PM.jpeg'),(1107,'Photo Gallery',60,'','uploads/photos/9603WhatsApp Image 2025-01-10 at 6.05.01 PM (1).jpeg'),(1108,'Photo Gallery',60,'','uploads/photos/9334WhatsApp Image 2025-01-10 at 6.05.01 PM.jpeg'),(1109,'Photo Gallery',60,'','uploads/photos/6488WhatsApp Image 2025-01-10 at 2.32.40 PM (1).jpeg'),(1110,'Photo Gallery',60,'','uploads/photos/9253WhatsApp Image 2025-01-10 at 2.32.40 PM.jpeg'),(1111,'Photo Gallery',60,'','uploads/photos/3506WhatsApp Image 2025-01-10 at 2.32.41 PM (1).jpeg'),(1112,'Photo Gallery',60,'','uploads/photos/4197WhatsApp Image 2025-01-10 at 2.32.41 PM.jpeg'),(1113,'Photo Gallery',60,'','uploads/photos/4605WhatsApp Image 2025-01-10 at 12.56.17 PM.jpeg'),(1114,'Photo Gallery',60,'','uploads/photos/698WhatsApp Image 2025-01-10 at 12.56.18 PM (1).jpeg'),(1115,'Photo Gallery',60,'','uploads/photos/9034WhatsApp Image 2025-01-10 at 12.56.18 PM (2).jpeg'),(1116,'Photo Gallery',60,'','uploads/photos/1922WhatsApp Image 2025-01-10 at 12.56.18 PM.jpeg'),(1117,'Photo Gallery',60,'','uploads/photos/7478WhatsApp Image 2025-01-10 at 12.56.19 PM (1).jpeg'),(1118,'ss-gallery',73,'','uploads/gallery/1962877ab30f-2e93-4ecd-916e-5e7e632e88e0.jpeg'),(1119,'ss-gallery',73,'','uploads/gallery/8231bbc189dc-4bfd-42c9-8269-6e2e05fefefb.jpeg'),(1120,'ss-gallery',73,'','uploads/gallery/7366323336b3-80dc-4f18-bedc-18084557ab18.jpeg'),(1121,'ss-gallery',73,'','uploads/gallery/8758b57acb4e-a5f2-4c93-ac73-252e29a4bf97.jpeg'),(1122,'ss-gallery',73,'','uploads/gallery/5591d833e172-3152-4539-add6-62ccdeec7895.jpeg'),(1123,'ss-gallery',73,'','uploads/gallery/7041180a2235-c9b9-4ca9-9da6-72a5bdfcb340.jpeg'),(1124,'ss-gallery',73,'','uploads/gallery/82307f32c3f-9c94-4ca2-8afd-2bfe61302c52.jpeg'),(1125,'ss-gallery',73,'','uploads/gallery/1968e8133821-5961-4381-a3eb-691b033e27d3.jpeg'),(1126,'ss-gallery',73,'','uploads/gallery/38433d02286b-4dc9-416d-b3c5-4c6e70c4ac5c.jpeg'),(1127,'ss-gallery',74,'','uploads/gallery/6859Screenshot 2025-01-20 155800.png'),(1128,'ss-gallery',75,'','uploads/gallery/3231Screenshot 2025-01-20 155743.png'),(1129,'ss-gallery',76,'','uploads/gallery/82781.jpg'),(1130,'ss-gallery',77,'','uploads/gallery/46862.jpg'),(1131,'gallery',655,'','uploads/gallery/2697WhatsApp Image 2024-12-26 at 10.34.43 AM.jpeg'),(1132,'gallery',656,'','uploads/gallery/9314WhatsApp Image 2024-12-26 at 10.37.25 AM.jpeg'),(1133,'gallery',657,'','uploads/gallery/6848WhatsApp Image 2024-12-26 at 10.38.44 AM.jpeg'),(1134,'gallery',657,'','uploads/gallery/6030WhatsApp Image 2024-12-26 at 10.39.59 AM.jpeg'),(1135,'gallery',658,'','uploads/gallery/8159WhatsApp Image 2024-12-26 at 10.39.59 AM.jpeg'),(1136,'gallery',659,'','uploads/gallery/6567WhatsApp Image 2024-12-26 at 10.51.43 AM.jpeg'),(1137,'gallery',660,'','uploads/gallery/6528WhatsApp Image 2025-01-21 at 3.25.17 PM (1).jpeg'),(1138,'gallery',661,'','uploads/gallery/1693WhatsApp Image 2025-01-21 at 3.25.17 PM (1).jpeg'),(1139,'gallery',662,'','uploads/gallery/2196WhatsApp Image 2025-01-21 at 3.25.18 PM (1).jpeg'),(1140,'gallery',663,'','uploads/gallery/8717WhatsApp Image 2025-01-21 at 3.25.18 PM.jpeg'),(1141,'Photo Gallery',61,'','uploads/photos/257WhatsApp Image 2025-01-21 at 4.51.38 PM (1).jpeg'),(1142,'Photo Gallery',61,'','uploads/photos/3661WhatsApp Image 2025-01-21 at 4.51.38 PM.jpeg'),(1143,'Photo Gallery',61,'','uploads/photos/2994WhatsApp Image 2025-01-21 at 4.51.39 PM.jpeg'),(1144,'gallery',664,'','uploads/gallery/2376WhatsApp Image 2025-01-12 at 7.22.07 PM (1).jpeg'),(1145,'gallery',664,'','uploads/gallery/7062WhatsApp Image 2025-01-12 at 7.22.07 PM.jpeg'),(1146,'gallery',664,'','uploads/gallery/34WhatsApp Image 2025-01-12 at 7.22.08 PM.jpeg'),(1147,'gallery',665,'','uploads/gallery/4849WhatsApp Image 2025-01-11 at 12.23.26 PM.jpeg'),(1148,'Photo Gallery',62,'','uploads/photos/4939WhatsApp Image 2025-01-08 at 3.01.29 PM.jpeg'),(1149,'Photo Gallery',62,'','uploads/photos/3133WhatsApp Image 2025-01-08 at 3.01.55 PM.jpeg'),(1150,'Photo Gallery',63,'','uploads/photos/6737WhatsApp Image 2025-01-23 at 4.44.08 PM.jpeg'),(1151,'gallery',666,'','uploads/gallery/9465WhatsApp Image 2025-01-24 at 2.34.41 PM.jpeg'),(1152,'gallery',666,'','uploads/gallery/4550WhatsApp Image 2025-01-24 at 2.34.42 PM.jpeg'),(1153,'gallery',666,'','uploads/gallery/9682WhatsApp Image 2025-01-24 at 2.34.55 PM.jpeg'),(1154,'gallery',667,'','uploads/gallery/264WhatsApp Image 2025-01-09 at 7.09.15 PM.jpeg'),(1155,'gallery',667,'','uploads/gallery/4117WhatsApp Image 2025-01-09 at 7.11.03 PM.jpeg'),(1156,'gallery',668,'','uploads/gallery/4080WhatsApp Image 2025-01-09 at 5.42.26 PM.jpeg'),(1157,'gallery',668,'','uploads/gallery/6886WhatsApp Image 2025-01-09 at 5.42.27 PM (1).jpeg'),(1158,'gallery',668,'','uploads/gallery/7004WhatsApp Image 2025-01-09 at 5.42.27 PM.jpeg'),(1159,'gallery',669,'','uploads/gallery/2221WhatsApp Image 2025-01-09 at 5.42.26 PM.jpeg'),(1160,'gallery',669,'','uploads/gallery/2699WhatsApp Image 2025-01-09 at 5.42.27 PM (1).jpeg'),(1161,'gallery',669,'','uploads/gallery/4214WhatsApp Image 2025-01-09 at 5.42.27 PM.jpeg'),(1165,'Photo Gallery',65,'','uploads/photos/4943WhatsApp Image 2025-01-24 at 2.57.16 PM.jpeg'),(1166,'Photo Gallery',65,'','uploads/photos/8266WhatsApp Image 2025-01-24 at 2.57.17 PM (1).jpeg'),(1167,'Photo Gallery',65,'','uploads/photos/3719WhatsApp Image 2025-01-24 at 2.57.17 PM.jpeg'),(1168,'ss-gallery',78,'','uploads/gallery/93108400COMPANIES ABSTRACT_page-0001.jpg'),(1169,'ss-gallery',78,'','uploads/gallery/783533120240508_11841PM_1102_ByGPSMapCamera.jpg'),(1170,'ss-gallery',78,'','uploads/gallery/544231820240509_114843am_1118_ByGPSMapCamera.jpg'),(1171,'ss-gallery',78,'','uploads/gallery/6563272320240508_35026PM_1108_ByGPSMapCamera.jpg'),(1172,'ss-gallery',78,'','uploads/gallery/4884645920240508_120036PM_1075_ByGPSMapCamera.jpg'),(1173,'Photo Gallery',66,'','uploads/photos/1989Students and faculty of intermediate colleges 28.01.2025.jpeg'),(1174,'Photo Gallery',66,'','uploads/photos/7107WhatsApp Image 2025-01-28 at 12.34.21 PM.jpeg'),(1175,'Photo Gallery',66,'','uploads/photos/7062WhatsApp Image 2025-01-28 at 12.34.22 PM.jpeg'),(1176,'Photo Gallery',66,'','uploads/photos/8243WhatsApp Image 2025-01-28 at 12.34.23 PM.jpeg'),(1177,'Photo Gallery',66,'','uploads/photos/9723WhatsApp Image 2025-01-28 at 12.34.24 PM.jpeg'),(1178,'Photo Gallery',66,'','uploads/photos/8634WhatsApp Image 2025-01-28 at 12.34.56 PM (1).jpeg'),(1179,'Photo Gallery',66,'','uploads/photos/9817WhatsApp Image 2025-01-28 at 12.34.56 PM.jpeg'),(1180,'Photo Gallery',67,'','uploads/photos/77132.jpeg'),(1181,'Photo Gallery',67,'','uploads/photos/30323.jpeg'),(1182,'Photo Gallery',67,'','uploads/photos/35144.jpeg'),(1183,'Photo Gallery',67,'','uploads/photos/73955.jpeg'),(1184,'Photo Gallery',67,'','uploads/photos/7121WhatsApp Image 2025-01-30 at 11.30.07 AM.jpeg'),(1185,'Photo Gallery',67,'','uploads/photos/2490WhatsApp Image 2025-01-30 at 11.30.11 AM.jpeg'),(1186,'Photo Gallery',67,'','uploads/photos/3715WhatsApp Image 2025-01-30 at 11.30.12 AM (1).jpeg'),(1187,'Photo Gallery',67,'','uploads/photos/1734WhatsApp Image 2025-01-30 at 11.30.12 AM.jpeg'),(1188,'gallery',670,'','uploads/gallery/2333WhatsApp Image 2025-01-31 at 11.15.33 AM.jpeg'),(1189,'gallery',671,'','uploads/gallery/3900WhatsApp Image 2025-01-31 at 11.15.45 AM.jpeg'),(1190,'gallery',672,'','uploads/gallery/4011WhatsApp Image 2025-01-31 at 11.16.32 AM.jpeg'),(1191,'gallery',672,'','uploads/gallery/5576WhatsApp Image 2025-01-31 at 11.16.31 AM.jpeg'),(1192,'gallery',672,'','uploads/gallery/5554WhatsApp Image 2025-01-31 at 11.16.31 AM (1).jpeg'),(1193,'gallery',673,'','uploads/gallery/155WhatsApp Image 2025-01-31 at 12.19.21 PM.jpeg'),(1194,'gallery',673,'','uploads/gallery/5213WhatsApp Image 2025-01-31 at 12.19.20 PM.jpeg'),(1195,'gallery',673,'','uploads/gallery/4867WhatsApp Image 2025-01-31 at 12.19.19 PM.jpeg'),(1196,'Photo Gallery',68,'','uploads/photos/6285WhatsApp Image 2025-02-03 at 11.48.05 AM.jpeg'),(1197,'Photo Gallery',68,'','uploads/photos/768WhatsApp Image 2025-02-03 at 11.41.39 AM.jpeg'),(1198,'Photo Gallery',68,'','uploads/photos/4902WhatsApp Image 2025-02-03 at 11.41.38 AM.jpeg'),(1199,'Photo Gallery',68,'','uploads/photos/7721WhatsApp Image 2025-02-03 at 11.41.37 AM(1).jpeg'),(1200,'Photo Gallery',68,'','uploads/photos/2903WhatsApp Image 2025-02-03 at 11.41.37 AM.jpeg'),(1201,'Photo Gallery',68,'','uploads/photos/3596WhatsApp Image 2025-02-03 at 11.41.33 AM.jpeg'),(1202,'Photo Gallery',68,'','uploads/photos/5639WhatsApp Image 2025-02-03 at 11.09.03 AM.jpeg'),(1203,'Photo Gallery',68,'','uploads/photos/1885WhatsApp Image 2025-02-03 at 11.09.02 AM.jpeg'),(1204,'Photo Gallery',68,'','uploads/photos/4674WhatsApp Image 2025-02-03 at 11.09.00 AM.jpeg'),(1205,'Photo Gallery',68,'','uploads/photos/360WhatsApp Image 2025-02-03 at 11.02.21 AM.jpeg'),(1206,'Photo Gallery',68,'','uploads/photos/3731WhatsApp Image 2025-02-03 at 11.02.19 AM.jpeg'),(1208,'ss-gallery',79,'','uploads/gallery/7958WhatsApp Image 2025-01-31 at 3.12.48 PM.jpeg'),(1209,'ss-gallery',79,'','uploads/gallery/127WhatsApp Image 2025-01-31 at 3.12.51 PM (1).jpeg'),(1210,'ss-gallery',79,'','uploads/gallery/97WhatsApp Image 2025-01-31 at 3.12.51 PM (2).jpeg'),(1211,'ss-gallery',79,'','uploads/gallery/7508WhatsApp Image 2025-01-31 at 3.12.51 PM (3).jpeg'),(1212,'ss-gallery',79,'','uploads/gallery/189WhatsApp Image 2025-01-31 at 3.12.51 PM (4).jpeg'),(1213,'ss-gallery',79,'','uploads/gallery/2136WhatsApp Image 2025-01-31 at 3.12.51 PM (5).jpeg'),(1214,'ss-gallery',79,'','uploads/gallery/48WhatsApp Image 2025-01-31 at 3.12.51 PM (6).jpeg'),(1215,'ss-gallery',79,'','uploads/gallery/4504WhatsApp Image 2025-01-31 at 3.12.51 PM (7).jpeg'),(1216,'ss-gallery',79,'','uploads/gallery/4778WhatsApp Image 2025-01-31 at 3.12.51 PM (8).jpeg'),(1217,'ss-gallery',79,'','uploads/gallery/5037WhatsApp Image 2025-01-31 at 3.12.51 PM (9).jpeg'),(1218,'ss-gallery',79,'','uploads/gallery/4957WhatsApp Image 2025-01-31 at 3.12.51 PM.jpeg'),(1219,'ss-gallery',79,'','uploads/gallery/2046WhatsApp Image 2025-01-31 at 3.18.51 PM.jpeg'),(1220,'Photo Gallery',69,'','uploads/photos/1640WhatsApp Image 2025-02-13 at 3.15.04 PM.jpeg'),(1221,'Photo Gallery',69,'','uploads/photos/4189WhatsApp Image 2025-02-13 at 3.15.03 PM.jpeg'),(1222,'Photo Gallery',69,'','uploads/photos/954WhatsApp Image 2025-02-13 at 3.15.02 PM.jpeg'),(1223,'Photo Gallery',70,'','uploads/photos/9717WhatsApp Image 2025-02-13 at 6.36.12 PM.jpeg'),(1224,'Photo Gallery',70,'','uploads/photos/8674WhatsApp Image 2025-02-13 at 6.14.16 PM(1).jpeg'),(1225,'Photo Gallery',70,'','uploads/photos/9965WhatsApp Image 2025-02-13 at 6.14.16 PM.jpeg'),(1226,'Photo Gallery',71,'','uploads/photos/7652WhatsApp Image 2025-02-14 at 12.53.16 PM.jpeg'),(1227,'Photo Gallery',71,'','uploads/photos/2168WhatsApp Image 2025-02-14 at 12.52.50 PM(1).jpeg'),(1228,'Photo Gallery',71,'','uploads/photos/1499WhatsApp Image 2025-02-14 at 12.52.50 PM.jpeg'),(1229,'Photo Gallery',72,'','uploads/photos/658WhatsApp Image 2025-02-14 at 1.46.26 PM(1).jpeg'),(1230,'Photo Gallery',72,'','uploads/photos/3961WhatsApp Image 2025-02-14 at 1.46.26 PM.jpeg'),(1231,'Photo Gallery',73,'','uploads/photos/2757WhatsApp Image 2025-02-13 at 3.08.54 PM.jpeg'),(1232,'Photo Gallery',73,'','uploads/photos/5574WhatsApp Image 2025-02-13 at 3.08.53 PM.jpeg'),(1233,'Photo Gallery',73,'','uploads/photos/9202'),(1234,'gallery',674,'','uploads/gallery/9907WhatsApp Image 2025-02-14 at 3.00.47 PM.jpeg'),(1235,'gallery',675,'','uploads/gallery/2158WhatsApp Image 2025-02-21 at 11.44.31 PM.jpeg'),(1236,'gallery',675,'','uploads/gallery/2875WhatsApp Image 2025-02-21 at 11.44.32 PM.jpeg'),(1237,'Photo Gallery',74,'','uploads/photos/5757WhatsApp Image 2025-02-21 at 12.19.44 PM (1).jpeg'),(1238,'gallery',676,'','uploads/gallery/59891.jpeg'),(1239,'gallery',676,'','uploads/gallery/36592.jpeg'),(1240,'gallery',676,'','uploads/gallery/79423.jpeg'),(1241,'gallery',677,'','uploads/gallery/3179WhatsApp Image 2025-02-22 at 10.44.30 PM.jpeg'),(1242,'gallery',678,'','uploads/gallery/940WhatsApp Image 2025-02-21 at 11.44.31 PM.jpeg'),(1243,'gallery',678,'','uploads/gallery/5104WhatsApp Image 2025-02-21 at 11.44.32 PM (1).jpeg'),(1244,'gallery',679,'','uploads/gallery/6783WhatsApp Image 2025-02-14 at 2.45.04 PM.jpeg'),(1245,'gallery',679,'','uploads/gallery/3528WhatsApp Image 2025-02-14 at 2.45.05 PM (1).jpeg'),(1246,'gallery',679,'','uploads/gallery/4688WhatsApp Image 2025-02-14 at 2.45.05 PM.jpeg'),(1247,'Photo Gallery',75,'','uploads/photos/3302WhatsApp Image 2025-02-08 at 7.13.39 PM.jpeg'),(1248,'gallery',680,'','uploads/gallery/4169WhatsApp Image 2025-02-13 at 6.14.16 PM (1).jpeg'),(1249,'gallery',680,'','uploads/gallery/6022WhatsApp Image 2025-02-13 at 6.14.16 PM.jpeg'),(1250,'gallery',680,'','uploads/gallery/2927WhatsApp Image 2025-02-13 at 6.36.12 PM (1).jpeg'),(1251,'gallery',680,'','uploads/gallery/2298WhatsApp Image 2025-02-13 at 6.36.12 PM.jpeg'),(1252,'gallery',681,'','uploads/gallery/6336WhatsApp Image 2025-02-13 at 2.51.31 PM.jpeg'),(1253,'gallery',681,'','uploads/gallery/8081WhatsApp Image 2025-02-13 at 2.51.31 PM (1).jpeg'),(1254,'infrastructure',25,'','Invalid file'),(1255,'infrastructure',25,'','Invalid file'),(1256,'infrastructure',25,'','Invalid file'),(1257,'gallery',682,'','uploads/gallery/7750ECO2025.jpeg'),(1258,'gallery',682,'','uploads/gallery/8183WhatsApp Image 2025-02-24 at 10.00.43 AM.jpeg'),(1259,'gallery',682,'','uploads/gallery/624WhatsApp Image 2025-02-24 at 10.00.44 AM (1).jpeg'),(1260,'gallery',682,'','uploads/gallery/9305WhatsApp Image 2025-02-24 at 10.00.44 AM.jpeg'),(1261,'gallery',682,'','uploads/gallery/5034WhatsApp Image 2025-02-24 at 10.00.45 AM (1).jpeg'),(1262,'gallery',682,'','uploads/gallery/6674WhatsApp Image 2025-02-24 at 10.00.45 AM.jpeg'),(1263,'gallery',682,'','uploads/gallery/9060WhatsApp Image 2025-02-24 at 10.00.46 AM.jpeg'),(1264,'gallery',683,'','uploads/gallery/1116WhatsApp Image 2025-02-24 at 11.47.45 AM (1).jpeg'),(1265,'gallery',683,'','uploads/gallery/30WhatsApp Image 2025-02-24 at 11.47.45 AM (2).jpeg'),(1266,'gallery',683,'','uploads/gallery/394WhatsApp Image 2025-02-24 at 11.47.45 AM.jpeg'),(1267,'gallery',683,'','uploads/gallery/1364WhatsApp Image 2025-02-24 at 11.47.46 AM (1).jpeg'),(1268,'gallery',683,'','uploads/gallery/5031WhatsApp Image 2025-02-24 at 11.47.46 AM (2).jpeg'),(1269,'gallery',683,'','uploads/gallery/5536WhatsApp Image 2025-02-24 at 11.47.46 AM.jpeg'),(1270,'gallery',683,'','uploads/gallery/6298WhatsApp Image 2025-02-24 at 11.47.47 AM (1).jpeg'),(1271,'gallery',683,'','uploads/gallery/8511WhatsApp Image 2025-02-24 at 11.47.47 AM.jpeg'),(1272,'gallery',684,'','uploads/gallery/9296RRRR.jpeg'),(1273,'Photo Gallery',76,'','uploads/photos/40196c8a4529-2f87-4f2d-85e3-51089477c369.jpg'),(1274,'Photo Gallery',77,'','uploads/photos/9359WhatsApp Image 2025-02-28 at 12.11.01 PM (1).jpeg'),(1275,'Photo Gallery',77,'','uploads/photos/5807WhatsApp Image 2025-02-28 at 12.11.03 PM (1).jpeg'),(1276,'Photo Gallery',77,'','uploads/photos/8282WhatsApp Image 2025-02-28 at 12.11.04 PM (2).jpeg'),(1277,'Photo Gallery',77,'','uploads/photos/1456WhatsApp Image 2025-02-28 at 12.11.04 PM.jpeg'),(1278,'Photo Gallery',77,'','uploads/photos/3608WhatsApp Image 2025-02-28 at 12.11.05 PM (1).jpeg'),(1279,'Photo Gallery',77,'','uploads/photos/8842WhatsApp Image 2025-02-28 at 12.11.06 PM (1).jpeg'),(1280,'Photo Gallery',77,'','uploads/photos/3132WhatsApp Image 2025-02-28 at 12.11.06 PM.jpeg'),(1281,'Photo Gallery',77,'','uploads/photos/1273WhatsApp Image 2025-02-28 at 12.11.07 PM.jpeg'),(1282,'Photo Gallery',78,'','uploads/photos/183WhatsApp Image 2025-02-26 at 5.51.03 PM.jpeg'),(1283,'Photo Gallery',74,'','uploads/photos/6546'),(1284,'Photo Gallery',79,'','uploads/photos/52564.jpeg'),(1285,'Photo Gallery',79,'','uploads/photos/82075.jpeg'),(1286,'gallery',685,'','uploads/gallery/1040WhatsApp Image 2025-03-14 at 7.36.22 PM.jpeg'),(1287,'gallery',685,'','uploads/gallery/3427WhatsApp Image 2025-03-14 at 9.30.18 PM.jpeg'),(1288,'Photo Gallery',80,'','uploads/photos/80481.jpeg'),(1289,'Photo Gallery',80,'','uploads/photos/75122.jpeg'),(1290,'Photo Gallery',80,'','uploads/photos/38803.jpeg'),(1291,'Photo Gallery',80,'','uploads/photos/31434.jpeg'),(1292,'Photo Gallery',80,'','uploads/photos/42725.jpeg'),(1293,'Photo Gallery',81,'','uploads/photos/2911WhatsApp Image 2025-03-22 at 7.19.57 AM.jpeg');
/*!40000 ALTER TABLE `gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `home_blocks`
--
DROP TABLE IF EXISTS `home_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `home_blocks` (
`id` int NOT NULL AUTO_INCREMENT,
`category` int NOT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`sort_order` int NOT NULL,
`content_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `home_blocks`
--
LOCK TABLES `home_blocks` WRITE;
/*!40000 ALTER TABLE `home_blocks` DISABLE KEYS */;
INSERT INTO `home_blocks` VALUES (5,1,'NIRF Data','nirf-data','<h4>\r\n <a href=\"/userfiles/nirf2020.pdf\">Click Here</a> To NIRF College-2020</h4>\r\n',1,'Content'),(8,2,'Committee','committee','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon..</h4>\r\n',1,'Content'),(9,2,'Resolutions','resolutions','<p>\r\n </p>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(10,2,'Gallery','gallery','',3,'Gallery'),(14,4,'Committee','committee','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',1,'Content'),(15,4,'Funding','funding','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(16,4,'Gallery','gallery','',3,'Gallery'),(19,6,'Activities','activities','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',1,'Content'),(20,6,'Annual Report','annual-report','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(21,6,'AQAR','aqar','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h2 style=\"text-align: center;\">\r\n <a href=\"/userfiles/2016-17 aqar (1).pdf\"><span style=\"color:#0000cd;\"><span style=\"font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: 22px; font-variant-ligatures: no-contextual;\">2016 -17 AQAR</span> </span></a></h2>\r\n',3,'Content'),(22,7,'Data','data','Data',1,'Content'),(23,7,'Certificates','certificates','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(24,8,'Activities','activities','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',1,'Content'),(25,8,'Achievements','achievements','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(26,9,'Downloads','downloads','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',1,'Content'),(27,9,'Application Forms','application-forms','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',2,'Content'),(28,9,'Gallery','gallery','<h4 style=\"text-align: center;\">\r\n </h4>\r\n<h4 style=\"text-align: center;\">\r\n Coming Soon...</h4>\r\n',3,'Content');
/*!40000 ALTER TABLE `home_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `infrastructure`
--
DROP TABLE IF EXISTS `infrastructure`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `infrastructure` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `infrastructure`
--
LOCK TABLES `infrastructure` WRITE;
/*!40000 ALTER TABLE `infrastructure` DISABLE KEYS */;
INSERT INTO `infrastructure` VALUES (7,'Virtual Classrooms','','virtual-classrooms'),(6,'Skill Development Centre','<h1 style=\"text-align: center;\">\r\n <u><span style=\"color:#f00;\"><span style=\"font-size:26px;\">SKILL DEVELOPMENT CENTRE</span></span></u></h1>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\">Thecollegehasemphasizedholisticeducationwitha special focus on skill development to boost employability. The curriculum for various undergraduate programs has been redesigned to include Life Skill Courses (LSC) and Skill Development Courses (SDC) in the first three semesters, and Skill Enhancement Courses (SEC) in the fifth and sixth semesters, providing hands-on experience to enhance skills. Additionally, the curriculum includes two months of Community Service Project (CSP), two months of Industrial Internship/Apprenticeship,andsixmonthsofOn-the- Job Training (OJT) to promote experiential learning. Students' skill development is further supported through teaching strategies such as student study projects, seminars, quizzes, role plays, problem- solving, surveys, and case studies. Furthermore, the Career Counselling Cell and Jawahar Knowledge Centreoffervariousshort-termcoursesonsoftskills, communication skills, and employable skills in analytics, computers, and training for all undergraduate and postgraduate programs.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><img alt=\"\" src=\"/userfiles/2(2).jpg\" style=\"width: 300px; height: 169px;\" /></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><img alt=\"\" src=\"/userfiles/3(1).jpg\" style=\"width: 300px; height: 169px;\" /></span></span></p>','skill-development-centre'),(5,'E-Resources','','e-resources'),(4,'Labs','<p>\r\n <a href=\"/userfiles/microbio.jpg\">/userfiles/Department of Chemistry Laboratories1.jpg<br />\r\n </a></p>\r\n<p>\r\n Department of Microbiology Laboratory1</p>\r\n','labs'),(2,'Digital Class Rooms','','digital-class-rooms'),(1,'Class Rooms','','class-rooms'),(21,'Library','<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/LIBRARY-BOOKS.gif\" style=\"width: 700px; height: 272px;\" /></p>\r\n','library'),(24,'Maintenance Of Infrastructure','<p>\r\n <a href=\"/userfiles/MAINTENANCE OF INFRASTRUCTURE.pdf\">MAINTENANCE OF INFRASTRUCTURE<br />\r\n </a></p>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">PVKN Government College(A) offers a robust array of academic, cultural, sports, and wellness facilities</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">designed to enhance student learning and well-being. The college is equipped with 41 classrooms featuring</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">modern audio-visual aids, 21 specialized labs for hands-on learning, and multiple seminar halls, digital, virtual,</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">and e-classrooms that support dynamic and remote learning experiences.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Cultural activities are supported by an open auditorium for large gatherings and a centrally air conditioned</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">closed auditorium with advanced AV equipment for intimate events. Sports facilities include six playing courts</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">for various sports, an athletics track, and multi-stage gyms for both men and women. Additionally, the college</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">provides a yoga hall and a pyramid dhyana kendra for wellness activities.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">The campus also offers essential amenities such as a reading hall, women’s waiting hall, college canteen, and a</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">health center. Accommodation is available through an integrated women's hostel, ensuring a safe and</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">supportive living environment.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Academic support is bolstered by a central library, botanical garden, Herbarium, Zoology Museum and a</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Learning Support Center. The college is provided with facilities like RO water plants, borewells and sustainable</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">landscaping practices.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Security measures, including surveillance systems, are in place to ensure campus safety. The college allocates</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">27% of its total expenditure to infrastructure development and augmentation and 65% expenditure incurred on</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">maintenance of physical and academic support facilities with specific investments in facilities like an Integrated</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Library Management System (ILMS) that streamlines library operations.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">The library has integrated a digital cataloging system, e-resources, and remote access capabilities, making a</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">wide range of academic materials easily accessible. The college also collaborates with other libraries and</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">consortia to expand resource offerings and provides digital reference services for research assistance.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Information literacy programs are conducted to enhance users' skills in navigating online resources, and the</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">library offers access to essential services.</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">Furthermore, the college has upgraded its internet services to a 100 Mbps leased line, supporting student and</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">faculty needs with reliable Wi-Fi and updated computer lab facilities. With a student-computer ratio of 6:1, the</span></div>\r\n<div id=\"cke_pastebin\">\r\n <span style=\"color:#00f;\">college ensures ample access to digital tools and resources for its academic community</span></div>\r\n','maintenance-of-infrastructure'),(25,'SKILL DEVELOPMENT CENTRE PROGRAMS','<p>\r\n <img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-02-06 at 8_55_23 PM.jpeg\" style=\"width: 300px; height: 225px;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-02-06 at 8_55_58 PM.jpeg\" style=\"width: 300px; height: 225px;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-02-06 at 8_56_28 PM.jpeg\" style=\"width: 300px; height: 169px;\" />Student Registration on the APSSDC portal</p>\r\n','skill-development-centre-programs');
/*!40000 ALTER TABLE `infrastructure` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `inpress`
--
DROP TABLE IF EXISTS `inpress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inpress` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `inpress`
--
LOCK TABLES `inpress` WRITE;
/*!40000 ALTER TABLE `inpress` DISABLE KEYS */;
INSERT INTO `inpress` VALUES (15,'ISO Certified Received from the SVU Register','uploads/5867ISO SVU.jpeg'),(16,'NCC Students','uploads/gallery/2618NCC Students.jpeg'),(17,'MOU Sathava','uploads/gallery/4630MOU Sathava.jpeg'),(18,'New syllabus for students','uploads/gallery/5534WhatsApp Image 2024-11-13 at 9.11.56 AM.jpeg'),(19,'Clean and Green','uploads/gallery/9384Environment Cleaning.jpeg'),(20,'YOGA DAY','uploads/gallery/6101WhatsApp Image 2024-11-23 at 11.38.00 AM.jpeg'),(21,'ENVIRONMENT DAY','uploads/gallery/4446WhatsApp Image 2024-11-23 at 11.38.01 AM (1).jpeg'),(22,'student award certificateS','uploads/gallery/21311.jpeg'),(23,'57th The National Librarian Day was celebrated today in PVKN','uploads/gallery/9697WhatsApp Image 2024-11-23 at 11.36.45 AM.jpeg'),(24,'https://www.indianredcross.org/ircs/index.php','uploads/gallery/890newspaper1.jpeg'),(25,'PD ','uploads/gallery/541PD1.jpeg'),(26,'Urdu seminar ','uploads/gallery/1783WhatsApp Image 2025-01-24 at 6.20.58 AM.jpeg'),(27,'PRESS IMAGES','uploads/gallery/758WhatsApp Image 2025-01-25 at 8.28.35 AM.jpeg'),(28,'PVKN GOVT COLLEGE -A- GRADE ','uploads/gallery/9103WhatsApp Image 2025-02-21 at 5.45.45 AM (2).jpeg'),(29,'20.02.2025','uploads/gallery/3736WhatsApp Image 2025-02-22 at 7.35.09 AM.jpeg'),(30,'CHITTOOR DISTRICT LEVEL VIKSIT BHARAT YOUTH PARLIAMENT -2025 @ PVKN GC(A)','uploads/gallery/8819WhatsApp Image 2025-03-22 at 7.19.57 AM.jpeg');
/*!40000 ALTER TABLE `inpress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `links`
--
DROP TABLE IF EXISTS `links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `links` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`website` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `links`
--
LOCK TABLES `links` WRITE;
/*!40000 ALTER TABLE `links` DISABLE KEYS */;
INSERT INTO `links` VALUES (19,'','uploads/14938888888.png','https://swayam.gov.in'),(33,'','uploads/1028Q R CODE FOR COLLEGE.jpeg','https://pvkngcchittoor.ac.in/'),(32,'','uploads/3196367.jpg','https://oamdc-apsche.aptonline.in/OAMDC202425/Index'),(20,'','uploads/6673256.png','https://ndl.iitkgp.ac.in'),(21,'','uploads/979222222222.png','https://nlist.inflibnet.ac.in'),(24,'','uploads/69445555555.jpg','https://www.ncs.gov.in/'),(30,'','uploads/5938JJJ.png','https://jnanabhumi.ap.gov.in/'),(31,'','uploads/8740APSCHE.jpg','https://cets.apsche.ap.gov.in/APSCHE/APSCHEHome.aspx');
/*!40000 ALTER TABLE `links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `marksheets`
--
DROP TABLE IF EXISTS `marksheets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `marksheets` (
`id` int NOT NULL AUTO_INCREMENT,
`registration_number` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`file_path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`uploaded_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`semester` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=226 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `marksheets`
--
LOCK TABLES `marksheets` WRITE;
/*!40000 ALTER TABLE `marksheets` DISABLE KEYS */;
INSERT INTO `marksheets` VALUES (46,'210701502','210701502.pdf','210701502_5_1737522128.pdf','2025-01-22 05:02:08','5'),(47,'220302506','220302506.pdf','220302506_5_1737522128.pdf','2025-01-22 05:02:08','5'),(48,'220701521','220701521.pdf','220701521_5_1737522128.pdf','2025-01-22 05:02:08','5'),(49,'230101501','230101501.pdf','230101501_5_1737522128.pdf','2025-01-22 05:02:08','5'),(50,'230101502','230101502.pdf','230101502_5_1737522128.pdf','2025-01-22 05:02:08','5'),(51,'230101503','230101503.pdf','230101503_5_1737522128.pdf','2025-01-22 05:02:08','5'),(52,'230101504','230101504.pdf','230101504_5_1737522128.pdf','2025-01-22 05:02:08','5'),(53,'230101505','230101505.pdf','230101505_5_1737522128.pdf','2025-01-22 05:02:08','5'),(54,'230101506','230101506.pdf','230101506_5_1737522128.pdf','2025-01-22 05:02:08','5'),(55,'230101507','230101507.pdf','230101507_5_1737522128.pdf','2025-01-22 05:02:08','5'),(56,'230101508','230101508.pdf','230101508_5_1737522128.pdf','2025-01-22 05:02:08','5'),(57,'230101510','230101510.pdf','230101510_5_1737522128.pdf','2025-01-22 05:02:08','5'),(58,'230101512','230101512.pdf','230101512_5_1737522128.pdf','2025-01-22 05:02:08','5'),(59,'230101513','230101513.pdf','230101513_5_1737522128.pdf','2025-01-22 05:02:08','5'),(60,'230101514','230101514.pdf','230101514_5_1737522128.pdf','2025-01-22 05:02:08','5'),(61,'230101516','230101516.pdf','230101516_5_1737522128.pdf','2025-01-22 05:02:08','5'),(62,'230101518','230101518.pdf','230101518_5_1737522128.pdf','2025-01-22 05:02:08','5'),(63,'230101519','230101519.pdf','230101519_5_1737522128.pdf','2025-01-22 05:02:08','5'),(64,'230101520','230101520.pdf','230101520_5_1737522128.pdf','2025-01-22 05:02:08','5'),(65,'230201501','230201501.pdf','230201501_5_1737522128.pdf','2025-01-22 05:02:08','5'),(66,'230201508','230201508.pdf','230201508_5_1737522202.pdf','2025-01-22 05:03:22','5'),(67,'230202501','230202501.pdf','230202501_5_1737522202.pdf','2025-01-22 05:03:22','5'),(68,'230202503','230202503.pdf','230202503_5_1737522202.pdf','2025-01-22 05:03:22','5'),(69,'230202505','230202505.pdf','230202505_5_1737522202.pdf','2025-01-22 05:03:22','5'),(70,'230202506','230202506.pdf','230202506_5_1737522202.pdf','2025-01-22 05:03:22','5'),(71,'230202507','230202507.pdf','230202507_5_1737522202.pdf','2025-01-22 05:03:22','5'),(72,'230202508','230202508.pdf','230202508_5_1737522202.pdf','2025-01-22 05:03:22','5'),(73,'230202509','230202509.pdf','230202509_5_1737522202.pdf','2025-01-22 05:03:22','5'),(74,'230202511','230202511.pdf','230202511_5_1737522202.pdf','2025-01-22 05:03:22','5'),(75,'230202513','230202513.pdf','230202513_5_1737522202.pdf','2025-01-22 05:03:22','5'),(76,'230202515','230202515.pdf','230202515_5_1737522202.pdf','2025-01-22 05:03:22','5'),(77,'230202516','230202516.pdf','230202516_5_1737522202.pdf','2025-01-22 05:03:22','5'),(78,'230202521','230202521.pdf','230202521_5_1737522202.pdf','2025-01-22 05:03:22','5'),(79,'230202525','230202525.pdf','230202525_5_1737522202.pdf','2025-01-22 05:03:22','5'),(80,'230202526','230202526.pdf','230202526_5_1737522202.pdf','2025-01-22 05:03:22','5'),(81,'230202527','230202527.pdf','230202527_5_1737522202.pdf','2025-01-22 05:03:22','5'),(82,'230202528','230202528.pdf','230202528_5_1737522202.pdf','2025-01-22 05:03:22','5'),(83,'230202529','230202529.pdf','230202529_5_1737522202.pdf','2025-01-22 05:03:22','5'),(84,'230202531','230202531.pdf','230202531_5_1737522202.pdf','2025-01-22 05:03:22','5'),(85,'230202532','230202532.pdf','230202532_5_1737522202.pdf','2025-01-22 05:03:22','5'),(86,'230202548','230202548.pdf','230202548_5_1737522330.pdf','2025-01-22 05:05:30','5'),(87,'230202549','230202549.pdf','230202549_5_1737522330.pdf','2025-01-22 05:05:30','5'),(88,'230202550','230202550.pdf','230202550_5_1737522330.pdf','2025-01-22 05:05:30','5'),(89,'230202553','230202553.pdf','230202553_5_1737522330.pdf','2025-01-22 05:05:30','5'),(90,'230202554','230202554.pdf','230202554_5_1737522330.pdf','2025-01-22 05:05:30','5'),(91,'230202555','230202555.pdf','230202555_5_1737522330.pdf','2025-01-22 05:05:30','5'),(92,'230202556','230202556.pdf','230202556_5_1737522330.pdf','2025-01-22 05:05:30','5'),(93,'230202558','230202558.pdf','230202558_5_1737522330.pdf','2025-01-22 05:05:30','5'),(94,'230202559','230202559.pdf','230202559_5_1737522330.pdf','2025-01-22 05:05:30','5'),(95,'230202565','230202565.pdf','230202565_5_1737522330.pdf','2025-01-22 05:05:30','5'),(96,'230202566','230202566.pdf','230202566_5_1737522330.pdf','2025-01-22 05:05:30','5'),(97,'230202567','230202567.pdf','230202567_5_1737522330.pdf','2025-01-22 05:05:30','5'),(98,'230202568','230202568.pdf','230202568_5_1737522330.pdf','2025-01-22 05:05:30','5'),(99,'230202569','230202569.pdf','230202569_5_1737522330.pdf','2025-01-22 05:05:30','5'),(100,'230202570','230202570.pdf','230202570_5_1737522330.pdf','2025-01-22 05:05:30','5'),(101,'230202571','230202571.pdf','230202571_5_1737522330.pdf','2025-01-22 05:05:30','5'),(102,'230202572','230202572.pdf','230202572_5_1737522330.pdf','2025-01-22 05:05:30','5'),(103,'230202573','230202573.pdf','230202573_5_1737522330.pdf','2025-01-22 05:05:30','5'),(104,'230202574','230202574.pdf','230202574_5_1737522330.pdf','2025-01-22 05:05:30','5'),(105,'230202575','230202575.pdf','230202575_5_1737522330.pdf','2025-01-22 05:05:30','5'),(106,'230202594','230202594.pdf','230202594_5_1737522431.pdf','2025-01-22 05:07:11','5'),(107,'230202596','230202596.pdf','230202596_5_1737522431.pdf','2025-01-22 05:07:11','5'),(108,'230202597','230202597.pdf','230202597_5_1737522431.pdf','2025-01-22 05:07:11','5'),(109,'230202598','230202598.pdf','230202598_5_1737522431.pdf','2025-01-22 05:07:11','5'),(110,'230202599','230202599.pdf','230202599_5_1737522431.pdf','2025-01-22 05:07:11','5'),(111,'230202600','230202600.pdf','230202600_5_1737522431.pdf','2025-01-22 05:07:11','5'),(112,'230202602','230202602.pdf','230202602_5_1737522431.pdf','2025-01-22 05:07:11','5'),(113,'230202603','230202603.pdf','230202603_5_1737522431.pdf','2025-01-22 05:07:11','5'),(114,'230202604','230202604.pdf','230202604_5_1737522431.pdf','2025-01-22 05:07:11','5'),(115,'230202605','230202605.pdf','230202605_5_1737522431.pdf','2025-01-22 05:07:11','5'),(116,'230202606','230202606.pdf','230202606_5_1737522431.pdf','2025-01-22 05:07:11','5'),(117,'230202608','230202608.pdf','230202608_5_1737522431.pdf','2025-01-22 05:07:11','5'),(118,'230202610','230202610.pdf','230202610_5_1737522431.pdf','2025-01-22 05:07:11','5'),(119,'230202611','230202611.pdf','230202611_5_1737522431.pdf','2025-01-22 05:07:11','5'),(120,'230202613','230202613.pdf','230202613_5_1737522431.pdf','2025-01-22 05:07:11','5'),(121,'230202615','230202615.pdf','230202615_5_1737522431.pdf','2025-01-22 05:07:11','5'),(122,'230202616','230202616.pdf','230202616_5_1737522431.pdf','2025-01-22 05:07:11','5'),(123,'230202617','230202617.pdf','230202617_5_1737522431.pdf','2025-01-22 05:07:11','5'),(124,'230202619','230202619.pdf','230202619_5_1737522431.pdf','2025-01-22 05:07:11','5'),(125,'230202620','230202620.pdf','230202620_5_1737522431.pdf','2025-01-22 05:07:11','5'),(126,'230202635','230202635.pdf','230202635_5_1737522498.pdf','2025-01-22 05:08:18','5'),(127,'230202636','230202636.pdf','230202636_5_1737522498.pdf','2025-01-22 05:08:18','5'),(128,'230202637','230202637.pdf','230202637_5_1737522498.pdf','2025-01-22 05:08:18','5'),(129,'230202638','230202638.pdf','230202638_5_1737522498.pdf','2025-01-22 05:08:18','5'),(130,'230202639','230202639.pdf','230202639_5_1737522498.pdf','2025-01-22 05:08:18','5'),(131,'230202640','230202640.pdf','230202640_5_1737522498.pdf','2025-01-22 05:08:18','5'),(132,'230202641','230202641.pdf','230202641_5_1737522498.pdf','2025-01-22 05:08:18','5'),(133,'230203501','230203501.pdf','230203501_5_1737522498.pdf','2025-01-22 05:08:18','5'),(134,'230203502','230203502.pdf','230203502_5_1737522498.pdf','2025-01-22 05:08:18','5'),(135,'230203504','230203504.pdf','230203504_5_1737522498.pdf','2025-01-22 05:08:18','5'),(136,'230203505','230203505.pdf','230203505_5_1737522498.pdf','2025-01-22 05:08:18','5'),(137,'230203506','230203506.pdf','230203506_5_1737522498.pdf','2025-01-22 05:08:18','5'),(138,'230203508','230203508.pdf','230203508_5_1737522498.pdf','2025-01-22 05:08:18','5'),(139,'230203509','230203509.pdf','230203509_5_1737522498.pdf','2025-01-22 05:08:18','5'),(140,'230203510','230203510.pdf','230203510_5_1737522498.pdf','2025-01-22 05:08:18','5'),(141,'230203512','230203512.pdf','230203512_5_1737522498.pdf','2025-01-22 05:08:18','5'),(142,'230203513','230203513.pdf','230203513_5_1737522498.pdf','2025-01-22 05:08:18','5'),(143,'230302505','230302505.pdf','230302505_5_1737522498.pdf','2025-01-22 05:08:18','5'),(144,'230302507','230302507.pdf','230302507_5_1737522498.pdf','2025-01-22 05:08:18','5'),(145,'230302508','230302508.pdf','230302508_5_1737522498.pdf','2025-01-22 05:08:18','5'),(146,'230304514','230304514.pdf','230304514_5_1737522606.pdf','2025-01-22 05:10:06','5'),(147,'230304515','230304515.pdf','230304515_5_1737522606.pdf','2025-01-22 05:10:06','5'),(148,'230304516','230304516.pdf','230304516_5_1737522606.pdf','2025-01-22 05:10:06','5'),(149,'230304517','230304517.pdf','230304517_5_1737522606.pdf','2025-01-22 05:10:06','5'),(150,'230304520','230304520.pdf','230304520_5_1737522606.pdf','2025-01-22 05:10:06','5'),(151,'230305501','230305501.pdf','230305501_5_1737522606.pdf','2025-01-22 05:10:06','5'),(152,'230305502','230305502.pdf','230305502_5_1737522606.pdf','2025-01-22 05:10:06','5'),(153,'230305503','230305503.pdf','230305503_5_1737522606.pdf','2025-01-22 05:10:06','5'),(154,'230305504','230305504.pdf','230305504_5_1737522606.pdf','2025-01-22 05:10:06','5'),(155,'230305505','230305505.pdf','230305505_5_1737522606.pdf','2025-01-22 05:10:06','5'),(156,'230305506','230305506.pdf','230305506_5_1737522606.pdf','2025-01-22 05:10:06','5'),(157,'230305508','230305508.pdf','230305508_5_1737522606.pdf','2025-01-22 05:10:06','5'),(158,'230306501','230306501.pdf','230306501_5_1737522606.pdf','2025-01-22 05:10:06','5'),(159,'230306504','230306504.pdf','230306504_5_1737522606.pdf','2025-01-22 05:10:06','5'),(160,'230306505','230306505.pdf','230306505_5_1737522606.pdf','2025-01-22 05:10:06','5'),(161,'230306506','230306506.pdf','230306506_5_1737522606.pdf','2025-01-22 05:10:06','5'),(162,'230306507','230306507.pdf','230306507_5_1737522606.pdf','2025-01-22 05:10:06','5'),(163,'230306508','230306508.pdf','230306508_5_1737522606.pdf','2025-01-22 05:10:06','5'),(164,'230306509','230306509.pdf','230306509_5_1737522606.pdf','2025-01-22 05:10:06','5'),(165,'230307502','230307502.pdf','230307502_5_1737522606.pdf','2025-01-22 05:10:06','5'),(166,'230307510','230307510.pdf','230307510_5_1737522666.pdf','2025-01-22 05:11:06','5'),(167,'230307512','230307512.pdf','230307512_5_1737522666.pdf','2025-01-22 05:11:06','5'),(168,'230307513','230307513.pdf','230307513_5_1737522666.pdf','2025-01-22 05:11:06','5'),(169,'230307514','230307514.pdf','230307514_5_1737522666.pdf','2025-01-22 05:11:06','5'),(170,'230309502','230309502.pdf','230309502_5_1737522666.pdf','2025-01-22 05:11:06','5'),(171,'230309503','230309503.pdf','230309503_5_1737522666.pdf','2025-01-22 05:11:06','5'),(172,'230309504','230309504.pdf','230309504_5_1737522666.pdf','2025-01-22 05:11:06','5'),(173,'230309505','230309505.pdf','230309505_5_1737522666.pdf','2025-01-22 05:11:06','5'),(174,'230309506','230309506.pdf','230309506_5_1737522666.pdf','2025-01-22 05:11:06','5'),(175,'230309507','230309507.pdf','230309507_5_1737522666.pdf','2025-01-22 05:11:06','5'),(176,'230309509','230309509.pdf','230309509_5_1737522666.pdf','2025-01-22 05:11:06','5'),(177,'230309510','230309510.pdf','230309510_5_1737522666.pdf','2025-01-22 05:11:06','5'),(178,'230309512','230309512.pdf','230309512_5_1737522666.pdf','2025-01-22 05:11:06','5'),(179,'230309513','230309513.pdf','230309513_5_1737522666.pdf','2025-01-22 05:11:06','5'),(180,'230309515','230309515.pdf','230309515_5_1737522666.pdf','2025-01-22 05:11:06','5'),(181,'230309517','230309517.pdf','230309517_5_1737522666.pdf','2025-01-22 05:11:06','5'),(182,'230309518','230309518.pdf','230309518_5_1737522666.pdf','2025-01-22 05:11:06','5'),(183,'230309519','230309519.pdf','230309519_5_1737522666.pdf','2025-01-22 05:11:06','5'),(184,'230309522','230309522.pdf','230309522_5_1737522666.pdf','2025-01-22 05:11:06','5'),(185,'230309524','230309524.pdf','230309524_5_1737522666.pdf','2025-01-22 05:11:06','5'),(186,'230304505','230304505.pdf','230304505_5_1737522809.pdf','2025-01-22 05:13:29','5'),(187,'230304506','230304506.pdf','230304506_5_1737522809.pdf','2025-01-22 05:13:29','5'),(188,'230304507','230304507.pdf','230304507_5_1737522809.pdf','2025-01-22 05:13:29','5'),(189,'230304508','230304508.pdf','230304508_5_1737522809.pdf','2025-01-22 05:13:29','5'),(190,'230304510','230304510.pdf','230304510_5_1737522809.pdf','2025-01-22 05:13:29','5'),(191,'230304511','230304511.pdf','230304511_5_1737522809.pdf','2025-01-22 05:13:29','5'),(192,'230304512','230304512.pdf','230304512_5_1737522809.pdf','2025-01-22 05:13:29','5'),(193,'230304513','230304513.pdf','230304513_5_1737522809.pdf','2025-01-22 05:13:29','5'),(194,'230310515','230310515.pdf','230310515_5_1737522809.pdf','2025-01-22 05:13:29','5'),(195,'230310517','230310517.pdf','230310517_5_1737522809.pdf','2025-01-22 05:13:29','5'),(196,'230310518','230310518.pdf','230310518_5_1737522809.pdf','2025-01-22 05:13:29','5'),(197,'230310519','230310519.pdf','230310519_5_1737522809.pdf','2025-01-22 05:13:29','5'),(198,'230310522','230310522.pdf','230310522_5_1737522810.pdf','2025-01-22 05:13:30','5'),(199,'230310523','230310523.pdf','230310523_5_1737522810.pdf','2025-01-22 05:13:30','5'),(200,'230310525','230310525.pdf','230310525_5_1737522810.pdf','2025-01-22 05:13:30','5'),(201,'230310527','230310527.pdf','230310527_5_1737522810.pdf','2025-01-22 05:13:30','5'),(202,'230310528','230310528.pdf','230310528_5_1737522810.pdf','2025-01-22 05:13:30','5'),(203,'230310529','230310529.pdf','230310529_5_1737522810.pdf','2025-01-22 05:13:30','5'),(204,'230701501','230701501.pdf','230701501_5_1737522810.pdf','2025-01-22 05:13:30','5'),(205,'230701502','230701502.pdf','230701502_5_1737522810.pdf','2025-01-22 05:13:30','5'),(206,'230304505','230304505.pdf','230304505_5_1737525683.pdf','2025-01-22 06:01:23','5'),(207,'230304506','230304506.pdf','230304506_5_1737525683.pdf','2025-01-22 06:01:23','5'),(208,'230304507','230304507.pdf','230304507_5_1737525683.pdf','2025-01-22 06:01:23','5'),(209,'230304508','230304508.pdf','230304508_5_1737525683.pdf','2025-01-22 06:01:23','5'),(210,'230304510','230304510.pdf','230304510_5_1737525683.pdf','2025-01-22 06:01:23','5'),(211,'230304511','230304511.pdf','230304511_5_1737525683.pdf','2025-01-22 06:01:23','5'),(212,'230304512','230304512.pdf','230304512_5_1737525683.pdf','2025-01-22 06:01:23','5'),(213,'230304513','230304513.pdf','230304513_5_1737525683.pdf','2025-01-22 06:01:23','5'),(214,'230310515','230310515.pdf','230310515_5_1737525683.pdf','2025-01-22 06:01:23','5'),(215,'230310517','230310517.pdf','230310517_5_1737525683.pdf','2025-01-22 06:01:23','5'),(216,'230310518','230310518.pdf','230310518_5_1737525683.pdf','2025-01-22 06:01:23','5'),(217,'230310519','230310519.pdf','230310519_5_1737525683.pdf','2025-01-22 06:01:23','5'),(218,'230310522','230310522.pdf','230310522_5_1737525683.pdf','2025-01-22 06:01:23','5'),(219,'230310523','230310523.pdf','230310523_5_1737525683.pdf','2025-01-22 06:01:23','5'),(220,'230310525','230310525.pdf','230310525_5_1737525683.pdf','2025-01-22 06:01:23','5'),(221,'230310527','230310527.pdf','230310527_5_1737525683.pdf','2025-01-22 06:01:23','5'),(222,'230310528','230310528.pdf','230310528_5_1737525683.pdf','2025-01-22 06:01:23','5'),(223,'230310529','230310529.pdf','230310529_5_1737525683.pdf','2025-01-22 06:01:23','5'),(224,'230701501','230701501.pdf','230701501_5_1737525683.pdf','2025-01-22 06:01:23','5'),(225,'230701502','230701502.pdf','230701502_5_1737525683.pdf','2025-01-22 06:01:23','5');
/*!40000 ALTER TABLE `marksheets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `news`
--
DROP TABLE IF EXISTS `news`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `news` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`file` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`news_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `news`
--
LOCK TABLES `news` WRITE;
/*!40000 ALTER TABLE `news` DISABLE KEYS */;
INSERT INTO `news` VALUES (45,'NAAC DVV\'S are submitted successfully ','uploads/news/229dummy.pdf','news'),(46,'IV YEAR -VII SEMESTER REGULAR PRACTICAL EXAMINATIONS, OCT-202','uploads/news/637VII SEM PRACTICAL TIME TABLE OCT 2024.pdf','announcements'),(47,'BA/B.Com/B.Sc (Hons) - II YEAR III-SEMESTER Examinations Time Table(2023-2027)','uploads/news/2293III SEMESTER END EXAMINATION NOV 2024.pdf','announcements'),(48,'BA/B.Com/B.Sc - II YEAR III-SEMESTER SEMESTER END EXAMINATIONS (SUPPLEMENTARY), NOVEMBER-2024 TIME TABL','uploads/news/655III SEMESTER SUPPLY EXAMINATION NOV 2024.pdf','announcements'),(49,'PG II YEAR IV SEMESTER SUPPLY & REGULAR EXAMINATIONS, NOV-2024 MA/M.Com/M.Sc TIME TABLE','uploads/news/6975PG II YEAR IV SEMESTER END SEMESTER EXAMINATIONS NOV-2024.pdf','announcements'),(50,'BA/B.Com/B.Sc./B.Voc - III YEAR V-SEMESTER SEMESTER END EXAMINATIONS (REG, SUPPLY) NOVEMBER-2024 TIME TABLE','uploads/news/8366V SEMESTER REG & SUPPLY EXAMINATION NOV 2024.pdf','announcements'),(51,'B.Com (CA) Hons. - IV YEAR VII-SEMESTER SEMESTER END EXAMINATIONS, NOVEMBER-2024 TIME TABLE (2021-25 BATCH)','uploads/news/2837VII SEMESTER END EXAMINATION NOV 2024.pdf','announcements'),(52,'Scholarship applications issued in office All the first year students are informed to apply Post metric scholarship for the year 2024-25. The last date to apply for the scholarship is 25.11.2024.','uploads/news/6455WhatsApp Image 2024-10-25 at 10.22.42 AM.jpeg','news'),(53,'BITS Pilani is celebrating its 60th anniversary this year. As part of an outreach effort, they are offering a fully funded, year-long certificate program in Artificial Intelligence and Machine Learning to women from economically disadvantaged backgrounds ','uploads/news/49297777777777.jpg','news'),(54,'S.V.U. Inter-Collegiate Athletic Meet (Men & Women)-2024-2025','uploads/news/7638WhatsApp Image 2024-11-26 at 12.13.14 PM(1).jpeg','news'),(55,'TIME TABLE FOR I SEM MAJOR , IV SEM MAJOR & VI SEM B.A, B.Sc & B. Com – 2024 – 25 ','uploads/news/1239NEW FINAL Time Table for B.Sc &B.A ,I ,IV and VI semester 2024-25,25-11-2024. (modified)- Copy.docx','announcements'),(57,'https://stopchildmarriage.wcd.gov.in/','uploads/news/3227bvmb-logo.png','news'),(58,'https://public.app/video/sp_k1vdf1uhkkhje?utm_medium=android&utm_source=sharew','uploads/news/2975vcsv.jpg','news'),(59,'విదà±à°¯à°¾à°°à±à°¥à°¿à°¨à±€ విదà±à°¯à°¾à°°à±à°¥à±à°²à°•à± à°®à±à°–à±à°¯ గమనిక రాషà±à°Ÿà±à°°à±€à°¯ à°à°•à±à°¤à°¾ దివసౠసందరà±à°à°‚à°—à°¾ కళాశాలలో 30.10.2024 à°¬à±à°§à°µà°¾à°°à°‚','uploads/news/9219WhatsApp Image 2024-11-26 at 6.26.37 PM (1).jpeg','news'),(60,'Explore the new possibilities in postgraduate education! 🎓 Students can explore three types of postgraduate pathways designed for diverse learners: 1ï¸âƒ£One-year PG programme for four-year UG graduates, 2ï¸âƒ£Two-year PG programme for three-year U','uploads/news/41604682468_Curriculum-and-Credit-Framework-for-Postgraduate-Programmes - Copy.pdf','news'),(62,'PVKN. Govt. College (Autonomous), Chittoor Examination Notification I B.A. / B.Com/ B.Sc. – I semester (Regular and Supplementary) End Examinations','uploads/news/94181. UG I, III, V Semester notif. dec, 2023.docx','announcements'),(63,'PVKN. Govt. College (Autonomous), Chittoor Examination Notification II Year M.A. / M.Com. / M.Sc. – III Semester (Regular and Supplementary) End Examinations','uploads/news/854PG III Semester, DEC, 2024.pdf','news'),(64,'II year (Regular and Supplementary) examinations of M.A. /M.Com / M.Sc. will commence from 3RD week of December, 2024 ','uploads/news/6448PG III Semester, DEC, 2024.pdf','announcements'),(67,'Dear Faculty, Please register all science faculty in the following link https://forms.gle/NMg9yvF7Q5tEdvvF8','uploads/news/4485Workshop on Virtual Labs.pdf','news'),(68,'DIPLOMA IN YOGA/CERTIFICATE IN YOGA SEMESTER END EXAMINATIONS(THEORY), JANUARY-2025 REGULAR AND SUPPLEMENTARY TIMETABLE','uploads/news/72151 SEM DIPLOMA TIME TABLE (1).pdf','announcements'),(69,'Sankranthi Celberations 2025','Invalid file','news'),(70,'One day National Urdu Seminar','uploads/news/5880WhatsApp Image 2025-01-23 at 7.58.54 AM.jpeg','news'),(71,'https://pvkngcchittoor.ac.in/student-marksheet.php','uploads/news/5439WhatsApp Image 2025-01-24 at 2.34.55 PM.jpeg','announcements'),(72,'WELCOME TO THE NAAC PEER TEAM ON FEBRUARY 13TH AND 14TH, 2025','uploads/news/741WELCOME NOTE.pdf','announcements'),(77,'DEPT.OF PHYSICS -ONE DAY INTERNATIONAL WEBINAR ON “GREEN ENERGY FOR SUSTAINABLE FUTURE-CONVERSION OF SOLAR ENERGY†ON 27th FEB, 2025 TIME :10.30 AM-01.30 PM. G.V.R.S GOVT.DEGREE COLLEGE, DHONE is cordially inviting you all. -with regards Principal D','uploads/news/3209WhatsApp Image 2025-02-24 at 6.27.39 PM.jpeg','news'),(78,'Internship opportunities are now available across 700+ districts and all 36 states and UTs! Register at www.pminternship.mca.gov.in to get paid internships across diverse sectors and gain real-world experience in top companies of India. #PrimeMinisterIn','uploads/news/8882WhatsApp Image 2025-02-22 at 12.43.07 PM(1).jpeg','announcements'),(79,'PVKN Govt College 1969-1971 à°¬à±à°¯à°¾à°šà± విదà±à°¯à°¾à°°à±à°¥à±à°² ఆదరà±à°¶à°¨à±€à°¯à°®à±ˆà°¨ సేవా తతà±à°ªà°°à°¤!','uploads/news/5802WhatsApp Image 2025-02-08 at 7.13.39 PM.jpeg','announcements');
/*!40000 ALTER TABLE `news` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pages`
--
DROP TABLE IF EXISTS `pages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pages` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pages`
--
LOCK TABLES `pages` WRITE;
/*!40000 ALTER TABLE `pages` DISABLE KEYS */;
INSERT INTO `pages` VALUES (1,'History of the College','history-of-the-college','<div class=\"entry-content\">\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <h3>\r\n <u style=\"color: rgb(128, 0, 128); font-size: 12px;\"><span style=\"font-size:20px;\"><strong>A Brief History of the College</strong></span></u></h3>\r\n <h3>\r\n <u style=\"color: rgb(128, 0, 128); font-size: 12px;\"><span style=\"font-size:20px;\"><strong><img alt=\"\" src=\"/userfiles/8843pvknsli.png\" style=\"width: 500px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-03-06 at 3_40_35 PM.jpeg\" style=\"width: 500px; height: 300px; border-width: 2px; border-style: solid;\" /></strong></span></u></h3>\r\n <div class=\"wpb_text_column wpb_content_element wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\r\n <div class=\"wpb_wrapper\">\r\n <div>\r\n <p style=\"margin-left:7.1pt;\">\r\n <strong style=\"color: rgb(128, 0, 128); font-size: 20px;\">Motto: Learn Today - Lead Tomorrow</strong></p>\r\n <p style=\"margin-left: 7.1pt; text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\">PVKN Govt. College (A), established in 1961, honors the legacy of philanthropist Sri Papudesi Venkata Krishnama Naidu. Initially offering day time classes in Arts and Science, the college expanded to include evening classes for working individuals. Over time, it evolved into PVKN Govt. College (A), offering a comprehensive education.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></span></p>\r\n <p style=\"margin-left: 7.1pt; text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\">TheAndhraPradeshGovernmentintroducedtheSingleMajorSystemattheUGlevelfromtheacademicyear 2023-24. As a result, the college is now running with 15 major subjects across diverse fields like Arts, Computers, Science and Business. It also offers Master's degrees in 13 subjects, catering to students seeking advanced studies. PVKN Govt. College (A) prepares students for careers through specialized programs and classes. It also host clubs focused on environmental awareness, human rights, and health education. Clean drinking RO water is available on campus at all times.</span></span></span></p>\r\n <p style=\"margin-left: 7.1pt; text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\">Currently,thecollegeispreparingforitsNAAC-IVcycle,previouslyearnedan"A"Grade.Overits63yearsof history, PVKN Govt. College (A) has played a vital role in the field of Education in Chittoor and its surrounding.The institution offers a well-rounded education with 41 classrooms, 21 labs, </span></span></span></p>\r\n <p style=\"margin-left: 7.1pt; text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\">3 seminar halls,3digital,and3virtualclassrooms.TheLibrarycomprisesof80,000books,supportingacademicexcellence.The college has 60 qualified staff which includes 30 Ph.D. holders and 8 NET/SET qualified teachers, dedicated to help the students to reach their full potential.</span></span></span></p>\r\n <p style=\"margin-left: 7.1pt; text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"font-size:20px;\"><span style=\"color:#00f;\">The campus is equipped with modern facilities to meet the academic, extracurricular, and personal needs of students. Well-equipped laboratories, advanced computer labs, and excellent sports and recreational facilities contribute to a balanced and enriching college experience. PVKN Govt. College’s long-standing commitment to education is evident in its efforts to produce successful citizens serving in different parts of the world, reflecting a vision of an inclusive community that drives societal progress.</span></span></span></p>\r\n </div>\r\n <div id=\"cke_pastebin\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#800080;\"><u><span style=\"font-size:20px;\"><span style=\"text-align: justify;\">List of P.G Courses</span></span></u></span></span></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Sc., (Organic Chemistry)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Sc., (Mathematics)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Sc., (Botany)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Com., (General)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Sc., (Physics)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.Com., (Finance Management)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.A., (Economics)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wpb_column vc_column_container vc_col-sm-3\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"media rt-info-box layout2\" style=\"\">\r\n <div class=\"media-body\">\r\n <h4>\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#4b0082;\"><span style=\"font-size:20px;\">M.A., (English)</span></span></span></h4>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#0000cd;\"><span style=\"font-size:20px;\">In its long journey in pursuit of achieving excellence, the college has been re-accredited by NAAC with A grade( III cycle) in March 2017. This college has been identified as a Nodal college for the Chittoor district. Jawahar Knowledge Center was established in the college during the year 2005-06 in order to train the students in employment skills. Since its inception, many students acquired jobs in prestigious MNC’s like TCS, INFOSYS, WIPRO, MAHINDRA SATYAM etc., An English Language Lab has been established during the academic year 2007-08 to conduct the online practical examinations in English.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#0000cd;\"><span style=\"font-size:20px;\">During the 50 years of legacy, PVKN. Govt. College has crossed several milestones. Today this shrine of learning has 26 departments with spacious classrooms, well stocked library, well equipped laboratories, and Broad Band facility. Various clubs like Eco Club, Consumer Club, Literary Club and Red Ribbon Club are constitute to create awareness about environment, Consumer’s Rights and AIDS. Safe drinking water is provided round the clock.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-family:georgia,serif;\"><span style=\"color:#0000cd;\"><span style=\"font-size:20px;\"><br />\r\n </span></span></span></p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n'),(2,'Principal\'s Message','principal-s-message','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:24px;\"><span style=\"color:#800080;\"><span style=\"font-family:comic sans ms,cursive;\"><strong><span font-size:=\"\" sans=\"\" source=\"\" text-align:=\"\"> MESSAGE By </span></strong></span></span><span style=\"color:#800080;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>PRINCIPAL</strong></span></span></span></h1>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:24px;\"><br />\r\n </span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><u><strong><span style=\"font-size:22px;\">Welcome to P.V.K.N. Government College (A), Chittoor</span></strong></u></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">It is my great pleasure to extend a warm welcome to all students, parents, alumni, and visitors to our esteemed institution. P.V.K.N. Government College, established with a vision of providing quality education, has been a beacon of academic excellence in Chittoor for decades. Our commitment to nurturing young minds, promoting intellectual curiosity, and fostering holistic development continues to drive us forward in our mission.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">P.V.K.N. GOVT., COLLEGE (A), we offer a wide range of undergraduate and postgraduate courses in diverse fields, with a focus on both academic rigor and co-curricular activities. Our faculty members, who are experts in their respective fields, strive to impart knowledge that not only enhances students' academic skills but also encourages critical thinking, creativity, and a sense of social responsibility.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">P.V.K.N. GOVT., COLLEGE (A), is equipped with state-of-the-art infrastructure, libraries, laboratories, and sports facilities, ensuring that every student has the opportunity to thrive. In addition to academic pursuits, we encourage our students to actively engage in extracurricular activities that promote leadership, teamwork, and personal growth.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">As an institution, we are committed to the overall development of our students, empowering them to excel in their careers and contribute meaningfully to society. We are proud of our alumni, who continue to make remarkable contributions in various sectors globally, and we take pride in shaping future leaders who will make a positive impact in the world.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\"><strong style=\"text-align: justify;\"><span font-size:=\"\" sans=\"\" source=\"\" text-align:=\"\">Every place has its own prominence in the history of the world. Chittoor town, ever since its evolution as a habitat, has made big strides in every field of human development. As the District headquarter, it stands tall as a prominent place in Rayalaseema region with its rich heritage and age old culture. It has produced prominent scholars and educationists such as Kattamanchi Ramalinga Reddy, the founder of Andhra University, Visakhapatnam, artists and actors like Chittoor Nagaiah, distinguished writers like Sankarambadi Sundarachari and Madhurantakam Rajaram, educationists like Prof. S.V.Rama Sarma, Prof. Vasudeva Reddy and G.N.Reddy,; Philosophers like Jiddu Krishnamoorthy and a host of freedom fighters, social workers, philanthropists, lawyers who had contributed to the development of the town and secured a place for it in the world map. Topographically, it is trilingual as it is situated in the borders of Karnataka and Tamil Nadu.</span></strong></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">I encourage you to explore our website, where you will find detailed information about the courses we offer, our faculty, student life, and all the exciting opportunities that await you at P.V.K.N. Government College.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\">Together, let's continue to build a bright future!</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#4b0082;\"><span style=\"font-size:22px;\"><strong>Dr. P. JEEVAN JYOTI</strong><br />\r\n Principal<br />\r\n P.V.K.N. Government College (A), Chittoor</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<hr />\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:22px;\"><br />\r\n </span></span></p>\r\n'),(3,'Vision and Mission','vision-and-mission','<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><br />\r\n </span></p>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><u><span style=\"color:#f00;\"><span style=\"font-size:24px;\"><strong><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Vision :</span></strong></span><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\"> </span></span></u><span style=\"color:#0000cd;\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">"Aims to lead social progress by promoting equality and education."</span></span></span></span></p>\r\n<h2 dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:18pt;margin-bottom:4pt;\">\r\n <strong><u><span style=\"font-size:24px;\"><span style=\"color:#f00;\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Mission:</span></span></span></u></strong></h2>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">To achieve this vision, PVKN Govt. College (Autonomous) is committed to:</span></span></span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Providing a comprehensive curriculum that equips students with the knowledge and skills necessary for academic and professional success.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Cultivating a welcoming and inclusive environment that celebrates diversity, promotes equality, and fosters respect for all.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Offering enriching co-curricular activities that complement classroom learning, allowing students to explore their talents, develop leadership skills, and collaborate effectively.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:12pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Encouraging participation in diverse extracurricular activities that spark creativity, critical thinking, and problem-solving, empowering students to pursue their passions and contribute meaningfully to the community.</span></span></span></span></p>\r\n </li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Through this integrated approach to undergraduate education, PVKN Govt. College (Autonomous) empowers students to become responsible, informed, and engaged citizens who are prepared to shape a brighter future.</span></span></span></p>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <u><span style=\"font-size:24px;\"><strong><span style=\"color:#f00;\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Objectives:</span></span></strong></span></u></p>\r\n<ol style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: decimal; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.3800000000000001;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Academic Excellence: Ensure students graduate with a strong foundation of knowledge and skills in their chosen fields by providing a rigorous and comprehensive curriculum.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: decimal; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.3800000000000001;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Inclusive Community: Foster a welcoming and inclusive environment that celebrates diversity, promotes equality, and instills respect for all members of the college community.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: decimal; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.3800000000000001;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Holistic Development: Offer enriching co-curricular activities that complement classroom learning, allowing students to explore their talents, develop leadership skills, and collaborate effectively.</span></span></span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: decimal; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.3800000000000001;text-align: justify;margin-top:0pt;margin-bottom:12pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Active Citizenship: Encourage participation in diverse extracurricular activities that spark creativity, critical thinking, and problem-solving, empowering students to pursue their passions, contribute meaningfully to the community, and become responsible and engaged citizens.</span></span></span></span></p>\r\n </li>\r\n</ol>\r\n<p dir=\"ltr\" style=\"line-height:1.3800000000000001;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">By achieving these objectives, the college fulfills its overall mission of empowering students to become well-rounded individuals prepared to contribute positively to society and drive social progress.</span></span></span></span></p>\r\n<div style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\"><br />\r\n </span></span></span></span></div>\r\n'),(4,'List of Principals','list-of-principals','<div class=\"entry-content\">\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%;\" width=\"624\">\r\n <colgroup>\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"61\">\r\n <td bgcolor=\"#663300\" colspan=\"5\" height=\"61\" style=\"height: 61px; width: 625px; text-align: center; border-color: rgb(51, 0, 51);\">\r\n <span style=\"color:#f0ffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>PVKN. GOVT. COLLEGE,CHITTOOR (A.P)<br />\r\n (Accredited with A Grade By NAAC)<br />\r\n SUCCESSION LIST OF PRINCIPALS-UGC AUTONOMOUS STATUS.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#a52a2a;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#a52a2a;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME OF THE PRINCIPAL</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#a52a2a;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>QUALIFICATION</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#a52a2a;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>FROM</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#a52a2a;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>TO</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">54</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">Dr.P.JEEVAN JYOTI</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">M.Sc., M.Phil., Ph.D,</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">14-07-2023</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">TILL DATE.</span></span></strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">53</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">Dr.G.ANANDA REDDY</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">M.COM Ph.D.,</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">10-08-2018</span></span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\">13-07-2023</span></span></strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#00f;\"><br />\r\n </span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#00f;\"><br />\r\n </span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#00f;\"><br />\r\n </span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#00f;\"><br />\r\n </span></strong></span></td>\r\n <td>\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#00f;\"><br />\r\n </span></strong></span></td>\r\n </tr>\r\n <tr height=\"67\">\r\n <td bgcolor=\"#660000\" colspan=\"5\" height=\"67\" style=\"height: 67px; width: 625px; text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>PVKN. GOVT. COLLEGE,CHITTOOR (A.P)<br />\r\n (Accredited with A Grade By NAAC)<br />\r\n SUCCESSION LIST OF PRINCIPALS-PRE AUTONOMOUS STATUS.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td bgcolor=\"#ffffff\" height=\"20\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffffff\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME OF THE PRINCIPAL</strong></span></span></span></td>\r\n <td bgcolor=\"#ffffff\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>QUALIFICATION</strong></span></span></span></td>\r\n <td bgcolor=\"#ffffff\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>FROM</strong></span></span></span></td>\r\n <td bgcolor=\"#ffffff\" style=\"height: 20px; text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>TO</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>52</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.G.ANANDA REDDY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.COM Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>24-02-2014</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>09-08-2018</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>51</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> Dr.R. BHANUMATHI (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>23-01-2014</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>23-02-2014</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>50</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri T.ADINARAYANA REDDY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.COM., M.Phil</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-07-2008</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-12-2013</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>49</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri P.YESU BABU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.COM</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-07-2007</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-2008</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>48</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri T.JAYARAMI REDDY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Com, Ph.D.,LLB</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21-04-2007</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-2007</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>47</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.S.DAMODARA NAIDU (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Com, M.Phil., Ph.D</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-06-2006</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21-04-2007</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>46</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.MUNIRATHNAM PILLAI (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-10-2005</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-05-2006</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>45</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.S JYOTHEESWARA REDDY (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc., M.Phil</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-07-2004</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-09-2005</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>44</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Lt.D. VEERABHADRAIAH</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc., M.Phil</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-08-2003</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-2004</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>43</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri P DORASWAMY NAIDU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A., D.Y.W</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>06-08-2002</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-07-2003</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>42</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong> Sri M.BHAKTAVATSALAM REDDY (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-08-2002</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>06-08-2002</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>41</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.M.NARASIMHA REDDY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-09-2001</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-07-2002</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>40</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.V.SUBRAMANYAM REDDY (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-07-1998</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>29-09-2001</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>39</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri B.RAMA KRISHNA </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-1995</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-1998</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>38</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri V.SUDHAKAR RAO (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-03-1994</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-1995</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>37</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri A.P SRINIVASA DIKSHITULU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-10-1991</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-02-1994</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>36</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri P.RAMESWARAIAH (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-07-1991</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>02-10-1991</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>35</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.BRAMAIAH</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>06-12-1990</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-06-1991</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>34</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri B.RAMA KRISHNA (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-11-1990</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05-12-1990</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>33</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri T.B.L NARASIMHA RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05-11-1987</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-10-1990</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>32</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri M.SRIRAMULU (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-08-1987</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>04-11-1987</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.V CHALAPATHI RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>29-09-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-07-1987</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri M.SRIRAMULU (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>08-09-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-09-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>29</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.V CHALAPATHI RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-08-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>07-09-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri M.SRIRAMULU (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong><br />\r\n </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>04-08-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27-08-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.V CHALAPATHI RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-04-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-08-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>26</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri B.NARAYANA (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-02-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-03-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>25</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.V CHALAPATHI RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>02-01-1986</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>02-02-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>24</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dr.B.NARAYANA (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,Ph.D.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-12-1985</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-01-1986</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>23</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.V CHALAPATHI RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>16-09-1985</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-11-1985</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>22</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri G.SUNDARA RAMI REDDY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-02-1984</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-08-1985</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.PULLAIAH (FAC)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-03-1983</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27-02-1984</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>20</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri R.S RAMESA MURTI</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>01-11-1982</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>29-02-1983</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>19</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri N.R.V. ANJANEYULU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,(Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>08-10-1982</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>31-10-1982</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>18</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri R.S RAMESA MURTI</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>22-09-1982</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>07-10-1982</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>17</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri S.PADMANABHA RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,(Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-05-1982</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21-09-1982</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>16</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.VENKATA NARASAIAH</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>17-12-1981</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27-05-1982</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>15</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri P.SESHAPPA</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>04-12-1978</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>14-12-1978</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>14</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri J.MURALI MOHAN</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21-10-1978</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-12-1978</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>13</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri R.APPALA RAJU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,(Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>23-9-1978</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>20-10-1978</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri P.S RAMACHANDRA RAO</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>21-07-1976</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>22-09-1978</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>11</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri M.K RAMAKRISHNA</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>09-01-1975</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>15-07-1976</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>10</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>MAJOR K.RAMA MURTHY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>B.Sc., (HONOS)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>10-10-1974</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-10-1974</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>9</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.SATHYA NARAYANA MURTHY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,(Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>10-08-1974</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>09-10-1974</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>8</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>MAJOR K.RAMA MURTHY</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>B.Sc., (HONOS)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>06-11-1973</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>09-08-1974</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>7</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>R.S SUDARSHANAM</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>05-04-1971</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>30-10-1973</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>6</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri S.RAGAVACHARI</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A., B.Ed.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>28-08-1968</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>04-04-1971</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>5</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri T.ALBERT DAVID</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A., (Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>17-12-1967</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>27-08-1968</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>4</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri Y.VISWANATHAM</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-08-1967</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>16-12-1967</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>3</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri R.K BABU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A.,(Addl.Charge)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>24-03-1967</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>03-08-1967</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>2</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri G.S.N ACHARYA</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>M.A., B.Ed.,</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dec-63</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>24-03-1967</strong></span></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height:28px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>1</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Sri K.V.V SUBBA RAJU</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>BCOM(HONOS)</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dec-61</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><strong>Dec-63</strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n'),(5,'NIRF Rank details','nirf-rank-details','<p>\r\n <a href=\"/userfiles/NIRF.jpeg\">/userfiles/NIRF.jpeg<br />\r\n </a></p>\r\n<p>\r\n Welcome to Data Capturing System: OVERALL</p>\r\n<p>\r\n <a href=\"/userfiles/NIRF report- College 2023-24 submitted 30-12-2024.pdf\">/userfiles/NIRF report- College 2023-24 submitted 30-12-2024.pdf<br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/NIRF report overall 2025 submited 30-12-2024.pdf\">/userfiles/NIRF report overall 2025 submited 30-12-2024.pdf<br />\r\n </a></p>'),(6,'AISHE Certificate','aishe-certificate','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" height=\"249\" width=\"937\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#e6e6fa;\">SNO</span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#e6e6fa;\">ACADEMIC YEAR</span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><strong><span style=\"color:#e6e6fa;\">EVIDENCE</span></strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>01</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>2022-2023</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE2223.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>02</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>2021-2022</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE2122.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>03</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>2020-2021</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE2021.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>04</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>2019-2020</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE1920.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>05</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>2018-2019</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE1819.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" height=\"54\" width=\"945\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffcc00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffcc00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>ACADEMIC YEARS</strong></span></span></span></td>\r\n <td bgcolor=\"#ffcc00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2018-2019 TO 2022-2023</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/AISHE-2018-2019 TO 2022-2023.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the AISHE FILE</strong></span></span></span></a><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong> <br />\r\n </strong></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0001.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0002.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0003.jpg\" style=\"width: 500px; height: 500px;\" /><br />\r\n </strong></span></span></span></p>\r\n'),(7,'ISO Certificate','iso-certificate','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">SNO</span></span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">NAME</span></span></strong></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">EVIDENCE</span></span></strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">1</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">ISO CERTIFICATE</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><a href=\"/userfiles/ISO CERTIFICATE.pdf\">Click Here to View the File</a></span></span></strong></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0001(1).jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0002(1).jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/ISO CERTIFICATE(1)_page-0003(1).jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n'),(9,'University Affiliation Certificate','university-affiliation-certificate','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 900px;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#3366ff\" style=\"text-align: center;\">\r\n <span style=\"color:#fff0f5;\"><span style=\"font-size:18px;\"><strong>SNO</strong></span></span></td>\r\n <td bgcolor=\"#3366ff\" style=\"text-align: center;\">\r\n <span style=\"color:#fff0f5;\"><span style=\"font-size:18px;\"><strong>ACADEMIC YEAR</strong></span></span></td>\r\n <td bgcolor=\"#3366ff\" style=\"text-align: center;\">\r\n <span style=\"color:#fff0f5;\"><span style=\"font-size:18px;\"><strong>EVIDENCE</strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#dda0dd;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>05</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#dda0dd;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2022-2023</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><a href=\"/userfiles/affiliation 2022-23.pdf\">Click Here to View the File</a></strong></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/2f and 12 B_(1).jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n'),(10,'UGC 2(f) & 12 (b)','ugc-2-f-12-b-','<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#990000\" style=\"text-align: center;\">\r\n <span style=\"color:#e6e6fa;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>UGC 2F & 12(B)</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2f and 12 B_.jpg\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/2f and 12 B_(2).jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /></p>\r\n'),(11,'CPE and Autonomy Certificates','cpe-autonomy','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Autonomous Status Certificate</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#afeeee;\"><a href=\"/userfiles/Autonomous conferment copy of ugc letter 20-08-18.pdf\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></a></span></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(12,'Building Layout/details','building-layout-details','<p>\r\n <img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-06 at 11_22_07 AM(1).jpeg\" style=\"width: 400px; height: 400px;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#2f4f4f;\"><br />\r\n </span></p>\r\n<div>\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><br />\r\n </span></span></span></div>\r\n'),(13,'Staff Council','staff-council','<h1>\r\n <a href=\"/userfiles/Staff Council Committee.xlsx\">Staff Council</a></h1>\r\n'),(14,'CPDC','cpdc','<h1 style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><em>CPDC Committee 2024-25</em></span></h1>\r\n<p>\r\n </p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: none; width: 800px;\" width=\"694\">\r\n <tbody>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;\">\r\n <span style=\"color:#008000;\"><em><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">S. No.</span></b></span></span></em></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: 1pt solid black; border-right: 1pt solid black; border-bottom: 1pt solid black; border-image: initial; border-left: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;\">\r\n <span style=\"color:#008000;\"><em><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Designation / Area</span></b></span></span></em></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: 1pt solid black; border-right: 1pt solid black; border-bottom: 1pt solid black; border-image: initial; border-left: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;\">\r\n <span style=\"color:#008000;\"><em><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Name of the nominated Member</span></b></span></span></em></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: 1pt solid black; border-right: 1pt solid black; border-bottom: 1pt solid black; border-image: initial; border-left: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;\">\r\n <span style=\"color:#008000;\"><em><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Mobile / E-mail id</span></b></span></span></em></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Honorary President</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Sri G. Jagan Mohan, Hon’ble MLA, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9972815559</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 27.75pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 27.75pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 27.75pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">President</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 27.75pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Dr. P. Jeevan Jyoti, Principal</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 27.75pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9441980501</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Secretary</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Sri N.P. Ramakrishna,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Ex-Chairman, Chittoor Sugars, Limited</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9440991234</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td rowspan=\"3\" style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td rowspan=\"3\" style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Faculty</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1. Dr. C. Meera Saheb,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Lecturer in Botany</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9912211791</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"><a href=\"mailto:cmeerasaheb@gmail.com\" style=\"color: blue;\">cmeerasaheb@gmail.com</a></span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2. Dr. P. Bhanu Prakash,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Lecturer in Chemistry</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> 9492152931</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"><a href=\"mailto:bhanu.reddy15@gmail.com\" style=\"color: blue;\">bhanu.reddy15@gmail.com</a></span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 34.95pt;\">\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 34.95pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3. Dr. S. Saravana,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Lecturer in Computer Applications</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 34.95pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">7013807419</span></span></span></span><span color:=\"\" comic=\"\" lang=\"EN-US\" sans=\"\" style=\"font-size: 10pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"><a href=\"mailto:ssaravana_ssi@yahoo.co.in\" style=\"color: blue;\">ssaravana_ssi@yahoo.co.in</a></span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 40.35pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 40.35pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">5</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 40.35pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Industrialist</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 40.35pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Sri G. Chennakesavulu Naidu,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Chairman, GJM Trust </span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 40.35pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9740381630</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 67.35pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 67.35pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">6</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 67.35pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Academic</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 67.35pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Dr. K. Dayanada Reddy,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Retired Lecturer</span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Mrs. V. Soumini Reddy,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Correspondent, BV Reddy School</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 67.35pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) 9440359792</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2)8333015010 / 6300762022</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 81.75pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 81.75pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">7</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 81.75pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Educationist</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 81.75pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Sri A. Narasimhulu Chetty</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Retired Lecturer</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Dr. V. Hari Naidu,</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Retired Lecturer</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) Sri K. Chandra Sekhar Naidu</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 81.75pt;\" valign=\"top\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1)9490417716</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) 9441265272</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) 9440790850</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 66.45pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 66.45pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">8</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 66.45pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Philanthropist (Businessman)</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 66.45pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Smt. N.P. Kathya</span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Sri S. Vijayachandra Chowdary</span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) Sri V. Munichandra Naidu, Retired Superintendent Engineer</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 66.45pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) 9989945050</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">2) 9440327578</span></b></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) 9440464699</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">S. No.</span></b></span></span></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Designation / Area</span></b></span></span></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Name of the nominated Member</span></b></span></span></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><b><span lang=\"EN-US\">Mobile / E-mail id</span></b></span></span></span><b><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></b></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Social Worker</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Dr. K. Ramalakshmi, Gynecologists, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Sri Parthasaradhi Naidu</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">08572228885</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">9985567579</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">10</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Technical Expert</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Sri K. Dasthagiri, DE, R& B</span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Smt. K. Vijaya Kumari, DE, PIU</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) Smt. T.V. Gomathi, DE, Municipal</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> Corporation, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) Sri P. Subbarayulu, EE, APEWIDC</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" valign=\"top\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) 7702116880 /9440818068</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) 9440426062</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) 9849907886</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) 9704701530</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 1pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 1pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">11</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Alumni Association</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) Smt. K. Hemalatha, Ex. Mayor, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) Sri M. Chandra Sekhar, Ex. GP.</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) Sri Ramesh, CA, Auditor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) Sri K.V. Murali Babu, Superintendent, DM&HO</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 1pt;\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) 9030159422</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) 9440435899</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) 9440272373</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) 7989619885</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height: 68.25pt;\">\r\n <td style=\"width: 32.4pt; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: 1pt solid black; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 68.25pt;\" width=\"43\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">12</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 93.5pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 68.25pt;\" width=\"125\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">Parents</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 238.6pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 68.25pt;\" width=\"318\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) V. Dhanalakshmi, M/o. V. Sakthivel, II </span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> BA Honours {History]</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) R. Priyadarshini, M/o. R. Sai Bharath, II B.Sc., Honours [Botany] – 24-73, MPN Garden, Lakshminagar Colony, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) Sri G. Sankar, F/o. S. Vishnu Sai, III B.Com. CA, Near Market, Chittoor</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) Smt. M. Bindu, M/o. M. Sujith Kumar, II B.Sc., Honours [Chemistry], 1-65, 170, Gollapalli, B. Palyam.</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n <td style=\"width: 155.95pt; border-top: none; border-left: none; border-bottom: 1pt solid black; border-right: 1pt solid black; padding: 0cm 5.4pt; height: 68.25pt;\" valign=\"top\" width=\"208\">\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">1) 9502369375</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">2) 7675816916</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">3) 9347609938</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\"> </span></span></span></span></p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n </p>\r\n <p class=\"MsoNormal\" style=\"margin: 0cm; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span lang=\"EN-US\">4) 7661955182</span></span></span></span><span book=\"\" lang=\"EN-US\" style=\"font-size: 12pt; font-family: \"><o:p></o:p></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n'),(15,'College Committees','college-committees','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 70%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#00f;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#00f;\"><strong>COLLEGE COMMITTEE LIST</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/committees.pdf\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#00f;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(16,'Monthly News Letter','monthly-news-letter','<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" colspan=\"6\" style=\"width:601px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2022</span></span></span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_January-2022.pdf\">JANUARY</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_February-2022.pdf\">FEBRUARY</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_March-2022.pdf\">MARCH</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_April-2022.pdf\">APRIL</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_May-2022.pdf\">MAY</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>JUNE</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_July-2022.pdf\">JULY</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_August-2022.pdf\">AUGUST</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_September-2022.pdf\">SEPTEMBER</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_October-2022.pdf\">OCTOBER</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_November-2022.pdf\">NOVEMBER</a></strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Newsletter_December-2022.pdf\">DECEMBER</a></strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\"#ccff00\" colspan=\"6\" style=\"width:601px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2023</span></span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_January-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">JANUARY</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_February-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">FEBRUARY</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_March-2023.pdf\"><font face=\"times new roman, times, serif\"><span style=\"font-size: 20px;\"><b>MARCH</b></span></font></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_April-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">APRIL</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Newsletter_May-202301.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>MAY</strong></span></span></span></a></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><a href=\"/userfiles/Newsletter_June-2023.pdf\">JUNE</a></strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_July-202301.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">JULY</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_August-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">AUGUST</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_September-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">SEPTEMBER</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_October-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">OCTOBER</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_November-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">NOVEMBER</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_December-2023.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">DECEMBER</span></span></strong></a></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\"#ff9900\" colspan=\"6\" style=\"width: 601px; border-color: rgb(102, 255, 0);\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#ffff00;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">2024</span></span></strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><a href=\"/userfiles/Newsletter_January-2024.pdf\">JANUARY</a></span></span></span></strong></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_February-2024 01.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">FEBRUARY</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_March-2024 01.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">MARCH</span></span></strong></a></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"> APRIL</span></span></strong></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">MAY</span></span></strong></span></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><a href=\"/userfiles/Newsletter_June-2024.pdf\"><strong><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\">JUNE</span></span></strong></a></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Newsletter_July-2024.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong><font face=\"times new roman, times, serif\">JULY</font></strong></span></span></a></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Newsletter_August-2024.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong><span style=\"font-family:times new roman,times,serif;\">AUGUST</span></strong></span></span></a></p>\r\n </td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Newsletter_September-2024.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong><span style=\"font-family:times new roman,times,serif;\">SEPTEMBER</span></strong></span></span></a></p>\r\n </td>\r\n <td style=\"width: 100px; text-align: center;\">\r\n <a href=\"/userfiles/Newsletter_October-2024.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><strong>OCTOBER</strong></span></span></a></td>\r\n <td style=\"width: 100px; text-align: center;\">\r\n <a href=\"/userfiles/file/News%20Letter%20-%20November%202024.docx\"><span style=\"color:#000;\"><span style=\"font-size:18px;\"><strong>NOVEMBER</strong></span></span></a></td>\r\n <td style=\"width:100px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#000;\"><span style=\"background-color:#f0fff0;\"><a href=\"/userfiles/News Letter- December 2024.docx\"><span style=\"font-size:18px;\"><strong><span style=\"font-family:times new roman,times,serif;\">DECEMBER</span></strong></span></a></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n <br />\r\n </span></span></span></p>\r\n'),(17,'Alumni Association Meeting Reports','alumni-meeting-reports','<p>\r\n </p>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:24px;\"><span style=\"color:#f00;\"><b>ALUMINI ENGAGEMENT</b></span></span></div>\r\n<p>\r\n </p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><strong>Total Amount of alumni contribution during the last five years (INR in lakhs) to the institution </strong><strong>through registered Alumni association</strong></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><strong>Response:</strong>52.06</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><strong>TotalAmountofalumnicontributionduringthelastfiveyears(INRinlakhs)tothe institution year wise through registered Alumni association</strong></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:120px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2021-22</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.8pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2020-21</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.8pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2019-20</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.75pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2018-19</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:120px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">43.27929</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">3.91706</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.8pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">1.16611</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.8pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">.37765</span></span></p>\r\n </td>\r\n <td style=\"width:134px;height:33px;\">\r\n <p style=\"margin-left: 4.75pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">3.32087</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:350px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><strong>File Description</strong></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:340px;height:33px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><strong>Document</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:350px;height:53px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Listofalumnus/alumniwiththeamount contributed year-wise</span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:340px;height:53px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.4.1_1724499461_13194.docx\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:350px;height:73px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Annual audited statements of accounts of the HEI highlightingtheAlumnicontributiondulycertified by the Chartered Accountant/Finance Officer</span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:340px;height:73px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.4.1_1724499934_13194.pdf\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:350px;height:53px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">ProvideLinksforanyotherrelevantdocumentto support the claim (if any)</span></span></p>\r\n </td>\r\n <td style=\"width:326px;height:53px;\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria5&id=c541\">View Document</a></span></span></p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN Alumni and Walkers Association contributed and constructedaPYRAMIDDhyana</span></span></p>\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Kendram</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">3850587</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Dr.N.KumarSwamyReddy, AlumnusofPVKNGovt.College</span></span></p>\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">(A) (B.Sc MPC Batch: 2005-2008)</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">111383</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:39px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">4 members donated for the</span></span></p>\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Topographic Survey</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:39px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:39px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">40000</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Sri Durga RamaKrishna , installed ateakwooddoorandSteelGrillat</span></span></p>\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">main entrance gate</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:59px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">200000</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN alumni students</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2022-23</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">125959</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:226px;height:20px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN alumni students</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2021-22</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:20px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">391706</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN alumni students</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2020-21</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">116611</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN alumni students</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2019-20</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">37765</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">Dr. Sethuraman,GB members, and his associates personally supervisedtherenovatedoneroom</span></span></p>\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">with all interior design.</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2018-19</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:79px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">300000</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">PVKN alumni students</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">2018-19</span></span></p>\r\n </td>\r\n <td style=\"width:226px;height:19px;\">\r\n <p style=\"margin-left: -0.15pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">32087</span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"margin-left: 33.1pt; text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\">During the academic year 2022-23, the PVKN Alumni Association contributed a total amount of 73,924/-. This amount was spent on various expenditures, including 35,800/- incurred towards the purchaseofglassandotherfittings.Additionally,10,000/-wasspentonadvertisementchargestopublish a Calendar Ad featuring restructured and market-oriented courses in the college. A further 15,225/- and 12,899/- were spent on advertisement charges for Paper Ads promoting these courses.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:22px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n'),(18,'Alumni Association Activities Reports','alumni-activities-reports','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>ALUMNI ASSOCIATION ACTIVITIES REPORTS YEAR WISE</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2020-2021</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2020-2021.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2021-2022</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2021-2022.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2022-2023</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2022-2023.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>4</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2023-2024</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2023-2024.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(19,' Teaching Staff','teaching-staff','<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:788px;\" width=\"786\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"24\">\r\n <td bgcolor=\"#000066\" height=\"24\" style=\"height:24px;\">\r\n <span style=\"color:#f0f8ff;\"><span style=\"font-size:16px;\"><strong>SNo</strong></span></span></td>\r\n <td bgcolor=\"#000066\">\r\n <span style=\"color:#f0f8ff;\"><span style=\"font-size:16px;\"><strong>Name</strong></span></span></td>\r\n <td bgcolor=\"#000066\">\r\n <span style=\"color:#f0f8ff;\"><span style=\"font-size:16px;\"><strong>Designation</strong></span></span></td>\r\n <td bgcolor=\"#000066\">\r\n <span style=\"color:#f0f8ff;\"><span style=\"font-size:16px;\"><strong>Qualification</strong></span></span></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"4\" height=\"24\" style=\"height: 24px; text-align: center;\">\r\n <span style=\"color:#008000;\"><span style=\"font-size:18px;\"><strong>FULL TIME FACULTY</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><strong>1</strong></span></span></span></td>\r\n <td>\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><strong>Dr. P. Jeevan Jyoti</strong></span></span></span></td>\r\n <td>\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><strong>Principal</strong></span></span></span></td>\r\n <td>\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><strong>M.Sc., M.Phil., Ph.D.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>2</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. C. Meerasaheb</strong></span></span></td>\r\n <td>\r\n <font color=\"#0000cd\"><span style=\"font-size: 16px;\"><b>Vice Principal</b></span></font></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:16px;\">M.sc., Ph.D</span></strong></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>3</strong></span></span></td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:16px;\">Dr. S. Hari Prasad</span></span></strong></td>\r\n <td>\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:16px;\">Statistics</span></span></strong></td>\r\n <td>\r\n <strong><strong style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\">M.sc., Ph.D</span></strong></strong></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>4</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. S. Saravana</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Computer Applications</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>MCA., Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>5</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. P. Bhanu Prakash</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Chemistry</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., B.Ed., Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>6</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri A. Ramesh</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Chemistry</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.,</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>7</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong> Dr. S. Nagendra</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Mathematics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>8</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. N. Ramamurthy</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Botany</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>9</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. M. Thejomoorthy</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Zoology</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.,Ph.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>10</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri G. Prasad</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Microbiology</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., CSIR NET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>11</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. N. Babu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>English</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A. M.Phil., Ph.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri B. Gopirya Naick</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Telugu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A,UGC NET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>13</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. C. Chennakesavulu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Telugu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>MA,PHD, UGC NET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>14</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. P. Jayachandrudu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Telugu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A. M.Phil, Ph.D. UGC NET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>15</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. E. Md. Anwar Hussain</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Urdu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A,Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>16</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. N. Tharani Krishna</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com. </strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>17</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. P. Mallika Bramaramba Devi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong> Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., M.Phil., Ph.D, APSET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>18</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>K. Kusuma Kumari</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Library Science</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A,M.L.I.Sc.,M.Phil.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>1</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. D. Srividya</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Chemistry</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>MSc,Ph.D,APSET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>2</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri M. Mallikarjuna Reddy</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Chemistry</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc, M.phil.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>3</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri A. Kumar Raja</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Chemistry</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>4</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. G. Udaya Bhaskara Reddy</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>5</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri B. Rama Sagar</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.,M.Phil.,AP SET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>6</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. G. Sudhakar</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., M.Phil., PH.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>7</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri G. Raveendra Babu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., B.Ed., </strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>8</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. A. Navaneetha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Physics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc., </strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>9</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. P. Kavitha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Mathematics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>MSc.,MPhil,B.Ed,APSET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>10</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. R. Jayalakshmi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Mathematics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc;</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>11</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. S. Chandra Babu</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Statistics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc; PhD</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri P. Navaneswara Reddy</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Zoology</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>13</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. S. Vinila Kumari</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Computer Science</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc, M.C.A, Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>14</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri A. Vijay Simha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Computer Science</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.C.A , (Ph.D)</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>15</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. P. Jyoshna</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com, Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>16</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. N. Suseela Bharathi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.B.A.,M.Com.,Ph.D.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>17</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. K. Srilatha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Computer Applications</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.,B.Ed.,MCA</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>18</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. N. Uma Devi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Political Science</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A, M. Phil, Ph. D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>19</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri P. Koteswara Rao</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Economics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A ,B.Ed., APSET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>20</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. G. Rajesh Kumar</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Economics</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A,M.Phil,Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>21</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. T. Mamatha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>English</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A (M.Phil)</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>22</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri M. Ajjanna</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>English</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A, M.Phil, (Ph.D)</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>23</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. K. Amrutha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>English</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A.,(M.Phil),B.Ed.,</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>1</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Dr. R. Alfred</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Tamil</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A, M.Phil, Ph.D</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>2</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. A. Rekha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sanskrit</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A,D.El.Ed.M.Phil</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>3</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri S. Khajapeer</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Hindi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A. HPT,APTET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>4</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. A. Nirosha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com,B.Ed.,</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>5</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri R. Balakrishna</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>6</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri K. Mujakar</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com, MBA, NET, SLET</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>7</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. D. Suhasini</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Commerce</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Com. B.Ed.,</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>8</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri S. Reddy Basha</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>History</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A-AIHC & Archaeology</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>9</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. D. Chandra </strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>political science</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.A B.Ed</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>10</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Sri S.K. Sathya Hari Prasad</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Computer Applications</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>MCA.,M.Tech (Ph.D)</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>11</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Kum. S. Shiney</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Botany</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.(Horticulture)</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>12</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Smt. G. Prasanthi</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>Botany</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.</strong></span></span></td>\r\n </tr>\r\n <tr height=\"33\">\r\n <td height=\"33\" style=\"height:33px;\">\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>13</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>P. Vennela</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>B.Voc.</strong></span></span></td>\r\n <td>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong>M.Sc.-Food Technology.</strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:16px;\"><strong><img alt=\"\" src=\"/userfiles/TEACHING STAFF(1).jpg\" style=\"width: 500px; height: 501px; border-width: 2px; border-style: solid;\" /><br />\r\n </strong></span></span></p>\r\n'),(20,'Non-Teaching Staff','non-teaching-staff','<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 90%;\" width=\"635\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"22\">\r\n <td bgcolor=\"#003399\" height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#ffffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>S.No<br />\r\n </strong></span></span></span></td>\r\n <td bgcolor=\"#003399\" style=\"width: 35px; height: 22px;\">\r\n <span style=\"color:#ffffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Name of the Employee</strong></span></span></span></td>\r\n <td bgcolor=\"#003399\" style=\"width: 35px; height: 22px;\">\r\n <span style=\"color:#ffffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Designation</strong></span></span></span></td>\r\n <td bgcolor=\"#003399\" style=\"width: 35px; height: 22px;\">\r\n <span style=\"color:#ffffff;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Academic Qualification</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri G. Ravi Kanth</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Administrative Officer</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>M.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri K. Vijay Kumar</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Superintendent</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>DME</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri S. Abdul Vali</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Senior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>4</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri S. Rasool Basha</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Senior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>5</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri P. Hari Prasad</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Senior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>M.A., B.Li.Sc.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>6</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri M. V. Ramana Naik</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Senior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.Tech</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>7</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri K.B. Vel Murugan</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Senior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>8</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri P. Munirathnam Reddy</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Junior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Intermediate</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>9</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>D. Geethanjali</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Junior Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.Com.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>10</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. K. Jayalakshmi</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Store Keeper</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>11</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. V. Devika</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Museum Keeper</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>12</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. C. Kamala</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>13</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sri S. Sadath</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Intermediate</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>14</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. G. Nagarathanamma</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>15</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. G. Giri</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>16</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Smt. S. Prasanna Latha</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>17</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>V. Purushotham</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>18</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B. Narayana</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SSC</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>19</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>I. Parthasarathi</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>M.A.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>20</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>P. Lokanadha Reddy</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Intermediate</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>21</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>K. Ramamohan Reddy</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Record Assistant</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Intermediate</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>22</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>A.G. Sai Teja</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Office Subrodinate</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.Sc.</strong></span></span></span></td>\r\n </tr>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height: 22px; width: 35px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>23</strong></span></span></span></td>\r\n <td style=\"width: 223px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>J. Arunasri</strong></span></span></span></td>\r\n <td style=\"width: 163px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Sweeper</strong></span></span></span></td>\r\n <td style=\"width: 215px;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>B.Sc., B.Ed</strong></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/NON TEACHING CADRE STRENGTH__page-0001.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /></p>\r\n'),(28,'Cadre Strength Details','cadre-strength-details','<p>\r\n <img alt=\"\" src=\"/userfiles/TEACHING STAFF(3).jpg\" style=\"width: 700px; height: 800px;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/NON TEACHING CADRE STRENGTH__page-0001(2).jpg\" style=\"width: 700px; height: 800px;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" height=\"78\" width=\"902\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Teaching Staff Cadre Strength Particulars</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/TEACHING STAFF.jpg\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>02</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Non-Teaching Staff Cadre Strength Particulars</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><a href=\"/userfiles/NON TEACHING CADRE STRENGTH_.pdf\">Click Here to View the File</a></strong></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(29,'Organogram','organogram','<p>\r\n <img alt=\"\" src=\"/userfiles/or1.jpg\" style=\"width: 700px; height: 800px; border-width: 2px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">SNO</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">NAME</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">EVIDENCE</span></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">1</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Organizationa Courses Chart</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><a href=\"/userfiles/organizational Courses- chart_.pdf\">Click Here to View the File</a></strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Organogram of PVKN GC (A),Chittoor</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/or.jpg\"><font color=\"#0000ff\"><span style=\"font-size: 18px;\"><b>Click Here to View the Organogram</b></span></font></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(30,'Governing Body','governing-body','<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>GOVERNING BODY MEETING DATE</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>19-08-2020</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><a href=\"/userfiles/1_ GB meeting - I minutes(3).pdf\">Click Here to View the File</a></strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>05-11-2022</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/II minutes.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>20-02-2024</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><a href=\"/userfiles/III minutes 01.pdf\"><span style=\"font-size: 16px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Click Here to View the File</strong></span></span></a></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:451px;\" width=\"450\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"25\">\r\n <td colspan=\"3\" height=\"25\" style=\"height: 25px; width: 451px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">PVKN. Govt. College(A), Chittoor</span></strong></td>\r\n </tr>\r\n <tr height=\"25\">\r\n <td colspan=\"3\" height=\"25\" style=\"height: 25px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Staff Council - 2024-2025</span></strong></td>\r\n </tr>\r\n <tr height=\"99\">\r\n <td height=\"99\" style=\"height: 99px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">S. No.</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Name of the Lecturer / PD/ Librarian</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Subject</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">1</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. S. Nagendra</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Mathematics</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">2</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. S. Hari Prasad</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Statistics</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">3</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. P. Mallika Brahmaramba Devi</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Physics</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">4</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">P. Bhanu Prakash</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Chemistry</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">5</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. C. Meera Saheb</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Botany</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">6</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr.M.Thejomoorthy</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Zoology</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">7</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Sri G. Prasad</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Microbiology</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">8</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Smt. N. Tharani Krishna</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Commerce</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">9</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. S. Saravana</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Comp. Appli & Comp. Science</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">10</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. N. Babu</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">English</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">11</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr C Chennakesavulu</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Telugu & In-charge for Sanskrit</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">12</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. P. Jayachandrudu</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Hindi - In-charge</span></strong></td>\r\n </tr>\r\n <tr height=\"51\">\r\n <td height=\"51\" style=\"height: 51px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">13</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Sri B. Gopirya Naick</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">History & Tamil - Incharge</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">14</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Dr. E.Md.Anwar Hussain</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Urdu</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">15</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Smt. N. Uma Devi</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Political Science</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">16</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Sri P. Koteswara Rao</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Economics</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">17</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Sri A. Ramesh</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">PD Incharge</span></strong></td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height: 41px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">18</span></strong></td>\r\n <td style=\"width: 216px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">K. Kusuma Kumari</span></strong></td>\r\n <td style=\"width: 196px; text-align: center;\">\r\n <strong><span style=\"color:#00f;\">Library Science</span></strong></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(31,'Academic Council','admin-council','<div>\r\n <div>\r\n </div>\r\n <div>\r\n <table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%; height: 1px;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"background-color:#ffff00;\">SNO</span></strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"font-size:16px;\">ACADEMIC YEAR</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"background-color:#ffff00;\">ACADEMIC COUNCIL MEETING DATE</span></strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"background-color:#ffff00;\">EVIDENCE</span></strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2018-2019</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>20-05-2019</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:12px;\"><a href=\"/userfiles/1_ 2018-19 AC Meeting 20-05-2019(1).pdf\">View</a></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2019-2020</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>24-06-2020</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2_ 2019-20 AC meeting 24-06-2020.pdf\" style=\"font-size: 14px;\">View</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2020-2021</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>23-01-2021</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/3_ 2020-21 AC meeting 23-01-2021.pdf\" style=\"font-size: 14px;\">View</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>4</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2021-2022</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>27-09-2021</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/4_ 2021-22 - AC meeting 27-09-2021.pdf\" style=\"font-size: 14px;\">View</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>6</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>2022-2023</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>15-11-2023</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/5_ 2022-23 AC meeting 29-10-2022(1).pdf\" style=\"font-size: 14px;\">View</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n <div>\r\n </div>\r\n <div>\r\n </div>\r\n <div>\r\n </div>\r\n <div>\r\n <br />\r\n <br />\r\n <div>\r\n <div id=\"cke_pastebin\">\r\n <span style=\"font-size:14px;\"><br />\r\n </span></div>\r\n </div>\r\n </div>\r\n <div id=\"cke_pastebin\">\r\n <span style=\"font-size:14px;\"><br />\r\n </span></div>\r\n</div>\r\n'),(33,'RTI','rti','<h1 style=\"text-align: center;\">\r\n <u><strong><span style=\"color:#000080;\">Public Information Officer</span></strong></u></h1>\r\n<p>\r\n <span style=\"color:#0000cd;\"><strong><span style=\"color:#b22222;\">1.Dr. C. MEERA SAHEB (PIO) </span></strong></span><span style=\"color: rgb(178, 34, 34);\">Vice - Principal</span></p>\r\n<p>\r\n <span style=\"color:#b22222;\">Lecturer in Botony</span></p>\r\n<p>\r\n <span style=\"color:#b22222;\">P.V.K.N GOVT. COLLEGE (A), CHITTOOR-517002</span></p>\r\n<p>\r\n <span style=\"color:#0000cd;\">EMAIL ID : cmeerasaheb@gmail.com</span></p>\r\n<p>\r\n <span style=\"color:#00f;\">PHONE : 8919962288, 9912211791</span></p>\r\n<p>\r\n <strong><span style=\"color:#000080;\">2. Sri G.Ravi Kanth (APIO)</span></strong></p>\r\n<p>\r\n <span style=\"color:#800000;\"> Administrative Officer</span></p>\r\n<p>\r\n <strong><span style=\"color:#000080;\">3. Sri K.Vijaya Kumar (APIO)</span></strong></p>\r\n<p>\r\n <span style=\"color:#800000;\"> Superintendent</span></p>\r\n'),(34,'Finance','finance','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">SNO</span></strong></span></span></td>\r\n <td bgcolor=\"#ffff00\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\">ACADEMIC </span><strong background-color:=\"\" color:=\"\" font-size:=\"\" new=\"\" style=\"font-family: \" text-align:=\"\" times=\"\">YEAR</strong></span></span></strong></p>\r\n </td>\r\n <td bgcolor=\"#ffff00\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\">FINANCE COMMITTEE </span></strong></span><span style=\"color:#f00;\"><strong background-color:=\"\" font-size:=\"\" new=\"\" style=\"font-family: \" text-align:=\"\" times=\"\">MEETING DATE</strong></span></span></p>\r\n </td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><span style=\"color:#f00;\"> EVIDENCE</span></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">1</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2018-2019</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">11-03-2019</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><a href=\"/userfiles/1_11-03-2019.pdf\">Click Here to View the File</a></span></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2019-2020</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">31-01-2020</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><strong style=\"font-size: 18px; color: rgb(0, 0, 255);\"><a href=\"/userfiles/2_ 31-01-2020_.pdf\">click Here to View the File</a></strong></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">3</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2020-2021</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">16-12-2020</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><a href=\"/userfiles/3_ 16-12-2020_.pdf\">Click Here to View the File </a></span></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"1\" rowspan=\"2\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">4<br />\r\n </span></span></strong></td>\r\n <td colspan=\"1\" rowspan=\"2\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2021-2022<br />\r\n </span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">02-06-2021</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><a href=\"/userfiles/4_ 02-06-2021_.pdf\">Click Here to View the File</a></span></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">28-02-2022</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><a href=\"/userfiles/5_ 28-02-2022_.pdf\">Click Here to View the File</a></span></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">5</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">2022-2023</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\">31-10-2022</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><a href=\"/userfiles/6_ 31-10-2022_.pdf\">Click Here to View the File</a></span></span></strong></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(36,'Academic Calendar','academic-calendar','<div class=\"entry-content\">\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <div>\r\n <h3>\r\n Academic Schedule for the Year 2021-22</h3>\r\n </div>\r\n <table border=\"1\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"213\">\r\n <span style=\"color:#f0ffff;\"><strong>Sl. No</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"238\">\r\n <span style=\"color:#f0ffff;\"><strong>Course</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"187\">\r\n <span style=\"color:#f0ffff;\"><strong>Download Link (PDF)</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 1</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n UG- I yr – Academic schedule 2021-22</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2022/07/1.-PVKN-GCA-UG-I-yr-Academic-schedule-2021-22.pdf\" rel=\"noopener\" target=\"_blank\"><noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a><a href=\"/userfiles/1_-PVKN-GCA-UG-I-yr-Academic-schedule-2021-22.pdf\">View</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 2</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n UG-II yr Academic schedule 2021-2022</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/2_-PVKN-GCA-UG-II-yr-Academic-schedule-2021-2022.pdf\" rel=\"noopener\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 3</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n UG IIIyr Academic schedule 2021-2022</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/3_-PVKNGCA-UG-IIIyr-Academic-schedule-2021-2022.pdf\" rel=\"noopener\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <div>\r\n <h3>\r\n Academic Schedule for the Year 2020-21</h3>\r\n </div>\r\n <table border=\"1\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"213\">\r\n <span style=\"color:#f0ffff;\"><strong>Sl. No</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"238\">\r\n <span style=\"color:#f0ffff;\"><strong>Course</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"187\">\r\n <span style=\"color:#f0ffff;\"><strong>Download Link (PDF)</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 1</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n U.G – I Year Academic Schedule 2020-21</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/UG-I-Year-Academic-schedule-2020-2021.pdf\" rel=\"noopener\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 2</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n P.G – I Year Academic Schedule 2020-21</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/PG-I-Year-Academic-schedule-2020-2021.pdf\" rel=\"noopener\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"213\">\r\n 3</td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n U.G & P.G – II & III Year Academic Schedule 2020-21</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/UG-PG-II-III-Year-Academic-schedule-2020-2021.pdf\" rel=\"noopener\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" decoding=\"async\" class=\"CToWUd aligncenter\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" /></noscript></a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <h3 style=\"text-align: left;\">\r\n Academic Schedule for the Year 2019-20</h3>\r\n <table border=\"1\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"213\">\r\n <span style=\"color:#f0ffff;\"><strong>Sl. No</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"238\">\r\n <span style=\"color:#f0ffff;\"><strong>Course</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"187\">\r\n <span style=\"color:#f0ffff;\"><strong>Download Link (PDF)</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 1</p>\r\n </td>\r\n <td width=\"238\">\r\n <p style=\"text-align: center;\">\r\n U.G Academic Calendar (Autonomous) 2019-20</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/Academic-schedule-2019-2020.pdf\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"alignnone wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 28px) 100vw, 28px\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 2</p>\r\n </td>\r\n <td width=\"238\">\r\n <p style=\"text-align: center;\">\r\n P.G Academic Schedule 2019-20</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/P_G-Academic-Calendar-Autonomous-2019-20.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"aligncenter wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 28px) 100vw, 28px\" /></noscript></a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"vc_row wpb_row vc_row-fluid\">\r\n <div class=\"wpb_column vc_column_container vc_col-sm-12\">\r\n <div class=\"vc_column-inner \">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_text_column wpb_content_element \">\r\n <div class=\"wpb_wrapper\">\r\n <h3 style=\"text-align: left;\">\r\n Academic Schedule for the Year 2018-19</h3>\r\n <table border=\"1\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"213\">\r\n <span style=\"color:#f0ffff;\"><strong>Sl. No</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"238\">\r\n <span style=\"color:#f0ffff;\"><strong>Course</strong></span></td>\r\n <td bgcolor=\"#660099\" style=\"text-align: center;\" width=\"187\">\r\n <span style=\"color:#f0ffff;\"><strong>Download Link (PDF)</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 1</p>\r\n </td>\r\n <td width=\"238\">\r\n <p style=\"text-align: center;\">\r\n U.G Academic Schedule 2018-19</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/Academic-Schedule-and-Fee-Structure.pdf\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"alignnone wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 28px) 100vw, 28px\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 2(a)</p>\r\n </td>\r\n <td width=\"238\">\r\n <p style=\"text-align: center;\">\r\n P.G Academic Schedule 2018-19</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/Academic-Branch-Academic-Schedule-for-PG-Courses-for-the-year-2018-19-_1.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"aligncenter wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 28px) 100vw, 28px\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 2(b)</p>\r\n </td>\r\n <td width=\"238\">\r\n <p style=\"text-align: center;\">\r\n Covering Letter</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/Academic-Branch-Academic-Schedule-for-PG-Courses-for-the-year-2018-19-_2(1).pdf\" rel=\"noopener noreferrer\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"aligncenter wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"28\" height=\"28\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 28px) 100vw, 28px\" /></noscript></a></td>\r\n </tr>\r\n <tr>\r\n <td width=\"213\">\r\n <p style=\"text-align: center;\">\r\n 3</p>\r\n </td>\r\n <td style=\"text-align: center;\" width=\"238\">\r\n U.G Academic Calendar (Autonomous) 2018-19</td>\r\n <td style=\"text-align: center;\" width=\"187\">\r\n <a href=\"/userfiles/2018-19-academic-schedule.jpg\" rel=\"noopener noreferrer\" target=\"_blank\">View<noscript><img data-lazy-fallback=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3970\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-comments-opened=\"1\" data-image-meta=\"{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\"}\" data-image-title=\"download (1)\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" class=\"aligncenter wp-image-3970\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" alt=\"\" width=\"30\" height=\"30\" srcset=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png 300w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-150x150.png 150w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-92x92.png 92w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-360x370.png 360w, https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png 512w\" sizes=\"(max-width: 30px) 100vw, 30px\" /></noscript></a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n'),(37,'Exam Calendars','exam-calendars','<h1>\r\n EXAMINATION TIME TABLES <a href=\"/userfiles/file/2_5_1-4%20EXAM%20TIME%20TABLE%20BY%20COE.pdf\"><span style=\"color:#00f;\"><u>DOWNLOAD HERE</u></span></a></h1>\r\n'),(38,'Academic Audit Reports','academic-audit-reports','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 70%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>ACADEMIC YEAR</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>1</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2018-2019</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong><a href=\"/userfiles/2018-19.pdf\">Click Here to View the File</a></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2019-2020</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong><strong font-size:=\"\" new=\"\" style=\"color: rgb(0, 0, 255); font-family: \" times=\"\">Click Here to View the File</strong></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>3</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2020-2021</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/2020-21.pdf\"><span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>Click Here to View the File</strong></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>4</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2021-2022</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong><strong font-size:=\"\" new=\"\" style=\"color: rgb(0, 0, 255); font-family: \" times=\"\">Click Here to View the File</strong></strong></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>5</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong>2022-2023</strong></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><span style=\"color:#00f;\"><strong><strong font-size:=\"\" new=\"\" style=\"color: rgb(0, 0, 255); font-family: \" times=\"\">Click Here to View the File</strong></strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(39,'UG Programmes','ug-programmes','<h2 style=\"text-align: center;\">\r\n <u>Major Subjects List<br />\r\n </u></h2>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/major list.jpg\" style=\"width: 600px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n<h2 style=\"text-align: center;\">\r\n COURSE- B.A</h2>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" class=\"tableborder\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ff0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Groups</strong></span></td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Subjects Combination</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Medium</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Sanctioned Strength</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n HEP</td>\r\n <td style=\"text-align: center;\">\r\n History, Economics, Political Science</td>\r\n <td style=\"text-align: center;\">\r\n Telugu</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n HPT</td>\r\n <td style=\"text-align: center;\">\r\n History, Political Science, Telugu</td>\r\n <td style=\"text-align: center;\">\r\n Telugu</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h2 style=\"text-align: center;\">\r\n COURSE- B.Sc</h2>\r\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" class=\"tableborder\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr class=\"alt-table-row\">\r\n <td bgcolor=\"#ff0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>B.Sc.</strong></span></td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Subjects Combination</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Medium</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Sanctioned Strength</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n MPC</td>\r\n <td style=\"text-align: center;\">\r\n Mathematics, Physics, Chemistry</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n MPCs</td>\r\n <td style=\"text-align: center;\">\r\n Mathematics, Physics, Computer Science</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n MSCs</td>\r\n <td style=\"text-align: center;\">\r\n Mathematics, Statistics, Computer Science</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n MECs</td>\r\n <td style=\"text-align: center;\">\r\n Mathematics, Electronics, Computer Science</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n BZC</td>\r\n <td style=\"text-align: center;\">\r\n Botany, Zoology, Chemistry</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n BZC</td>\r\n <td style=\"text-align: center;\">\r\n Botany, Zoology, Chemistry</td>\r\n <td style=\"text-align: center;\">\r\n Telugu</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n BHC</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n Botany, Horticulture, Chemistry</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n English</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n MBC</td>\r\n <td style=\"text-align: center;\">\r\n Microbiology, Botany, Chemistry</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 30</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<h2 style=\"text-align: center;\">\r\n COURSE- B.COM</h2>\r\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\" class=\"tableborder\" style=\"width: 80%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ff0000\" style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>B.Com</strong></span></td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Subjects Combination</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Medium</strong></span></p>\r\n </td>\r\n <td bgcolor=\"#ff0000\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#f0ffff;\"><strong>Sanctioned Strength</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td>\r\n <p style=\"text-align: center;\">\r\n General</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n B.Com, General</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n Telugu</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 60</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Computer Applications-I</td>\r\n <td style=\"text-align: center;\">\r\n Computer Applications</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 60</td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td style=\"text-align: center;\">\r\n Computer Applications-I</td>\r\n <td style=\"text-align: center;\">\r\n Computer Applications</td>\r\n <td style=\"text-align: center;\">\r\n English</td>\r\n <td style=\"text-align: center;\">\r\n 60</td>\r\n </tr>\r\n </tbody>\r\n</table>'),(40,'PG Programmes','pg-programmes','<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" class=\"tableborder\" style=\"width: 80%;\" width=\"100%\">\r\n <tbody>\r\n <tr class=\"alt-table-row\">\r\n <td bgcolor=\"#6600ff\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">BRANCH</span></strong></td>\r\n <td bgcolor=\"#6600ff\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">COURSE</span></strong></p>\r\n </td>\r\n <td bgcolor=\"#6600ff\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Medium</span></strong></p>\r\n </td>\r\n <td bgcolor=\"#6600ff\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Sanctioned Strength</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.A</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.A</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ECONOMICS</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.SC</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n BOTONY</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.SC</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n PHYSICS</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.SC</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ORGANIC CHEMISTRY</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.SC</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n MATHEMATICS</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.COM</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n GENERAL</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr class=\"alt-table-row\">\r\n <td>\r\n <p style=\"text-align: center;\">\r\n M.COM</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n FINANCIAL MANAGEMENT</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n 30</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(41,'Certificate Courses','certificate-courses','<h1 style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><strong><u>CERTIFICATE COURSES LIST DURING 2018-2023</u></strong></span></h1>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:19.98%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Name of the course/programme</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Mode of the Course- offered by the HEI </strong></span></span></span></p>\r\n </td>\r\n <td style=\"height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Year of offering /Year of enrolment</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Contact hours of course</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">Number of students enrolled in the year</span></span></span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">Number of Students completing the course in the year</span></span></span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:102px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Link to the relevant document</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">తెలà±à°—à±à°ªà°¤à±à°°à°¿à°•లౖ వారà±à°¤à°¾à°°à°šà°¨</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/TELUGU PARTHRIKKALU VARTHA RACHANA TD-1.pdf\"><span style=\"color:#800080;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><u>View</u></span></span></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">ఇతిహాసాలà±- నైతికవిలà±à°µà°²à±</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">21</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">21</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/MORAL VALUES IN ETHICS-TD-2.pdf\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#800080;\"><u>View</u></span></span></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">SANSKRIT - HINDI Translation Course</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><u>View</u></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">CERTIFICATE COURSE ON SERICULTURE</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">29</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">29</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/SERICULTURE%20COURSE%202022-2023.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">CERTIFICATE COURSE ON PISCICULTURE</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">29</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">29</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/CERTIFICATE%20COURSE%20PISCICULTURE.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">BUDGET ANALYSIS</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">INDIAN GOVERNMENT AND POLITICS</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/indiangovtpolitics 2022-2023 attendance.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"text-align: center; color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Renewable Energy</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">21</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">21</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Renewable Energy Certificate Course (1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"text-align: center; color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">House Wiring</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/DocScanner Sep 18, 2024 11-21 AM (1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"text-align: center; color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">TOURISM & TRAVEL MANAGEMENT</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/TOURISM DEPARTMENT OF HISTORY-2.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">TYPING OF MATHEMATICAL EXPRESSIONS</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/certificate course typing of mathematical expressions.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">MICROBIOLOGY LAB TECHNIQUES</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">24</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">24</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/MICROBIOLOGY LABORATORY TECHNIQUES CERTIFICATE COURSE 22-23 - MICRO-1.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Chemistry of Milk</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Chemistry of Milk.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Employability Skills in English for UG Students</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">15</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">15</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Certification Course 22-23 September (1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">The Role of Grammar in Speaking English</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/CERTIFICATE COURSE (1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">E-COMMERCE</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/E-COMMERCE.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">HINDI -SANSKRIT TRANSLATION COURSE</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">ASTANGA YOGA</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">14</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">14</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/DIY 2022-23.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"text-align: center; color: rgb(128, 0, 128); font-family: \">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">FUNDAMENTALS OF COMPUTERS</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">11</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">11</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">INTRODUCTION TO INTERNET</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">14</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">14</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Analytical Skills</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">95</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">95</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Technical Skills.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">45</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">45</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"text-align: center; color: rgb(128, 0, 128); font-family: \">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Communication Skills.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">65</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">65</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Tamil language learning course</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">8</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">8</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">STATISTICS: A DO IT YOURSELF ON EXCEL</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">41</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">41</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Introduction to Networks</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">28</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">28</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Introducation to Cybersecurity</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">19</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">19</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Introduction to IoT</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">35</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">35</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">INDIAN CONSTITUTION</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Indian Constitution 2021-2022 attendance.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Programming Essentials in Python</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">98</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">98</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/COMPUTER%20SCIENCE%20CERTIFICATE%20COUURSE%20-CS%20-%206%20(1).pdf\"><span style=\"color:#800080;\"><u>View</u></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Basic Electronic Components</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/BASIC ELECTRONIC COMPONENTS-2020-21.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Matlab</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/MATLAB Certificate Course (1)(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Arduino Micro Controller</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Arduino Certificate Course (1)(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">VERBAL RESONING</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">23</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">APPLICATION OF MATRICES</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">33</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">33</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Applications of Matrices.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">DIGITAL MARKETING</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">19</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">19</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Digital Marketing.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Communication skills @ Employability Today</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">27</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">27</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><u><a target=\"_blank\">V</a>iew</u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">English Language for Competitive Examinations</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">26</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">26</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><u><a target=\"_blank\">V</a>iew</u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">RETAILING</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/RETAILING(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">ANCIENT CIVILIZATIONS</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/ANCIENT CIVILIZATION DEPARTMENT OF HISTORY-1(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">ANATOMY AND PHYSIOLOGY OF YOGIC PRACTICES</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/anotomy of Yogic practices.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">YOGA THERAPY</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">16</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\">16</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/Diplomo in yoga therapy.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">DATA ANALYTICS IN EXCEL</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">12</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">12</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Analytical Thinking and Problem-Solving.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">81</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">81</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">INTRODUCTION TO 'R' PROGRAMMING</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2021-22</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">39</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">39</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Programming Essentials in C</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2020-21</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">54</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">54</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Mushroom Cultivation</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2020-21</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">26</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">26</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128); font-family: \" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Logical Reasoning and Critical Analysis.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2020-21</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">74</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">74</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">CERTIFICATE COURSE ON APICULTURE</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">32</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">32</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Telugu Typing Mastery with Google Input Tools</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">20</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Computer Fundamentals and office automation</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">32</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">32</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Medicinal Plants</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">18</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"/userfiles/medicinalplants_compressed.pdf\"><span style=\"color:#b22222;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><u>View</u></span></span></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Certificate course in water analysis</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">36</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">36</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Public Speaking Skills</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">25</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#800080;\"><u><a target=\"_blank\">V</a>iew</u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Effective Verbal Communication.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">57</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">57</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Advanced Communication Strategies.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">81</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">81</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Computer Proficiency and Software Applications.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2019-20</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">83</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">83</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Reasoning and Decision-Making.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2018-19</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">48</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">48</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">Dynamic Public Speaking and Communication.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2018-19</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">55</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">55</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:19.98%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">General Knowledge and Current Events.</span></p>\r\n </td>\r\n <td style=\"width:14.26%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\">2018-19</span></p>\r\n </td>\r\n <td style=\"width:5.42%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">30</span></p>\r\n </td>\r\n <td style=\"width:7.7%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">64</span></p>\r\n </td>\r\n <td style=\"width:10.76%;height:30px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#800080;\">64</span></p>\r\n </td>\r\n <td style=\"width:32.3%;height:30px;\">\r\n <p>\r\n <span style=\"color:#800080;\"><u><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_blank\">https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132</a></u></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#800080;\"><br />\r\n </span></p>\r\n'),(42,'Admissions Category-wise','admissions-category-wise','<p>\r\n <a href=\"/userfiles/Student Admn_ 2018-2024.xlsx\">Student Admn_ 2018-2024<br />\r\n </a></p>\r\n'),(43,'Master Timetable','master-timetable','<p>\r\n <img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0001.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0002.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0003.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0004.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0005.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0006.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0007.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0008.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/NEW Time Table for B_Sc &B_A ,II ,IV and VI semester 2024-25,21-12-2024_ (modified)- Copy - Copy_page-0009.jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n'),(44,'Program wise Timetable','program-wise-timetable','<p>\r\n <img alt=\"\" src=\"/userfiles/MEERASHAB_page-0001(1).jpg\" style=\"width: 400px; height: 400px; border-width: 2px; border-style: solid;\" /></p>\r\n'),(45,'Lecturer wise Timetable','lecturer-wise-timetable',''),(46,'POs','pos','<ul>\r\n <li>\r\n <a href=\"/userfiles/POs-COs-PSOs.pdf\">Click here to Download COs, POs, and PSOs</a></li>\r\n <li>\r\n <a href=\"/userfiles/plos-new.pdf\">Click here to Download COs, POs, and PSOs 2019-2020</a></li>\r\n <li>\r\n <a href=\"/userfiles/POs-PSOs-COs-2020-2021-Final-to-upload-in-website.pdf\">Click here to Download COs, POs, and PSOs 2020-2021</a></li>\r\n</ul>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1216px;\" width=\"1216\">\r\n <colgroup>\r\n <col span=\"19\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;width:192px;\">\r\n <span style=\"color:#800080;\"><strong>Course Outcomes:</strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td style=\"width:64px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Knowledge Application: Students will be able to apply fundamental concepts and principles from the subject to solve real-world problems effectively.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Critical Thinking: Students will demonstrate the ability to analyze, evaluate, and synthesize information to make informed decisions or propose innovative solutions.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Communication Skills: Students will enhance their ability to communicate ideas effectively in both written and oral formats, tailored to diverse audiences and contexts.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>4. Teamwork and Collaboration: Students will develop the ability to work effectively in teams, demonstrating collaboration and leadership skills to achieve common goals.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>5. Lifelong Learning: Students will develop independent learning skills, fostering a commitment to continuous personal and professional development.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#800080;\"><strong>Common Program Outcomes:</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Disciplinary Knowledge: Graduates will acquire comprehensive knowledge of their discipline and understand its core concepts, theories, and practical applications.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Critical Thinking and Problem-Solving: Graduates will be able to critically analyze issues, evaluate evidence, and develop creative solutions to problems in diverse contexts.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Effective Communication: Graduates will demonstrate the ability to communicate effectively through written, verbal, and digital mediums to diverse audiences.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>4. Research and Inquiry: Graduates will develop skills to conduct independent research and inquiry, utilizing appropriate methodologies and ethical practices.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>5. Teamwork and Leadership: Graduates will collaborate effectively as part of a team, demonstrating interpersonal and leadership skills to achieve collective goals.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>6. Global Perspective: Graduates will develop an understanding of global issues, cultural diversity, and interconnectedness, fostering inclusivity and adaptability in a globalized world.</strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>7. Digital and Technological Literacy: Graduates will effectively use digital tools and technology to support learning, problem-solving, and professional growth.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>8. Lifelong Learning: Graduates will exhibit self-motivation and adaptability, embracing opportunities for continuous personal and professional development.</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#800080;\"><strong>Common Program Specific Outcomes:</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Subject Expertise: Graduates will gain in-depth knowledge and practical skills in their chosen field of study, enabling them to apply theoretical concepts to real-world scenarios effectively.</strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Career Readiness: Graduates will develop competencies required for employment, entrepreneurship, or advanced studies, including problem-solving, analytical reasoning, and professional ethics.</strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Skill Development and Application: Graduates will acquire discipline-specific technical skills and demonstrate the ability to apply them creatively in research, industry, or societal contexts.</strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"3\" height=\"24\" style=\"height:24px;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"color:#800080;\">Course Outcomes (COs</span>)</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Knowledge Application</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"2\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Critical Thinking</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Communication Skills</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>4. Teamwork and Collaboration</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>5. Lifelong Learning</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"4\" height=\"24\" style=\"height:24px;\">\r\n <span style=\"color:#00f;\"><strong>Program Outcomes (POs)</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Disciplinary Knowledge</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"5\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Critical Thinking and Problem-Solving</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Effective Communication</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>4. Research and Inquiry</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>5. Teamwork and Leadership</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>6. Global Perspective</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>7. Digital and Technological Literacy</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>8. Lifelong Learning</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"5\" height=\"24\" style=\"height:24px;\">\r\n <span style=\"color:#800080;\"><strong>Program Specific Outcomes (PSOs)</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>1. Subject Expertise</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>2. Career Readiness</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <span style=\"color:#00f;\"><strong>3. Skill Development and Application</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><br />\r\n </strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(47,'COs','cos','<ul>\r\n <li>\r\n <a href=\"/userfiles/POs-COs-PSOs.pdf\">Click here to Download COs, POs, and PSOs</a></li>\r\n <li>\r\n <a href=\"/userfiles/plos-new.pdf\">Click here to Download COs, POs, and PSOs 2019-2020</a></li>\r\n <li>\r\n <a href=\"/userfiles/POs-PSOs-COs-2020-2021-Final-to-upload-in-website.pdf\">Click here to Download COs, POs, and PSOs 2020-2021</a></li>\r\n</ul>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1216px;\" width=\"1216\">\r\n <colgroup>\r\n <col span=\"19\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;width:192px;\">\r\n <strong>Course Outcomes:</strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td style=\"width:64px;\">\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Knowledge Application: Students will be able to apply fundamental concepts and principles from the subject to solve real-world problems effectively.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Critical Thinking: Students will demonstrate the ability to analyze, evaluate, and synthesize information to make informed decisions or propose innovative solutions.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Communication Skills: Students will enhance their ability to communicate ideas effectively in both written and oral formats, tailored to diverse audiences and contexts.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <strong>4. Teamwork and Collaboration: Students will develop the ability to work effectively in teams, demonstrating collaboration and leadership skills to achieve common goals.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <strong>5. Lifelong Learning: Students will develop independent learning skills, fostering a commitment to continuous personal and professional development.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>Common Program Outcomes:</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Disciplinary Knowledge: Graduates will acquire comprehensive knowledge of their discipline and understand its core concepts, theories, and practical applications.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"18\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Critical Thinking and Problem-Solving: Graduates will be able to critically analyze issues, evaluate evidence, and develop creative solutions to problems in diverse contexts.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Effective Communication: Graduates will demonstrate the ability to communicate effectively through written, verbal, and digital mediums to diverse audiences.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <strong>4. Research and Inquiry: Graduates will develop skills to conduct independent research and inquiry, utilizing appropriate methodologies and ethical practices.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <strong>5. Teamwork and Leadership: Graduates will collaborate effectively as part of a team, demonstrating interpersonal and leadership skills to achieve collective goals.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <strong>6. Global Perspective: Graduates will develop an understanding of global issues, cultural diversity, and interconnectedness, fostering inclusivity and adaptability in a globalized world.</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"17\" height=\"20\" style=\"height:20px;\">\r\n <strong>7. Digital and Technological Literacy: Graduates will effectively use digital tools and technology to support learning, problem-solving, and professional growth.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"16\" height=\"20\" style=\"height:20px;\">\r\n <strong>8. Lifelong Learning: Graduates will exhibit self-motivation and adaptability, embracing opportunities for continuous personal and professional development.</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <strong>Common Program Specific Outcomes:</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Subject Expertise: Graduates will gain in-depth knowledge and practical skills in their chosen field of study, enabling them to apply theoretical concepts to real-world scenarios effectively.</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Career Readiness: Graduates will develop competencies required for employment, entrepreneurship, or advanced studies, including problem-solving, analytical reasoning, and professional ethics.</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"19\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Skill Development and Application: Graduates will acquire discipline-specific technical skills and demonstrate the ability to apply them creatively in research, industry, or societal contexts.</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"3\" height=\"24\" style=\"height:24px;\">\r\n <strong>Course Outcomes (COs)</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Knowledge Application</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"2\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Critical Thinking</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Communication Skills</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <strong>4. Teamwork and Collaboration</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>5. Lifelong Learning</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"4\" height=\"24\" style=\"height:24px;\">\r\n <strong>Program Outcomes (POs)</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Disciplinary Knowledge</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"5\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Critical Thinking and Problem-Solving</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Effective Communication</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>4. Research and Inquiry</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>5. Teamwork and Leadership</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>6. Global Perspective</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <strong>7. Digital and Technological Literacy</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>8. Lifelong Learning</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"24\">\r\n <td colspan=\"5\" height=\"24\" style=\"height:24px;\">\r\n <strong>Program Specific Outcomes (PSOs)</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>1. Subject Expertise</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"3\" height=\"20\" style=\"height:20px;\">\r\n <strong>2. Career Readiness</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td colspan=\"4\" height=\"20\" style=\"height:20px;\">\r\n <strong>3. Skill Development and Application</strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n <strong><br />\r\n </strong></td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(48,'Attainment of COs','attainment-cos',''),(49,'LMS / e-tools designed by Staff','lms-e-tools-designed-by-staff','<p>\r\n <a href=\"http://1\"><span style=\"color:#0000cd;\"><span style=\"font-size:18px;\"><span style=\"font-family:comic sans ms,cursive;\">CLICK HERE TO VIEW LMS LINKS</span></span></span></a></p>\r\n'),(51,'Research Achievements','research-achievements','<h1 style=\"text-align: center;\">\r\n <span style=\"color:#f00;\">RESEARCH ACHIEVMENTS</span></h1>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">The Institution ensures implementation of its stated Code of Ethics for research.</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p style=\"margin-left:4.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">TheinstitutionhasastatedCodeofEthicsforresearchandtheimplementationofwhichis ensured through the following:</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p style=\"margin-left:40.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">1.Inclusion of research ethics in the research methodology course work</span></span></span></p>\r\n<p style=\"margin-left:40.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">2.Presence of institutional Ethics committee (Animal, Chemical, Bio-ethics etc.)</span></span></span></p>\r\n<p style=\"margin-left:40.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">3.Plagiarism check through software</span></span></span></p>\r\n<p style=\"margin-left:40.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">4.Research Advisory Committee</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Response:A. All of the above</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">File Description</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Document</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Copyofthesyllabusoftheresearchmethodology course work to indicate if research ethics is included</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.1_1720760994_13194.docx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Constitution of the ethics committee and its proceedingsasapprovedbytheappropriatebody</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.1_1720761049_13194.docx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Constitutionofresearchadvisorycommitteeandits proceedings as approved by the appropriate body.</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.1_1720761008_13194.docx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Billsofpurchaseoflicensedplagiarismcheck software in the name of the HEI</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.1_1720761029_13194.docx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:331px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">ProvideLinksforanyotherrelevantdocumentto support the claim (if any)</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/Advisory%20committee%20(1).pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:690px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"> Number of candidates registered for Ph.D during the last 5 years:</span></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Response: 1</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">File Description</span></span></span></p>\r\n </td>\r\n <td style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Document</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Letterfromtheuniversityindicatingnameofthe Ph.D.studentwithtitleofthedoctoralstudyand the name of the guide.</span></span></span></p>\r\n </td>\r\n <td style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.2_1720761487_13194.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Institutionaldataintheprescribedformat(data template merged with 2.4.2 and 3.2.3)</span></span></span></p>\r\n </td>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.2_1723014177_13194.xlsx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">NumberofresearchpapersintheJournalsnotifiedonUGCCARElistyearwiseduringthe last five years</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Response: 102</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">File Description</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Document</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Institutionaldataintheprescribedformat(data template)</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.3_1724226128_13194.xlsx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:331px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">ProvideLinksforanyotherrelevantdocumentto support the claim (if any)</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/3_4_3%20research%20links-1.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:331px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Linkre-directingtojournalsource-citewebsite in case of digital journals</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/3_4_3%20research%20links-1.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:331px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Linkstothepaperpublishedinjournalslistedin UGC CARE list</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:331px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Link to the uploaded papers, the first page/full paper(withauthorandaffiliationdetails)onthe institutional website</span></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/Research%20publications%20(1)_compressed.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Numberofbooksandchaptersineditedvolumespublishedperteacherduringthelastfiveyears Response: 0.07</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Total Number of books and chapters in edited volumes published during the last five years</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Response: 7</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">File Description</span></span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Document</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Listofchapter/bookalongwiththelinks redirecting to the source website</span></span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.4_1723892436_13194.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Institutionaldataintheprescribedformat(data template)</span></span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.4_1723890876_13194.xlsx\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Copy of the Cover page, content page and first pageofthepublicationindicatingISBNnumber and year of publication for books/chapters</span></span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/3.4.4_1723892014_13194.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:350px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">ProvideLinksforanyotherrelevantdocumentto support the claim (if any)</span></span></span></p>\r\n </td>\r\n <td style=\"width:326px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><a href=\"https://pvkngcchittoor.ac.in/userfiles/file/3_4_3%20research%20links-1.pdf\">View Document</a></span></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n<p style=\"margin-left:4.85pt;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\">Revenuegeneratedfromconsultancyandcorporatetrainingduringthelastfiveyears Response: 33</span></span></span></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><span style=\"font-family:comic sans ms,cursive;\"><br />\r\n </span></span></span></p>\r\n'),(53,'Research Publications','research-publications','<p>\r\n <strong>Research Publications of the Faculty from 2013-14 to 2017-18</strong></p>\r\n<table border=\"1\" width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\" width=\"91\">\r\n <span style=\"color:#f0ffff;\"><strong>S.No</strong></span></td>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\" width=\"240\">\r\n <span style=\"color:#f0ffff;\"><strong>List of Departments & Research Publications</strong></span></td>\r\n <td bgcolor=\"#cc0000\" style=\"text-align: center;\" width=\"186\">\r\n <span style=\"color:#f0ffff;\"><strong>Download Link (PDF)</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 1</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Abstracts for Research publications</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"/userfiles/Abstracts-for-Research-publications1(1).pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" style=\"text-align: center;\" width=\"517\">\r\n <strong>List of Departments</strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 1</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Botany</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"/userfiles/Botany-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 2</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Chemistry</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Chemistry-papers.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 3</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Physics</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Physics-papers.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 4</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Commerce</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/COMMERCE-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 5</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Computer Application</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Computer-applications.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 6</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Computer Science</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Computer-Science-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 7</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Economics</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Economics-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 8</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Statistics</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Statistics-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 9</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Mathematics</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 11</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n English</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/ENGLISH-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 10</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Zoology</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Zoology.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 12</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Microbiology</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Microbiology-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 13</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Physical Education</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Physical-Education.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 14</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Political Science</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Political-Science-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 15</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Library</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Library-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 16</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Telugu</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Telugu-2.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 17</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Urdu</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/Urdu-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"91\">\r\n 18</td>\r\n <td style=\"text-align: center;\" width=\"240\">\r\n Hindi</td>\r\n <td style=\"text-align: center;\" width=\"186\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/07/HINDI-1.pdf\" rel=\"noopener\" target=\"_blank\"><img alt=\"\" class=\"aligncenter wp-image-3970 jetpack-lazy-image jetpack-lazy-image--handled\" data-attachment-id=\"3970\" data-comments-opened=\"1\" data-image-caption=\"\" data-image-description=\"\" data-image-meta=\"{\" data-image-title=\"download (1)\" data-large-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-lazy-loaded=\"1\" data-medium-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" data-orig-file=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1.png\" data-orig-size=\"512,512\" data-permalink=\"https://pvkngcchittoor.ac.in/student-progression/download-1-2/\" height=\"20\" src=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2018/06/download-1-1-300x300.png\" width=\"20\" /></a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(54,'MOUs/Linkages','mous-linkages','<p>\r\n <b>List of MoUs for Skill Based courses under National Skill Qualification Framework (NSQF)</b></p>\r\n<table border=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>S. No.</b></span></td>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>Name of the Company / Firm</b></span></td>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>Date of Entry into MOU</b></span></td>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>Title of the Course</b></span></td>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>Duration</b></span></td>\r\n <td bgcolor=\"#ff6600\" style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><b>Links</b></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">1</span></td>\r\n <td>\r\n <span style=\"font-weight: 400;\">Suvera Processed Foods Pvt. Ltd., 15-2994, Balaji Nagar, CB Road, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">10-02-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">2</span></td>\r\n <td>\r\n <span style=\"font-weight: 400;\">Siddarth Agro, Shop No.5, Srirama Shopping Complex, Muthy Maistry Street, Chittoor</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">12-02-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3</span></td>\r\n <td>\r\n <span style=\"font-weight: 400;\">Hayath Foods, Vengareddypalli Village, Cherulopalli Post, Via-Santhapet, Tirupati-Bangalore Bye Pass Road, Chittoor</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">18-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">4</span></td>\r\n <td>\r\n <span style=\"font-weight: 400;\">Natural Foods & Facials, Thapupulapalli Village & Post, Puthalapattu Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">17-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">5</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Jain Farm Fresh Foods, Gangadhar Nellore Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">19-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">6</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Global Farm Fresh Pvt. Ltd., Kongareddypalli, Encheruvupalli Post, Puthalapattu Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">17-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">7</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">RMM Food Products, Gangasaram Village, Reddigunta Post, Vellore Road, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">19-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">8</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Foods and Inns, Kanakaneri Village, Pallur Post, Gudipala Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">26-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">9</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Sun Gold Processed Foods, Madupollur Road, Nalagampalli Village & Post, Bangarupalyam Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">15-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">10</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Sri Manjunatha Fruit Canning Industries, 2-1087/1, Puttur Road, Kongareddypalli, Chittoor</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">17-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">11</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Navya Foods Pvt. Ltd., #6, D. No. 3038, C.B. Road, Greamspet, Chittoor</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">15-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">12</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">CAD Point, Chittoor, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">18-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Diploma in Web Designing and Multimedia</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">1 year</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">13</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Rathna Biotech Pvt. Ltd., Kolamasanepali ( V&Po.) Palamaner Mandal, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">26-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Diploma in Herbal Medicine</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">1 year</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">14</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Sri Balaji Hatcheries Pvt. Ltd., 4-1667/2, Durganagar Colony, Chittoor</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">24-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">15</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Jayabhaskar Processed Foods, 22-929-10-A7, Plot No. 301, Anjanadri Apartment, Vijayanagar, 3</span><span style=\"font-weight: 400;\">rd</span><span style=\"font-weight: 400;\"> Main, Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">19-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Food Processing Technology</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">16</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Amarraja Batteries, Nunegundlapalle(V), Bangarupalyam Mandal, Chittoor District </span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">17-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Advanced Diploma in Renewable Energy Management</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">2 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">17</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">JP Dairy Foods, 89-38, 3C, 4D, Unit II, Nunegundlapalle(V), Bangarupalyam Mandal, Chittoor District</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">18-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Certificate Course in Ice-cream making</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">6 months</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">18</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Rathna Biolife Pvt. Ltd., Kolamasanapalli (V&Po), Palamaner (M), Chittoor district</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">25-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Digital Marketing – Retail Marketing </span><b>(Proposed)</b></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">19</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">Yoga Association of Chittoor District, 28-347/A, Main Road, Ramnagar Colony, Chittoor </span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">26-06-20</span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">B.Vocational Degree in Yoga, Wellness and Sports Science </span><b>(Proposed)</b></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-weight: 400;\">3 years</span></td>\r\n <td style=\"text-align: center;\">\r\n <p>\r\n <a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria3&id=c371\">view</a></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(55,'Field Trips/Study Tours','field-trips-study-tours','<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\"><a href=\"/userfiles/s1.jpeg\">/userfiles/s1.jpeg<br />\r\n </a></span></span></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Field visit by Dept of Statistics in Madras</span></span></p>\r\n<p>\r\n <span style=\"font-size:16px;\"><span style=\"color:#f00;\">Field trip at science center Tirupati<br />\r\n </span></span></p>\r\n<p>\r\n <a href=\"/userfiles/WhatsApp Image 2024-12-20 at 10_10_03 AM.jpeg\">/userfiles/WhatsApp Image 2024-12-20 at 10_10_03 AM.jpeg</a></p>\r\n'),(57,'MRP','mrp',''),(58,'Extension Activities','extension-activities',''),(59,'NAAC24','about-iqac','<table align=\"left\" border=\"1\" cellpadding=\"1\" cellspacing=\"1\" height=\"155\" summary=\"IV Cycle SSR\" width=\"807\">\r\n <caption>\r\n NAAC SSR 24</caption>\r\n <thead>\r\n <tr>\r\n <th scope=\"col\" style=\"text-align: justify;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\">PVKN GOVT. COLLEGE (A)</span></p>\r\n </th>\r\n <th scope=\"col\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\">SSR 2024</span></p>\r\n </th>\r\n <th scope=\"col\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\">DOWN LOAD HERE</span></p>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><strong>PVKN GOVT. COLLEGE (A)</strong></span></p>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><strong>DVV<br />\r\n </strong></span></p>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><strong>UPLOADED FILE<br />\r\n </strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n testing page <a href=\"/userfiles/file/1_1_1%20addl%20infor%20COPOCSO.xlsx\">/userfiles/file/1_1_1%20addl%20infor%20COPOCSO.xlsx</a></td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(60,'IQAC Structure','iqac-structure','<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n PVKN GOVT. COLLEGE (A) : CHITTOOR</p>\r\n<p style=\"margin-left:18.0pt;\">\r\n Chairperson: Dr. P. Jeevan Jyothi, Principal, PVKN Govt. Degree College (A), Chittoor</p>\r\n<p>\r\n The PVKN IQAC Statutory Body is established at PVKN Govt. Degree College (A), Chittoor in accordance with the guidelines and parameters outlined by the National Assessment and Accreditation Council (NAAC) to ensure continuous quality enhancement in all aspects of academic and administrative functioning. Here, the Committee is constituted to oversee the relevant activities in the college.</p>\r\n<p align=\"center\" style=\"margin-left:18.0pt;\">\r\n <strong>Notification: Composition of the IQAC </strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:103.26%;\" width=\"103%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n S.No.</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Description</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Pioneer of the Committee</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Designation</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Chair Person</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. P. Jeevan Jyothi, Principal</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Head of the Institution</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -1</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. S. Nagendra</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in Mathematics</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -2 & NAAC coordinator</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. S. Hari Prasad</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in Statistics</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -3</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. P.Jayachandrudu</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in Telugu</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -4</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. P. Bhanu Prakash</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in Chemistry</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 6</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -5</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. S. Saravana</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in computer Applications</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 7</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Teacher Representative -6</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. N.Babu</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in English</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 8</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Administrative Officer</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n G. Ravikanth</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Administrative officer</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 9</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Nominee form Local society</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. M. Sivasankar Reddy</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Rtd. Lecturer in Commerce</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 10</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Nominee from Students</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n M. Jyothi, II - BHC</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Student</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 11</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Nominee from Alumni</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. K. Dayananda Reddy</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Rtd. Lecturer in Chemistry</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 12</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Nominee from Industrialist</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. C.G. Sethuraman</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n CMD, Tirumala Chemicals Ltd, Chennai</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 13</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n Nominee from stakeholders</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. S. Sidharth</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Doctor, Narayani amma Hospital Vellore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.26%;\">\r\n <p>\r\n 14</p>\r\n </td>\r\n <td style=\"width:24.38%;\">\r\n <p>\r\n IQAC coordinator</p>\r\n </td>\r\n <td style=\"width:35.84%;\">\r\n <p>\r\n Dr. C. Meera Saheb</p>\r\n </td>\r\n <td style=\"width:31.52%;\">\r\n <p>\r\n Lecturer in Botany &Vice Principal</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"margin-left:18.0pt;\">\r\n </p>\r\n<p style=\"margin-left:18.0pt;\">\r\n </p>\r\n<p style=\"margin-left:18.0pt;\">\r\n </p>\r\n<p style=\"margin-left:18.0pt;\">\r\n </p>\r\n<p style=\"margin-left:18.0pt;\">\r\n <strong>Terms of Office</strong>:</p>\r\n<p style=\"margin-left:54.0pt;\">\r\n The term of office for IQAC committee members shall be 2 years from the Notification Date. Members may be eligible for reappointment for subsequent terms.</p>\r\n<p style=\"margin-left:18.0pt;\">\r\n <strong>Objectives</strong>:</p>\r\n<ul>\r\n <li>\r\n To develop a quality culture in the institution and promote the adoption of best practices.</li>\r\n <li>\r\n To facilitate the internalization of quality assurance processes and mechanisms.</li>\r\n <li>\r\n To coordinate and monitor quality assurance activities in alignment with NAAC standards and criteria.</li>\r\n <li>\r\n To prepare for accreditation assessments and enhance institutional performance.</li>\r\n</ul>\r\n<p style=\"margin-left:18.0pt;\">\r\n <strong>Roles and Responsibilities</strong>:</p>\r\n<ul>\r\n <li>\r\n The Chairperson shall preside over IQAC meetings, coordinate activities, and represent the IQAC externally.</li>\r\n <li>\r\n Faculty representatives shall contribute expertise in curriculum development, teaching-learning processes, and academic governance.</li>\r\n <li>\r\n Administrative representatives shall provide insights into administrative processes, infrastructure development, and student support services.</li>\r\n <li>\r\n Student representatives shall advocate for student interests, participate in quality enhancement initiatives, and provide feedback on student experiences.</li>\r\n <li>\r\n External experts shall offer specialized knowledge and guidance on quality assurance practices, accreditation standards, and benchmarking.</li>\r\n</ul>\r\n<p style=\"margin-left:18.0pt;\">\r\n <strong>Meetings and Reporting</strong>:</p>\r\n<ul>\r\n <li>\r\n The IQAC committee shall convene regular meetings, at least [Frequency], to review progress, discuss initiatives, and make recommendations.</li>\r\n <li>\r\n Minutes of meetings shall be documented and circulated to all members for review and reference.</li>\r\n <li>\r\n The IQAC shall prepare periodic reports on quality enhancement activities, self-assessment outcomes, and accreditation readiness for submission to NAAC.</li>\r\n</ul>\r\n<p style=\"margin-left:18.0pt;\">\r\n <strong>Amendments</strong>:</p>\r\n<p style=\"margin-left:54.0pt;\">\r\n Any amendments to this constitution shall require approval by the majority of IQAC committee members and endorsement by the institutional authorities.</p>\r\n<p style=\"margin-left:54.0pt;\">\r\n </p>\r\n<p style=\"margin-left:54.0pt;\">\r\n </p>\r\n<p style=\"margin-left:54.0pt;\">\r\n </p>'),(61,'VISION, MISSION and Core Values','vision-mission-and-core-values','<p>\r\n <span style=\"font-size:22px;\"><strong><br />\r\n </strong></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"font-size:24px;\"><strong><span style=\"color:#f00;\">Vision and Mission</span></strong></span></p>\r\n<p>\r\n <span style=\"font-size:22px;\"><strong><span style=\"color:#00f;\">Formation Date: June 5, 2012<br />\r\n </span></strong></span></p>\r\n<p>\r\n <span style=\"font-size:22px;\"><strong><span style=\"color:#00f;\">Vision and Mission: Streamline quality initiatives, aligned with NAAC norms, with representationfrom various departments.</span></strong></span></p>\r\n<p>\r\n <span style=\"font-size:22px;\"><strong><br />\r\n </strong></span></p>\r\n'),(62,'AQARS','aqars','<h1>\r\n <span style=\"color:#008000;\">AQAR'S FOR LAST FIVE ACADEMIC YEARS</span></h1>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 350px; height: 400px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><strong><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">S.NO</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><strong><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">ACADEMIC YEAR</span></span></strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><strong><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">AQARS</span></span></strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">1</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">2022-23</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">2</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><font face=\"comic sans ms, cursive\"><span style=\"font-size: 22px;\">2021-22</span></font></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\"><a href=\"/userfiles/AQAR Report 2021-22.pdf\">VIEW</a></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">3</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">2020-21</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\"><a href=\"/userfiles/AQAR Report 2020-21.pdf\">VIEW</a></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">4</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">2019-20</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\"><a href=\"/userfiles/AQAR Report 2019-20.pdf\">VIEW</a></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">5</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\">2018-19</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\"><a href=\"/userfiles/AQAR Report 2018-19.pdf\">VIEW</a></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: center;\">\r\n <span style=\"font-family:comic sans ms,cursive;\"><span style=\"font-size:22px;\"><br />\r\n </span></span></p>\r\n'),(63,'Accreditation Details','accreditation-details','<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/III%20Cycle_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/III%20Cycle_page-0001.jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/1(1).jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/II%20cycle_page-0001(1).jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/I%20Cycle_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/I%20Cycle_page-0001.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 900px;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3>\r\n <span style=\"color: rgb(255, 255, 0);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\">SNO</span></span></span></h3>\r\n </td>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3>\r\n <span style=\"color: rgb(255, 255, 0);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\">NAAC CYCLE TYPE</span></span></span></h3>\r\n </td>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3>\r\n <span style=\"color: rgb(255, 255, 0);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"> EVIDENCE</span></span></span></h3>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong> CYCLE - III</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/III%20Cycle.pdf\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong> CYCLE - II</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/II%20cycle.pdf\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong> CYCLE - I</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/I%20Cycle.pdf\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\"><strong>Click Here to View the File</strong></span></span></span></a><br />\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(64,'IQAC Meetings / Resolutions / Action taken Reports','iqac-meetings-resolutions-action-taken-reports','<p>\r\n <strong>IQAC MEETINGS AND MINUTES:</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"1\" style=\"width: 80%;\" width=\"660\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#000099\" width=\"78\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">S.No</span></strong></p>\r\n </td>\r\n <td bgcolor=\"#000099\" width=\"120\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Year</span></strong></p>\r\n </td>\r\n <td bgcolor=\"#000099\" width=\"288\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Meetings</span></strong></p>\r\n </td>\r\n <td bgcolor=\"#000099\" width=\"174\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Minutes&ATR</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"78\">\r\n 1</td>\r\n <td style=\"text-align: center;\" width=\"120\">\r\n 2018-19</td>\r\n <td width=\"288\">\r\n <p style=\"text-align: center;\">\r\n Meeting1-09/06/2018</p>\r\n <p style=\"text-align: center;\">\r\n Meeting2-14/11/2018</p>\r\n <p style=\"text-align: center;\">\r\n Meeting3-24/11/2018</p>\r\n <p style=\"text-align: center;\">\r\n Meeting4-30/4/2019</p>\r\n <p style=\"text-align: center;\">\r\n </p>\r\n </td>\r\n <td width=\"174\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2019/12/Minutes-and-ATR-meeting1.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2019/12/Minutes-and-ATR-meeting2.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2019/12/Minutes-and-ATR-meeting3.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2019/12/Minutes-and-ATR-meeting4.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\" width=\"78\">\r\n 2</td>\r\n <td style=\"text-align: center;\" width=\"120\">\r\n 2019-20</td>\r\n <td width=\"288\">\r\n <p style=\"text-align: center;\">\r\n Meeting1-03/06/2019</p>\r\n <p style=\"text-align: center;\">\r\n Meeting2-21/09/2019</p>\r\n <p style=\"text-align: center;\">\r\n Meeting3-30/11/2019</p>\r\n <p style=\"text-align: center;\">\r\n Meeting4-12/06/2020</p>\r\n </td>\r\n <td width=\"174\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2020/09/Meeting1-03-06-2019.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2020/09/Meeting2-21-09-2019.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2020/09/Meeting3-30-11-2019.pdf\">Download</a></p>\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/wp-content/uploads/2020/09/Meeting4-12-06-2020.pdf\">Download</a></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<div id=\"cke_pastebin\">\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><br />\r\n </span></span></span></p>\r\n <div class=\"flex max-w-full flex-col flex-grow\">\r\n <div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+&]:mt-5 overflow-x-auto whitespace-pre-wrap\" data-message-author-role=\"assistant\" data-message-id=\"6d9018c9-bfab-412c-9b7d-2f99bc9bf301\" dir=\"auto\">\r\n <div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\r\n <div class=\"markdown prose w-full break-words dark:prose-invert light\">\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Regular Audits</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Purpose:</strong> To maintain high-quality education, PVKN Government College (A) conducts regular academic audits.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Process:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Implementation:</strong> The audits ensure effective teaching-learning practices by reviewing comprehensive course files.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Documentation:</strong> Findings are documented and reviewed.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Continuous Improvement:</strong> Insights from audits are used for ongoing improvements and to ensure adherence to autonomous guidelines and standards.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Tailored Support for Weak Students</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Objective:</strong> To assist students who are struggling academically.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Support Measures:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Evening Classes:</strong> Special classes are arranged to help these students.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Personalized Mentoring:</strong> Regular mentoring is provided, with additional support as needed.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Specialized Tutoring:</strong> Tailored tutoring sessions address specific learning challenges within the autonomous framework.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Innovative Process Recommendations</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Approach:</strong> The college explores and implements new methods to improve educational quality.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Actions:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Best Practices:</strong> Research on best practices from other autonomous institutions guides the adaptation of innovative teaching tools and technologies.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Flexibility:</strong> The college’s autonomy allows for flexible curriculum design and the introduction of new processes.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Benchmark Analysis and Reporting</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Process:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Analysis:</strong> Deviations from benchmarks are analyzed and reported.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Benchmarking:</strong> Comparison with top-performing institutions helps set high standards.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Reporting:</strong> Regular reports are generated for internal review to track progress and ensure compliance.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Stakeholder Feedback</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Method:</strong> Feedback is collected from a diverse range of stakeholders.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Actions:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Collection:</strong> Regular surveys and focus groups gather feedback from students, alumni, industry experts, research organizations, and parents.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Analysis:</strong> Feedback is analyzed to develop actionable improvement plans.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Response:</strong> The college’s autonomy allows for prompt responses to feedback.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Promoting Faculty Engagement</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Initiatives:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Certification Courses:</strong> Faculty are encouraged to participate in online certification courses like NPTEL and MOOCs.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Development Programs:</strong> Workshops, seminars, and training programs are organized.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Incentives:</strong> Additional training and certifications are incentivized, and collaborative research opportunities are promoted.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Teaching-Learning Reforms Implementation by IQAC</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Key Areas:</strong></span></span></span></p>\r\n <ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Expert-Led Guest Lectures:</strong> Eminent academicians and industry experts are invited to deliver lectures, supported by the college's autonomy to tailor topics to current trends.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Faculty Development Initiatives:</strong> Regular workshops and training on pedagogical methods and educational technologies are conducted, with opportunities for faculty exchanges and sabbaticals.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Corrective Measures:</strong> Data-driven strategies are employed to address issues identified through the analysis of Course Outcomes (CO) and Program Outcomes (PO).</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Curriculum Review and Updates:</strong> The curriculum is updated based on industry standards and feedback, including the introduction of interdisciplinary courses.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Student Engagement and Support:</strong> Extracurricular activities, counseling services, and financial aid are provided to support and engage students, with enhanced responsiveness due to the college’s autonomy.</span></span></span></p>\r\n </li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">Additional Contributions</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Academic Audits and Compliance:</strong> Regular audits ensure adherence to standards and guidelines, enhancing educational quality.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Appraisal System:</strong> A comprehensive system evaluates faculty performance, promoting excellence.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>AISHE and NIRF Participation:</strong> Active participation in AISHE and NIRF helps monitor and improve institutional performance.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Research Development Cells:</strong> Cells support and promote research activities, fostering innovation.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>MOUs and Industry Collaboration:</strong> Memoranda of Understanding (MOUs) with institutions and industry partners enhance collaboration and opportunities.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Placements and Job Fairs:</strong> Organized events boost student employability and career prospects.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Capacity Building Programs:</strong> Programs enhance faculty and staff skills, supporting professional development.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\">The IQAC at PVKN Government College (A) is instrumental in monitoring and improving the quality of education through innovative activities, stakeholder feedback, and strategic reforms. The college’s autonomous status supports swift responses to educational needs and upholds high academic standards.</span></span></span></p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n'),(65,'Gender Sensitivity','gender-sensitivity','<p>\r\n <a href=\"/userfiles/7_1_1_1724426868_13194(1).pdf\">GENDER SENSITIVITY</a>\\</p>\r\n<h3 style=\"box-sizing: border-box; font-family: "Source Sans Pro", sans-serif; font-weight: 500; line-height: 1.1; color: rgb(47, 51, 55); margin-top: 20px; margin-bottom: 10px; font-size: 24px; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Fostering Fairness and Inclusivity: A Gender-Focused Strategy at PVKN Government Degree College</span></span></span></h3>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">PVKN Government Degree College has established a comprehensive framework to promote fairness and inclusivity, with a particular emphasis on gender equity. This strategy includes various initiatives aimed at addressing gender disparities and ensuring an equitable environment for all. The college's approach includes data-driven analysis, employee feedback, targeted programs, leadership development, and safety measures, all of which contribute to creating a supportive and inclusive atmosphere.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Data Analysis and Policy Development</strong><br style=\"box-sizing: border-box;\" />\r\n The college conducts regular analyses of data related to hiring, promotions, and compensation to identify and rectify gender biases. Employee feedback is invaluable in shaping policies such as flexible work schedules and family support measures. This ensures that the college remains responsive to the diverse needs of its community.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Key Gender Equity Initiatives</strong><br style=\"box-sizing: border-box;\" />\r\n The college organizes numerous programs to promote gender equity, including:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Women's Day Celebrations</strong>: Recognizing and celebrating the achievements of women.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">National Women Equality Day</strong>: Highlighting the importance of gender equality.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">One Day National Webinar on Gender Equity</strong>: Bringing together experts to discuss strategies for promoting gender equity.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Save Girl Child Program</strong>: Raising awareness about the importance of protecting and educating girls.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Youth Fest Marathon for Girls</strong>: Encouraging physical fitness and empowerment among young women.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Sessions on Ayurvedic Benefits</strong>: Promoting health and wellness through natural remedies, with a focus on women's health.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Training and Awareness Programs</strong><br style=\"box-sizing: border-box;\" />\r\n The college emphasizes education as a key component of its gender equity strategy. Programs include:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Workshops on Gender Issues and Unconscious Bias</strong>: Educating employees and leaders on how to recognize and address gender biases.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Campaigns on Women Trafficking and Women’s Rights</strong>: Creating awareness and fostering a supportive environment.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Leadership Development and Mentorship Programs</strong>: Encouraging women to take on leadership roles, supported by mentorship opportunities.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Counseling Sessions for Women Students</strong>: Providing support and guidance to women students on personal and academic issues.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Programs Highlighting Women's Role in the Freedom Struggle</strong>: Educating students about the significant contributions of women in India's history.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Work-Life Balance and Well-being</strong><br style=\"box-sizing: border-box;\" />\r\n To support employee well-being, the college offers:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Flexible Work Options</strong>: Allowing employees to balance work and personal life effectively.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Comprehensive Parental Leave</strong>: Supporting parents with time off to care for their families.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Health-Promoting Activities</strong>: Including the celebration of <strong style=\"box-sizing: border-box;\">International Yoga Day</strong> to promote physical and mental well-being.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Safety and Supportive Environment</strong><br style=\"box-sizing: border-box;\" />\r\n The college is committed to maintaining a safe and welcoming environment through:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">No-Harassment Policy</strong>: Enforcing strict rules against harassment.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Regular Diversity Audits</strong>: Monitoring the inclusivity of campus practices.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Distribution of Sanitary Pads</strong>: Supporting menstrual health in various villages.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Sexual Assault Awareness Programs</strong>: Educating the community on the importance of consent and safety.</span></span></li>\r\n</ul>\r\n<h3 style=\"box-sizing: border-box; font-family: "Source Sans Pro", sans-serif; font-weight: 500; line-height: 1.1; color: rgb(47, 51, 55); margin-top: 20px; margin-bottom: 10px; font-size: 24px; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Celebrating Diversity and Cultural Heritage</span></span></span></h3>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">PVKN Government Degree College is also dedicated to celebrating cultural diversity and national heritage through various events and programs. These activities promote unity and cultural awareness, enriching the college experience for all.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Cultural and National Events</strong><br style=\"box-sizing: border-box;\" />\r\n The college celebrates significant cultural and national events, including:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Rastriya Ekta Diwas</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Telugu Basha Dinotsavam</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">National Mother Tongue Day</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">National Poetry Day</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Guru Purnima</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Ugadi</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Dasarathi Jayanthi</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Sree Sree Vardhanti</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Alluri Seetharamaraju Jayanthi</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Pingali Venkaiah Jayanthi</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Gurajada Apparao Jayanthi</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Hindi Diwas</strong></span></span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Cultural Activities and Competitions</strong><br style=\"box-sizing: border-box;\" />\r\n The college organizes vibrant cultural activities, such as:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Rangoli Competitions</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Cultural Dress Displays</strong></span></span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Group Dance Competitions</strong>: Especially during festive occasions like <strong style=\"box-sizing: border-box;\">Samkranthi Sambaralu</strong>.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Community Service Initiatives</strong><br style=\"box-sizing: border-box;\" />\r\n PVKN Government Degree College takes pride in its community service programs, which include:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Rakthadaan Amrutha Mahotsav Blood Donation Camps</strong>: Demonstrating the college's commitment to social responsibility.</span></span></li>\r\n <li style=\"box-sizing: border-box; text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">Farewell Ceremonies for Final-Year Students</strong>: Strengthening the sense of community and celebrating the achievements of graduating students.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">These programs and events collectively reflect the college's commitment to fostering an inclusive, supportive, and culturally rich environment for all its members.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">PVKN Government Degree College</strong> has established a comprehensive framework to promote fairness and inclusivity, with a strong emphasis on gender equity. This strategy includes several key initiatives and events aimed at addressing gender disparities and fostering an equitable environment.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Framework and Data Analysis:</strong></span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">The college conducts regular reviews of hiring, promotions, and compensation data to identify and correct any gender biases. Employee feedback is crucial in shaping policies, such as flexible work schedules and family support measures. Key events include:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">March 8, 2023:</strong> Women’s Day celebrations.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">August 26, 2023:</strong> National Women Equality Day.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">September 30, 2023:</strong> One Day National Webinar on Gender Equity.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">October 15, 2023:</strong> Save Girl Child program.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">November 5, 2023:</strong> Youth Fest Marathon for Girls.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">These events, along with sessions on Ayurvedic product benefits, aim to empower women and raise awareness about gender issues.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Training and Awareness Programs:</strong></span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Education on gender issues and unconscious bias is central to the college’s approach. Training programs and campaigns include:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">June 15, 2023:</strong> Awareness campaign on Women Trafficking.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">July 20, 2023:</strong> Workshop on Women’s Rights.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Leadership development is emphasized, encouraging women to take on leadership roles through mentorship programs. Counseling sessions for female students and programs highlighting women’s roles in the freedom struggle further reflect the college's commitment to gender equity.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Work-Life Balance and Well-Being:</strong></span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">To support work-life balance, the college offers:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">January 5, 2024:</strong> Flexible work options and comprehensive parental leave.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">June 21, 2024:</strong> International Yoga Day celebration.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Ongoing monitoring and reporting mechanisms ensure that gender equity initiatives are effective and continuously improving. Fair hiring practices, inclusive facilities, and diverse recruitment committees promote equal opportunities.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Safety and Support:</strong></span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">The college enforces a strict no-harassment policy and conducts regular diversity audits. Additional programs include:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">March 1, 2024:</strong> Distribution of sanitary pads in surrounding villages.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">April 15, 2024:</strong> Sexual assault awareness program.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Comprehensive benefits and a welcoming environment contribute to the safety and well-being of the college community.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\"><strong style=\"box-sizing: border-box;\">Cultural and Community Engagement:</strong></span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">The college celebrates various cultural and national events, including:</span></span></span></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">October 31, 2023:</strong> Rastriya Ekta Diwas.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">February 21, 2024:</strong> Telugu Basha Dinotsavam.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">March 21, 2024:</strong> National Mother Tongue Day.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">April 10, 2024:</strong> National Poetry Day.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">July 7, 2024:</strong> Guru Purnima.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">April 23, 2024:</strong> Ugadi.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">August 12, 2024:</strong> Dasarathi Jayanthi.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">September 10, 2024:</strong> Sree Sree Vardhanti.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">November 30, 2024:</strong> Alluri Seetharamaraju Jayanthi.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">December 12, 2024:</strong> Pingali Venkaiah Jayanthi.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">January 15, 2024:</strong> Gurajada Apparao Jayanthi.</span></span></li>\r\n <li style=\"box-sizing: border-box;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\">September 14, 2024:</strong> Hindi Diwas.</span></span></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Cultural activities, including Rangoli competitions, cultural dress displays, and group dance competitions during festive occasions like Samkranthi Sambaralu, are organized to enhance cultural engagement. Community service initiatives such as Rakthadaan Amrutha Mahotsav blood donation camps and farewell ceremonies for final-year students strengthen community ties and emphasize social responsibility.</span></span></span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 16px;\">Through these comprehensive initiatives and events, PVKN Government Degree College demonstrates its commitment to creating a fair, inclusive, and culturally enriched environment for all its members.</span></span></span></p>\r\n'),(66,'Waste Management','waste-management','<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/1680240332537(1).jpg\" style=\"width: 400px; height: 300px;\" /></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n </p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\"> At PVKN College, solid waste management is a continuous and evolving process that reflects the institution's unwavering commitment to environmental sustainability. Over the years, the college has systematically enhanced and expanded its waste management practices, making them an integral part of campus life.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Ongoing Solid Waste Management Initiatives</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">The foundation of the college’s solid waste management system is the strategic placement of waste segregation bins across the campus. These bins are clearly labeled to differentiate between recyclables and non-recyclables, encouraging the consistent separation of materials such as paper, plastic, glass, and general waste. This practice is continuously reinforced through regular awareness campaigns and educational initiatives aimed at promoting responsible waste disposal habits among students, staff, and visitors.</span></span></strong></span></span></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Complementing these efforts is the college’s ongoing use of on-site composting facilities. Organic waste generated on campus, including food scraps and garden waste, is routinely collected and processed into nutrient-rich compost. This compost is then utilized in the college’s landscaping and gardening activities, creating a closed-loop system that reduces waste and enhances the green spaces on campus.</span></span></strong></span></span></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Regular collection and transportation of solid waste are conducted using environmentally friendly methods. The college has established a well-organized schedule to ensure that all waste is efficiently managed and transported to designated disposal sites. This process is continuously monitored and improved to align with best practices in waste management.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Continued Focus on Liquid Waste Management</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">PVKN College’s liquid waste management processes are designed for long-term sustainability. Central to this effort is the operation of the Sewage Treatment Plant (STP), which is maintained and updated regularly to ensure optimal performance. The STP treats wastewater generated from restrooms and other facilities, with the treated water being either safely discharged or reused for various purposes on campus. This continuous cycle of treatment and reuse significantly reduces the college’s demand on external water resources.</span></span></strong></span></span></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Additionally, the college’s rainwater harvesting systems are an ongoing feature of its water conservation strategy. These systems are routinely inspected and maintained to ensure they effectively collect and store rainwater, which is then used to supplement the college’s water supply and manage stormwater runoff.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Persistent Efforts in Biomedical Waste Management</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">The safe and responsible management of biomedical waste is an ongoing priority at PVKN College. The college continuously reinforces the use of color-coded bins for the segregation of biomedical waste, ensuring that sharps, infectious waste, and pharmaceutical waste are properly sorted. This process is supported by regular training programs for staff and students, which are conducted to maintain high standards of waste handling and disposal. The college’s commitment to safety and environmental protection is reflected in its continuous adherence to protocols for the collection, storage, and transportation of biomedical waste to authorized treatment facilities.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Continuous Progress in E-Waste Management</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">PVKN College remains proactive in addressing the challenges of e-waste through continuous initiatives and partnerships. Designated collection points for electronic waste are permanently established across the campus, and these are regularly monitored to ensure proper disposal. The college maintains ongoing collaborations with authorized e-waste recycling agencies to responsibly recycle collected electronic devices, preventing them from contributing to landfill waste.</span></span></strong></span></span></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">To sustain awareness and engagement, the college periodically launches campaigns aimed at educating the campus community on the importance of e-waste recycling and proper disposal practices. These campaigns are a regular part of the college’s environmental education efforts and are designed to keep the issue of e-waste at the forefront of the college’s sustainability agenda.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Consistent Management of Hazardous Chemicals and Radioactive Waste</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">The management of hazardous chemicals and radioactive waste at PVKN College is a continuous process governed by strict protocols. The college ensures that all hazardous materials are stored and disposed of in compliance with safety standards, with regular inspections and updates to guidelines as needed. Emergency response plans are maintained and periodically reviewed to address any accidental spills or releases of hazardous materials effectively.</span></span></strong></span></span></p>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">This ongoing commitment to safety and environmental responsibility ensures that the college is always prepared to handle any potential risks associated with hazardous chemicals and radioactive materials.</span></span></strong></span></span></p>\r\n<h3 color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin-bottom:=\"\" margin-top:=\"\" sans=\"\" source=\"\" style=\"box-sizing: border-box; font-family: \" text-align:=\"\">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">Conclusion</span></span></strong></span></span></h3>\r\n<p sans=\"\" source=\"\" style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: \">\r\n <span style=\"color:#00f;\"><span style=\"box-sizing: border-box;\"><strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span new=\"\" style=\"box-sizing: border-box; font-family: \" times=\"\">The solid, liquid, biomedical, e-waste, and hazardous chemical management processes at PVKN College are not static efforts but rather dynamic and ongoing activities that are deeply embedded in the college’s operational framework. Through continuous monitoring, regular training, and a commitment to improvement, PVKN College ensures that its waste management practices not only meet current environmental standards but also set a benchmark for future sustainability efforts. This ongoing process is a testament to the college’s dedication to creating a safe, sustainable, and environmentally responsible campus for all.</span></span></strong></span></span></p>\r\n'),(67,'Rain Water Harvesting','rain-water-harvesting','<p>\r\n <a href=\"/userfiles/7_1_4_1723799653_13194.pdf\">Rain Water Harvesting</a></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/RW_page-0001.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0003.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0004.jpg\" style=\"width: 500px; height: 500px;\" /><img alt=\"\" src=\"/userfiles/RW_page-0005.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0006.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0007.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0008.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0009.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0010.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0011.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0012.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0013.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/RW_page-0014.jpg\" style=\"width: 500px; height: 500px; border-width: 2px; border-style: solid;\" /></p>\r\n'),(68,'Green Practices','green-practices','<p>\r\n <a href=\"/userfiles/7_1_1_1724426868_13194(2).pdf\">Green Practices</a></p>\r\n'),(69,'Differently-abled Friendliness','differently-abled-friendliness','<p>\r\n <a href=\"/userfiles/7_1_7_1724430504_13194.pdf\">Differently-abled Friendliness</a></p>\r\n'),(70,'Code of Conduct Handbook','code-of-conduct-handbook','<p>\r\n <a href=\"/userfiles/7_1_10_1724484220_13194.pdf\">Code of Conduct Handbook</a></p>\r\n'),(71,'Best Practices of the Institution in NAAC format','best-practices-of-the-institution-in-naac-format','<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Best Practice 1:</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">1.SAHAYAM - A Student Support Success Service</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Title of the Practice: SAHAYAM – A Student Support Success Service</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">2. Objectives of the Practice:</span></span></strong></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘S’ - Support: To provide comprehensive support services to students, including academic, emotional, psychological, and career guidance.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘A’ - Academic Excellence: To promote high standards of academic achievement and learning.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘H’ - Healing: To aid students in recovering from psychological distress, facilitating a healthier state of mind.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘A’ - Awareness: To raise awareness among students about mental health, digital literacy, and safety for their overall development.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘Y’ - Youth Empowerment: To empower students through entrepreneurship programs, job placement services, and career counseling services.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘A’ - Access and Equity: To ensure equal access to resources and opportunities for all students.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">‘M’ - Motivation: To motivate students to stay focused and determined.</span></span></strong></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">3. The Context: Student support is a cornerstone of our mission to foster success and empower students to reach their full potential. Hence, the institution adopted the best practice ‘SAHAYAM’ – A Student Support Success Service, which involves strategies and approaches that have been effective in promoting well-being and student success. SAHAYAM encapsulates various elements that inspire and support students on their journey toward a brighter future, encompassing both personal growth and academic success.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">4. The Practice: PVKN College always strives to enhance the overall quality of students' lives. Therefore, it’s a practice for the institution to implement a comprehensive student support success service, ‘SAHAYAM’. The essential elements and strategies of SAHAYAM are:</span></span></strong></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Academic support: Tutoring services, skill development courses/workshops/seminars, providing access to digital learning tools, and library resources.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Career and professional development: Career counseling services, internships, and a job placement cell.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Financial support: Scholarships and emergency funds.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Social and emotional support: Community-building activities such as CSP and programs that help reduce stress and anxiety.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Mental health and wellness: Wellness programs such as yoga and fitness classes.</span></span></strong></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">5. Evidence of Success: As part of SAHAYAM, PVKN College successfully implemented the following:</span></span></strong></p>\r\n<ul style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(47, 51, 55); font-family: "Source Sans Pro", sans-serif; font-size: 16px;\">\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Conducted a career guidance program, ‘DIKSOOCHI’ on 26-09-2018, helping students understand future opportunities.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Held an Inspirational Talk to motivate students on 04-10-2018 by Smt. M. Sri Lakshmi, Assistant Commissioner, Municipal Corporation, Chittoor.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Conducted an awareness program on Higher Educational Opportunities on 15-12-2018, focusing on entrance tests like PGCET, CAT, and ICET.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Held an awareness program on career opportunities in the insurance sector on 11-01-2019.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Established a mechanism to facilitate students applying for various welfare schemes such as online scholarships and bus passes in 2019.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Presented books to students who secured more than 90 marks in Botany and to the toppers of the BZC group in S.V. University examinations, 2018.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Collected Rs. 20,000/- in funds to purchase books and bags for donation to Kerala flood victims.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Organized ward counseling sessions to provide personalized guidance and support to students.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Arranged field trips to enhance practical learning and exposure to real-world environments.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Facilitated paid internships through the Jawahar Knowledge Center (JKC) placements to enhance employability.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Awarded endowment prizes and merit scholarships to recognize and encourage academic excellence.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Provided free study materials to support underprivileged students.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Conducted free medical camps to ensure the health and well-being of students.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Implemented a free online admission process to streamline and facilitate easy access to education.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Engaged in NSS and community awareness programs to instill a sense of social responsibility among students.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Conducted NCC activities to promote discipline and leadership qualities.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Organized sports and games events to encourage physical fitness and teamwork.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Introduced research activities through capacity-building programs to nurture a research-oriented mindset.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Established a mentor and mentee program to provide continuous academic and personal support.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Offered direct counseling services to address students' immediate concerns and issues.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Adapted to the pandemic by conducting online classes to ensure uninterrupted learning.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Provided free insurance coverage for students to ensure their financial security in case of emergencies.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Initiated green campus initiatives to promote environmental sustainability.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Organized blood donation camps to support the needs of the community.</span></span></strong></li>\r\n <li role=\"presentation\" style=\"box-sizing: border-box;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Encouraged volunteering services to instill a spirit of service and community engagement among students.</span></span></strong></li>\r\n</ul>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Outcome: ‘SAHAYAM’ played a crucial role in shaping the personal and professional development of students, creating a culture of empathy and support, and fostering a positive learning environment.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">6. Problems Encountered and Resources Required: No significant problems were encountered during the implementation of the best practice ‘SAHAYAM’ – A Student Support Success Service. The process was completed smoothly and successfully.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Kumar, an esteemed alumnus of PVKN Govt. College (A), Chittoor, has generously contributed approximately ₹2,00,000 to the Department of Chemistry. As a member of the B.Sc MPC Batch (2005-2008), Kumar has always held a deep appreciation for the education and experiences gained during his time at the college.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">This contribution, in the form of various chemicals and glassware, is intended to enhance the learning experience of current students and support faculty in their research and educational endeavors. The donated items, listed in Annexure-I and Annexure-II, are expected to significantly benefit the Department of Chemistry, promoting academic excellence and facilitating advanced experimental work.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Kumar's donation reflects his gratitude towards the institution and his desire to give back to the college community. This generous act is anticipated to impact the quality of education and research within the department, exemplifying the enduring bond between alumni and their alma mater.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\"><br style=\"box-sizing: border-box;\" />\r\n <br style=\"box-sizing: border-box;\" />\r\n </span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Best Practice 2. Empowering Women: A Legacy of Sustainable Initiatives and Inspiring</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Achievements</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">1. Title of the Practice</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">"Empowering Women: A Legacy of Sustainable Initiatives and Inspiring Achievements"</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">2. Objectives of the Practice</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Promote Gender Equality: Support equal opportunities for women.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Foster Economic Independence: Equip women with skills for financial self-reliance.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Raise Awareness: Educate women on their rights and opportunities.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Support Sustainable Development: Involve women in environmental and community-focused</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">activities.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">3. The Context</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">The practice aims to address societal challenges faced by women, aligning with broader gender equality goals. To focus on education, empowerment, and participation in sustainable development of women. `</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">4. The Practice</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Health and Wellness: Over the past five years, 10 health programs have promoted physical and mental well-being among women students through yoga, fitness training, and mental health awareness.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Leadership and Mentorship: 60 programs have been conducted, pairing women students with mentors to guide them academically and in career development, supported by merit scholarships for academic excellence.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Sustainability Projects: 12 programs involving organic farming and environmental initiatives have engaged women in maintaining green spaces and promoting sustainability.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Cultural and Educational Activities:</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Sports Achievements: 7 programs celebrated women’s sports victories and participation.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Cultural Activism: 6 programs highlighted women’s roles in preserving cultural heritage.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">NCC and NSS Participation: 10 programs focused on women’s leadership in community service.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Blood Donation Drives: 4 drives showcased women’s contributions to community health.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">All-Round Skilled Women: 10 programs recognized women excelling in academics, sports, and culture.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Placement and Progression: 20 placement drives and 15 progression programs supported women in securing jobs and advancing in higher education.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">5. Evidence of Success</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Participation: Over 70% of women students engaged in these initiatives.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Impact: Numerous success stories highlight the transformative impact on women’s lives.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Awards: 5 state-level awards have been received for sports and cultural achievements.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">Community Feedback: Positive feedback reflects the increased confidence and empowerment of women students.</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">6. Conclusion</span></span></strong></p>\r\n<p style=\"box-sizing: border-box; margin: 0px 0px 10px; font-size: 17px; line-height: 1.7; color: rgb(60, 67, 75); text-align: justify; font-family: "Source Sans Pro", sans-serif;\">\r\n <strong style=\"box-sizing: border-box;\"><span style=\"box-sizing: border-box; font-size: 18px;\"><span style=\"box-sizing: border-box; color: rgb(128, 0, 128);\">These initiatives have significantly empowered women at PVKN Govt. College, fostering gender equality and sustainable growth. The college continues to build on this strong foundation, driving progress in education and community involvement.</span></span></strong></p>\r\n'),(76,'About Examination Cell','about-examination-cell','<p align=\"center\">\r\n <span style=\"color:#000080;\"><strong><u>CONTROLLER OF EXAMINATIONS</u></strong></span></p>\r\n<p>\r\n <span style=\"color:#0000cd;\"><strong>Constitution of the Examination Cell</strong></span></p>\r\n<ul>\r\n <li>\r\n <strong>On 17<sup>th</sup> & 18<sup>th</sup> July, 2018, UGC Committee visited the college to study various feasibility aspects and infrastructure facilities available in the college to sanctionautonomy.</strong></li>\r\n <li>\r\n <strong>Autonomy status was conferred on PVKN Government College, Chittoor.with effect from the academic year 2018-19 vide Lr. No. F-22-1/ 2017 (AC), dt: 10-08-2018.</strong></li>\r\n <li>\r\n <strong>On 24-09-2018, the Executive Council of Sri Venkateswara University, Tiruapti resolved and approved the conferment of Autonomy to PVKN Government College, Chittoor.</strong></li>\r\n <li>\r\n <strong>The first meeting of the Staff Council of the College, it was decided to establish the Examination Cell for the conduct of examinations and evaluation of the students of the college.</strong></li>\r\n <li>\r\n <strong>A panel of names is proposed for the appointment of the Controller and Additional Controllers of Examinations by the Staff Council of the college.</strong></li>\r\n <li>\r\n <strong>The list is placed before the Staff Council of the college for selection.</strong></li>\r\n <li>\r\n <strong>After the selection is made by the Staff Council, the Principal appoints the Controller and Additional Controller of Examinations.</strong></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#0000cd;\"><strong>Functions of the Examination Cell</strong></span></p>\r\n<ul>\r\n <li>\r\n <strong>Issue of Examination Calendarnotifying the schedule and dates of various stages related with the examinations.</strong></li>\r\n <li>\r\n <strong>Release of timetable for the conduct of the examinations.</strong></li>\r\n <li>\r\n <strong>Question paper setting as per syllabi and model question papers prescribed by the Boards of Studies.</strong></li>\r\n <li>\r\n <strong>Moderation of question papers to rectify mistakes, if any.</strong></li>\r\n <li>\r\n <strong>Printing of Question Papers.</strong></li>\r\n <li>\r\n <strong>Supplyand Processing of Examination Applications and preparation of Hall Tickets.</strong></li>\r\n <li>\r\n <strong>Printing of subject-wise OMR sheets and D-forms.</strong></li>\r\n <li>\r\n <strong>Preparation of semester-wise nominal rolls, room plans and photo identity sheets.</strong></li>\r\n <li>\r\n <strong>Issuing of Answer scripts one day before each examination.</strong></li>\r\n <li>\r\n <strong>Distribution of the question papers directly to the Assistant Examiners/Invigilators in the room five minutes before the commencement of the examinations.</strong></li>\r\n <li>\r\n <strong>Receiving of Answer scripts as per the D-form supplied to the Examination Committee.</strong></li>\r\n <li>\r\n <strong>Coding and bundling of the answer scripts.</strong></li>\r\n <li>\r\n <strong>Evaluation and Scrutiny of answer scripts.</strong></li>\r\n <li>\r\n <strong>Processing and verification of marks with register.</strong></li>\r\n <li>\r\n <strong>Release of results.</strong></li>\r\n <li>\r\n <strong>Printing and distribution of marks memos.</strong></li>\r\n <li>\r\n <strong>Revaluation of Answer Scripts.</strong></li>\r\n <li>\r\n <strong>Preparation of Consolidated Marks Memoranda cum Provisional Pass Certificates.</strong></li>\r\n <li>\r\n <strong>Submission of all data and marks to the University for the award of Original Degrees by the University.</strong></li>\r\n <li>\r\n <strong>Maintenance of Tabulated Marks Register (TR’s) </strong></li>\r\n <li>\r\n <strong>Procurement of stationery, equipment and all the articles necessary for the conduct of examinations.</strong></li>\r\n <li>\r\n <strong>Maintenance of stock, cash book and accounts of the Examination Cell.</strong></li>\r\n <li>\r\n <strong>Annual Stock Verification.</strong></li>\r\n</ul>\r\n<p>\r\n <strong>SUCCESSION LIST OF THE COE:</strong></p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p align=\"center\">\r\n <strong>S.No</strong></p>\r\n </td>\r\n <td style=\"width:236px;\">\r\n <p align=\"center\">\r\n <strong>Name of the COE</strong></p>\r\n </td>\r\n <td style=\"width:149px;\">\r\n <p align=\"center\">\r\n <strong>Qualifications</strong></p>\r\n </td>\r\n <td style=\"width:150px;\">\r\n <p align=\"center\">\r\n <strong>Period</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n <td style=\"width:236px;\">\r\n <p>\r\n Dr. P. Sujana, Lecturer in Botany</p>\r\n </td>\r\n <td style=\"width:149px;\">\r\n <p>\r\n M.Sc., M.Phil., Ph.D.</p>\r\n </td>\r\n <td style=\"width:150px;\">\r\n <p>\r\n 10-08-2018 to 05-11-2022</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n <td style=\"width:236px;\">\r\n <p>\r\n Dr. L. Md. Bhakshu, Lecturer in Botany</p>\r\n </td>\r\n <td style=\"width:149px;\">\r\n <p>\r\n M.Sc., Ph.D.</p>\r\n </td>\r\n <td style=\"width:150px;\">\r\n <p>\r\n 01-04-2023 to 02-08-2023</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:66px;\">\r\n <p>\r\n 3</p>\r\n </td>\r\n <td style=\"width:236px;\">\r\n <p>\r\n Dr. S. Nagendra, Lecturer in Mathematics</p>\r\n </td>\r\n <td style=\"width:149px;\">\r\n <p>\r\n M.Sc, Ph.D.</p>\r\n </td>\r\n <td style=\"width:150px;\">\r\n <p>\r\n 03-08-2023 to till date</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>'),(77,'Programmes Offered','programmes-offered','<p>\r\n <span style=\"color:#0000cd;\"><strong>COURSE- B.COM</strong></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:957px;\" width=\"957\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">B.Com</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Subjects Combination</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Medium</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Sanctioned Strength</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">General</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">B.Com, General</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Telugu</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">60</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Computer Applications-I</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Computer Applications</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">60</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Computer Applications-I</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Computer Applications</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">60</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">COURSE- B.A</span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:957px;\" width=\"957\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Groups</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Subjects Combination</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Medium</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Sanctioned Strength</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">HEP</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">History, Economics, Political Science</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Telugu</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">HPT</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">History, Political Science, Telugu</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Telugu</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">COURSE- B.Sc</span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:957px;\" width=\"957\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">B.Sc.</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Subjects Combination</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Medium</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Sanctioned Strength</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MPC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Mathematics, Physics, Chemistry</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MPCs</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Mathematics, Physics, Computer Science</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MSCs</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Mathematics, Statistics, Computer Science</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MECs</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Mathematics, Electronics, Computer Science</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">BZC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Botany, Zoology, Chemistry</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">BZC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Botany, Zoology, Chemistry</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Telugu</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">BHC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Botany, Horticulture, Chemistry</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MBC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">Microbiology, Botany, Chemistry</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">English</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><br />\r\n </span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">BRANCH</span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">COURSE</span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">Medium</span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\"><span style=\"color:#000080;\">Sanctioned Strength</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.A</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.A</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ECONOMICS</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.SC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">BOTONY</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.SC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">PHYSICS</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.SC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ORGANIC CHEMISTRY</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.SC</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">MATHEMATICS</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.COM</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">GENERAL</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">M.COM</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">FINANCIAL MANAGEMENT</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">ENGLISH</span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">30</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(78,'Notifications','notifications','<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:24px;\"><a href=\"/userfiles/file/NOTIFICATIONS%20(1).pdf\">CLICK HERE TO VIEW NOTIFICATIONS<br />\r\n </a></span></span></p>\r\n'),(79,'Examinations Time Tables','examinations-time-tables','<p>\r\n <span style=\"color:#0000cd;\"><span style=\"font-size:24px;\"><a href=\"/userfiles/file/TIME%20TABLES.PDF\">CLICK HERE TO VIEW TIME TABLE </a></span></span></p>\r\n'),(80,'Previous Question Papers','Previous-question-papers','<p>\r\n <a href=\"/userfiles/22-COM-4CF,23-MAS-2L2,23-LOG-4CA,C,D,E,H,K,22-BAI-4CE.pdf\">OLD QUESTION PAPER International Financial Management<br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/3_ Personal Financial Planning.pdf\">OLD QUESTION PAPER Personal Financial Planning<br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/4_ Fundamentals of Accounting.pdf\">OLD QUESTION PAPER Fundamentals of Accounting<br />\r\n </a></p>\r\n'),(81,'Result Analysis','result-analysis','<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:24px;\"><a href=\"/userfiles/file/COE%20RESULT%20ANALYSIS.pdf\">CLICK HERE TO VIEW THE RESULT ANALYSIS<br />\r\n </a></span></span></p>\r\n'),(82,'Evaluation Procedures and Reforms','evaluation-procedures','<p>\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/file/EVALUATION%20OF%20THE%20FOUNDATIONAL%20LEVEL%20COURSES.pdf\"><span style=\"color: rgb(0, 0, 205);\"><span style=\"font-size: 24px;\">1. CLICK HERE TO VIEW EVALUATION OF THE FOUNDAITONAL LEVEL COURSES</span></span></a></p>\r\n<p>\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/file/PVKN%20Academic%20Curriculum%20Development%20Policy.pdf\"><span style=\"color: rgb(0, 0, 205);\"><span style=\"font-size: 24px;\">2. CLICK HERE TO VIEW ACADEMIC CURRICULUM DEVELOPMENT POLICIY</span></span></a></p>\r\n<p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:24px;\"><a href=\"/userfiles/file/Attendance%20Policy.pdf\">3. CLICK HERE TO VIEW THE ATTENDANCE POLICY<br />\r\n </a></span></span></p>\r\n<p>\r\n <a href=\"/userfiles/file/Examination%20and%20Evaluation%20policy-2022.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">4. CLICK HERE TO VIEW EXAMINATION & EVALUATION</span></span><br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/file/SIP%20EVALUATION%20POLICY.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">5. CLICK HERE TO VIEW THE SIP EVALUATION POLICY</span></span><br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/file/LIP%20EVALUATION%20POLICY.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">6. CLICK HERE TO VIEW THE LIP EVALUATION POLICY</span></span><br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/file/Student%20Disciplane%20%20Policy.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">7. CLICK HERE TO VIEW STUDENT DISCIPLANE POLICY</span></span><br />\r\n </a></p>\r\n<p>\r\n <a href=\"/userfiles/file/Guidlines%20for%20Community%20service%20project%20under%20Autonomous%20stream.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">8.CLICK HERE TO VIEW GUIDLINES COMMUNITY PROJECT </span></span></a></p>\r\n<p>\r\n <a href=\"/userfiles/file/PVKN%20Admission%20Policy%20&%20Procedures%20-%20Copy.pdf\"><span style=\"color:#0000cd;\"><span style=\"font-size:24px;\">9. CLICK HERE TO VIEW ADMISSION POLICY & PROCEDURES</span></span></a></p>\r\n'),(83,'Circulars','circulars','<p>\r\n <span style=\"font-size:24px;\"><a href=\"/userfiles/file/CIRCULARS.pdf\">CLICK HERE TO VIEW CIRCULARS<br />\r\n </a></span></p>\r\n'),(84,'Grievances Addressed','grievances-addressed',''),(86,'Bharat Padhe Online','bharat-padhe-online',''),(87,'UGC Guidelines on CBCS','ugc-guidelines-on-cbcs',''),(88,'CBCS Pattern','cbcs-pattern',''),(89,'Credit And Grading System','credit-and-grading-system',''),(90,'SMP Guidelines','smp-guidelines',''),(91,'Library Staff','library-staff',''),(92,'Newsletters','newsletters',''),(94,'Location and Campus Layout','location-and-campus-layout','<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/WhatsApp Image 2025-01-06 at 11_22_07 AM.jpeg\" style=\"width: 500px; height: 500px;\" /></p>\r\n'),(95,'NAAC Certificate','naac-certificate','<p>\r\n <img alt=\"\" src=\"/userfiles/III Cycle_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/III Cycle_page-0001.jpg\" style=\"width: 500px; height: 500px;\" /></p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/1(1).jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/II cycle_page-0001(1).jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/I Cycle_page-0002.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<p>\r\n <img alt=\"\" src=\"/userfiles/I Cycle_page-0001.jpg\" style=\"width: 500px; height: 500px; border-width: 1px; border-style: solid;\" /></p>\r\n<p>\r\n </p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 900px;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3 style=\"text-align: center;\">\r\n <span style=\"color:#ffff00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></h3>\r\n </td>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3 style=\"text-align: center;\">\r\n <span style=\"color:#ffff00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAAC CYCLE TYPE</strong></span></span></span></h3>\r\n </td>\r\n <td bgcolor=\"#ff9900\" style=\"text-align: center;\">\r\n <h3 style=\"text-align: center;\">\r\n <span style=\"color:#ffff00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong> EVIDENCE</strong></span></span></span></h3>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong> CYCLE - III</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/III Cycle.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong> CYCLE - II</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/II cycle.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>3</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong> CYCLE - I</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/I Cycle.pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(96,'Alumni Association Registration Certificate','alumni-registration','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 90%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\">SNO</span></span></span></strong></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\">NAME</span></span></span></strong></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\">EVIDENCE</span></span></span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>01</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>ALUMNI ASSOCIATION REGISTRATION CERTIFICATE</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/RC.jpg\"><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong>Click Here to View the File</strong></span></span></span></a><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:18px;\"><strong><a href=\"/userfiles/Registration Certificate.pdf\"><br />\r\n </a></strong></span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(97,'Alumni Registration Form','alumni-registration-form','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 75%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>NAME</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>ALUMNI REGISTRATION FORM</strong></span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Form.jpg\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(98,'Donation Corner','donation-corner','<p style=\"margin-left: 33.1pt;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><strong>Donor Contributions:</strong></span></span></p>\r\n<p style=\"margin-left: 33.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">During the academic year 2020-21, the PVKN Alumni Association received donations specifically allocated for the topographical survey of the college premises. The alumni generously contributed towards this initiative:</span></span></p>\r\n<p style=\"margin-left: 33.1pt;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:20px;\"><strong>Summary of Proceedings:</strong></span></span></p>\r\n<p style=\"margin-left: 33.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong> 1. Alumni Services and Contributions:</strong></span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">The meeting was attended by 34 members who discussed various contributions and services provided by the alumni to the institution. Discussions focused on supporting student academic activities, including performance tracking, certificate courses, internships, and linkages to NGOs and industry. The association emphasized encouraging merit students through the distribution of books, uniforms, and the institution of gold medals, prizes, awards, certificates, and endowment cash prizes.</span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>2. Career and Placement Activities:</strong></span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">The Alumni Association discussed potential career and placement activities to support student placement.</span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>3. Infrastructure Development:</strong></span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">Members deliberated on potential infrastructure developments, including classrooms, seminar halls,heritagearches,acompoundwall,hostels,internalroads,gardens,paintings,librarybooks, laboratory equipment, ICT-based equipment, interactive panels, laptops, computers, a drinking water system, overhead tanks, and repairs to toilets.</span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>4. Land Encroachment Issues:</strong></span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">The PVKN Alumni Association Secretary, Sri Chandra Sekar, highlighted the issue of blatant encroachmenton118acresofcollegelandbyvariousagenciesandprivateindividuals.Measures to safeguard the existing land were discussed.</span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>5. Environmental and Eco-Friendly Initiatives:</strong></span></span></p>\r\n<p style=\"margin-left: 69.1pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">The initiatives of solar/LED bulbs are energy-saving initiatives.</span></span></p>\r\n<p style=\"margin-left: 30.85pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> 6.<strong>AlumniRoleinAdministration:</strong></span></span></p>\r\n<p style=\"margin-left: 40.85pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> The role of alumni in the administration was discussed in the Board of Studies , Academic Council, Finance Committee, Governing Body, College Planning and Development Council, AlumniAssociation,andIndustry-Academiainteraction.mainporticodoorwasdonatedbyEx.</span></span></p>\r\n<p style=\"margin-left: 40.85pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> M.P. Durga Rama Krishna in the worth of 3,00,000/-</span></span></p>\r\n<p style=\"margin-left: 30.85pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> 7.<strong>AlumniFundContribution:</strong></span></span></p>\r\n<p style=\"margin-left: 40.85pt;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> Alumni member Sri Rameshdonated an amount of 5,000/- to the Alumni Fund, donated chemistrylabmaterialworthofRs.111383/- bytheAlumniofchemistrydepartment.125959/-in 2022-23,391706/-in2021-22,116611/-in2020-21,37765/-in2019-20and32087/-in2018-19</span></span></p>\r\n<p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"> of PVKN Alumni Students.</span></span></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:350px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>File Description</strong></span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:340px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><strong>Document</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:350px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">Upload any additional information</span></span></p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:340px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.4.2_1724500368_13194.docx\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:350px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\">Provide the link for additional information</span></span></p>\r\n </td>\r\n <td style=\"width:326px;height:33px;\">\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria5&id=c541\">View Document</a></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"font-size:20px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(99,'Criterion Wise Data','criterion-wise-data','<h1 style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERION WISE DATA</span></span></h1>\r\n<table align=\"center\" border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 200px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">S.NO</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERION WISE DATA</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">1</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 1</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">2</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 2</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">3</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 3</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">4</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 4</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">5</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 5</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">6</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 6</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">7</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">CRITERIA 7</span></span></span></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\">VIEW</span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n'),(100,'Students Satisfactory Survey (SSS)','students-satisfactory-survey-sss-',''),(101,'Student Feedback on Curriculum','student-feedback-on-curriculum',''),(102,'Teacher Feedback on Curriculum','teacher-feedback-on-curriculum',''),(103,'Alumni Feedback on curriculum','alumni-feedback-on-curriculum',''),(104,'Employer Feedback on curriculum','employer-feedback-on-curriculum',''),(105,'Seminars','departmental-seminars',''),(106,'Workshops','departmental-workshops',''),(107,'FDPs','fdps',''),(108,'Guest Lectures','guest-lectures',''),(110,'Student Seminars','student-seminars',''),(111,'Student Internships','student-internships',''),(112,'Student Quiz�s','student-Quiz',''),(113,'Student Group Discussions','student-group-discussions',''),(114,'Students Working Models','students-Working-models',''),(115,'ICT Usage by Students','ict-usage-students',''),(116,'PSOs','psos','<ul>\r\n <li>\r\n <a href=\"/userfiles/POs-COs-PSOs.pdf\">Click here to Download COs, POs, and PSOs</a></li>\r\n <li>\r\n <a href=\"/userfiles/plos-new.pdf\">Click here to Download COs, POs, and PSOs 2019-2020</a></li>\r\n <li>\r\n <a href=\"/userfiles/POs-PSOs-COs-2020-2021-Final-to-upload-in-website.pdf\">Click here to Download COs, POs, and PSOs 2020-2021</a></li>\r\n</ul>\r\n'),(118,'Community Service Project','community-service-project',''),(119,'Annual Reports','annual-reports','<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 70%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SNO</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>GRADUATION DAY YEAR</strong></span></span></span></td>\r\n <td bgcolor=\"#ffff00\" style=\"text-align: center;\">\r\n <span style=\"color:#f00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>EVIDENCE</strong></span></span></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Graduation Report 20_02_2024 (1) (4)(2).pdf\"><font color=\"#0000ff\" face=\"times new roman, times, serif\"><span style=\"font-size: 18px;\"><b>1</b></span></font></a></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Graduation Report 20_02_2024 (1) (4)(2).pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2023-2024</strong></span></span></span></a></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"/userfiles/Graduation Report 20_02_2024 (1) (4)(2).pdf\"><span style=\"color:#00f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n <font color=\"#0000ff\" face=\"times new roman, times, serif\"><span style=\"font-size: 18px;\"><b>2</b></span></font></td>\r\n <td style=\"text-align: center;\">\r\n <span style=\"font-size:18px;\"><strong font-size:=\"\" new=\"\" style=\"color: rgb(0, 0, 255); font-family: \" times=\"\">2022-2023</strong></span></td>\r\n <td style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/Graduation%20Report%2005_11_2022-23.pdf\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 18px;\"><span new=\"\" style=\"font-family: \" times=\"\"><strong>Click Here to View the File</strong></span></span></span></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(120,'College Magazine','college-magazine','<h1>\r\n <span style=\"color:#00f;\">College Magazine <a href=\"/userfiles/file/MAGAZINE%20-%202024-25.pdf\"><u><span style=\"color:#000;\">Download Here</span></u></a></span></h1>\r\n'),(123,'SSR','ssr','<h1>\r\n <span style=\"color:#00f;\"><span style=\"font-size:28px;\">SSR CYCLE - IV <a href=\"/userfiles/PVKN SSR 24 FINAL.pdf\"><span style=\"color:#f00;\"><u>DOWNLOAD HERE</u></span></a></span></span></h1>\r\n'),(124,'DVV','dvv','<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:28px;\">DVV 24 Submitted Copy</span> <span style=\"color:#00f;\"><span style=\"background-color:#f0f8ff;\"><span style=\"font-size:28px;\"><a href=\"/userfiles/file/DVV%20submitted%20copy%2024%20pvkn.pdf\">Down Load here</a></span></span></span></p>\r\n<p>\r\n DVV submitted copy </p>\r\n<p>\r\n </p>\r\n<p>\r\n HEI Name : PVKN. GOVT. COLLEGE (A), CHITTOOR Request Date : 09/09/2024Number of Clarifications : 5AISHE ID : C-27668 Response Date : 24/09/2024<br />\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n Extended ID</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n Deviation Details and HEI Response</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n Affected Metrics</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Findings of DVV</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Response of HEI</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n Status</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n 1.1</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n <strong>Number of students on rolls year wise during last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1085</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1229</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1063</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 922</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 729</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724298859_13194.pdf\" target=\"_new\">Provide Links for any other relevant document</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724298739_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data</a></p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.2.2<br />\r\n 4.3.2<br />\r\n 5.1.1</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n ·List of students of all years across all programs yearwise during the assessment period. ·Provide appropriate document duly certified by the Principal.</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Submitting response to the Metric 1.1</p>\r\n <p>\r\n <br />\r\n <br />\r\n Supporting Document :<br />\r\n <br />\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IjM0SStDUDIwK3pzRkMrY3A1dXgwZHc9PSIsInZhbHVlIjoiN0l5ZzRqUmR3V1ViUW9HUTJHdlAzSEhzL2Y3ZGNMb0d2THVmbVA1c25oVlUwSlFHKzV4aHFENkdYWFJ0d1NhMWRkOVBSUFd0elN5SHV5WHNlV0k2Z0E9PSIsIm1hYyI6IjNkNTYwOTY3NzA5MzE4MTc3NDQ2MzY1MjY4OWVlNTM4ZjBkM2MzOTM1MTYwNmYzN2NkMjlhN2NiYzQyNGY0NTUiLCJ0YWciOiIifQ==\" target=\"_blank\">1727147073.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n 1.2</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n <strong>Number of final year outgoing students year wise during last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 352</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 329</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 207</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 208</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 250</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724299624_13194.pdf\" target=\"_new\">Provide Links for any other relevant document</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724299565_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data</a></p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 5.2.1<br />\r\n 2.6.2<br />\r\n 5.2.2</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n ·List of students of final years across all programs yearwise during the assessment period. ·Provide appropriate document duly certified by the Principal.</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Submitting response to the Metric 1.2</p>\r\n <p>\r\n <br />\r\n <br />\r\n Supporting Document :<br />\r\n <br />\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IlNoWUhheVhjdWZRNEc1bkJ4a0hzYlE9PSIsInZhbHVlIjoiK2hjamF6a2wreXdFRUcvZXF4eENYeUIwejY3ZnRTa1FSMHFOMzg3VWF4djhZT3NrNlNKSXVjY3R5VWlZdlVGQXlFYnFOdDFiRlg1c2hYc1hJNU10RXc9PSIsIm1hYyI6IjRkNzk1NzFlMzE5NTAzOTU1Y2ZlNzhkZDk5YzUxYTIzM2IyYWIwNTA3MjdmNGNjNjE0YzQ3ZTMwZmQzYTc5ZjAiLCJ0YWciOiIifQ==\" target=\"_blank\">1727164762.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n 2.1</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n <strong>Number of full time teachers year wise during the last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 56</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 58</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 56</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n <br />\r\n Recommended Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 63</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 63</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 54</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 56</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 49</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n </p>\r\n <p>\r\n Remark :</p>\r\n <p>\r\n DVV has made changes as per supporting document shared by HEI and value have been downgraded as we have excluded librarian, physical director and faculty less than 10 months<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724300173_13194.pdf\" target=\"_new\">Provide Links for any other relevant document</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724300079_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724300156_13194.pdf\" target=\"_new\">Certified list of full time teachers</a></p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 3.2.3<br />\r\n 2.4.1<br />\r\n 2.2.2<br />\r\n 6.3.2<br />\r\n 2.4.4<br />\r\n 2.4.3<br />\r\n 6.3.3</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n ·Provide the list of all full time teachers indicating the departmental affiliation during the assessment period authenticated by the Principal/ Competent authority</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.1</p>\r\n <p>\r\n <br />\r\n <br />\r\n Supporting Document :<br />\r\n <br />\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6ImxWeGpJSTI5aXF4aEtoWTBOYzNzdFE9PSIsInZhbHVlIjoiM2JIcWR1eHByZzdKaUdHdTBueHpjWk9aS1hUbTd3ZFIzY3UvME52YjdXcjBaRmJVbnRNb1hhdHJKaUdWTWJMTTBJcEIyR1FvSDVrZG03QkpGNjN3ekE9PSIsIm1hYyI6ImZjMzJjMTQyMmI3MGU5YTAyNzkxODZjZTlhN2FjYjJjNmZmZjBjOWMyNDcxNzEzNjg4ZTQ5MzEwMjc1YTM5YWUiLCJ0YWciOiIifQ==\" target=\"_blank\">1727147521.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n Changed After Clarification</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n 2.2</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n <strong>Total number of full time teachers worked/working in the institution (without repeat count) during last five years:</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 106<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724301341_13194.pdf\" target=\"_new\">Provide Links for any other relevant document</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724300663_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format</a></p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 3.4.3<br />\r\n 2.4.2<br />\r\n 3.2.2<br />\r\n 3.4.4<br />\r\n 3.1.3</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n ·Provide the list of all full time teachers indicating the departmental affiliation during the assessment period year wise authenticated by the Principal. ·Letter of Appointment for selected faculties can be sought by DVV</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.2</p>\r\n <p>\r\n <br />\r\n <br />\r\n Supporting Document :<br />\r\n <br />\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IkhQOFJVOEp6S0w0akV1VGtlZ3ZOR0E9PSIsInZhbHVlIjoieTBTdURzZEpKSDRVM3o1VG92UWRKOTR1cWJRU3A1VUZ3Z1RHM1ZOdXdWSEZpMk9hQjJuTlptbXBwOHpNN0RNMS9oOGVxRWJZUTMwZlhzRndPSjkveXc9PSIsIm1hYyI6ImYxNThjZmQwMTg2NDQxZjI2M2FmZWU4MmVhZWEzMmVhZDY0NGJlNTIzMDUzYjkyOTAxNWNiZWMyOTJjZTJlYmMiLCJ0YWciOiIifQ==\" target=\"_blank\">1727155364.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n 3.1</p>\r\n </td>\r\n <td style=\"width:45.0%;\">\r\n <p>\r\n <strong>Total expenditure excluding salary year wise during the last five years (INR in lakhs)</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 115.49263</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 175.25947</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 127.09599</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 115.05685</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 181.33344</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724491307_13194.pdf\" target=\"_new\">Provide Links for any other relevant document</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/dynamic_1724491571_13194.xlsx\" target=\"_new\">View Document</a></p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 4.4.1<br />\r\n 4.2.2<br />\r\n 4.1.2</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n ·Audited Statement of Income and Expenditure duly certified by the Principal and Charted Accountant in case of privately funded institutions highlighting the salary component. ·Also provide a statement showing the total expenditure excluding the salary component, depreciation and excess of income over expenditure for each of the years certified by the Principal and Charted Accountant.</p>\r\n </td>\r\n <td style=\"width:15.0%;\">\r\n <p>\r\n Submitting response to the Metric 3.1</p>\r\n <p>\r\n <br />\r\n <br />\r\n Supporting Document :<br />\r\n <br />\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6ImMwTitoNkFRTHIyeWEzOElUV2RjbXc9PSIsInZhbHVlIjoiUEdoa2tUZlNScjFBOG5nNy9FOFcvVUFDUDkzUitmRHR4ZWpZL3BqeHlvbDgvYXhwSUJuVDhDK2VBTDE0cmVKTGxmMkc2VkUvTDEyMmlPVVlHYnZUU0E9PSIsIm1hYyI6ImFjY2Q3OTY2NGUyNmI5ZDI1YTJkZGY1OWU5ZmFjMjM4MzA5ZTc3ZDM4MzU4MWZlYjI3ZmJhY2UwNjE5ZTYzNDgiLCJ0YWciOiIifQ==\" target=\"_blank\">1726830967.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n HEI Name : PVKN. GOVT. COLLEGE(A), CHITTOORAssignment Date : 09/09/2024Number of Clarifications : 47AISHE ID : C-27668Last Date : 24/09/2024<br />\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n Metric ID</p>\r\n </td>\r\n <td style=\"width:48.0%;\">\r\n <p>\r\n Deviation Details and HEI Response</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Findings of DVV</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Response from HEI</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n Status</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 1.2.1</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of new courses introduced out of the total number of courses across all programmes offered during the last five years</strong></p>\r\n <p>\r\n 1.2.1.1. <strong>Number of new courses introduced during the last five years:</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 407</p>\r\n <p>\r\n <br />\r\n 1.2.1.2. <strong>Consolidated number of courses offered by the institution across all Programmes (without repeat count) during the last five years : </strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 944</p>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.2.1_1722499916_13194.pdf\" target=\"_new\">Subsequent Academic Council meeting extracts endorsing the decision of BOS</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.2.1_1722500100_13194.pdf\" target=\"_new\">Minutes of Board of Studies meeting clearly specifying the syllabus approval of new courses</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.2.1_1723946658_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 4.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c121\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Minutes of relevant Academic Council/BOS meetings highlighting the list of name of the new courses introduced</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Response to 1.2.1 Regarding Newly Introduced Courses: This document summarizes the newly introduced courses as discussed in the minutes from the Academic Council and the Board of Studies (BOS). It outlines the rationale behind these additions and highlights the expected benefits for students.</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IkRWTVZ4N1FoTmxlTFFJWDY2bE5PZWc9PSIsInZhbHVlIjoieGZnc0MvSE96MkhGaDBYVWljQXBBREZacXVKMUNBSWs1aGlHcTdDR3lDMVlwcWVyV0lacUFrRFJEcDdCdnU2NWRQZVJjbGNRS3N3OW9Kb0NWVW9qVGc9PSIsIm1hYyI6ImZjN2U5NzBkOTAyZGNmZGZlYzZmYzg3ZDIwYTM5ZTVhNDJmZWU5ZjNjYWEzZGQ2NzFhZmE0ZGE1NDMyOWU0N2QiLCJ0YWciOiIifQ==\" target=\"_blank\">1726657350.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 1.3.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Number of certificate/value added courses/Diploma Programmes offered by the institutions and online courses of MOOCs, SWAYAM/e-PG Pathshala/ NPTEL and other recognized platforms (without repeat count) where the students of the institution have enrolled and successfully completed during the last five years.</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n <br />\r\n </p>\r\n <p>\r\n Recommended Input :</p>\r\n <p>\r\n 46<br />\r\n </p>\r\n <p>\r\n Remark :</p>\r\n <p>\r\n DVV has made changes as per prescribed format shared by HEI and value have been downgraded as we have excluded courses under regular curriculum<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.2_1722497072_13194.pdf\" target=\"_new\">List of students and the attendance sheet for the above mentioned programs</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.2_1722497367_13194.pdf\" target=\"_new\">Institutional programme brochure/notice for Certificate/Value added programs with course modules and outcomes</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.2_1723947759_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 4.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.2_1722500290_13194.pdf\" target=\"_new\">Evidence of course completion, like course completion certificate etc</a><br />\r\n 5.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria1&id=c132\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·List of add on/certificate/value added program/Diploma Programs/ online programs like MOOCS/SWAYAM/e Patashala/ NPTEL etc. which are optional and offered outside the curriculum of the programs signed by competent authority. ·Brochure and Course content or syllabus along with course ·Course completion certificate is required</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 1.3.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IllsWDJOcEo5VFA1VE1OLy9Nd3Vja2c9PSIsInZhbHVlIjoiYmFmelA0bHpXTmpnM3NieWc3b1lqOWxJSVlpZldTM2R1UlRhK25ZaTVBRSs1U0hZQmZKemJUZS9oU3oySGlKY3Z5NlpYZVZnZTFPMlI3cTEwL2ZBa3c9PSIsIm1hYyI6IjAxYzNlNDIyMjA5YTM3ZjQyMWMwMWNhNzhmMjg2Y2QwNzQyYzQxNDJkYTYxN2I1OGUxZGRjZjEzYTcwYmZhMWUiLCJ0YWciOiIifQ==\" target=\"_blank\">1727088842.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n Changed After Clarification</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 1.3.3</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of programmes that have components of field projects / research projects / internships during the last five years.</strong></p>\r\n <p>\r\n 1.3.3.1. <strong>Total Number of programmes that have components of field projects / research projects / internships (without repeat count) during the last five years</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 1620</p>\r\n <p>\r\n <br />\r\n 1.3.3.2. <strong>Total Number of programmes offered (without repeat count) during the last five years</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 2002</p>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.3_1722498438_13194.pdf\" target=\"_new\">Sample Internship completion letter provided by host institutions</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.3_1722498031_13194.pdf\" target=\"_new\">Sample Evaluated project report/field work report submitted by the students</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.3_1724302567_13194.docx\" target=\"_new\">Provide the relevant information in institutional website as part of public disclosure</a><br />\r\n 4.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.3_1722499197_13194.pdf\" target=\"_new\">Program and course contents having element of field projects / research projects / internships as approved by BOS</a><br />\r\n 5.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.3.3_1723948607_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 6.<a href=\"https://pvkngcchittoor.ac.in/userfiles/file/1_3_3.pdf\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Syllabus of the program highlighting components offield projects / research projects / internships • Program and course contents having element of field projects / research projects / internships as approved by BOS with due credits ·Internship completion certificate given to the students by the host organization</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 1.3.3</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IlNwRW9yRTFod1FtemRLbGZJZjJxcnc9PSIsInZhbHVlIjoid296aGtWenVLaWJvQnpnbUdSZ3REUXFqK2dMNkpKMjl0ZzdvZG5adHFDZjdEcm1SUXdyOWJBdnk1ZGN4L0xxbUFOamI4SC9mYk5QVytBNG1LK1BUQ1E9PSIsIm1hYyI6ImMyMzQ4ZjEzY2NjMWE4ODMzYzRmZDJhMWZmOGM0OGJjNDk0MGY3YmVlMWY2MDU2NmRlZjUxNTIwZmFiNTA2ODAiLCJ0YWciOiIifQ==\" target=\"_blank\">1726659460.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 1.4.1</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Structured feedback for curriculum and its transaction is regularly obtained from stakeholders like Students, Teachers, Employers, Alumni, Academic peers etc., and Feedback processes of the institution may be classified as follows:</strong></p>\r\n <p>\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n A. Feedback collected, analysed, action taken & communicated to the relevant bodies and feedback hosted on the institutional website</p>\r\n <p>\r\n <br />\r\n </p>\r\n <p>\r\n Recommended Input :</p>\r\n <p>\r\n A. Feedback collected, analysed, action taken & communicated to the relevant bodies and feedback hosted on the institutional website<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.4.1_1722416882_13194.pdf\" target=\"_new\">Feedback analysis report submitted to appropriate bodies</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.4.1_1722416892_13194.pdf\" target=\"_new\">At least 4 filled-in feedback form from different stake holders like Students, Teachers, Employers, Alumni etc.</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/1.4.1_1722416862_13194.pdf\" target=\"_new\">Action taken report on the feedback analysis</a><br />\r\n 4.<a href=\"https://pvkngcchittoor.ac.in/userfiles/file/1_4_1%20Complete%20FB%20REPORT.pdf\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a><br />\r\n 5.<a href=\"https://pvkngcchittoor.ac.in/userfiles/file/1_4_1%20Complete%20FB%20REPORT.pdf\" target=\"_new\">Link of institution’s website where comprehensive feedback, its analytics and action taken report are hosted</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Feedback need to be collected from each categories of stakeholders as mentioned in the metrics</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 1.4.1</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IjgrYzY1VC9Cdm9SMFNRTG1LTWlSQlE9PSIsInZhbHVlIjoiTUcvSndvT284QWNqYmZSQVdFbS9GY2VTa1EyY21MZEJ5ek1GdjdsbkpiV1F5L0Q5MjJkbXR0bzBLNGUrZndmZm9jUFBSeDRyQlhaVHBoc2RsMDNma3c9PSIsIm1hYyI6IjFjMjFmOTE2NTJlODBiYTExYzA4ZjJhYzU4OGNkN2MyM2ZhMWFlZmJlNzFiMmFmYjk3MmZhMjMwNzUzZWRiOWMiLCJ0YWciOiIifQ==\" target=\"_blank\">1726660344.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.1.1</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Enrolment percentage</strong></p>\r\n <p>\r\n 2.1.1.1. <strong>Number of seats filled year wise during last five years</strong> <strong>(Only first year admissions to be considered)</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 301</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 509</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 478</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 443</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 271</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n 2.1.1.2. <strong>Number of sanctioned seats year wise during last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 610</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 590</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 590</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 540</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 470</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.1_1722925281_13194.pdf\" target=\"_new\">Provide the relevant information in institutional website as part of public disclosure</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.1_1722924498_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.1_1722923825_13194.pdf\" target=\"_new\">Final admission list as published by the HEI and endorsed by the competent authority</a><br />\r\n 4.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.1_1724504127_13194.pdf\" target=\"_new\">Document relating to sanction of intake as approved by competent authority</a><br />\r\n 5.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=academics&id=admissions-category-wise\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Document relating to sanction of intake approved by competent authority. ·Letter(s) to / from affiliating university indicating the sanctioned and admitted seats for each program ( Not applicable to stand alone institutions) ·Final admission list as published by the HEI and endorsed by the competent authority ·Approval of additional intake of students has to be submitted for the claim</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.1.1</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Im5hcEw2TkpWbUxTQnhxQnRwbXo5UUE9PSIsInZhbHVlIjoiamtsRW9PRmIrZTVoenplYmdXWk1QZnJzeWYxZm5zU0duazhXWnJ5SDRoYm1wKzgydExzWVNXZnlZbXZIa05OUU16a2Jhb2ZQbHpYWDFnU3pHUlM5Rnc9PSIsIm1hYyI6IjhiMThkM2ZkZjhhOGEyOTllOTBhMzNlMzFhNWZiODUxYWU0MjQxYmM4NWYyZWRjMzFhZDJmOThmMDc3NDgyN2YiLCJ0YWciOiIifQ==\" target=\"_blank\">1727158766.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.1.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of seats filled against reserved categories (SC, ST, OBC etc.) as per applicable reservation policy for the first year admission during the last five years</strong></p>\r\n <p>\r\n 2.1.2.1. <strong>Number of actual students admitted from the reserved categories in the first year of the programme year wise during the last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 274</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 270</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 235</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Recommended Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 216</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 286</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 281</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 266</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 184</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n 2.1.2.2. <strong>Number of seats earmarked for reserved category as per GoI/State Govt. rule year wise during the last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 301</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 270</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 235</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Recommended Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 306</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 295</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 270</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 235</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n </p>\r\n <p>\r\n Remark :</p>\r\n <p>\r\n DVV has made changes as per prescribed format shared by HEI and value have been downgraded due to excess of seats in reserve category<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.2_1722760524_13194.pdf\" target=\"_new\">Provide the relevant information in institutional website as part of public disclosure</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.2_1722928954_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.2_1722929531_13194.pdf\" target=\"_new\">Final admission list indicating the category as published by the HEI and endorsed by the competent authority.</a><br />\r\n 4.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.1.2_1722760445_13194.pdf\" target=\"_new\">Copy of the letter issued by the State govt. or Central Government Indicating the reserved categories(SC, ST, OBC, Divyangjan, etc.) to be considered as per the state rule (Translated copy in English to be provided as applicable)</a><br />\r\n 5.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c212\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·In case of minority institution applicable / approved reservation policy may be provided. ·Final admission list indicating the category as published by the HEI and signed by competent authority/ Admission extract submittedto the state social welfare department every year signed by the principal.</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.1.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6IjExbWtBNG1TcFJUbXlJRi9IYTBoQnc9PSIsInZhbHVlIjoiZE9XWmRGV2pQdmFSZUZ1Y2wzVjFTeXRlOExiL2FudWFzdEJmNGJraGIvSXpsL2FoRnk3ZmxqSW9aOUo1dEk3UC9lQUI5Z3ZvanVCbGxlalpXemNSU2c9PSIsIm1hYyI6Ijk0YjEyMTU4ZTZiZGViYWNlZTZmOTJiN2VlMGUxZmViYjFjOGQ1MjNhOTk3MGQ3Mjk1ZDNkNjg5YTYzNDk0ODIiLCJ0YWciOiIifQ==\" target=\"_blank\">1726724273.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n Changed After Clarification</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.2.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Student - Full time teacher ratio (Data for the latest completed academic year)</strong></p>\r\n <p>\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.2.2_1722930557_13194.pdf\" target=\"_new\">List showing the number of students in each of the programs for the latest completed academic year across all semesters</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.2.2_1722932012_13194.pdf\" target=\"_new\">Certified list of full time teachers along with the departmental affiliation in the latest completed academic year.</a><br />\r\n 3.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c222\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Provide appointment letter of all teachers</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.2.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Ilp6VWRnK1R3ZVEvaHl6MzZnS0V0L2c9PSIsInZhbHVlIjoiMHRoR3BscUpCNHh4RFVXbFBCWEt4OVhWQnpXUnNzeEFkd3pKRTJ2NEttcEJndWZMaE96MkhxSm9FNU1vL042UEcrTWc3aE5sNlQxQngwNk84VGtEQ2c9PSIsIm1hYyI6IjI0NzY1OWZkYzgyYTkyMzU2YWZmOTMwYzcyNGQ2YjllZTM1MzM0ZDRhY2JkMDY5NzY3ODhiNTQ4MWQ1OGY1YzUiLCJ0YWciOiIifQ==\" target=\"_blank\">1727155434.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.4.1</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Average percentage of full time teachers appointed against the number of sanctioned posts year wise during the last five years</strong></p>\r\n <p>\r\n 2.4.1.1. <strong>Number of sanctioned posts year wise during the last five years </strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Recommended Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 65</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.1_1724497968_13194.pdf\" target=\"_new\">Sanction letters indicating number of posts sanctioned by the competent authority (including Management sanctioned posts).</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.1_1724498411_13194.docx\" target=\"_new\">Provide the relevant information in institutional website as part of public disclosure</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.1_1723095818_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template merged with 2.4.3 and 2.4.4)</a><br />\r\n 4.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c241\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Provide the sanctioned order of the post from State ·/Authenticated document from related Govt. organization/ management.</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.4.1</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Ikw0RXNrV3c4dndMU3VSbEpOSmt1Q2c9PSIsInZhbHVlIjoid2ZncnQ0L0JZK1VGT08zdm96VkhxdFZCaFJsRktpaDN4Z2FzVkh6UjNjVzBqd1Y4d3B6WnVqYk5nZGk0eWFZOE5YekFiOEtGMXFaaXJTSXR4c2pIM0E9PSIsIm1hYyI6IjY5ZDI3ODA0ZTcyOWI4YTBjNDgzODcyNGZhZjhlODliODZmYTNjMjBmM2E3Y2Q1MTc3Y2ZjZGNmNTdlYThkNTQiLCJ0YWciOiIifQ==\" target=\"_blank\">1727156193.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.4.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of full time teachers with Ph.D./D.Sc. / D.Litt./ L.L.D during the last five years</strong></p>\r\n <p>\r\n 2.4.2.1. <strong>Number of full time teachers with <em>Ph.D./D.Sc. / D.Litt./ L.L.D </em>during the last five years</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 54</p>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.2_1723792524_13194.pdf\" target=\"_new\">List of faculty having Ph.D./D.Sc. / D.Litt./ L.L.D along with particulars of the degree awarding university, subject and the year of award per academic year.</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.2_1723014100_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template merged with 3.2.3 and 3.4.2)</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.2_1723792307_13194.pdf\" target=\"_new\">Copies of Ph.D./D.Sc. / D.Litt./ L.L.D awarded by UGC recognized universities</a><br />\r\n 4.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c242\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Ph.D. /D.Sc. / D.Litt./LLD and equivalent degree completion certificate of faculties ·Provisional Degree Certificate/Notification for Award may be considered wherever Degree certificate is not available.</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.4.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6ImZZb0NOaFRaVllseXdVZ0xGcEdFbWc9PSIsInZhbHVlIjoiUXBmMGVhSU5VYkdjUmZrRnVPZUp0R2lXVTdzMzhQYnFodG1LQTE0NjVvaUROVE14MUZoc1FONWNrZFpkeDhObEtZd2d6TnlUa093VHNaRWg2TTJGY3c9PSIsIm1hYyI6ImZhMjkxZWMzOWVjYzU5NmQxOTJmY2M2YThlMWUyMDk2NDE4ZWJiNDgyOTQ0NzVlYzI0NjMxYjBlOGZjNmY4MGYiLCJ0YWciOiIifQ==\" target=\"_blank\">1727154742.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.4.3</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Average teaching experience of full time teachers (Data to be provided only for the latest completed academic year, in number of years)</strong></p>\r\n <p>\r\n 2.4.3.1. <strong>Total teaching experience of full-time teachers as of latest completed academic year</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 832</p>\r\n <p>\r\n <br />\r\n </p>\r\n <p>\r\n Recommended Input :</p>\r\n <p>\r\n 793<br />\r\n </p>\r\n <p>\r\n Remark :</p>\r\n <p>\r\n DVV has made changes as per supporting document shared by HEI and value have been downgraded as we have excluded librarian & physical director<br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.3_1724145646_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template merged with 2.4.1 and 2.4.4)</a><br />\r\n 2.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c241\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Experience certificate of faculties authenticated from competent authority</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.4.3</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Ii9tL3VzRUxuaWsxc3Y1M2NiSUJEcXc9PSIsInZhbHVlIjoiakFsN0xMaHVaRnRXVFpUcG15QnNVeUh3aTJrVWFqMTFGVjRUQnQ1U2NFUXMzbThhSVRveUpuVFlFZjg5Z2RPaWpjazJNSHpLTS9XSzNtbFJ4QTdyT2c9PSIsIm1hYyI6IjU3YWY3NzFhZjEwNzkxMzhmNWJkZDIzZTdlM2VhZDg4OTliZGI5NWI1NDA3Y2NmMGY1ZDI5NTE2NDBlZTNiODQiLCJ0YWciOiIifQ==\" target=\"_blank\">1726725753.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n Changed After Clarification</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.4.4</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of full time teachers working in the institution throughout during the last five years</strong></p>\r\n <p>\r\n 2.4.4.1. <strong>Number of full time teachers worked in the institution throughout during the last five years:</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 106</p>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.4.4_1724140041_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template merged with 2.4.1 and 2.4.3)</a><br />\r\n 2.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c241\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·List of the faculties along with date of joining working continuously (without any break) during the assessment years authenticated by the competent authorities. ·List of full time teachers worked in the institution during the first year of the assessment period authenticated by the competent authorities.</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.4.4</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Iml0dnAxZFVTWFkwZDZSYS8wTVBCSmc9PSIsInZhbHVlIjoiZHJxREhVcUx3d3p6bHliRThtakhwU3c4d1M2QmgwSG1Bc2E0RnpZbC9qMzNNTTBZUkpFUGlGbUoxREpYSjlRS0dPUGRub0liRkdURkxOcGRBa3R2Znc9PSIsIm1hYyI6ImM1MzY5ODcyOTA4ZWYzNGQyYjc2MzE4OGYzNTZlZGM2ZWE1NzUzYTE0ZGI4MmRiZWQ1OWNjZWU2OWMyYWFmY2EiLCJ0YWciOiIifQ==\" target=\"_blank\">1726727510.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.5.1</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Average number of days from the date of last semester-end/ year- end examination till the last date of declaration of results during the last five years</strong></p>\r\n <p>\r\n 2.5.1.1. <strong><em>Number of days from the date of last semester-end/ year- end examination till the declaration of results year-wise during the last five years</em></strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 31</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 32</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 0</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 0</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.5.1_1724504334_13194.docx\" target=\"_new\">Result Sheet with date of publication</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.5.1_1722671370_13194.pdf\" target=\"_new\">Policy document on Declaration of results (if any)</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.5.1_1724304827_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 4.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.5.1_1723800140_13194.pdf\" target=\"_new\">Exam timetable released by the Controller of Examination</a><br />\r\n 5.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c251\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Reports from Controller of Examination (COE) mentioning the name of the program, end date of the examination and date of announcement of the results along with the number of days elapsed, for all the programs for each year of the assessment period ·Exam timetable released by the Controller of Examination ·Result Sheet with date of publication</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.5.1</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6ImpBelhYa2U4cmhIdlJYek1qZThJb1E9PSIsInZhbHVlIjoiZG5YRXAwUzdzMVFUNkNTcmRlTjZuWkZsMWJ5UUI2bXVxTnN1TldvdE9vRlh2UE16UE5ZUWU1Z1NScWx6VHhhdzRDUXE5UHdmS21oeFNTZXBvaGFzL0E9PSIsIm1hYyI6Ijk5MDJjNmRhNjFhNGIyMDAzZjA1YjU0NjkyY2NiZjA4MDA2MzMxYmM4OGFlZTA3YTdlMmYwYTVkYWI5NDllOGYiLCJ0YWciOiIifQ==\" target=\"_blank\">1727165838.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.5.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Percentage of student complaints/grievances about evaluation against total number appeared in the examinations during the last five years</strong></p>\r\n <p>\r\n 2.5.2.1. <strong>Number of complaints/grievances about evaluation year wise during last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 7</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 9</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 10</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 6</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 11</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n 2.5.2.2. <strong>Number of students appeared in the examination conducted by the institution year wise during the last five years</strong><br />\r\n <br />\r\n HEI Input :</p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2022-23</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2021-22</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2020-21</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2019-20</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 2018-19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1085</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1229</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 1063</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 714</p>\r\n </td>\r\n <td style=\"width:10.0%;\">\r\n <p align=\"center\">\r\n 250</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.5.2_1724306585_13194.xlsx\" target=\"_new\">List of students who have applied for re- valuation/re-totaling program wise certified by the Controller of Examinations year-wise for the assessment period.</a><br />\r\n 2.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c252\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Minutes of the grievance cell / relevant body ·The list of students who have applied for revaluation / retotaling program wise/ any other grievances related to examination certified by Principal/ Controller of Examinations year-wise for the Assessment period.</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.5.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n <a href=\"https://assessmentonline.naac.gov.in/public/index.php/admin/get_file?file_path=eyJpdiI6Ikl6MTRvY0grS1o1WXdMM2RZcW4xVUE9PSIsInZhbHVlIjoiYlR4UEV4Y0MybncwbEVtbWFxQ0VoRnF2YXFNSlNBMVA0bFNZNFhJS3NUZnRVZ25oU2ZLcUtkOS9PU096SFRRYUFYWlJWM2VmVWR2eHdOV1BHM292RkE9PSIsIm1hYyI6IjVlY2FlOGMxOTU0YmFlZDhkM2NmZTVjYzY2NzZiMGU4Y2E2MDM2YTAwM2U1ZDY5OGYzMzkyN2E0M2MwMTc0OWQiLCJ0YWciOiIifQ==\" target=\"_blank\">1727168225.pdf</a></p>\r\n </td>\r\n <td style=\"width:8.0%;\">\r\n <p>\r\n No Change</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:10.0%;\">\r\n <p>\r\n 2.6.2</p>\r\n </td>\r\n <td style=\"width:44.0%;\">\r\n <p>\r\n <strong>Pass percentage of students (excluding backlog students) (Data for the latest completed academic year)</strong></p>\r\n <p>\r\n 2.6.2.1. <strong>Total number of final year students who passed the examination conducted by Institution during the latest completed academic year:</strong><br />\r\n </p>\r\n <p>\r\n HEI Input :</p>\r\n <p>\r\n 223</p>\r\n <p>\r\n <br />\r\n <br />\r\n Attached Documents :<br />\r\n <br />\r\n 1.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.6.2_1724472224_13194.xlsx\" target=\"_new\">Institutional data in the prescribed format (data template)</a><br />\r\n 2.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.6.2_1724476701_13194.pdf\" target=\"_new\">Certified report from the COE indicating the pass percentage of students of the final year (final semester) eligible for the degree program-wise / year wise</a><br />\r\n 3.<a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/2.6.2_1724478059_13194.docx\" target=\"_new\">Annual report of Controller of Examinations ( COE) highlighting the pass percentage of final year students</a><br />\r\n 4.<a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria2&id=c262\" target=\"_new\">Provide Links for any other relevant document to support the claim (if any)</a></p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n ·Annual report of COE highlighting pass percentage of students ·Certified report from Controller Examination indicating pass percentage of students of the final year (final semester) eligible for the degree programwise / year- wise</p>\r\n </td>\r\n <td style=\"width:16.0%;\">\r\n <p>\r\n Submitting response to the Metric 2.6.2</p>\r\n <p>\r\n <br />\r\n Supporting Document: FINAL2</p>\r\n <p>\r\n </p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(125,'1.1.1 Curriculum Dev& Impl','c111','<h1 style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><strong>Curriculum Development and Implementation </strong><br />\r\n </span></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><span style=\"color:#00f;\"><span style=\"background-color:#e6e6fa;\"><u><strong font-size:=\"\" new=\"\" style=\"font-family: \" text-align:=\"\" times=\"\"><a href=\"/userfiles/file/CRITERIA%201%20DOC.pdf\">down load</a> here </strong></u></span></span><br />\r\n </span></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><br />\r\n </span></span></h1>\r\n<p>\r\n <strong><span style=\"font-size:28px;\"><span style=\"color:#800080;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Vision :</span><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\"> </span><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">"Aims to lead social progress by promoting equality and education."</span></span><br />\r\n </span></span></strong></p>\r\n<p>\r\n <span style=\"color:#006400;\"><strong><span style=\"font-size:28px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Mission:</span></span><br />\r\n </span></strong></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">To achieve this vision, PVKN Govt. College (Autonomous) is committed to:</span></span><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Providing a comprehensive curriculum that equips students with the knowledge and skills necessary for academic and professional success.</span></span></span></p>\r\n<p>\r\n <span style=\"background-color: transparent; font-size: 14px;\">Cultivating a welcoming and inclusive environment that celebrates diversity, promotes equality, and fosters respect for all.</span></p>\r\n<p>\r\n <span style=\"background-color: transparent; font-size: 14px;\">Offering enriching co-curricular activities that complement classroom learning, allowing students to explore their talents, develop leadership skills, and collaborate effectively.</span></p>\r\n<p>\r\n <span style=\"background-color: transparent; font-size: 14px;\">Encouraging participation in diverse extracurricular activities that spark creativity, critical thinking, and problem-solving, empowering students to pursue their passions and contribute meaningfully to the community.</span></p>\r\n<p>\r\n <span style=\"font-size: 14px;\">Through this integrated approach to undergraduate education, PVKN Govt. College (Autonomous) empowers students to become responsible, informed, and engaged citizens who are prepared to shape a brighter future.</span></p>\r\n<p>\r\n <strong><span style=\"color:#800080;\"><span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Objectives:</span></span><br />\r\n </span></span></strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Academic Excellence: Ensure students graduate with a strong foundation of knowledge and skills in their chosen fields by providing a rigorous and comprehensive curriculum.</span></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Inclusive Community: Foster a welcoming and inclusive environment that celebrates diversity, promotes equality, and instills respect for all members of the college community.</span></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Holistic Development: Offer enriching co-curricular activities that complement classroom learning, allowing students to explore their talents, develop leadership skills, and collaborate effectively.</span></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Active Citizenship: Encourage participation in diverse extracurricular activities that spark creativity, critical thinking, and problem-solving, empowering students to pursue their passions, contribute meaningfully to the community, and become responsible and engaged citizens.</span></span></span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n<p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-58d67ec2-7fff-50f0-a8ab-004ef0233bd9\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">By achieving these objectives, the college fulfills its overall mission of empowering students to become well-rounded individuals prepared to contribute positively to society and drive social progress.</span></span><br />\r\n </span></p>\r\n<p>\r\n <span style=\"font-size: 14px;\">PVKN Government Degree College has significantly expanded its certificate programs, increasing from five in the 2018-19 academic year to twenty-two in 2022-23. This expansion aims to improve students' disciplinary knowledge and practical skills (CO1/PO1). Additionally, the college organized 53 field trips, 785 internships, and numerous career guidance programs to provide hands-on learning experiences and industry exposure (PO2/PO6).</span></p>\r\n<div>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Lifelong Learning</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">To complement the core curriculum, the college introduced four value add-on programs designed to broaden students' horizons and promote lifelong learning (CO2/PO3). Furthermore, the institution hosted 56 webinars, seminars, and workshops, fostering professional development and continuous education (PO2/PO8).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Critical Thinking and Communication</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">PVKN Government Degree College has conducted 211 sessions, including quizzes, debates, and group discussions, to enhance critical thinking and communication skills among students (CO3/PO2/PO6). Additionally, 1,582 student seminars and 628 tests and mid-term exams were conducted to ensure continuous assessment and subject mastery (PO3/PO6).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Holistic Education and Responsibility</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">The college engages in moderate participation in extension programs, job training, and gender equity initiatives, promoting holistic education and societal responsibility (CO4/PO4/PO7). Feedback analysis is used to refine curricula and instructional strategies, fostering continuous improvement and responsiveness to stakeholders' needs (PO8).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Personal and Professional Growth</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Students are encouraged to participate in various cultural and organizational initiatives, including 274 guest and extension lectures, supporting both personal and professional growth (CO5/PO5/PO6). These initiatives provide students with opportunities to gain knowledge beyond the standard curriculum (PO2/PO7).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Program Specific Outcomes (PSOs)</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Sustainability Initiatives</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">PVKN Government Degree College actively participates in sustainability initiatives, organizing 257 Clean and Green/Swachh Bharat programs to promote environmental awareness and responsibility (PSO1).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Technology Proficiency</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">The college conducted 56 ICT-enabled programs to enhance students' technological proficiency, preparing them for the digital age (PSO2).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Best Practices and Innovation</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">The college continually implements best practices and innovative programs, creating a dynamic campus environment and ensuring the relevance and effectiveness of its educational offerings (PO3/PO6).</span></span><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Summary of Academic Engagement and Initiatives</span></span><br />\r\n </span></p>\r\n <p>\r\n </p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" text-wrap:=\"\" times=\"\" vertical-align:=\"\">Certificate Programs: Expanded from 3 to 25 (2018-2023) to enhance knowledge and practical skills (CO1/PO1/PO6).</span></span></span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Value Add-On Programs: 4 programs offered to broaden perspectives and promote lifelong learning (CO2/PO3/PO8).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Quizzes, Debates, Group Discussions: 211 sessions to develop critical thinking and communication skills (CO3/PO2/PO6).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Student Seminars, Tests, Mid Exams: 1,582 seminars and 628 tests/mid exams conducted for subject mastery (CO3/PO2/PO6).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Field Trips, Internships, Career Guidance: 53 field trips and 785 internships/career guidance programs for hands-on learning (CO1/PO1/PO2).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Clean and Green/Swachh Bharat Programs: 257 programs to promote sustainability (PSO1).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">ICT Enabled Programs: 56 programs to enhance technological proficiency (PSO2).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Feedback Analysis: Continuous improvement through ongoing feedback analysis (CO4/PO4/PO8).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Webinars, Seminars, Workshops: 56 events to promote lifelong learning and professional development (CO2/PO3/PO8).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Guest and Extension Lectures: 274 lectures to enhance knowledge beyond the curriculum (CO5/PO5/PO7).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Extension, Job Training, Gender Equity Programs: Moderate participation reflecting holistic education and societal responsibility (CO4/PO4/PO7).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Cultural and Organizational Initiatives: Various programs supporting personal and professional growth (CO5/PO5/PO7).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Strategic Focus Areas for Improvement</span></p>\r\n <p>\r\n </p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" text-wrap:=\"\" times=\"\" vertical-align:=\"\">ICT-Enabled Programs: Further development needed to enhance technological proficiency (PSO2).</span></span></span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Gender Equality Initiatives: Increased promotion of gender equity programs (CO4/PO4/PO7).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">Community Engagement: Deeper community engagement through extension programs (CO4/PO4/PO7).</span></p>\r\n <p>\r\n <span style=\"font-size: 14px;\">PVKN Government Degree College demonstrates a comprehensive approach to academic and personal development, aligning activities and programs with Course Outcomes (COs), Program Outcomes (POs), and Program Specific Outcomes (PSOs). By addressing local, regional, national, and global needs, the curriculum emphasizes sustainability, technological proficiency, and holistic education. This strategic focus ensures the college remains committed to evolving its objective-based education framework, preparing students to meet diverse challenges and opportunities at all levels, and fostering a well-rounded, globally aware student body.</span></p>\r\n <p>\r\n </p>\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Creating this information in a chart format will help to organize the data clearly and concisely. Here's a structured chart based on the flowchart details:</span></span><br />\r\n </span></p>\r\n <div align=\"left\" dir=\"ltr\" style=\"margin-left:0pt;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n <p>\r\n <span style=\"font-size:14px;\"><br />\r\n </span></p>\r\n <table style=\"border-width: initial; border-style: none; border-color: initial; border-collapse: collapse;\">\r\n <colgroup>\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height:25pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Area</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Description</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Outcome/Focus</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size: 14px;\">Mapping</span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:52pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Start</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Initiating the flowchart to represent strategic engagements</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">-</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">-</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:52pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Certificate Programs Expansion</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Expanded from 3 to 25 (2018-2023)</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Enhanced Knowledge & Practical Skills</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">CO1/PO1</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:52pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Field Trips, Internships, Career Guidance</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">53 Field Trips, 785 Internships, Career Guidance Programs</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Hands-On Learning & Industry Exposure</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">PO2/PO6</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:38.5pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Lifelong Learning</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">4 Value Add-On Programs</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Broadening Horizons & Lifelong Learning</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">CO2/PO3</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:38.5pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">56 Webinars, Seminars, Workshops</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Professional Development</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">PO2/PO8</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:52pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Critical Thinking and Communication</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">211 Quizzes, Debates, Group Discussions</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Critical Thinking & Communication Skills</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">CO3/PO2/PO6</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:38.5pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><br />\r\n </span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">1,582 Student Seminars, 628 Tests/Mid Exams</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Continuous Assessment & Subject Mastery</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">PO3/PO6</span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr style=\"height:65.5pt\">\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Holistic Education and Responsibility</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\"><span id=\"docs-internal-guid-14657d11-7fff-9473-bff0-73eae6fa4fa2\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" font-weight:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Moderate Participation in Extension, Job Training, Gender Equity Programs</span></span></span></p>\r\n </td>\r\n <td style=\"vertical-align: top; padding: 5pt; overflow: hidden; overflow-wrap: break-word; text-align: justify;\">\r\n <p>\r\n <span style=\"font-size:14px;\">Community Services and enhancing Leadership qualities </span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n'),(126,'1.1.2 SDC & LSK Courses','c112','<h1 style=\"text-align: center;\">\r\n SDC & LSK courses <u><a href=\"/userfiles/file/1_1_2%20SDC%20LSK%20Syllabus.pdf\"><span style=\"color:#00f;\">down load here</span></a></u></h1>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Choices:</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Computer Applications: Applied in various disciplines for practical computing skills.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Human Values and Professional Ethics: Incorporated across programs to cultivate ethical decision-making.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Entrepreneurship: Offered to foster entrepreneurial skills and business acumen.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Environmental Science: Integrated to educate on environmental issues and sustainability.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Information and Communication Technology: Utilized for enhancing digital literacy and communication skills.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Indian Culture and Science: Explored to deepen understanding of cultural and scientific heritage.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Elementary Statistics: Taught to provide foundational statistical knowledge.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Health and Hygiene: Focuses on promoting well-being and hygiene practices.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Personality Development and Leadership: Designed to nurture leadership qualities and personal growth.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Analytical Skills: Developed to enhance critical thinking and problem-solving abilities.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Environmental Education: Addresses environmental awareness and conservation principles.</span></span></p>\r\n </li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Stream – A (Arts):</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Tourism Guidance (History): Focuses on historical aspects relevant to tourism.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Public Relations (Political Science/English): Teaches strategies for effective communication and public relations.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Journalistic Reporting (English): Trains students in journalism and reporting skills.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Survey & Reporting (Economics/History): Applies economic and historical methodologies to research and reporting.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Social Work Methods (Political Science): Covers methodologies and practices in social work.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Performing Arts (Telugu): Involves practical training in Telugu performing arts.</span></span></p>\r\n </li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Stream – B (Commerce):</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Secretaryship: Educates on administrative and secretarial practices.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Insurance Promotion: Focuses on insurance products and sales techniques.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Agricultural Marketing: Teaches marketing strategies specific to agriculture.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Business Communication (English): Enhances communication skills in business contexts.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Advertising: Involves creative and strategic advertising techniques.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Logistics & Supply Chain: Covers logistics management and supply chain operations.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Online Business: Focuses on e-commerce and online business strategies.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Retailing: Teaches retail management and operations.</span></span></p>\r\n </li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Stream – C (Science):</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Electrical Appliances (Physics): Focuses on electrical appliance technology and applications.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Plant Nursery (Botany): Involves practical training in plant nursery management.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Principles of Horticulture (B.Voc): Teaches principles and practices of horticulture.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Solar Energy (Physics): Focuses on solar energy technology and applications.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Fruit & Vegetable Preservation (Botany): Involves techniques for preserving fruits and vegetables.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Dairy Techniques (Zoology): Educates on dairy production and management techniques.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Food Adulteration (Chemistry): Addresses issues and techniques related to food adulteration.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Personality Development: Focuses on personal growth and development.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">MUSHROOM CULTIVATION (B.Voc): Teaches techniques and practices in mushroom cultivation.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Environmental Audit: Involves auditing processes related to environmental compliance.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Poultry Farming: Educates on poultry production and management techniques.</span></span></p>\r\n </li>\r\n</ul>\r\n<p>\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><br />\r\n <br />\r\n </span></p>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Count : </span></span></p>\r\n<h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:14pt;margin-bottom:4pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 13pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Employability Courses:</span></span></h3>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">These courses are designed to equip students with the skills and knowledge necessary for securing employment.</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Computer Applications:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Practical computing skills applicable in various disciplines.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Information and Communication Technology:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Enhances digital literacy and communication skills.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Tourism Guidance (History):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Focuses on historical aspects relevant to tourism, preparing students for roles in the tourism industry.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Public Relations (Political Science/English):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Teaches effective communication and public relations strategies.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Journalistic Reporting (English):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Trains students in journalism and reporting skills.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Secretaryship:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Educates on administrative and secretarial practices.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Business Communication (English):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Enhances communication skills in business contexts.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Logistics & Supply Chain:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Covers logistics management and supply chain operations.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Retailing:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Teaches retail management and operations.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Electrical Appliances (Physics):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Focuses on electrical appliance technology and applications.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Plant Nursery (Botany):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Practical training in plant nursery management.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Principles of Horticulture (B.Voc):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Teaches principles and practices of horticulture.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Solar Energy (Physics):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Focuses on solar energy technology and applications.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Fruit & Vegetable Preservation (Botany):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Techniques for preserving fruits and vegetables.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Dairy Techniques (Zoology):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Educates on dairy production and management techniques.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Mushroom Cultivation (B.Voc):</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Teaches techniques and practices in mushroom cultivation.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Poultry Farming:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Educates on poultry production and management techniques.</span></span></p>\r\n </li>\r\n</ul>\r\n<h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:14pt;margin-bottom:4pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 13pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Entrepreneurship Courses:</span></span></h3>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">These courses aim to foster entrepreneurial skills and business acumen.</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Entrepreneurship:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Specifically designed to foster entrepreneurial skills and business acumen.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Online Business:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Focuses on e-commerce and online business strategies.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Advertising:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Involves creative and strategic advertising techniques.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Agricultural Marketing:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Teaches marketing strategies specific to agriculture.</span></span></p>\r\n </li>\r\n</ul>\r\n<h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:14pt;margin-bottom:4pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 13pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Skill Development Courses:</span></span></h3>\r\n<p dir=\"ltr\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">These courses are geared towards improving life skills, personal development, and specialized skills.</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Human Values and Professional Ethics:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Cultivates ethical decision-making and professional conduct.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-43fd8959-7fff-47b9-489f-6b0ea5705203\"><span style=\"font-size: 18pt; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Personality Development and Leadership:</span><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> Nurtures leadership qualities and personal growth.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\">\r\n </p>\r\n </li>\r\n</ul>\r\n'),(127,'1.2.1 BOS','c121','<p align=\"center\">\r\n <strong>1.2.1 BOS - Justification and Syllabus modifications</strong></p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>S no</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>Batch</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>Semester</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n <strong>Subject code</strong></p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n <strong>Title of course</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n <strong>Newly introduced/ modified</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n <strong>Changed topic/</strong></p>\r\n <p>\r\n <strong> unit / chapter</strong></p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n <strong>% Change</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>1</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-101</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUNTING - I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n <strong>Introduced</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n <strong>100</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>2</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-102</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ORGANIZATION</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>3</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-103</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ECONOMICS - I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>4</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-201</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUNTING –II</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>5</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-202</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ENVIRONMENT</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>6</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-203</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ECONOMICS-II</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>7</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-301</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n CORPORATE ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>8</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-302</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS STATISTICS</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>9</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-303</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BANKING THEORY AND PRACTICE</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>10</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-401</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n ACCOUNTING FOR SERVICE ORGANIZATIONS</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>11</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-402</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS LAWS</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>12</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-403</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n INCOME TAX</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>13</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-501</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n COST ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>14</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-502</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n GOODS AND SERVICE TAX FUNDAMENTALS</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>15</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-503</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED CORPORATE ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>16</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-504</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n PROJECT MANAGEMENT</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>17</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-505</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n CENTRAL BANKING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>18</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-506</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n RURAL AND FORM CREDIT</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-601</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED COST ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>20</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-602</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n AUDITING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-603</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n MANAGEMENT ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>22</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-604</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n FINANCIAL SERVICES</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>23</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2018-2021</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-605</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n MARKETING OF FINANCIAL SERVICES</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>24</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-101</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUNTING -I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>25</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-102</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ORGANIZATION</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>26</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-103</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ECONOMICS-I</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>28</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>29</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-201</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUNTING –II</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>30</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>31</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-202</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ENVIRONMENT</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>32</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>33</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 18-COM-203</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ECONOMICS-II</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>34</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>35</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-301</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n CORPORATE ACCOUNTING</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>37</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-302</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS STATISTICS</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n modified</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:96px;height:21px;\">\r\n <p>\r\n change</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>38</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>39</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-303</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BANKING THEORY AND PRACTICE</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>40</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>41</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-401</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n ACCOUNTING FOR SERVICE ORGANIZATION</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n one unit</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 20</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>42</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-402</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS LAWS</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>43</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>44</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-403</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n INCOME TAX</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>45</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>46</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>IV</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-501</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n COST ACCOUNTING</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>47</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>48</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-502</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n GOODS AND SERVICE TAX FUNDAMENTALS</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>49</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>50</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-503</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED CORPORATE ACCOUNTING</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>51</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>52</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-504</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n PROJECT MANAGEMENT</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>53</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>54</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-505</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n CENTRAL BANKING</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>55</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>56</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-506</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n RURAL AND FARM CREDIT</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>57</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>V</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>58</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-601</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED COST ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>59</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-602</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n AUDITING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>60</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-603</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n MANAGEMENT ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n topic</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>61</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-604</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n FINANCIAL SERVICES</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>62</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-605</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n MARKETING OF FINANCIAL SERVICES</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>63</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2019-2022</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>VI</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-606</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n PROJECT WORK</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>64</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-1CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUNTG-I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>65</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>66</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-1CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n PRINCIPLES OF BANKING-1</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>67</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>68</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-1CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n PRINCIPLES OF INSURANCE-I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>69</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>70</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-1CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n FUNDAMENTALS OF ACCOUTING-I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n topic</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>71</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>72</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-1CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ORGANIZATION AND<br />\r\n MANAGEMENT(Gen. & CA)</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>73</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>74</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>I</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-1CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ENVIRONMENT</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>75</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>76</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-2CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n COMPUTERIZED ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>77</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>78</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-2CA</p>\r\n </td>\r\n <td style=\"width:425px;height:21px;\">\r\n <p>\r\n COMPUTERIZED ACCOUNTING PRACTICALS</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>79</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-2CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n PRINCIPLES OF BANKING - II</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>80</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>81</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-BAI-2CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n PRINCIPLES OF INSURANCE - II</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>82</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>83</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-2CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n FINANCIAL ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>84</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n topic</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>85</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-2CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS ECONOMICS</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>86</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>87</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 20-COM-2CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BANKING THEORY AND PRACTICE</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>88</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>II</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>89</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-BAI-3CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>90</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>91</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-BAI-3CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n MICRO FINANCE OPERATIONS-I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>92</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>93</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-BAI-3CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n MUTUAL FUND OPERATIONS-I</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>94</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Introduced</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n FULL SYLLABUS</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>95</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-3CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n ADVANCED ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>96</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n topic</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>97</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-3CB</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n BUSINESS STATISTICS</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n No modification</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>98</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>99</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-3CC</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n MARKETING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>100</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n <p>\r\n <strong>III</strong></p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n Modified</p>\r\n </td>\r\n <td style=\"width:96px;height:21px;\">\r\n <p>\r\n topic</p>\r\n </td>\r\n <td style=\"width:51px;height:21px;\">\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:56px;height:21px;\">\r\n <p>\r\n <strong>101</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n <strong>2020-2023</strong></p>\r\n </td>\r\n <td style=\"width:66px;height:21px;\">\r\n </td>\r\n <td rowspan=\"2\" style=\"width:113px;height:21px;\">\r\n <p>\r\n 21-COM-4CA</p>\r\n </td>\r\n <td rowspan=\"2\" style=\"width:425px;height:21px;\">\r\n <p>\r\n CORPORATE ACCOUNTING</p>\r\n </td>\r\n <td style=\"width:113px;height:21px;\">\r\n <p>\r\n NO CHANGE</p>\r\n </td>\r\n <td style=\"width:96px;height:'),(128,'1.3.1 Cross- Cutting','c131','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">1.3.1 Cross-cutting Issues <a href=\"/userfiles/file/1_3_1.pdf\"><u><span style=\"color:#00f;\">down load here </span></u></a></span></span></h1>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">The college offers a varied range of courses that address important cross-cutting issues. These issues include gender equality, environmental sustainability, human values, and professional ethics. The goal is to raise awareness among students in these critical areas.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span font-size:=\"\" font-style:=\"\" new=\"\" style=\"background-color: transparent; color: rgb(39, 78, 19); font-family: \" text-align:=\"\" times=\"\" white-space-collapse:=\"\">Gender Equality:</span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">All students, regardless of gender, are actively encouraged to participate in sports, games, National Service Scheme (NSS), and National Cadet Corps (NCC) activities. This fosters equal opportunities for both men and women.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">The college Women Empowerment Cell effectively handles internal grievances. A dedicated committee promptly addresses and resolves any complaints raised by students.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Programs such as "Awareness on Sexual Harassment at the Workplace," "Theme: Laws Related to Women," "Cervical Cancer Awareness," "An Orientation on Behavior and Discipline of Girl Students," and "Violence against Women - Safeguards and Awareness of Women Laws" are conducted.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\"> DISHA and health camps are specifically designed to empower female students and promote self-reliance.</span></span></p>\r\n </li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Environment and Sustainability:</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">The college tackles energy concerns and pollution issues by utilizing solar panels.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Regular energy audits ensure efficient energy usage. The college maintains ISO certifications awarded by the auditing authority, demonstrating its commitment to environmental standards.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Initiatives such as tree plantation drives, rallies promoting water conservation and a green environment, seminars, Vehicle-Free Day, and a plastic-free campus are all actively implemented to encourage environmental sustainability. In order to sensitize students about the environment and sustainability issues, activities like Environment Day, Earth Day, and Water Day are celebrated every year.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" text-align:=\"\" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><br />\r\n </span></li>\r\n</ul>\r\n<p dir=\"ltr\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span background-color:=\"\" color:=\"\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Human Values and Ethics:</span></span></p>\r\n<ul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\">\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:0pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">A compulsory course on human values and ethics is included in all undergraduate programs.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:0pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">The course curriculum emphasizes the importance of rights and duties, social responsibility, and welfare measures.</span></span></p>\r\n </li>\r\n <li aria-level=\"1\" background-color:=\"\" color:=\"\" dir=\"ltr\" font-style:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" style=\"list-style-type: disc; font-size: 18pt; font-family: \" times=\"\" vertical-align:=\"\" white-space:=\"\">\r\n <p dir=\"ltr\" role=\"presentation\" style=\"line-height:1.38;text-align: justify;margin-top:12pt;margin-bottom:12pt;\">\r\n <span id=\"docs-internal-guid-0c8c2037-7fff-47fb-35e6-9575ad261795\"><span style=\"font-size: 18pt; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Through this course, the college strives to cultivate and develop each student into a morally upright individual with a strong ethical foundation.</span></span></p>\r\n </li>\r\n</ul>\r\n');
INSERT INTO `pages` VALUES (129,'1.3.2 Certificate Courses','c132','<h1 style=\"text-align: center;\">\r\n 1.3.2 Certificate Programs/Value add-on/Diploma/Online courses details</h1>\r\n<p>\r\n </p>\r\n<p>\r\n <google-sheets-html-origin style=\"color: rgb(0, 0, 0); font-size: medium;\"></google-sheets-html-origin></p>\r\n<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"81\" />\r\n <col width=\"234\" />\r\n <col width=\"107\" />\r\n <col width=\"100\" />\r\n <col width=\"100\" />\r\n <col width=\"100\" />\r\n <col width=\"100\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n s no</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Department</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n 2018-19</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n 2019-20</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n 2020-21</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n 2021-22</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n 2022-23</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Mathematics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Physics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Chemistry</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 4</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Telugu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 5</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Political Science</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 6</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Computer Application</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 7</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Sanskrit</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 8</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Physical Education (YOGA)</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 9</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Economics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 10</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Zoology</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 11</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Computer Science</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 12</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Microbiology</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 13</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Botany</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 14</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n History</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 15</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Statistics</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 16</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n English</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 2</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 17</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Tamil</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 18</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Commerce</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 19</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n JKC</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 3</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 20</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold;\">\r\n Hindi</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 0</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n 1</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 2px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; text-align: center;\">\r\n TOTAL</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; color: rgb(255, 0, 0); text-align: center;\">\r\n 3</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; color: rgb(255, 0, 0); text-align: center;\">\r\n 9</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; color: rgb(255, 0, 0); text-align: center;\">\r\n 5</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; color: rgb(255, 0, 0); text-align: center;\">\r\n 18</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-size: 13pt; font-weight: bold; color: rgb(255, 0, 0); text-align: center;\">\r\n 25</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color: rgb(255, 0, 0);\"><strong><u>CERTIFICATE COURSES LIST DURING 2018-2023</u></strong></span></h1>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 1040px;\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><strong>Name of the course/programme</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><strong>Mode of the Course- offered by the HEI </strong></span></span></span></p>\r\n </td>\r\n <td style=\"height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><strong>Year of offering /Year of enrolment</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><strong>Contact hours of course</strong></span></span></span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\">Number of students enrolled in the year</span></span></span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\">Number of Students completing the course in the year</span></span></span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 102px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(0, 0, 255);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><strong>Link to the relevant document</strong></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">తెలà±à°—à±à°ªà°¤à±à°°à°¿à°•లౖ వారà±à°¤à°¾à°°à°šà°¨</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">23</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">23</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/TELUGU%20PARTHRIKKALU%20VARTHA%20RACHANA%20TD-1.pdf\"><span style=\"color: rgb(128, 0, 128);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><u>View</u></span></span></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">ఇతిహాసాలà±- నైతికవిలà±à°µà°²à±</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">21</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\">21</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/MORAL%20VALUES%20IN%20ETHICS-TD-2.pdf\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><span style=\"color: rgb(128, 0, 128);\"><u>View</u></span></span></span></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">SANSKRIT - HINDI Translation Course</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">18</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\">18</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\"><span style=\"font-size: 16px;\"><span style=\"font-family: "comic sans ms", cursive;\"><u>View</u></span></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">CERTIFICATE COURSE ON SERICULTURE</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">29</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">29</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">CERTIFICATE COURSE ON PISCICULTURE</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">29</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\">29</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">BUDGET ANALYSIS</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\">View</u></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">INDIAN GOVERNMENT AND POLITICS</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/indiangovtpolitics%202022-2023%20attendance.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">Renewable Energy</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">21</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\">21</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/Renewable%20Energy%20Certificate%20Course%20(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">House Wiring</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/DocScanner%20Sep%2018,%202024%2011-21%20AM%20(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">TOURISM & TRAVEL MANAGEMENT</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">25</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color: rgb(128, 0, 128);\">25</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/TOURISM%20DEPARTMENT%20OF%20HISTORY-2.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">TYPING OF MATHEMATICAL EXPRESSIONS</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">23</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">23</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/certificate%20course%20typing%20of%20mathematical%20expressions.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">MICROBIOLOGY LAB TECHNIQUES</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">24</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">24</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/MICROBIOLOGY%20LABORATORY%20TECHNIQUES%20CERTIFICATE%20COURSE%2022-23%20-%20MICRO-1.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">Chemistry of Milk</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/Chemistry%20of%20Milk.pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">Employability Skills in English for UG Students</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">15</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">15</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/Certification%20%20Course%2022-23%20September%20(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">The Role of Grammar in Speaking English</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></p>\r\n </td>\r\n <td style=\"width: 77.9219px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 109.688px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">20</span></p>\r\n </td>\r\n <td style=\"width: 333.273px; height: 30px;\">\r\n <p style=\"text-align: center;\">\r\n <a href=\"https://pvkngcchittoor.ac.in/userfiles/CERTIFICATE%20COURSE%20(1).pdf\"><u comic=\"\" font-size:=\"\" sans=\"\" style=\"color: rgb(128, 0, 128);\" text-align:=\"\">View</u></a></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 205.391px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">E-COMMERCE</span></p>\r\n </td>\r\n <td style=\"width: 146.016px; height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">OFF LINE</span></p>\r\n </td>\r\n <td style=\"height: 30px;\">\r\n <p>\r\n <span style=\"color: rgb(128, 0, 128);\">2022-23</span></p>\r\n </td>\r\n <td style=\"width: 58.875px; height: 30px;\">\r\n <p align=\"center\">\r\n <span style=\"color: rgb(128, 0, 128);\">30</span></'),(130,'1.3.3 Internship/Field work','c133','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">1.3.3 Internships/Field trips<span style=\"background-color:#e6e6fa;\"><span style=\"color:#00f;\"> <a href=\"/userfiles/file/1_3_3.pdf\"><u>download here</u></a></span></span><span style=\"background-color:#00f;\"></span></span></span></h1>\r\n'),(131,'1.4.1 Feed Back','c141','<h1 style=\"text-align: center;\">\r\n <span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\">1. Feed Back Analysis from Students, Teachers, Parents and Alumni </span></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"background-color:#e6e6fa;\"><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><u><a href=\"/userfiles/file/1_4_1%20Complete%20FB%20REPORT.pdf\">down load here</a></u></span></span></span></span><span style=\"color:#00f;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"font-size:28px;\"><u></u></span></span></span></h1>\r\n'),(132,'2.1.1 Students Enrollment','c211','<h1 style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2.1.1 Students enrollment <a href=\"/userfiles/file/2_1_1_%20excel%20total%20students%20(1).pdf\"><u><span style=\"background-color:#e6e6fa;\">download here</span></u></a></span></strong></h1>\r\n<p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\"><br />\r\n </span></strong></p>\r\n<div>\r\n <p style=\"margin-left: 124.6pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Students Social Status and Admissionslist</span></strong></p>\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\"><br />\r\n </span></strong></p>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:68px;height:61px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\"><br />\r\n </span></strong></p>\r\n <p style=\"margin-left: 13.05pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Year</span></strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:450px;height:61px;\">\r\n <p style=\"margin-left: 2.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Numberofstudentsadmittedfromthereservedcategory</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">SC</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">ST</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">OBC</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Gen</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Total</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2022-23</span></strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">150</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">19</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">105</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">27</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">301</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2021-22</span></strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">229</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">26</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">216</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">38</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">509</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2020-21</span></strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">227</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">21</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">194</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">36</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">478</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2019-20</span></strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">210</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">28</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">161</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">44</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">443</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">2018-19</span></strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">137</span></strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">7</span></strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">106</span></strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">21</span></strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">271</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n <strong style=\"text-align: center;\"><span style=\"color:#000080;\"> Admissions list:2022-23</span></strong></p>\r\n</div>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n Programmename</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n Numberofseatssanctioned</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n NumberofStudentsadmitted</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,BZC</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 50</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,MPCS</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,MECS</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <font color=\"#222222\"><a href=\"http://b.sc/\">B.SC</a>.,MSCS</font></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 50</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 18</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,BHC</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,DZC</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 21</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,CMiCS</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 27</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.Voc.,FPT</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.SC.,BBSC</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.COM.,GEN</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 50</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n B.Com.CA</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 150</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n 121</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n BankingB&I</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 14</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n BBALogistics</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 30</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n 17</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n HEP</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 40</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n Total</p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n 610</p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n 301</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div style=\"text-align: start;\">\r\n <span style=\"text-align: center;\"><strong><span style=\"color:#000080;\"> Admissions list:2021-22</span></strong></span></div>\r\n</div>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Programmename</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Numberofseatssanctioned</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">NumberofStudentsadmitted</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BZCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">43</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MECS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">28</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">42</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MSCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">49</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BHC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">25</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.Sc.,DZC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">24</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.VOC.,FPT</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">22</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">BlendedB.Sc.,</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">8</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.GENERAL</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">32</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COMCA</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">150</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">143</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">BankingB&I</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">27</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.HEP</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">35</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.HPT</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">31</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Total</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">590</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">509</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n <strong style=\"text-align: center;\"><span style=\"color:#000080;\"> Admissions list:2020-21</span></strong></p>\r\n</div>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.7pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Programmename</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Numberofseatssanctioned</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">NumberofStudentsadmitted</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">13</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BZCTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">38</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BZCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">43</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC,MECS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">28</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">21</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MSCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">49</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BHC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">26</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.VOC.,FPT</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">19</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.,GENERAL</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">60</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">47</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.,CA</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">120</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">112</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\"><a href=\"http://b.com/\">B.COM</a>.,B&I</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">28</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.,HEPTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">33</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.,HPTTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">21</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:146px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Total</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">590</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">478</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n <strong style=\"text-align: center;\"><span style=\"color:#000080;\"> Admissions list:2019-20</span></strong></p>\r\n</div>\r\n<div>\r\n <table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Programmename</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Numberofseatssanctioned</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">NumberofStudentsadmitted</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">6</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BZCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">80</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">74</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC,MECS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">14</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">22</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC,MSCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">53</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MBC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">5</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BHC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">19</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.GENERAL</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">60</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">54</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.,CA</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">120</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">129</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.HEPTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">34</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.HPTTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">33</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Total</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">540</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">443</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <p>\r\n </p>\r\n <p>\r\n <strong style=\"text-align: center;\"><span style=\"color:#000080;\"> Admissions list:2018-19</span></strong></p>\r\n</div>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Programmename</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Numberofseatssanctioned</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">NumberofStudentsadmitted</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCEM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">6</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,BZC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">100</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MPCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">18</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC,MSCS</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">50</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">45</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.SC.,MZC</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">5</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COM.GENERAL</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">60</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">31</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.COMCA</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">120</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">96</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:36px;\">\r\n <p style=\"margin-left: 2.25pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">B.A.HEPTM</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:36px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">40</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:36px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\">30</span></strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:144px;height:35px;\">\r\n <p style=\"margin-left: 0.5pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">Total</span></strong></p>\r\n </td>\r\n <td style=\"width:223px;height:35px;\">\r\n <p style=\"margin-left: 0.75pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">470</span></strong></p>\r\n </td>\r\n <td style=\"width:237px;height:35px;\">\r\n <p style=\"margin-left: 0.9pt; text-align: center;\">\r\n <strong><span style=\"color:#000080;\">271</span></strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p style=\"text-align: center;\">\r\n <strong><span style=\"color:#000080;\"><br />\r\n </span></strong></p>\r\n'),(133,'2.1.2 Reservation Enrolment','c212','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">2.1.2 studnets enrollmet social status <a href=\"/userfiles/file/2_1_2%20social%20status.pdf\"><span style=\"background-color:#e6e6fa;\"><span style=\"color:#0000cd;\"><u>download here </u></span></span></a></span></span></h1>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong><br />\r\n </strong></span></span></p>\r\n<p>\r\n <google-sheets-html-origin style=\"color: rgb(0, 0, 0); font-size: medium;\"></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 11pt; font-family: Calibri; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"88\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"120\" />\r\n <col width=\"213\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 61px;\">\r\n <td colspan=\"1\" rowspan=\"2\" style=\"border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; text-align: center;\">\r\n <div style=\"max-height: 122px;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Year</strong></span></span></div>\r\n </td>\r\n <td colspan=\"5\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Number of seats earmarked for reserved category as per GOI or State Government rule</strong></span></span></td>\r\n <td colspan=\"5\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Number of students admitted from the reserved category</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>First Year Admissions</strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>SC (15%)</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>ST (6%)</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>OBC (29%)</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Gen</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Others</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>SC</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>ST</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>OBC</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Gen</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-weight: bold; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>Others</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong><br />\r\n </strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>2022-23</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>92</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>37</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>177</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>305</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>150</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>19</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>105</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>27</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom; text-align: right;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>301</strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>2021-22</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>89</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>35</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>171</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>295</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" text-align:=\"\" times=\"\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>229</strong></span></span></td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" text-align:=\"\" times=\"\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>26</strong></span></span></td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" text-align:=\"\" times=\"\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>216</strong></span></span></td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" text-align:=\"\" times=\"\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>38</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom; text-align: right;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>509</strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>2020-21</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>89</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>35</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>171</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>295</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>227</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>21</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>194</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>36</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom; text-align: right;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>478</strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>2019-20</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>81</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>32</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>157</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>270</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>210</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>28</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>161</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>44</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom; text-align: right;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>443</strong></span></span></td>\r\n </tr>\r\n <tr style=\"height: 61px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>2018-19</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>71</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>28</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>136</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>235</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>137</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>7</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>106</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>21</strong></span></span></td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; overflow-wrap: break-word; text-align: center;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>0</strong></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom; text-align: right;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:22px;\"><strong>271</strong></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>'),(134,'2.2.1 Special Learning Programmes','c221','<h1>\r\n 2.2.1 Special Programs <a href=\"/userfiles/file/2_2_1%20Learning%20level%20of%20students.pdf\"><u>download here</u></a></h1>\r\n<p>\r\n </p>\r\n<h3>\r\n Multi-Pronged Approach to Student Learning and Support</h3>\r\n<p>\r\n The college acknowledges the diverse learning styles and academic needs of its student body. To ensure the success of all students, a comprehensive and multi-faceted approach is implemented, incorporating orientation programs, targeted support systems, and access to advanced learning resources.</p>\r\n<h4>\r\n Orientation Program</h4>\r\n<p>\r\n The college organizes five extensive Orientation Programs for newly enrolled students across all departments. These programs are designed to acclimate students to the college environment and academic expectations. Key features of the orientation include career counseling sessions led by experienced professionals from various fields, providing students with insights into potential career paths. Additionally, motivational talks are conducted to inspire students and set the tone for their academic journey, offering guidance on how to make the most of their college experience.</p>\r\n<h4>\r\n Support for Advanced Learners</h4>\r\n<p>\r\n The college actively fosters the intellectual and professional development of advanced learners through a variety of initiatives. These students are encouraged to participate in academic events such as seminars, conferences, workshops, and inter-college competitions, which provide them with platforms to showcase their knowledge and skills. In addition to academic engagement, advanced learners are also motivated to engage in co-curricular activities including debates, problem-solving assessments, competitions, and technical fests, which contribute to their holistic development.</p>\r\n<p>\r\n To support their academic research, advanced learners have access to N-List, a comprehensive resource for scholarly articles and conference papers. The college further aids these students by offering career planning guidance, preparing them for competitive examinations, and providing job placement assistance through the college's placement cell upon graduation. The library automation system and well-equipped e-library serve as additional resources, offering students and faculty access to a vast array of learning materials. Regular training sessions are conducted to ensure that both students and faculty can effectively utilize these resources.</p>\r\n<p>\r\n The success of these initiatives is reflected in the achievements of students like T. Lakshmi from III B.A., HEP, who has excelled at state and district levels, winning Rs. 5000/- and Rs. 2000/- in essay writing competitions. Similarly, B.A. students secured first prize in a youth parliament program at the divisional level, while students from B.Com. and B.Sc. programs also achieved notable success. A. Divya won second prize at the national level, P. Vaishnavi secured third place nationally, S. Sneha won first prize in a national painting competition, receiving Rs. 1500/-, and M.J. Dharani Prasanthi won second prize in a national painting competition, earning Rs. 1000/-.</p>\r\n<h4>\r\n Support for Slow Learners</h4>\r\n<p>\r\n Recognizing that some students may require additional academic support, the college identifies slow learners through their performance in ongoing assessments and end-semester examinations. For these students, remedial classes are organized to address specific course challenges and improve their academic performance. Furthermore, bridge courses are offered at the beginning of the first semester in undergraduate programs across disciplines such as Mathematics, Economics, Commerce, Business Administration, Computer Science, Statistics, and Computer Applications. These bridge courses are designed to provide a solid foundation, equipping students with the essential knowledge and skills needed for success in their chosen fields.</p>\r\n<h4>\r\n Mentor-Mentee Program</h4>\r\n<p>\r\n The college fosters a nurturing academic environment through its Mentor-Mentee Program, which facilitates regular student-teacher interaction. Under this program, faculty members are assigned to specific classes to offer personalized guidance and counseling to students. This structured mentorship ensures that students receive the support they need to navigate academic challenges and make informed decisions about their education. Additionally, regular Parent-Teacher meetings are organized to keep parents informed about their child's academic progress and to collaboratively develop strategies for continued success.</p>\r\n<h4>\r\n Online Learning Opportunities</h4>\r\n<p>\r\n In recognition of the evolving educational landscape, the college provides students with access to a wide range of online learning opportunities. Through its Learning Management programs, the college offers certificate courses in various disciplines, enabling students to enhance their knowledge and skills. Additionally, students have access to premium online courses on platforms such as edX and Coursera. The college places particular emphasis on utilizing the SWAYAM platform, an Indian government initiative that offers a diverse array of online learning resources. By providing these opportunities, the college empowers students to continuously expand their knowledge base, stay updated with the latest advancements in their fields, and enhance their employability.</p>\r\n'),(135,'2.2.2 Student - Full Time Ration','c222','<h1 style=\"text-align: center;\">\r\n <strong><span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">2.2.2 Student - Teachers Ratio <a href=\"/userfiles/file/2_2_2%20Student%20Teachers%20Ratio.pdf\"><span style=\"background-color:#e6e6fa;\"><span style=\"color:#0000cd;\"><u>download here </u></span></span></a></span></span></strong></h1>\r\n<h1>\r\n <strong>Appointment cum Service Orders <a href=\"/userfiles/file/appointment%20cum%20service%20orders.pdf\"><span style=\"color:#00f;\">download here</span></a></strong></h1>\r\n<p>\r\n <strong>1. Students Strength : </strong></p>\r\n<p>\r\n <strong><br />\r\n </strong></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td rowspan=\"2\" style=\"width:68px;height:61px;\">\r\n <p style=\"text-align: center;\">\r\n <strong><br />\r\n </strong></p>\r\n <p style=\"margin-left: 13.05pt; text-align: center;\">\r\n <strong>Year</strong></p>\r\n </td>\r\n <td colspan=\"5\" style=\"width:450px;height:61px;\">\r\n <p style=\"margin-left: 2.5pt; text-align: center;\">\r\n <strong>Number of students admitted from there served category</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>SC</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>ST</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>OBC</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>Gen</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>Total</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong>2022-23</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>150</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>19</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>105</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>27</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>301</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong>2021-22</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>229</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>26</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>216</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>38</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>509</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong>2020-21</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>227</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>194</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>36</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>478</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong>2019-20</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>210</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>28</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>161</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>44</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>443</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:68px;height:61px;\">\r\n <p style=\"margin-left: 0.45pt; text-align: center;\">\r\n <strong>2018-19</strong></p>\r\n </td>\r\n <td style=\"width:86px;height:61px;\">\r\n <p style=\"margin-left: 1.25pt; text-align: center;\">\r\n <strong>137</strong></p>\r\n </td>\r\n <td style=\"width:63px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>7</strong></p>\r\n </td>\r\n <td style=\"width:98px;height:61px;\">\r\n <p style=\"margin-left: 1.35pt; text-align: center;\">\r\n <strong>106</strong></p>\r\n </td>\r\n <td style=\"width:94px;height:61px;\">\r\n <p style=\"margin-left: 0.95pt; text-align: center;\">\r\n <strong>21</strong></p>\r\n </td>\r\n <td style=\"width:110px;height:61px;\">\r\n <p style=\"margin-left: 0.85pt; text-align: center;\">\r\n <strong>271</strong></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 2. Lecturers list <google-sheets-html-origin style=\"color: rgb(0, 0, 0); font-size: medium;\"></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 11pt; font-family: Calibri; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"221\" />\r\n <col width=\"83\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr G ANANDAREDDY</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n PRINCIPAL</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr V MUNAIAH</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; overflow-wrap: break-word;\">\r\n Dr S CHANDRABABU</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr. C. Meera saheb</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr.Mohano Behara</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr.L.Md .Bhakshu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Smt.M.Hemalatha</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr.A.Sasikala</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: Arial;\">\r\n Dr.P.Sujana</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: Arial;\">\r\n Dr.N.Ramamurthy</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; overflow-wrap: break-word;\">\r\n Dr M THEJOMURTHY</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; overflow-wrap: break-word;\">\r\n Dr P SUDARSANAM</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; overflow-wrap: break-word;\">\r\n Smt C KOMALADEVI</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; overflow-wrap: break-word;\">\r\n SrI P NAVANEESWAR REDDY</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Smt G JHANSI</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Dr. P. Bhanu Prakash</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Dr. T. Hari Babu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Lt. A. Ramesh</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Dr. D. Srividya</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt;\">\r\n Sri. O. Hariprasad</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 12pt; overflow-wrap: break-word;\">\r\n Sri. M. Mallikarjuna Reddy</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n P.Kavitha</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n R.Jayalakshmi</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n K.Sai Pratap</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr. P. Mallika Bramaramba Devi</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td font-size:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr. G. Sudhakar</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td font-size:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Sri. B. Rama Sagar</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td font-size:=\"\" new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr. G. Udaya Bhaskara Reddy</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 13pt;\">\r\n Dr.y.Lakshmi Prasad Reddy</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 13pt;\">\r\n Sri.G.Raveendra Babu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-size: 13pt;\">\r\n Dr P Sivaragini</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Sri.M.Ismail</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr.S.Vinila Kumari</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n M PADMAVATHI</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n SK SATHYA HARI PRASAD</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr.N.Babu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Sri S. Mohammad. Shafiullah</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Smt.T.Mamatha</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Sri.M. Ajjanna</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Smt.K.Amrutha</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Sri B. Gopirya Naick</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr C. Chennakesavulu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr G. Dharmamoorthy</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr SHAIK BANAZEER</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n DrE MD ANWAR HUSSAIN</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n P KOTESWARARAO</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Smt. N. Uma Devi</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Smt D CHANDRA</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n S REDDY BAASHA</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr. V. Masulamani</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Dr.S.Bhaskar Naidu</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n SmtA.Nirosha</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Sri. R.Balakrishna</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Smt. G. Yamuna</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n P VIJAY KUMAR</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n K. Mujakar</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td new=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n Smt. C.Veena</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Dr R Alfred</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n SRI P RAVI</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LIBRARIAN</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n Smt. K. Kusuma Kumari</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LIBRARIAN</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n D. Anil Kumar</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n A. Schitra</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n A. REKHA</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n <tr style=\"height: 21px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n K. Nagar Raja</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n LECTURER</td>\r\n </tr>\r\n </tbody>\r\n</table>'),(136,'2.3.1 Student Centric Methods','c112','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:36px;\"> 2.3.1 Students Centric Methods<a href=\"/userfiles/file/2_3_1%20Student%20Centric%20website.pdf\"> <span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n<p>\r\n </p>\r\n<p>\r\n Comprehensive Student-Centric Learning and Engagement at the College</p>\r\n<p>\r\n The college places a strong emphasis on providing job-oriented, quality-driven education that uncovers students' hidden talents, fosters their potential, and instills a deep understanding of their societal responsibilities. Central to this philosophy is the idea of 'giving back to society' and fulfilling essential duties, which is woven into the educational fabric through a variety of student-centric methods and activities.</p>\r\n<h4>\r\n 1. Student-Centric Activities</h4>\r\n<p>\r\n To support the acquisition of knowledge, wisdom, and practical skills necessary for societal transformation and innovative wealth generation, the college has organized 436 programs over the past five years. These activities include group discussions, role plays, debates, sports, cultural events, case studies, paper presentations, pair work, and group tasks. These diverse methods not only enhance academic learning but also foster critical thinking, teamwork, and leadership skills among students.</p>\r\n<h4>\r\n 2. Experiential Learning</h4>\r\n<p>\r\n The college prioritizes experiential learning to bridge the gap between theoretical knowledge and practical application. Over the past five years, approximately 1,157 experiential learning programs have been conducted. These include mandatory undergraduate internships, industry visits during vacations, and semester-long outreach programs such as the SAHAYAM initiative. These initiatives provide students with real-world insights, helping them develop compassion and a deeper understanding of socio-economic realities. Additional activities like fieldwork, role plays, court visits, and workshops are also employed to promote creative thinking and problem-solving abilities.</p>\r\n<h4>\r\n 3. Student Engagement and Continuous Assessment</h4>\r\n<p>\r\n Student engagement is at the heart of the college’s learning process, with a focus on continuous internal assessment (CIA) to ensure ongoing academic development. In the past five years, the college has organized 2,544 programs focused on student engagement. These include student seminars, workshops, group discussions, case study analyses, debates, and quizzes. Problem-Based Learning (PBL) strategies are integrated into the curriculum to make learning more practical and relevant to real-world challenges. Departments encourage participation in activities such as wall journals, newsletters, poster presentations, library tasks, book reviews, case studies, and research projects, fostering a dynamic and interactive learning environment.</p>\r\n<h4>\r\n 4. Interactive and Innovative Learning Methods</h4>\r\n<p>\r\n The college employs a variety of interactive methods to encourage active participation and critical thinking among students. These include group discussions, role plays, quizzes, news analyses, and current affairs discussions. Experiential learning is further supported through add-on programs, industrial visits, and study tours, which are designed to stimulate creativity and enhance cognitive skills. Participatory learning techniques are also used, involving seminars, projects, and skill-based courses. Innovative approaches such as workshops, virtual labs, simulations, literature reviews, video presentations, guest lectures, debates, peer learning groups, Google Classroom integration, project-based learning, real-time case studies, and worksheets are utilized to enrich the learning experience.</p>\r\n<h4>\r\n 5. Integration of ICT Tools</h4>\r\n<p>\r\n The college has integrated Information and Communication Technology (ICT) into the curriculum to enhance learning outcomes. Classrooms are equipped with educational software, and students have access to online resources and e-libraries. Interactive platforms like Google Classroom, along with advanced tools such as MS Office, Adobe Reader, Tally, Chemdraw, Plagiarism Checker X, and open-source programming languages, are used for data analysis and creative representation. Online resources, including e-books, YouTube educational channels, blogs, and educational apps, are also incorporated into the learning process to provide students with a richer educational experience.</p>\r\n<h4>\r\n 6. Support Systems and Blended Learning</h4>\r\n<p>\r\n To support students in their academic journey, the college has established a Language Skill Development Centre, which focuses on enhancing communication skills through a blended learning approach that integrates traditional and digital pedagogies. Students are encouraged to engage in extension activities such as Swachh Bharat and health awareness campaigns in nearby rural areas, helping them to apply their knowledge in real-world contexts and contribute positively to society.</p>\r\n<h4>\r\n 7. Adaptability and Faculty Training</h4>\r\n<p>\r\n In response to the COVID-19 pandemic, the college effectively transitioned to virtual teaching, utilizing Learning Management System (LMS) tools like Educational G-Suite to facilitate interactive teaching and ensure the availability of accessible study materials. Additionally, the college emphasizes continuous faculty training through programs such as Training of Trainers (ToT) and Mentoring of Trainers (MoT), ensuring that educators remain proficient in integrating ICT into their teaching methodologies and are well-equipped to adapt to evolving educational needs.</p>\r\n'),(137,'2.3.2 Mentor-Mentee system','c232','<h1>\r\n Mentor-Mentee <a href=\"/userfiles/file/2_3_2%20mentor-mentee%20website.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#006400;\">MENTORS LIST</span></h1>\r\n<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:661px;\" width=\"661\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#ff8c00;\">Name</span></h2>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#ff8c00;\">ID number</span></h2>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <h2 style=\"text-align: center;\">\r\n <span style=\"color:#ff8c00;\">Designation</span></h2>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. G. ANANDAREDDY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14289942</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">PRINCIPAL</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. V. MUNAIAH</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14302539</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Statistics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. S. CHANDRABABU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000135942</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Statistics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. C. MEERA SAHEB</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14278853</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. MOHANO BEHARA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14302613</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. LMD.BHAKSHU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14329789</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. M. HEMALATHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14278831</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. A. SASIKALA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14278681</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. P. SUJANA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14284314</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. N. RAMAMURTHY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14481646</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Botany</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. M. THEJOMURTHY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14080594</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Zoology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. P. SUDARSANAM</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000217386</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Zoology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. C. KOMALADEVI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000217144</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Zoology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. P. NAVANEESWAR REDDY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000042996</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Zoology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. G. JHANSI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1009277139</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Zoology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. P. BHANU PRAKASH</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14302551</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. T. HARI BABU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14473860</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">LT. A. RAMESH</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14473865</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. D. SRIVIDYA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000089865</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. O. HARIPRASAD</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000049982</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. M. MALLIKARJUNA REDDY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000063855</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Chemistry</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. P. KAVITHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000045439</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Mathematics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. R. JAYALAKSHMI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000050793</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Mathematics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. K.SAI PRATAP</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1009261725</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Mathematics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. P. MALLIKA BRAMARAMBA DEVI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">15069666</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. G. SUDHAKAR</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000234372</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. B. RAMA SAGAR</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000061196</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. G. UDAYA BHASKARA REDDY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000095952</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR.Y. LAKSHMI PRASAD REDDY</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000219423</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. G. RAVEENDRA BABU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000064996</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Physics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. P. SIVARAGINI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000136700</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Microbiology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. M. ISMAIL</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14473868</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Computer Science</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR.S. VINILA KUMARI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000090351</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Computer Science</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. M. PADMAVATHI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1007443075</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Computer Applications</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SK SATHYA HARI PRASAD</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1002591282</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Computer Applications</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR.N. BABU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14444534</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. S. MOHAMMAD. SHAFIULLAH</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14304161</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. T. MAMATHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000064038</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. M. AJJANNA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000165142</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. K. AMRUTHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1009249261</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in English</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. B. GOPIRYA NAICK</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14143785</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Telugu</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. C. CHENNAKESAVULU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14278864</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Telugu</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR G. DHARMAMOORTHY.</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000217303</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Telugu</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. SHAIK BANAZEER</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14305372</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Hindi</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. MD ANWAR HUSSAIN</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14278828</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Urdu</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P. KOTESWARARAO</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000295257</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Economics</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. N. UMA DEVI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000177290</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Political Science</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. D. CHANDRA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1002261288</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Political Science</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">S. REDDY BAASHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000220486</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in History</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. V. MASULAMANI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14312885</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR.P. JYOSHNA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000217236</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. S. BHASKAR NAIDU</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000217002</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMTA.NIROSHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000848175</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. R. BALAKRISHNA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000848421</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. G. YAMUNA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000140348</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">P VIJAY KUMAR</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">K. MUJAKAR</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1009484626</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. C. VEENA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1009119599</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Commerce</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">DR. R. ALFRED</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1000220444</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Tamil</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. P. RAVI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">14393490</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Librarian</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. K. KUSUMA KUMARI</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">7010438</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Librarian</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. D. ANIL KUMAR</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Food Processing Technology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">KUM. A.R. SUCHITRA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Food Processing Technology</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SMT. A. REKHA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1004939976</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Sanskrit</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:283px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">SRI. K. NAGAR RAJA</span></p>\r\n </td>\r\n <td style=\"width:98px;height:38px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\">1001027172</span></p>\r\n </td>\r\n <td style=\"width:280px;height:38px;\">\r\n <p>\r\n <span style=\"color:#00f;\">Lecturer in Economics</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<div style=\"clear:both;\">\r\n </div>\r\n<p>\r\n </p>'),(138,'2.3.3 Academic Schedules','c233','<h1>\r\n <span style=\"font-size:36px;\">2.3.3 Academic Schedule <a href=\"/userfiles/file/2_3_3%20Academic%20calenders,%20Academic%20Plans%20etc_,.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n<p>\r\n </p>\r\n<h1>\r\n <span style=\"font-size:36px;\">Time Table for the Academic Year 2023-24 <a href=\"/userfiles/file/New%20I,III,V%20BA%20,BSC%20Time%20table%202023-24%20Revised%20-1-9-2023%20Copy.pdf\"><span style=\"color:#00f;\"><u>download here </u></span></a></span></h1>\r\n'),(139,'2.4.1 List of Full Time Teachers','c241','<h1>\r\n <span style=\"font-size:36px;\">LIST OF FULL TIME TEACHERS <a href=\"/userfiles/file/2_4_1%20&%202_4_3%20NO_OF%20FULL%20TIME%20TEACHERS.pdf\"><span style=\"color:#00f;\"><u>DOWNLOAD HERE</u></span></a></span></h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1564px;\" width=\"1564\">\r\n <colgroup>\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"140\">\r\n <td height=\"140\" style=\"height: 140px; width: 76px; text-align: center;\">\r\n No of sanctioned post</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 79px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 116px; text-align: center;\">\r\n Sanctioning authority (Govt. / Mgmt / University)</td>\r\n <td style=\"width: 204px; text-align: center;\">\r\n Name of the Full-time teacher</td>\r\n <td style=\"width: 92px; text-align: center;\">\r\n Designation</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n Year of appointment</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Nature of appointment (temporary/permanent)</td>\r\n <td style=\"width: 172px; text-align: center;\">\r\n Name of the Department/Subject</td>\r\n <td style=\"width: 163px; text-align: center;\">\r\n Highest Qualification</td>\r\n <td style=\"width: 112px; text-align: center;\">\r\n Total years of teaching Experience of the teacher including the previous institution(s)</td>\r\n <td style=\"width: 91px; text-align: center;\">\r\n Total years of teaching Experience of the teacher in the same institution</td>\r\n <td style=\"width: 129px; text-align: center;\">\r\n Is the teacher still serving the institution/If not last year of the service of teacher in the Institution</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n Professor</td>\r\n <td style=\"text-align: center;\">\r\n Associate Professor</td>\r\n <td style=\"text-align: center;\">\r\n Assistant Professor</td>\r\n <td style=\"text-align: center;\">\r\n Total</td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n 0</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 64</td>\r\n <td style=\"text-align: center;\">\r\n 65</td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G ANANDAREDDY</td>\r\n <td>\r\n PRINCIPAL</td>\r\n <td align=\"right\">\r\n 1998</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 25</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr V MUNAIAH</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr S CHANDRABABU</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. C. Meera saheb</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.Mohano Behara</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.L.Md .Bhakshu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.M.Hemalatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td style=\"text-align: center;\">\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.A.Sasikala</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Sujana</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Ramamurthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr M THEJOMURTHY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P SUDARSANAM</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt C KOMALADEVI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SrI P NAVANEESWAR REDDY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2001</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt G JHANSI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Bhanu Prakash</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. T. Hari Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Lt. A. Ramesh</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., CSIR-JRF-NET</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. D. Srividya</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. O. Hariprasad</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., B.Ed., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. M. Mallikarjuna Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P.Kavitha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n MSc,M.Phil,B.Ed,APSET</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n R.Jayalakshmi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K.Sai Pratap</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Mallika Bramaramba Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2023</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Sudhakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. B. Rama Sagar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Udaya Bhaskara Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.y.Lakshmi Prasad Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2004</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.G.Raveendra Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P Sivaragini</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MICROBIOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M.Ismail</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Vinila Kumari</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n M PADMAVATHI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SK SATHYA HARI PRASAD</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1997</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 26</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri S. Mohammad. Shafiullah</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A, M.Ed., M.Phil.,NET</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.T.Mamatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M. Ajjanna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.K.Amrutha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri B. Gopirya Naick</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n M.A., NET</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr C. Chennakesavulu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G. Dharmamoorthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr SHAIK BANAZEER</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n HINDI</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n DrE MD ANWAR HUSSAIN</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n URDU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 21</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P KOTESWARARAO</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. N. Uma Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt D CHANDRA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n S REDDY BAASHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n HISTORY</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. V. Masulamani</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Jyoshna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Bhaskar Naidu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1992</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 31</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SmtA.Nirosha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. R.Balakrishna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. G. Yamuna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P VIJAY KUMAR</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Mujakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. C.Veena</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr R Alfred</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2009</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TAMIL</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SRI P RAVI</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. K. Kusuma Kumari</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 1995</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n M.LiSc.,</td>\r\n <td style=\"text-align: center;\">\r\n 28</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n D. Anil Kumar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. Schitra</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. REKHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n SANSKRIT</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Nagar Raja</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n </tbody>\r\n</table>'),(140,'2.4.2 Ph.D List','c242','<h1>\r\n 2.4.2 Percentage of full time teachers with Ph.D.,/D.Lit.,/LLD during the last five years <a href=\"/userfiles/file/2_4_2%20Website%20link.pdf\"><u><span style=\"font-size:36px;\"><span style=\"color:#00f;\"><span style=\"font-family:arial,helvetica,sans-serif;\">download here</span></span></span></u></a></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#b22222;\"><b><u>LIST OF FULL TIME TEACHERS WITH Ph.D'S FOR LAST FIVE YEARS</u></b></span></h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:699px;\" width=\"699\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:262px;height:147px;\">\r\n <p align=\"center\">\r\n <strong>Name of full-time teacher with Ph.D. /D.Sc. / D.Litt. /LLD</strong></p>\r\n </td>\r\n <td style=\"width:104px;height:147px;\">\r\n <p align=\"center\">\r\n <strong>Highest Qualification (Ph.D. /D.Sc. / D.Litt. /LLD)</strong></p>\r\n </td>\r\n <td style=\"width:87px;height:147px;\">\r\n <p align=\"center\">\r\n <strong>Year of obtaining</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:147px;\">\r\n <p align=\"center\">\r\n <strong>Awarded university</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. G ANANDAREDDY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2009</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. V MUNAIAH</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2009</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. S CHANDRABABU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2008</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. C. MEERA SAHEB</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2013</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. MOHANO BEHARA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>1999</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Berhampur University, Berhampur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. L. MD .BHAKSHU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2002</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n SK University, Anantapur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. A. SASIKALA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2014</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. SUJANA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. N. RAMAMURTHY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2000</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. M. THEJOMURTHY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2007</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. SUDARSANAM</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2006</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. BHANU PRAKASH</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2021</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. T. HARI BABU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2012</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n University of Madras, Madras</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. D. SRIVIDYA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:27px;\">\r\n <p>\r\n DR. P. MALLIKA BRAMARAMBA DEVI</p>\r\n </td>\r\n <td style=\"width:104px;height:27px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:27px;\">\r\n <p align=\"center\">\r\n <strong>2021</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:27px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. G. SUDHAKAR</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2002</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n SK University, Anantapur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. G. UDAYA BHASKARA REDDY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2016</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n J N T University, Anantapur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR.Y. LAKSHMI PRASAD REDDY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2018</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n SK University, Anantapur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. SIVARAGINI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Sri Padmavathi Mahila University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. S. VINILA KUMARI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2021</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Sri Padmavathi Mahila University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. N. BABU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2021</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. C. CHENNAKESAVULU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2016</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. G. DHARMAMURTHY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2006</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n University of Madras, Madras</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. SHAIK BANAZEER</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2008</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Andhra University, Vishakhapatnam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. E. MD. ANWAR HUSSAIN</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. N. UMA DEVI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2024</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. V. MASULAMANI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2017</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. JYOSHNA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2013</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. S. BHASKAR NAIDU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>1992</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. R. ALFRED</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2006</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K. RAMA KRISHNA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2014</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n SK University, Anantapur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. S.V. RAMESH KUMAR</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. T. GANGARAM</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2005</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. A. JAYA SANKAR</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2008</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. B. PURUSHOTHAM</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2018</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. Y. VYSHNAVI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2018</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n IICT, Hyderabad</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K. AMARNATH REDDY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2022</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n VIT, Vellore</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. B. ANNAPURNA SARADA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2008</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. T. RAGHU RAMAN</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2022</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K. USHSASRI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2014</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Sri Padmavathi Mahila University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. G. BABU CHETTY</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2021</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. T. MALATHI GABRIEL</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2013</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. RAJANI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2015</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. S. SUGUNAMMA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2007</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. P. JAYACHANDRUDU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2017</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. E. VASU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2016</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. Y. RAJASEKHAR</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2017</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K.V. CHIDAMBARAM</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2018</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. R. KRISHNAVENI</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n </p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n ANU, Guntur</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K.C. SATYA LATHA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2008</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. N SARAVANA</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>2023</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n Dravidian University, Kuppam</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. N. SELVAM</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>1991</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:262px;height:21px;\">\r\n <p>\r\n DR. K. SUBRAMANYAM NAIDU</p>\r\n </td>\r\n <td style=\"width:104px;height:21px;\">\r\n <p>\r\n Ph.D.,</p>\r\n </td>\r\n <td style=\"width:87px;height:21px;\">\r\n <p align=\"center\">\r\n <strong>1998</strong></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:246px;height:21px;\">\r\n <p>\r\n S V University, Tirupati</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(157,'2.5.1 Results and COE Policies','c251','<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 1</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN Govt. COLLEGE (A), CHITTOOR</div>\r\n<div id=\"cke_pastebin\">\r\n (Affiliated to S.V. University, Tirupathi)</div>\r\n<div id=\"cke_pastebin\">\r\n 1. Preamble:</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN Govt. College (A), Chittoor is the first college in the district to get autonomous</div>\r\n<div id=\"cke_pastebin\">\r\n status from UGC in the academic year 2018-19. ‘Teaching and Learning’ is the core function</div>\r\n<div id=\"cke_pastebin\">\r\n of the College, and it aims to cater to the diverse educational needs of marginal section and</div>\r\n<div id=\"cke_pastebin\">\r\n also to augment the students’ capabilities and potentialities. College offers 18 UG & 10 PG</div>\r\n<div id=\"cke_pastebin\">\r\n Programmes. Academic policies, Evaluation patterns and procedures become the integral part</div>\r\n<div id=\"cke_pastebin\">\r\n of Examination system to set standards in achieving programme outcomes. Academic &</div>\r\n<div id=\"cke_pastebin\">\r\n Examination policies from time to time are formulated and amended by Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Committee by taking final approval from the Academic Council.</div>\r\n<div id=\"cke_pastebin\">\r\n 2. Short title and Commencement:</div>\r\n<div id=\"cke_pastebin\">\r\n The term ‘Evaluation’ refers generally to the gathering, collating and interpretation of</div>\r\n<div id=\"cke_pastebin\">\r\n information related to the student’s learning abilities, learning attainments, learning strengths</div>\r\n<div id=\"cke_pastebin\">\r\n and areas of learning that need addressing. In brief, an evaluation is any assessment of a</div>\r\n<div id=\"cke_pastebin\">\r\n student’s performance in a credit or non-credit course which will count towards the final</div>\r\n<div id=\"cke_pastebin\">\r\n grade achieved by the student in that course. Evaluation of student performance is established</div>\r\n<div id=\"cke_pastebin\">\r\n by the faculty through their respective Departments (or Programs), under the authority of</div>\r\n<div id=\"cke_pastebin\">\r\n Lecture In-charge/Ward in-Charge and Exam cell. The College recognizes the need for</div>\r\n<div id=\"cke_pastebin\">\r\n evaluation of student performance to adhere to college-wide standards to ensure fairness and</div>\r\n<div id=\"cke_pastebin\">\r\n consistency in good practice.</div>\r\n<div id=\"cke_pastebin\">\r\n The Examination and Evaluation policy aims to explain the rationale & importance of</div>\r\n<div id=\"cke_pastebin\">\r\n assessment, enlist various patterns of assessments, schedules, post assessment procedures to</div>\r\n<div id=\"cke_pastebin\">\r\n publish the results and award the degree. The regulations listed under this head are common</div>\r\n<div id=\"cke_pastebin\">\r\n for all undergraduate and Post Graduate programmes offered in the College based on the</div>\r\n<div id=\"cke_pastebin\">\r\n Guidelines for Implementation of Academic Autonomy at College level by Sri Venkateswara</div>\r\n<div id=\"cke_pastebin\">\r\n University, Tirupathi. The regulations are subject to amendments as may be made by the</div>\r\n<div id=\"cke_pastebin\">\r\n Academic Council of the college from time to time, keeping the recommendations of the</div>\r\n<div id=\"cke_pastebin\">\r\n Examination Committee in view. Any or all such amendments will be effective from such</div>\r\n<div id=\"cke_pastebin\">\r\n date and to such batches of candidates including those already undergoing the programme, as</div>\r\n<div id=\"cke_pastebin\">\r\n may be decided by the Academic Council.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 2</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Examination Committee:</div>\r\n<div id=\"cke_pastebin\">\r\n The methodology for examination and evaluation of the programmes run by this</div>\r\n<div id=\"cke_pastebin\">\r\n college is as under Examination Committee (EC) which is constituted as follows:</div>\r\n<div id=\"cke_pastebin\">\r\n (i) Principal (Chairman),</div>\r\n<div id=\"cke_pastebin\">\r\n (ii) Controller of Examinations (CoE),</div>\r\n<div id=\"cke_pastebin\">\r\n (iii) Chairpersons of the Boards of Studies (BOS) and</div>\r\n<div id=\"cke_pastebin\">\r\n (iv) Academic Coordinator.</div>\r\n<div id=\"cke_pastebin\">\r\n The members of EC shall meet at least twice during the academic year and at other</div>\r\n<div id=\"cke_pastebin\">\r\n times as and when necessary. For any meeting of EC, one-third members shall constitute a</div>\r\n<div id=\"cke_pastebin\">\r\n quorum</div>\r\n<div id=\"cke_pastebin\">\r\n The Powers and Duties of Examination Committee (EC):</div>\r\n<div id=\"cke_pastebin\">\r\n • The EC shall ensure proper performance of the various duties in conducting</div>\r\n<div id=\"cke_pastebin\">\r\n examinations viz. paper setting, time table preparation, assessment and declaration of</div>\r\n<div id=\"cke_pastebin\">\r\n results.</div>\r\n<div id=\"cke_pastebin\">\r\n • The EC shall recommend examination reforms and shall implement them after the</div>\r\n<div id=\"cke_pastebin\">\r\n approval of Academic Council (AC).</div>\r\n<div id=\"cke_pastebin\">\r\n • The EC shall prepare the detailed time table of examinations as per the schedule</div>\r\n<div id=\"cke_pastebin\">\r\n approved by Academic Council.</div>\r\n<div id=\"cke_pastebin\">\r\n • The EC shall arrange for strict vigilance during the conduct of examinations in order</div>\r\n<div id=\"cke_pastebin\">\r\n to avoid use of unfair means/ malpractices by the students, faculty and invigilators.</div>\r\n<div id=\"cke_pastebin\">\r\n • Complaint Redressal Committee (CRC) shall be an independent committee consisting</div>\r\n<div id=\"cke_pastebin\">\r\n of three members appointed by Chairman. The EC (as and when required) deals with</div>\r\n<div id=\"cke_pastebin\">\r\n the complaints related to the conduct of examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n • The recommendations of the CRC shall be approved by the Chairman and EC to take</div>\r\n<div id=\"cke_pastebin\">\r\n appropriate disciplinary actions in the concerned matter. The disciplinary actions shall</div>\r\n<div id=\"cke_pastebin\">\r\n be endorsed by the EC.</div>\r\n<div id=\"cke_pastebin\">\r\n • The various formats shall be prepared by EC for record keeping and monitoring all</div>\r\n<div id=\"cke_pastebin\">\r\n examination related activities.</div>\r\n<div id=\"cke_pastebin\">\r\n • The EC shall perform such duties and responsibilities that are assigned by Academic</div>\r\n<div id=\"cke_pastebin\">\r\n Council of the institute from time to time.</div>\r\n<div id=\"cke_pastebin\">\r\n • Controller of Examinations (CoE) shall be assisted by the Assistant Controllers of</div>\r\n<div id=\"cke_pastebin\">\r\n Examination (ACoE) for carrying out all the examination activities</div>\r\n<div id=\"cke_pastebin\">\r\n 5. Assessment Pattern:</div>\r\n<div id=\"cke_pastebin\">\r\n Assessment of the students’ performance is made on the basis of the knowledge, skills</div>\r\n<div id=\"cke_pastebin\">\r\n and competencies for the course as defined in the curriculum. The assessment of students'</div>\r\n<div id=\"cke_pastebin\">\r\n performance in course work during and/or at the conclusion of a programme has to be done in</div>\r\n<div id=\"cke_pastebin\">\r\n the examinations. In general, an examination addresses different objectives, like</div>\r\n<div id=\"cke_pastebin\">\r\n achievement-testing, prediction-testing, endurance-testing, creativity-testing and testing for</div>\r\n<div id=\"cke_pastebin\">\r\n ranking.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 3</div>\r\n<div id=\"cke_pastebin\">\r\n The Regulations given below enable the Autonomous Colleges to achieve this goal</div>\r\n<div id=\"cke_pastebin\">\r\n and gain the confidence and respect of the stake holders, particularly students. Typically</div>\r\n<div id=\"cke_pastebin\">\r\n achievement- testing is done in two parts as follows, both of them being important in</div>\r\n<div id=\"cke_pastebin\">\r\n assessing a student's achievement.</div>\r\n<div id=\"cke_pastebin\">\r\n Evaluation of UG & PG programmes is based on both Continuous Internal</div>\r\n<div id=\"cke_pastebin\">\r\n Assessment (CIA), held twice in the course of the semester at pre-determined intervals and</div>\r\n<div id=\"cke_pastebin\">\r\n the End Semester Examination (SEE) held at the end of each Semester.</div>\r\n<div id=\"cke_pastebin\">\r\n i) Sessional / Continuous Internal Assessment (CIA ), to be conducted by the course teacher</div>\r\n<div id=\"cke_pastebin\">\r\n all through the semester. This includes mid-term tests, weekly/ fortnightly class tests,</div>\r\n<div id=\"cke_pastebin\">\r\n homework assignments, problem solving, group discussions, quiz, seminar, mini-project and</div>\r\n<div id=\"cke_pastebin\">\r\n other means.</div>\r\n<div id=\"cke_pastebin\">\r\n The Internal Assessment marks shall be awarded as per the academic regulations of</div>\r\n<div id=\"cke_pastebin\">\r\n the individual programme. The Internal Assessment marks shall be submitted to the</div>\r\n<div id=\"cke_pastebin\">\r\n Controller of Examinations at the end of each academic session before the commencement of</div>\r\n<div id=\"cke_pastebin\">\r\n the Semester End Examinations in the prescribed form or upload in specified link provided</div>\r\n<div id=\"cke_pastebin\">\r\n by the COE.</div>\r\n<div id=\"cke_pastebin\">\r\n ii) Terminal, covering Semester End Examinations (SEE)</div>\r\n<div id=\"cke_pastebin\">\r\n A comprehensive examination for each course, irrespective of the number of credits</div>\r\n<div id=\"cke_pastebin\">\r\n allotted to it, will be held at the end of each semester. SEE shall be conducted by the</div>\r\n<div id=\"cke_pastebin\">\r\n Examination Committee at the end of a semester, on dates to be fixed at the College level.</div>\r\n<div id=\"cke_pastebin\">\r\n This includes a written examination for theory courses and practical/design examination with</div>\r\n<div id=\"cke_pastebin\">\r\n built-in oral part for laboratory/design courses.</div>\r\n<div id=\"cke_pastebin\">\r\n The eligibility of a student to write the End Semester Examination is based on :</div>\r\n<div id=\"cke_pastebin\">\r\n 1. Minimum Attendance Requirement (refer Course Requirement)</div>\r\n<div id=\"cke_pastebin\">\r\n 2. Minimum CA requirement (refer Continuous Assessment)</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Payment of the prescribed examination fee, for courses for which he/she has</div>\r\n<div id=\"cke_pastebin\">\r\n registered.</div>\r\n<div id=\"cke_pastebin\">\r\n Both CIA and SEE being equally important in judging the coursework performance of</div>\r\n<div id=\"cke_pastebin\">\r\n students, they need to be conducted with equal rigour and equal seriousness in the credit</div>\r\n<div id=\"cke_pastebin\">\r\n system. A student's performance in coursework shall be judged by taking into account the</div>\r\n<div id=\"cke_pastebin\">\r\n results of both CIA and SEE individually and also together by giving below mentioned</div>\r\n<div id=\"cke_pastebin\">\r\n weightage for them. This practice is followed for all courses offered and for all programmes.</div>\r\n<div id=\"cke_pastebin\">\r\n 5.1 EVALUATION / ASSESSMENT PATTERN For UG Programmes</div>\r\n<div id=\"cke_pastebin\">\r\n (a) A continuous internal assessment (CIA) (for 25 marks) by the concerned Course</div>\r\n<div id=\"cke_pastebin\">\r\n teacher as well as by an end of semester examination (for 75 marks) will be</div>\r\n<div id=\"cke_pastebin\">\r\n consolidated at the end of the course for 100 marks.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 4</div>\r\n<div id=\"cke_pastebin\">\r\n (b) Passing minimum for end of semester exam will be 40% out of 75 marks (i.e., 30</div>\r\n<div id=\"cke_pastebin\">\r\n marks). Passing minimum for Internal Examination will be 40% out of 25 marks (i.e.,</div>\r\n<div id=\"cke_pastebin\">\r\n 10 marks).</div>\r\n<div id=\"cke_pastebin\">\r\n (c) Internal Assessment component for 25 marks shall be split into following pattern.</div>\r\n<div id=\"cke_pastebin\">\r\n Sl.</div>\r\n<div id=\"cke_pastebin\">\r\n No</div>\r\n<div id=\"cke_pastebin\">\r\n Assessment pattern Evaluation method Marks</div>\r\n<div id=\"cke_pastebin\">\r\n Allotted</div>\r\n<div id=\"cke_pastebin\">\r\n 1 I Midterm Examination</div>\r\n<div id=\"cke_pastebin\">\r\n (Covering 1st 40% of Syllabus)</div>\r\n<div id=\"cke_pastebin\">\r\n Descriptive type- Offline</div>\r\n<div id=\"cke_pastebin\">\r\n Exam Conducted for 30</div>\r\n<div id=\"cke_pastebin\">\r\n Marks</div>\r\n<div id=\"cke_pastebin\">\r\n 30</div>\r\n<div id=\"cke_pastebin\">\r\n 2 II Mid-term Examination</div>\r\n<div id=\"cke_pastebin\">\r\n (Covering next 60% of Syllabus which</div>\r\n<div id=\"cke_pastebin\">\r\n is not covered for I mid exam)</div>\r\n<div id=\"cke_pastebin\">\r\n It will be conducted in Blended mode</div>\r\n<div id=\"cke_pastebin\">\r\n Online exam- Objective</div>\r\n<div id=\"cke_pastebin\">\r\n Type for 10 Marks 40</div>\r\n<div id=\"cke_pastebin\">\r\n Descriptive type- Offline</div>\r\n<div id=\"cke_pastebin\">\r\n Exam- for 30 marks</div>\r\n<div id=\"cke_pastebin\">\r\n 3 Assignments (Minimum 5 assignments</div>\r\n<div id=\"cke_pastebin\">\r\n covering all units)</div>\r\n<div id=\"cke_pastebin\">\r\n Maximum 2 Marks for</div>\r\n<div id=\"cke_pastebin\">\r\n each assignment 10</div>\r\n<div id=\"cke_pastebin\">\r\n 4 Seminars/Quiz/JAM/Group discussion/</div>\r\n<div id=\"cke_pastebin\">\r\n Role play/ Study Project/Field trip</div>\r\n<div id=\"cke_pastebin\">\r\n Any two of the specified</div>\r\n<div id=\"cke_pastebin\">\r\n assessments- maximum</div>\r\n<div id=\"cke_pastebin\">\r\n of 5 marks each</div>\r\n<div id=\"cke_pastebin\">\r\n 10</div>\r\n<div id=\"cke_pastebin\">\r\n 5 Clean and Green activity participation 1 mark for one time</div>\r\n<div id=\"cke_pastebin\">\r\n participation 05</div>\r\n<div id=\"cke_pastebin\">\r\n 6 Attendance 75%-80%- 1 M</div>\r\n<div id=\"cke_pastebin\">\r\n 80%-85%- 2 M</div>\r\n<div id=\"cke_pastebin\">\r\n 85%-90%- 3 M</div>\r\n<div id=\"cke_pastebin\">\r\n 90%-95%- 4 M</div>\r\n<div id=\"cke_pastebin\">\r\n 95%-100%- 5M</div>\r\n<div id=\"cke_pastebin\">\r\n 05</div>\r\n<div id=\"cke_pastebin\">\r\n CIA conducted for Total 100</div>\r\n<div id=\"cke_pastebin\">\r\n Total marks reduced to Maximum 25</div>\r\n<div id=\"cke_pastebin\">\r\n (d) Lab Courses (Practical / Field trip/Study project): Practicals are being conducted for</div>\r\n<div id=\"cke_pastebin\">\r\n 100 marks split between odd and even semesters for 50 marks each. Out of 50</div>\r\n<div id=\"cke_pastebin\">\r\n marks, 40 marks are to be awarded for experiments/job works and 05 marks for</div>\r\n<div id=\"cke_pastebin\">\r\n record and 5 for viva-voce examination.</div>\r\n<div id=\"cke_pastebin\">\r\n 5.2. EVALUATION / ASSESSMENT PATTERN For PG Programmes</div>\r\n<div id=\"cke_pastebin\">\r\n (a) A continuous internal assessment (CIA) (for 20 marks) by the concerned Course</div>\r\n<div id=\"cke_pastebin\">\r\n teacher as well as by an end of semester examination (for 80 marks) and will</div>\r\n<div id=\"cke_pastebin\">\r\n consolidated at the end of the course for 100 marks. The components for continuous</div>\r\n<div id=\"cke_pastebin\">\r\n internal assessment are :</div>\r\n<div id=\"cke_pastebin\">\r\n (b) Passing minimum for end of semester exam will be 40% out of 80 marks (i.e., 32</div>\r\n<div id=\"cke_pastebin\">\r\n marks). Passing minimum for Internal Examination will be 40% out of 20 marks (i.e.,</div>\r\n<div id=\"cke_pastebin\">\r\n 08 marks).</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 5</div>\r\n<div id=\"cke_pastebin\">\r\n (c) Internal Assessment component for 20 marks shall be split into following pattern.</div>\r\n<div id=\"cke_pastebin\">\r\n (d) Internal Assessment component for Elective foundation for 20 marks shall be split</div>\r\n<div id=\"cke_pastebin\">\r\n into following pattern.</div>\r\n<div id=\"cke_pastebin\">\r\n (e) Lab Courses (Practical / Field trip/Study project): Practicals are being conducted for</div>\r\n<div id=\"cke_pastebin\">\r\n 100 marks split between odd and even semesters for 50 marks each. Out of 50 marks,</div>\r\n<div id=\"cke_pastebin\">\r\n 40 marks are to be awarded for experiments/job works and 5 marks for record and 5</div>\r\n<div id=\"cke_pastebin\">\r\n for viva-voce examination.</div>\r\n<div id=\"cke_pastebin\">\r\n Students are expected to take all the assessment units administered to them. The</div>\r\n<div id=\"cke_pastebin\">\r\n assessment units carry equal weightage. Students should write at least one CIA test in order</div>\r\n<div id=\"cke_pastebin\">\r\n to qualify to write the End Semester Examination.</div>\r\n<div id=\"cke_pastebin\">\r\n There will be no provision for additional tests on grounds of absence. However,</div>\r\n<div id=\"cke_pastebin\">\r\n students who were unable to take tests on the specified test days due to participation in</div>\r\n<div id=\"cke_pastebin\">\r\n College sponsored activities will be permitted to complete the course requirement before the</div>\r\n<div id=\"cke_pastebin\">\r\n commencement of the End Semester Examinations. They should state the reasons for not</div>\r\n<div id=\"cke_pastebin\">\r\n taking the test in writing to the Lecturer in-charge of the Department as well as to the course</div>\r\n<div id=\"cke_pastebin\">\r\n Sl. No Assessment pattern Evaluation method Marks</div>\r\n<div id=\"cke_pastebin\">\r\n Allotted</div>\r\n<div id=\"cke_pastebin\">\r\n 1 I mid term Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Descriptive type</div>\r\n<div id=\"cke_pastebin\">\r\n Conducted for 80</div>\r\n<div id=\"cke_pastebin\">\r\n Marks in semester</div>\r\n<div id=\"cke_pastebin\">\r\n end exam pattern</div>\r\n<div id=\"cke_pastebin\">\r\n 15</div>\r\n<div id=\"cke_pastebin\">\r\n 2 II Midterm Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Descriptive type</div>\r\n<div id=\"cke_pastebin\">\r\n Conducted for 80</div>\r\n<div id=\"cke_pastebin\">\r\n Marks in semester</div>\r\n<div id=\"cke_pastebin\">\r\n end exam pattern</div>\r\n<div id=\"cke_pastebin\">\r\n *Average of TWO</div>\r\n<div id=\"cke_pastebin\">\r\n midterm</div>\r\n<div id=\"cke_pastebin\">\r\n examinations</div>\r\n<div id=\"cke_pastebin\">\r\n Reduced to 15</div>\r\n<div id=\"cke_pastebin\">\r\n 3 Seminar/Assignments/Study</div>\r\n<div id=\"cke_pastebin\">\r\n projects/Area study programme</div>\r\n<div id=\"cke_pastebin\">\r\n Submission of</div>\r\n<div id=\"cke_pastebin\">\r\n Records</div>\r\n<div id=\"cke_pastebin\">\r\n 05</div>\r\n<div id=\"cke_pastebin\">\r\n Total 20</div>\r\n<div id=\"cke_pastebin\">\r\n Sl. No Assessment pattern Evaluation method Marks</div>\r\n<div id=\"cke_pastebin\">\r\n Allotted</div>\r\n<div id=\"cke_pastebin\">\r\n 1 Descriptive type/Objective Type/</div>\r\n<div id=\"cke_pastebin\">\r\n online pattern exam will be</div>\r\n<div id=\"cke_pastebin\">\r\n conducted during II Mid-term</div>\r\n<div id=\"cke_pastebin\">\r\n examinations</div>\r\n<div id=\"cke_pastebin\">\r\n Conducted for 80</div>\r\n<div id=\"cke_pastebin\">\r\n marks</div>\r\n<div id=\"cke_pastebin\">\r\n proportionately</div>\r\n<div id=\"cke_pastebin\">\r\n reduced for 20 marks</div>\r\n<div id=\"cke_pastebin\">\r\n *Best of 1a or 1b</div>\r\n<div id=\"cke_pastebin\">\r\n 20</div>\r\n<div id=\"cke_pastebin\">\r\n Total 20</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 6</div>\r\n<div id=\"cke_pastebin\">\r\n teacher. Permission to take the re-test should be obtained from the Controller of</div>\r\n<div id=\"cke_pastebin\">\r\n Examinations, a week before the CA test schedule.</div>\r\n<div id=\"cke_pastebin\">\r\n A student will be permitted to take the End Semester Examination only if he/she has</div>\r\n<div id=\"cke_pastebin\">\r\n completed the Continuous Assessment requirements of test / assignments / seminars / project</div>\r\n<div id=\"cke_pastebin\">\r\n work, etc. However, on special grounds they are allowed on next academic year by paying</div>\r\n<div id=\"cke_pastebin\">\r\n due fine prescribed by the Controller of the Examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n 6. Paper Setters and Examiners:</div>\r\n<div id=\"cke_pastebin\">\r\n The Question papers shall be set by the External Examiner for 75 Marks for UG courses</div>\r\n<div id=\"cke_pastebin\">\r\n and 80 marks for PG courses (Semester-end Examinations) as per the Choice Based Credit</div>\r\n<div id=\"cke_pastebin\">\r\n System (CBCS). The Semester-end Examination Question papers shall be sent to the</div>\r\n<div id=\"cke_pastebin\">\r\n respective Principal by the Controller of Examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n • Every precaution is taken to set the question paper correctly and to maintain the</div>\r\n<div id=\"cke_pastebin\">\r\n secrecy. Each paper setter is supplied with the approved syllabus, model question</div>\r\n<div id=\"cke_pastebin\">\r\n paper and blue print. The paper setter is requested to send a soft copy of the scheme of</div>\r\n<div id=\"cke_pastebin\">\r\n valuation to the Examination Cell and also is directed not to mention the name of the</div>\r\n<div id=\"cke_pastebin\">\r\n college on the question paper.</div>\r\n<div id=\"cke_pastebin\">\r\n • The paper setting of SEE shall be done by the external faculty who is teaching the</div>\r\n<div id=\"cke_pastebin\">\r\n course. A panel of subject experts from outside the college shall be prepared for this</div>\r\n<div id=\"cke_pastebin\">\r\n purpose by the BoS. This step is necessary for gaining the confidence of the parent</div>\r\n<div id=\"cke_pastebin\">\r\n University and also of the society at large, on the fairness and transparency in the</div>\r\n<div id=\"cke_pastebin\">\r\n system.</div>\r\n<div id=\"cke_pastebin\">\r\n • Two sets of papers to be possessed for each course.</div>\r\n<div id=\"cke_pastebin\">\r\n • The remuneration for paper setting is to be proposed by the Finance Committee.</div>\r\n<div id=\"cke_pastebin\">\r\n • Moderation of Question Papers and Model Answers: Moderation is the process by</div>\r\n<div id=\"cke_pastebin\">\r\n which the Institution ensures the consistency of question papers within the framework</div>\r\n<div id=\"cke_pastebin\">\r\n of the syllabus, thereby ensuring consistency of assessment for all students. It also</div>\r\n<div id=\"cke_pastebin\">\r\n ensures that weightage within a module is appropriate and conforms to the blueprint</div>\r\n<div id=\"cke_pastebin\">\r\n and other guidelines issued by the Board of Studies, thereby ensuring fairness,</div>\r\n<div id=\"cke_pastebin\">\r\n accuracy and consistency in conducting and the announcement of results. With this</div>\r\n<div id=\"cke_pastebin\">\r\n intention, constitute the moderation committee from the Academic Year 2018-19.</div>\r\n<div id=\"cke_pastebin\">\r\n 6.1 Moderation Committee:</div>\r\n<div id=\"cke_pastebin\">\r\n Constitution of the Committee: The Chairman, Examinations Committee, shall appoint</div>\r\n<div id=\"cke_pastebin\">\r\n “Moderation Committee” for the purpose of moderation of question papers of the</div>\r\n<div id=\"cke_pastebin\">\r\n Semester End Examinations submitted by various paper setters / subject faculty.</div>\r\n<div id=\"cke_pastebin\">\r\n Composition of the Committee: The Moderation Committee shall consist of the Principal as</div>\r\n<div id=\"cke_pastebin\">\r\n Chairman; the Academic Coordinator as Member; the Chairmen of the concerned Board</div>\r\n<div id=\"cke_pastebin\">\r\n of Studies, as Members and the Controller of Examinations as member Secretary.</div>\r\n<div id=\"cke_pastebin\">\r\n Functions of the Committee: The moderation committee:</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the questions are from within the syllabus and framed in a manner</div>\r\n<div id=\"cke_pastebin\">\r\n intelligible to the student.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 7</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the coverage and level of the question paper are appropriate and</div>\r\n<div id=\"cke_pastebin\">\r\n consistent with the curriculum and assessment framework</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the question paper contains no ambiguity and the wording of each</div>\r\n<div id=\"cke_pastebin\">\r\n question is precise, definite and easily understandable</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the rubric for the question paper is correct</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the question paper model conforms to the scheme of evaluation</div>\r\n<div id=\"cke_pastebin\">\r\n submitted by the paper setters.</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that the scheme of evaluation is sufficiently flexible and detailed</div>\r\n<div id=\"cke_pastebin\">\r\n • shall ensure that there are no spelling mistakes or other errors in the question paper.</div>\r\n<div id=\"cke_pastebin\">\r\n In case, the moderation is done in a question paper is more than 30% (not merely edited),</div>\r\n<div id=\"cke_pastebin\">\r\n the case shall be reported with full justification to the Chairman, Examination Committee,</div>\r\n<div id=\"cke_pastebin\">\r\n who shall have the power to change the paper setter, if necessary. After moderation, the</div>\r\n<div id=\"cke_pastebin\">\r\n question papers and other material shall be sealed intact in the presence of all members.</div>\r\n<div id=\"cke_pastebin\">\r\n Prohibitions and security requirements:</div>\r\n<div id=\"cke_pastebin\">\r\n As the Moderation Committees’ work is secret in nature, members must meet certain</div>\r\n<div id=\"cke_pastebin\">\r\n security requirements.</div>\r\n<div id=\"cke_pastebin\">\r\n • They must take all necessary measures to ensure the security and confidentiality of</div>\r\n<div id=\"cke_pastebin\">\r\n the examination papers and other material they are working on.</div>\r\n<div id=\"cke_pastebin\">\r\n • The members must not disclose their appointment to any unauthorised person. The</div>\r\n<div id=\"cke_pastebin\">\r\n members must not carry mobile phones or any other communicative gadgets where</div>\r\n<div id=\"cke_pastebin\">\r\n the moderation committee meeting takes place.</div>\r\n<div id=\"cke_pastebin\">\r\n • Failure to preserve the secrecy of all information and examination</div>\r\n<div id=\"cke_pastebin\">\r\n materials/documents classified as confidential will be viewed seriously and shall be</div>\r\n<div id=\"cke_pastebin\">\r\n liable for disciplinary action.</div>\r\n<div id=\"cke_pastebin\">\r\n 7. Conduction of Examinations:</div>\r\n<div id=\"cke_pastebin\">\r\n 7. 1. Sem End Examinations for theory papers</div>\r\n<div id=\"cke_pastebin\">\r\n CoE and the Examination conduction Committee shall be responsible for smooth and</div>\r\n<div id=\"cke_pastebin\">\r\n proper conduct of examination in the College. CoE shall -</div>\r\n<div id=\"cke_pastebin\">\r\n • Give the directions to College Examination Coordinator (CEC) for smooth conduct of</div>\r\n<div id=\"cke_pastebin\">\r\n examination.</div>\r\n<div id=\"cke_pastebin\">\r\n • Prepare the master plan for seating arrangement, by taking into considerations the total</div>\r\n<div id=\"cke_pastebin\">\r\n number of students appearing for the examination and seating arrangement available in</div>\r\n<div id=\"cke_pastebin\">\r\n the College.</div>\r\n<div id=\"cke_pastebin\">\r\n • Get the examination schedule prepared for the entire programme and send the copy of</div>\r\n<div id=\"cke_pastebin\">\r\n the same to all Heads of the Department and CEC.</div>\r\n<div id=\"cke_pastebin\">\r\n • Receive the requirements of answer books, supplements, drawing sheets, graph papers</div>\r\n<div id=\"cke_pastebin\">\r\n and other material from CEC and keep it ready centrally for distributing to students</div>\r\n<div id=\"cke_pastebin\">\r\n during examinations. A record of the same shall be maintained.</div>\r\n<div id=\"cke_pastebin\">\r\n • Receive the cases of misbehaviour, malpractices, copying cases from CEC for taking</div>\r\n<div id=\"cke_pastebin\">\r\n further necessary action.</div>\r\n<div id=\"cke_pastebin\">\r\n • Receive the list of external examiners (for conducting practical examinations) for various</div>\r\n<div id=\"cke_pastebin\">\r\n courses from Heads of the Department for record purpose.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 8</div>\r\n<div id=\"cke_pastebin\">\r\n • Seating arrangement shall be made centrally as per the master plan for seating</div>\r\n<div id=\"cke_pastebin\">\r\n arrangement.</div>\r\n<div id=\"cke_pastebin\">\r\n • CoE shall appoint staff for examination as per requirement.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ There shall be one invigilator for a block of 25- 35 (maximum up to40) students</div>\r\n<div id=\"cke_pastebin\">\r\n subject to maximum two per room.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Reliever: One reliever per five class rooms subject to maximum of two</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Invigilators, additional invigilator, and relievers shall be appointed centrally among</div>\r\n<div id=\"cke_pastebin\">\r\n the faculty of all departments.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Depending on the need and availability, CoE may change the number of staff for</div>\r\n<div id=\"cke_pastebin\">\r\n conducting examination.</div>\r\n<div id=\"cke_pastebin\">\r\n • On each day of examination, CoE shall hand over required number of packets of</div>\r\n<div id=\"cke_pastebin\">\r\n question papers to the Chief Superintendent/CEC at least one hour before the</div>\r\n<div id=\"cke_pastebin\">\r\n commencement of examination. Prior to opening, however, Chief Superintendent/CEC</div>\r\n<div id=\"cke_pastebin\">\r\n shall sign on all the packets indicating the date and time of opening the packets. They</div>\r\n<div id=\"cke_pastebin\">\r\n shall then take out the required number of question papers from the packets and arrange</div>\r\n<div id=\"cke_pastebin\">\r\n moderator of respective paper to get rectified any discrepancies if found, before</div>\r\n<div id=\"cke_pastebin\">\r\n distributing them in required quantity to the invigilators.</div>\r\n<div id=\"cke_pastebin\">\r\n • CoE shall hand over the required material to the CEC and in turn the CEC will conduct</div>\r\n<div id=\"cke_pastebin\">\r\n the examination as per the existing rules.</div>\r\n<div id=\"cke_pastebin\">\r\n • The invigilators shall follow the “Guidelines/Instructions to the Invigilators” of the</div>\r\n<div id=\"cke_pastebin\">\r\n college.</div>\r\n<div id=\"cke_pastebin\">\r\n • There shall be continuous monitoring by taking rounds in different examination blocks to</div>\r\n<div id=\"cke_pastebin\">\r\n confirm that invigilators are performing their duties properly and discipline is being</div>\r\n<div id=\"cke_pastebin\">\r\n maintained during examination.</div>\r\n<div id=\"cke_pastebin\">\r\n • CEC shall forward the cases of misbehaviour, indiscipline, malpractices, attempt to copy,</div>\r\n<div id=\"cke_pastebin\">\r\n copying cases to CoE for taking necessary action.</div>\r\n<div id=\"cke_pastebin\">\r\n • After receiving the answer books from CEC, ACoE(Assistant Controller of</div>\r\n<div id=\"cke_pastebin\">\r\n Examinations) shall check them as per the attendance record submitted by the</div>\r\n<div id=\"cke_pastebin\">\r\n invigilators and then sort out the answer books of each course separately.</div>\r\n<div id=\"cke_pastebin\">\r\n • ACoE shall direct the sealing assistant to tie the bundles of answer books of each course</div>\r\n<div id=\"cke_pastebin\">\r\n separately along with two copies of question papers; copies of attendance sheet, record of</div>\r\n<div id=\"cke_pastebin\">\r\n supplements issued etc. and pack them. Thereafter, he/she shall handover all packets to</div>\r\n<div id=\"cke_pastebin\">\r\n the ACE looking after assessment on the same day or latest on the next day. He/she shall</div>\r\n<div id=\"cke_pastebin\">\r\n maintain the record of all such packets of answer books.</div>\r\n<div id=\"cke_pastebin\">\r\n • Office-clerk (examination) shall maintain the account of answers books and supplements</div>\r\n<div id=\"cke_pastebin\">\r\n received and consumed for the examination in a register. He/She shall also prepare the</div>\r\n<div id=\"cke_pastebin\">\r\n bills of remuneration of all staff involved in the examination work and submit those to</div>\r\n<div id=\"cke_pastebin\">\r\n ACE for further action.</div>\r\n<div id=\"cke_pastebin\">\r\n • CEC shall prepare the bill for remunerations of staff involved in SEE as per rules.</div>\r\n<div id=\"cke_pastebin\">\r\n • Remuneration shall be paid to the staff involved in conduct of examination after the</div>\r\n<div id=\"cke_pastebin\">\r\n examination is over and account of payment shall be submitted to the office within a</div>\r\n<div id=\"cke_pastebin\">\r\n week.</div>\r\n<div id=\"cke_pastebin\">\r\n 7.2 Semester End Examination for Lab courses</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 9</div>\r\n<div id=\"cke_pastebin\">\r\n Semester End Examination for lab shall be conducted as per the examination schedule</div>\r\n<div id=\"cke_pastebin\">\r\n approved by EC. However in case of any emergency, the examination may be rescheduled</div>\r\n<div id=\"cke_pastebin\">\r\n with the prior approval of CoEs. College Examination Coordinator (CEC) shall act as</div>\r\n<div id=\"cke_pastebin\">\r\n coordinator for conducting practical examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n • CEC /Lecturer in-charge of the concerned department shall be responsible for proper</div>\r\n<div id=\"cke_pastebin\">\r\n conduct of practical examinations and various examination related activities of the</div>\r\n<div id=\"cke_pastebin\">\r\n concerned department. However, Lecturer in-charge shall take the services of staff of</div>\r\n<div id=\"cke_pastebin\">\r\n his/her Department for this purpose.</div>\r\n<div id=\"cke_pastebin\">\r\n • CEC in consultation with Lecturer in-charge and CoE shall prepare detailed timetable</div>\r\n<div id=\"cke_pastebin\">\r\n (batch-wise) for the lab examination of the concerned department.</div>\r\n<div id=\"cke_pastebin\">\r\n • The Lecturer in-charge shall submit the schedule and final list of examiners for all lab</div>\r\n<div id=\"cke_pastebin\">\r\n examinations to exam cell. Based on the list of examiners received from Lecturer in-</div>\r\n<div id=\"cke_pastebin\">\r\n charge, CoE shall issue the appointment orders.</div>\r\n<div id=\"cke_pastebin\">\r\n • For external evaluation of UG project and PG project in practicals, external examiner</div>\r\n<div id=\"cke_pastebin\">\r\n outside the college is mandatory.</div>\r\n<div id=\"cke_pastebin\">\r\n • Appointments of the external examiners for semester end evaluation of Practicals</div>\r\n<div id=\"cke_pastebin\">\r\n shall be done only for Even semesters for UG Courses. Whereas, for PG Courses</div>\r\n<div id=\"cke_pastebin\">\r\n external examiners are appointed for both odd and even semesters from the list of</div>\r\n<div id=\"cke_pastebin\">\r\n Examiners recommended by BoS of the respective departments</div>\r\n<div id=\"cke_pastebin\">\r\n • Lecturer in-charge of concerned department shall send the required panels of external</div>\r\n<div id=\"cke_pastebin\">\r\n examiners for UG and PG projects to the exam cell. The appointment orders of</div>\r\n<div id=\"cke_pastebin\">\r\n internal and external examiner shall be issued by CoE/Convener of Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Committee.</div>\r\n<div id=\"cke_pastebin\">\r\n • Lecturer in-charge of the concerned department shall appoint internal staff for lab</div>\r\n<div id=\"cke_pastebin\">\r\n examination and forward the copy of the same to the CoE.</div>\r\n<div id=\"cke_pastebin\">\r\n • Internal examiners shall make all the necessary arrangements of equipment/laboratory</div>\r\n<div id=\"cke_pastebin\">\r\n setup required for conducting lab examination of the courses for which their</div>\r\n<div id=\"cke_pastebin\">\r\n appointment is made.</div>\r\n<div id=\"cke_pastebin\">\r\n • After the lab examination of the course is over, internal examiner along with the other</div>\r\n<div id=\"cke_pastebin\">\r\n examiner shall prepare the mark list, and submit it in sealed envelope to exam cell on</div>\r\n<div id=\"cke_pastebin\">\r\n the same day or latest by the next working day along with TA/DA and remuneration</div>\r\n<div id=\"cke_pastebin\">\r\n bills. These marks are not to be disclosed to the students.</div>\r\n<div id=\"cke_pastebin\">\r\n 7.3 Assessment of Self-study course, Internship, Employability skills and Projects:</div>\r\n<div id=\"cke_pastebin\">\r\n • Evaluation of Practicals, self-study course, Internship, Employability skills and</div>\r\n<div id=\"cke_pastebin\">\r\n projects shall be conducted as per the schedule approved by EC.</div>\r\n<div id=\"cke_pastebin\">\r\n • The student is evaluated for his/her self-study course or project through the quality of</div>\r\n<div id=\"cke_pastebin\">\r\n work carried out, the novelty in the concept, the report submitted and presentation(s)</div>\r\n<div id=\"cke_pastebin\">\r\n etc.</div>\r\n<div id=\"cke_pastebin\">\r\n • Appointments of the external examiners for semester end evaluation of project shall</div>\r\n<div id=\"cke_pastebin\">\r\n be issued by CoE based on the recommendations from BoS. Examination Committee</div>\r\n<div id=\"cke_pastebin\">\r\n shall prepare detailed timetable (batch-wise/student-wise) for the project examination</div>\r\n<div id=\"cke_pastebin\">\r\n and coordinate the conduct of the same.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 10</div>\r\n<div id=\"cke_pastebin\">\r\n 7.4 Scribes for Disabled Candidates</div>\r\n<div id=\"cke_pastebin\">\r\n Students who have identified themselves as students with disability should submit a</div>\r\n<div id=\"cke_pastebin\">\r\n written request to the Convener of Examination Committee three weeks before the</div>\r\n<div id=\"cke_pastebin\">\r\n commencement of SEE for scribe assistance. The facility of Scribe/Reader/Lab Assistant may</div>\r\n<div id=\"cke_pastebin\">\r\n be allowed to any person who has disability of 40% of more if so desired by the person. Such</div>\r\n<div id=\"cke_pastebin\">\r\n candidates may be given compensatory time of one hour for examination of 3 hours duration.</div>\r\n<div id=\"cke_pastebin\">\r\n 8. MALPRACTICES:</div>\r\n<div id=\"cke_pastebin\">\r\n Every student appearing for the Examination is liable to be charged as malpractice case, if</div>\r\n<div id=\"cke_pastebin\">\r\n he/she is observed as committing any one or more of the following acts:</div>\r\n<div id=\"cke_pastebin\">\r\n 1. Misbehaviour with officials or any other kind of rude behaviour in or near the</div>\r\n<div id=\"cke_pastebin\">\r\n Examination Hall and using obscene or abusive language.</div>\r\n<div id=\"cke_pastebin\">\r\n 2. Writing on the Question Paper / Admission Ticket and/or passing on the same to other</div>\r\n<div id=\"cke_pastebin\">\r\n student(s) in the Examination Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Disclosing his/her identity by writing name or any words or by making any peculiar</div>\r\n<div id=\"cke_pastebin\">\r\n marks or by writing USN on the pages other than the facing sheet in the answer</div>\r\n<div id=\"cke_pastebin\">\r\n scripts.</div>\r\n<div id=\"cke_pastebin\">\r\n 4. Possession of electronic gadgets like mobile phone, programmable calculator, pen-</div>\r\n<div id=\"cke_pastebin\">\r\n drive or such other /storage device in the Examination Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n 5. Communicating with any other student(s) or any other person(s) inside or outside the</div>\r\n<div id=\"cke_pastebin\">\r\n Examination Hall with a view to take assistance or aid to write answers in the</div>\r\n<div id=\"cke_pastebin\">\r\n examination.</div>\r\n<div id=\"cke_pastebin\">\r\n 6. Copying from the material or matter or answer(s) of another student or from similar</div>\r\n<div id=\"cke_pastebin\">\r\n aid or assistance rendered by another student within the Examination Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n 7. Making any request of representation or offer of any threat for inducement or bribery</div>\r\n<div id=\"cke_pastebin\">\r\n to Invigilator and/or any other official for favours in the Examination Hall or in the</div>\r\n<div id=\"cke_pastebin\">\r\n answer script.</div>\r\n<div id=\"cke_pastebin\">\r\n 8. Approaching directly or indirectly the teaching staff, officials or examiners or bring</div>\r\n<div id=\"cke_pastebin\">\r\n about undue pressure or influence upon them for favour in the examination.</div>\r\n<div id=\"cke_pastebin\">\r\n 9. Smuggling out or smuggling in the answer script pages or supplementary sheets or</div>\r\n<div id=\"cke_pastebin\">\r\n tearing them off and/or inserting pages written outside the examination hall into the</div>\r\n<div id=\"cke_pastebin\">\r\n answer scripts.</div>\r\n<div id=\"cke_pastebin\">\r\n 10. Receiving material from outside or inside the Examination Hall, for the purpose of</div>\r\n<div id=\"cke_pastebin\">\r\n copying.</div>\r\n<div id=\"cke_pastebin\">\r\n 11. Bringing into the Examination Hall or being found in possession of portions of an</div>\r\n<div id=\"cke_pastebin\">\r\n unauthorized book, manuscript, or such other material or matter in the Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n 12. Copying or taking aid from any material or matter referred to in sub-clauses (9 & 10)</div>\r\n<div id=\"cke_pastebin\">\r\n above to answer in the examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n 13. Attempting to write the exam without possessing a valid ID card / Hall Ticket /</div>\r\n<div id=\"cke_pastebin\">\r\n permission from competent authority. Impersonating or allowing any other person to</div>\r\n<div id=\"cke_pastebin\">\r\n impersonate to answer in his/her place in the Examinational Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 11</div>\r\n<div id=\"cke_pastebin\">\r\n 14. Committing any other act or commission or omission intending to gain an advantage</div>\r\n<div id=\"cke_pastebin\">\r\n or favour in the examination by misleading, deceiving or inducing the examiner or</div>\r\n<div id=\"cke_pastebin\">\r\n official.</div>\r\n<div id=\"cke_pastebin\">\r\n 15. Having in one’s possession any written matter on scribbling pad, calculator, palm,</div>\r\n<div id=\"cke_pastebin\">\r\n hand, leg or any other part of the body, hand-kerchief, clothing, socks, instrument</div>\r\n<div id=\"cke_pastebin\">\r\n box, identity card, hall ticket, scales etc.,</div>\r\n<div id=\"cke_pastebin\">\r\n 16. Destroying any evidence of malpractice like, tearing or mutilating the answer script(s)</div>\r\n<div id=\"cke_pastebin\">\r\n or running away along with the answer script(s) from the Examination Hall.</div>\r\n<div id=\"cke_pastebin\">\r\n 8.1 Procedure for reporting the malpractice/s:</div>\r\n<div id=\"cke_pastebin\">\r\n The CoE with the consent of the Chief Superintendent/CEC shall appoint</div>\r\n<div id=\"cke_pastebin\">\r\n Observers/squad according to the need to ensure proper conduct of examination and to</div>\r\n<div id=\"cke_pastebin\">\r\n discourage Malpractice(s).</div>\r\n<div id=\"cke_pastebin\">\r\n • The Observers shall be faculty members of the college and/or from other institutions.</div>\r\n<div id=\"cke_pastebin\">\r\n • The Observers / Squad shall inspect the Examination Blocks/Halls assigned to them</div>\r\n<div id=\"cke_pastebin\">\r\n by the CoE frequently and through surprise visits to ensure whether the arrangements</div>\r\n<div id=\"cke_pastebin\">\r\n made and procedures established for conducting the examination(s) are adequate and</div>\r\n<div id=\"cke_pastebin\">\r\n fool-proof.</div>\r\n<div id=\"cke_pastebin\">\r\n • The Observers shall initiate action to curb Malpractices as covered in previous</div>\r\n<div id=\"cke_pastebin\">\r\n Section and report any incident of Malpractice impartially to the CS and CoE through</div>\r\n<div id=\"cke_pastebin\">\r\n the CEC.</div>\r\n<div id=\"cke_pastebin\">\r\n • The Observers shall report all the instances of grave Malpractices such as Mass</div>\r\n<div id=\"cke_pastebin\">\r\n Copying etc., to the CS/CoE immediately.</div>\r\n<div id=\"cke_pastebin\">\r\n • If a Malpractice Case is detected by the invigilator/ or any other Official, he/she shall</div>\r\n<div id=\"cke_pastebin\">\r\n seize the incriminating materials and the answer script(s) and report the same to the</div>\r\n<div id=\"cke_pastebin\">\r\n CS/CEC or to CoE.</div>\r\n<div id=\"cke_pastebin\">\r\n • When malpractice is brought to the notice of CS/CEC either by the Observer(s) or by</div>\r\n<div id=\"cke_pastebin\">\r\n the Room Superintendent, he/she shall hold a preliminary inquiry and record the</div>\r\n<div id=\"cke_pastebin\">\r\n Report of the Room Superintendent, the statement of the student(s) concerned in the</div>\r\n<div id=\"cke_pastebin\">\r\n presence of a teaching staff other than the Invigilator concerned. Only then, he/she</div>\r\n<div id=\"cke_pastebin\">\r\n shall forward malpractice report along with the answer script(s), other incriminating</div>\r\n<div id=\"cke_pastebin\">\r\n materials and other enclosures in a sealed cover to the CoE immediately. However,</div>\r\n<div id=\"cke_pastebin\">\r\n answer script(s) of subsequent papers of such student(s) booked under Malpractice,</div>\r\n<div id=\"cke_pastebin\">\r\n shall be sent along with other answer scripts and shall not be marked as Malpractice</div>\r\n<div id=\"cke_pastebin\">\r\n Case (MPC) anywhere.</div>\r\n<div id=\"cke_pastebin\">\r\n • The student, the invigilator and the CEC / Observer (if the case was detected by the</div>\r\n<div id=\"cke_pastebin\">\r\n Observer) shall be required to give their statement in their own handwriting in the</div>\r\n<div id=\"cke_pastebin\">\r\n prescribed proforma given by CoE office. If the space provided in the printed</div>\r\n<div id=\"cke_pastebin\">\r\n proforma is not sufficient, extra sheet(s) shall be attached. These statements shall</div>\r\n<div id=\"cke_pastebin\">\r\n always be concise, clear, specific and complete in every respect and include all the</div>\r\n<div id=\"cke_pastebin\">\r\n known facts and the relevant circumstances of the case and other evidences.</div>\r\n<div id=\"cke_pastebin\">\r\n • If the student refuses to handover the forbidden material or the student refuses to give</div>\r\n<div id=\"cke_pastebin\">\r\n the statement, the student shall be asked to record in writing his/her refusal to give a</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 12</div>\r\n<div id=\"cke_pastebin\">\r\n statement. If he/she refuses to do even that, the facts shall be recorded, duly witnessed</div>\r\n<div id=\"cke_pastebin\">\r\n by any other two members of the faculty.</div>\r\n<div id=\"cke_pastebin\">\r\n • The CEC shall report each Malpractice case separately to CoE, unless it is inter-</div>\r\n<div id=\"cke_pastebin\">\r\n related to any other case(s).</div>\r\n<div id=\"cke_pastebin\">\r\n • The student(s) booked under Malpractice shall be allowed to write the subsequent</div>\r\n<div id=\"cke_pastebin\">\r\n papers. Having allowed to appear for the papers after booking the case under</div>\r\n<div id=\"cke_pastebin\">\r\n Malpractice, the student shall have no claim over the performance of the subsequent</div>\r\n<div id=\"cke_pastebin\">\r\n papers. The answer scripts of those students booked under Malpractice shall be</div>\r\n<div id=\"cke_pastebin\">\r\n evaluated and the results shall be kept in abeyance, until such time the Chief</div>\r\n<div id=\"cke_pastebin\">\r\n Superintendent passes his orders based on the recommendations of the Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Monitoring Enquiry Committee.</div>\r\n<div id=\"cke_pastebin\">\r\n • When, a student is booked under Malpractice(s), the CS / CEC shall strictly adhere to</div>\r\n<div id=\"cke_pastebin\">\r\n following steps:</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Stop the student from writing that particular paper, in which he/she has been</div>\r\n<div id=\"cke_pastebin\">\r\n booked under alleged Malpractice.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Issue a memo instructing the student to attend the meeting of the Malpractice</div>\r\n<div id=\"cke_pastebin\">\r\n Cases Consideration Committee as per instructions of the CoE.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Send the answer script of that particular paper separately to the Office of the</div>\r\n<div id=\"cke_pastebin\">\r\n CoE, along with other relevant documents, in a sealed cover. The said cover</div>\r\n<div id=\"cke_pastebin\">\r\n shall be super scribed as MPC.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Do not confiscate the Hall Ticket.</div>\r\n<div id=\"cke_pastebin\">\r\n ➢ Permit the student to write the subsequent papers of the examinations, if any</div>\r\n<div id=\"cke_pastebin\">\r\n and such answer scripts shall be sent to the CoE along with other answer</div>\r\n<div id=\"cke_pastebin\">\r\n scripts, without being marked as MPC anywhere.</div>\r\n<div id=\"cke_pastebin\">\r\n 8.2 Examination Malpractices Enquiry Committee</div>\r\n<div id=\"cke_pastebin\">\r\n The Malpractice cases registered during the Continuous Internal Evaluation (CIE) /</div>\r\n<div id=\"cke_pastebin\">\r\n Semester End Examinations (SEE) are resolved by the EMEC, which is constituted by the</div>\r\n<div id=\"cke_pastebin\">\r\n College shall be the competent authority to enquire the act of misconduct/ malpractice and</div>\r\n<div id=\"cke_pastebin\">\r\n recommend appropriate disciplinary action against the students using, attempting to use,</div>\r\n<div id=\"cke_pastebin\">\r\n aiding, abetting, instigating or allowing unfair means at the examination conducted by the</div>\r\n<div id=\"cke_pastebin\">\r\n University.</div>\r\n<div id=\"cke_pastebin\">\r\n The Examination Malpractices Enquiry Committee (EMEC) shall be appointed by the</div>\r\n<div id=\"cke_pastebin\">\r\n Principal of the College. It shall consist of not more than five members.</div>\r\n<div id=\"cke_pastebin\">\r\n 1. Convener –Faculty of the College not below the rank of Lecturer in-charge</div>\r\n<div id=\"cke_pastebin\">\r\n 2. Controller of Examinations</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Two members (Teaching faculty of the College) nominated by the Principal</div>\r\n<div id=\"cke_pastebin\">\r\n 4. One external member from any other autonomous college</div>\r\n<div id=\"cke_pastebin\">\r\n Functions of the Committee:</div>\r\n<div id=\"cke_pastebin\">\r\n • The EMEC shall function as a recommendatory body and submit its recommendations</div>\r\n<div id=\"cke_pastebin\">\r\n in the form of a report to principal through CoE. The Competent Authority (Principal</div>\r\n<div id=\"cke_pastebin\">\r\n of the College) may impose a fine and/or punishment on the student /person</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 13</div>\r\n<div id=\"cke_pastebin\">\r\n concerned declared guilty taking into account the recommendation of the Examination</div>\r\n<div id=\"cke_pastebin\">\r\n Malpractices Enquiry Committee (EMEC).</div>\r\n<div id=\"cke_pastebin\">\r\n • The EMEC shall have all the powers to issue notice, summon the candidate and</div>\r\n<div id=\"cke_pastebin\">\r\n witness, record their statements and recommend appropriate punishment/ penalty as</div>\r\n<div id=\"cke_pastebin\">\r\n per the norms provided in the regulations.</div>\r\n<div id=\"cke_pastebin\">\r\n • A prime facie case of Misconduct/ Malpractice in examinations reported to the</div>\r\n<div id=\"cke_pastebin\">\r\n College by the Chief Superintendent/ or Examiners shall be enquired into by the</div>\r\n<div id=\"cke_pastebin\">\r\n EMEC.</div>\r\n<div id=\"cke_pastebin\">\r\n • Lecturer in-charge of the Department / Ward in-charge shall be the competent</div>\r\n<div id=\"cke_pastebin\">\r\n authority to implement appropriate disciplinary action recommended against the</div>\r\n<div id=\"cke_pastebin\">\r\n candidate.</div>\r\n<div id=\"cke_pastebin\">\r\n 9. ATTENDANCE REQUIREMENT:</div>\r\n<div id=\"cke_pastebin\">\r\n • Attendance in all the components is compulsory, while pursuing studies in any</div>\r\n<div id=\"cke_pastebin\">\r\n Semester and shall reckon as,</div>\r\n<div id=\"cke_pastebin\">\r\n • Candidate shall be eligible to appear for End semester examination if he/she acquires</div>\r\n<div id=\"cke_pastebin\">\r\n a minimum of 75% attendance in aggregate in all he subjects during a semester.</div>\r\n<div id=\"cke_pastebin\">\r\n • No consideration whatsoever in attendance will be shown to any student for late</div>\r\n<div id=\"cke_pastebin\">\r\n admission due to any reason.</div>\r\n<div id=\"cke_pastebin\">\r\n • Condonation of shortage of attendance may be recommended provided a student puts</div>\r\n<div id=\"cke_pastebin\">\r\n in at least 62.5% attendance in all the papers put together, and the Principal is</div>\r\n<div id=\"cke_pastebin\">\r\n satisfied with the reason for shortage of attendance.</div>\r\n<div id=\"cke_pastebin\">\r\n • A student who could not satisfy these requirements of attendance as given in clauses</div>\r\n<div id=\"cke_pastebin\">\r\n above, in any semester, shall have to repeat that semester.</div>\r\n<div id=\"cke_pastebin\">\r\n • Further a student is required to complete the course of study satisfying the attendance</div>\r\n<div id=\"cke_pastebin\">\r\n requirements in all the six semesters, within a period of first twelve semesters from</div>\r\n<div id=\"cke_pastebin\">\r\n the time of admission, failing which he/she shall forfeit his/her seat.</div>\r\n<div id=\"cke_pastebin\">\r\n 10. Semester End Examination Result</div>\r\n<div id=\"cke_pastebin\">\r\n Results usually shall be declared after 20 days from the date of the last examination. After</div>\r\n<div id=\"cke_pastebin\">\r\n all grievances are addressed, the final result will be declared by CoE office after two weeks.</div>\r\n<div id=\"cke_pastebin\">\r\n 11. Supplementary Examinations:</div>\r\n<div id=\"cke_pastebin\">\r\n No supplementary examinations as per UGC guidelines.</div>\r\n<div id=\"cke_pastebin\">\r\n 12. Pass Mark Regulations:</div>\r\n<div id=\"cke_pastebin\">\r\n In CBCS system, 10 point scale evaluation is followed. Examinations are conducted in</div>\r\n<div id=\"cke_pastebin\">\r\n Continuous Internal Assessment (CIA) and Semester End Examinations (SEE) pattern.</div>\r\n<div id=\"cke_pastebin\">\r\n (a) Passing minimum for end of semester exam for UG courses will be 40% out of 75</div>\r\n<div id=\"cke_pastebin\">\r\n marks (i.e., 30 marks). Passing minimum for Internal Examination will be 40% out of</div>\r\n<div id=\"cke_pastebin\">\r\n 25 marks (i.e., 10 marks).</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 14</div>\r\n<div id=\"cke_pastebin\">\r\n (b) Passing minimum for end of semester exam for PG Courses will be 40% out of 80</div>\r\n<div id=\"cke_pastebin\">\r\n marks (i.e., 32 marks). Passing minimum for Internal Examination will be 40% out of</div>\r\n<div id=\"cke_pastebin\">\r\n 20 marks (i.e., 08 marks).</div>\r\n<div id=\"cke_pastebin\">\r\n (c) Lab Courses (Practical / Field trip/Study project): Practical’s are being conducted for</div>\r\n<div id=\"cke_pastebin\">\r\n 100 marks split between odd and even semesters for 50 marks each. Out of 50 marks,</div>\r\n<div id=\"cke_pastebin\">\r\n 40 marks are to be awarded for experiments/job works and 5 marks for record and 5</div>\r\n<div id=\"cke_pastebin\">\r\n for viva-voce examination.</div>\r\n<div id=\"cke_pastebin\">\r\n 13. Instant Examinations</div>\r\n<div id=\"cke_pastebin\">\r\n (a) Instant examinations are conducted only for the Final Year regular outgoing students</div>\r\n<div id=\"cke_pastebin\">\r\n immediately after declaration of final results.</div>\r\n<div id=\"cke_pastebin\">\r\n (b) If any student fail in any of two papers (including) of any semester are permitted to</div>\r\n<div id=\"cke_pastebin\">\r\n appear for instant examinations.</div>\r\n<div id=\"cke_pastebin\">\r\n (c) Generally instant examinations will be scheduled within 10 days after declaration of</div>\r\n<div id=\"cke_pastebin\">\r\n final year results.</div>\r\n<div id=\"cke_pastebin\">\r\n 14. Credits Required for Award of Degree:</div>\r\n<div id=\"cke_pastebin\">\r\n 14.1 For UG Courses:</div>\r\n<div id=\"cke_pastebin\">\r\n A student shall become eligible for the award of U.G degree, if he/she earns a</div>\r\n<div id=\"cke_pastebin\">\r\n minimum of 134 credits for BA, B Com(Gen),148 credits for B Com(CA), 158 credits for</div>\r\n<div id=\"cke_pastebin\">\r\n BSc by passing all the core and electives along with practicals, seminars, comprehensive</div>\r\n<div id=\"cke_pastebin\">\r\n viva-voce prescribed for the programme.</div>\r\n<div id=\"cke_pastebin\">\r\n 14.2 For PG Courses:</div>\r\n<div id=\"cke_pastebin\">\r\n A student shall become eligible for the award of P.G degree, if he/she earns a</div>\r\n<div id=\"cke_pastebin\">\r\n minimum of 96 credits by passing all the core and electives along with practicals, seminars,</div>\r\n<div id=\"cke_pastebin\">\r\n comprehensive viva-voce prescribed for the programme.</div>\r\n<div id=\"cke_pastebin\">\r\n 1. It is mandatory for a student to complete successfully all the core courses pertaining</div>\r\n<div id=\"cke_pastebin\">\r\n to his/her specialization of study.</div>\r\n<div id=\"cke_pastebin\">\r\n 2. A student may choose Generic Electives from the list of elective courses offered from</div>\r\n<div id=\"cke_pastebin\">\r\n his/her specialization of study.</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Further, a student may select from a list of Elective courses from other Departments</div>\r\n<div id=\"cke_pastebin\">\r\n as Open Electives to “suit the required” number of credits, such that the total credits is</div>\r\n<div id=\"cke_pastebin\">\r\n at least 134 credits for BA, BCom(Gen),148 credits for BCom(CA), 158 credits for</div>\r\n<div id=\"cke_pastebin\">\r\n BSc and 96 for PG Courses.</div>\r\n<div id=\"cke_pastebin\">\r\n 4. There should be a register maintained by the Lecturer in-charge of the Department</div>\r\n<div id=\"cke_pastebin\">\r\n indicating for each student, the course (s) registered by the student within the</div>\r\n<div id=\"cke_pastebin\">\r\n department, so that “Generic Electives” opted by the student are indicated.</div>\r\n<div id=\"cke_pastebin\">\r\n 5. In the case of Open Elective, the Lecturer in-charge of the Department should prepare</div>\r\n<div id=\"cke_pastebin\">\r\n a statement /register indicating the courses chosen/opted by the students of the</div>\r\n<div id=\"cke_pastebin\">\r\n department in other departments.</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 15</div>\r\n<div id=\"cke_pastebin\">\r\n 6. The Lecturer in-charge of the Department should send the list of registered papers</div>\r\n<div id=\"cke_pastebin\">\r\n (opted by the student) to the Principal with a copy to the controller of examinations</div>\r\n<div id=\"cke_pastebin\">\r\n immediately within a week commencement of each semester.</div>\r\n<div id=\"cke_pastebin\">\r\n 14.3 ADDITIONAL CREDITS FOR Certificate/Diploma/Advanced Diploma/Online</div>\r\n<div id=\"cke_pastebin\">\r\n courses</div>\r\n<div id=\"cke_pastebin\">\r\n It is resolved by Board of Studies of the all the faculties of various departments</div>\r\n<div id=\"cke_pastebin\">\r\n unanimously to award extra credits to the students for completing</div>\r\n<div id=\"cke_pastebin\">\r\n Certificate/Diploma/Advanced Diploma/Online courses offered by the college.</div>\r\n<div id=\"cke_pastebin\">\r\n 15. Calculation of Cumulative Grade Point Average (CGPA) and Semester</div>\r\n<div id=\"cke_pastebin\">\r\n Grade Point Average (SGPA)</div>\r\n<div id=\"cke_pastebin\">\r\n • Cumulative performance of all the semesters together will reflect performance in the</div>\r\n<div id=\"cke_pastebin\">\r\n whole programme and it will be known as Semester Grade Point Average (SGPA),</div>\r\n<div id=\"cke_pastebin\">\r\n Cumulative Grade Point Average (CGPA) respectively.</div>\r\n<div id=\"cke_pastebin\">\r\n • SGPA/CGPA is the real indicators of a students’ performance of the programme.</div>\r\n<div id=\"cke_pastebin\">\r\n CGPA is computed as the ratio of total credits points secured by a student in various</div>\r\n<div id=\"cke_pastebin\">\r\n courses in all semesters and sum of the total credits of all courses in all semesters.</div>\r\n<div id=\"cke_pastebin\">\r\n SGPA, CGPA may be computed up to two decimal places.</div>\r\n<div id=\"cke_pastebin\">\r\n 16. Grievances in Examinations</div>\r\n<div id=\"cke_pastebin\">\r\n The examination system of the College shall also provide for mechanism to redress/</div>\r\n<div id=\"cke_pastebin\">\r\n resolve any reasonable and valid issue(s) of grievances and provide relief to the concerned</div>\r\n<div id=\"cke_pastebin\">\r\n Candidates. All such matters shall be resolved subject to the College/parent University rules</div>\r\n<div id=\"cke_pastebin\">\r\n and regulations.</div>\r\n<div id=\"cke_pastebin\">\r\n 16.1. Photocopy of Answer-script(s)</div>\r\n<div id=\"cke_pastebin\">\r\n After declaration of the examination results with marks, if any candidate wishes to</div>\r\n<div id=\"cke_pastebin\">\r\n apply for Photocopy/ photocopies of theory answer-scripts (subject to a maximum of 3</div>\r\n<div id=\"cke_pastebin\">\r\n scripts/ candidate), he/she shall apply to the COE by paying the prescribed fees notified by</div>\r\n<div id=\"cke_pastebin\">\r\n the College from time to time within 10 days from the date of announcement of results of the</div>\r\n<div id=\"cke_pastebin\">\r\n respective course.</div>\r\n<div id=\"cke_pastebin\">\r\n S. No. Certificate/Diploma/Advanced</div>\r\n<div id=\"cke_pastebin\">\r\n Diploma/Online courses</div>\r\n<div id=\"cke_pastebin\">\r\n Course</div>\r\n<div id=\"cke_pastebin\">\r\n duration(days) Credits</div>\r\n<div id=\"cke_pastebin\">\r\n 1 Certificate/Diploma/Advanced</div>\r\n<div id=\"cke_pastebin\">\r\n Diploma/Online courses</div>\r\n<div id=\"cke_pastebin\">\r\n 30 1</div>\r\n<div id=\"cke_pastebin\">\r\n 60 2</div>\r\n<div id=\"cke_pastebin\">\r\n 120 3</div>\r\n<div id=\"cke_pastebin\">\r\n 150 4</div>\r\n<div id=\"cke_pastebin\">\r\n Examination and Evaluation Policy 20182022</div>\r\n<div id=\"cke_pastebin\">\r\n PVKN GOVT College(A), Chittoor 16</div>\r\n<div id=\"cke_pastebin\">\r\n 16.2. Re-evaluation</div>\r\n<div id=\"cke_pastebin\">\r\n 1. Re-evaluation is applicable only for theory papers and shall not be entertained for</div>\r\n<div id=\"cke_pastebin\">\r\n other components such as practical/ Thesis/ Dissertation etc.</div>\r\n<div id=\"cke_pastebin\">\r\n 2. Every application for revaluation should be submitted by the candidate in the</div>\r\n<div id=\"cke_pastebin\">\r\n prescribed form along with the prescribed fee so as to be received by the Controller of</div>\r\n<div id=\"cke_pastebin\">\r\n Examinations within TWO WEEKS of obtaining the Results.</div>\r\n<div id=\"cke_pastebin\">\r\n 3. Re-evaluation of answer-scripts can be sought only with at least one affirmation by a</div>\r\n<div id=\"cke_pastebin\">\r\n teacher relevant to the subject as mentioned below and that any of the criteria below</div>\r\n<div id=\"cke_pastebin\">\r\n are satisfied</div>\r\n<div id=\"cke_pastebin\">\r\n • Finds that any answer(s) that has/have not been evaluated.</div>\r\n<div id=\"cke_pastebin\">\r\n • Finds that the answer valuation in full or part is not justified and there is</div>\r\n<div id=\"cke_pastebin\">\r\n reasonable ground for revaluation</div>\r\n<div id=\"cke_pastebin\">\r\n 4. The application for revaluation shall be submitted to the Controller of Examinations</div>\r\n<div id=\"cke_pastebin\">\r\n through the Lecturer in-charge of the concerned Department of study.</div>\r\n<div id=\"cke_pastebin\">\r\n 5. The CoE shall arrange for re-evaluation of such answer-scripts by an examiner from</div>\r\n<div id=\"cke_pastebin\">\r\n the approved panel of examiners. If there is a difference of more than 25% of</div>\r\n<div id=\"cke_pastebin\">\r\n maximum marks between the first valuation and Re-evaluation, the average of the</div>\r\n<div id=\"cke_pastebin\">\r\n original and re-evaluated marks shall be awarded to the candidate. Otherwise the</div>\r\n<div id=\"cke_pastebin\">\r\n candidate is entitled to the marks advantageous to him/ her.</div>\r\n<div id=\"cke_pastebin\">\r\n 6. The marks awarded by the original examiner if marked on the answer scripts shall be</div>\r\n<div id=\"cke_pastebin\">\r\n concealed from the answer script and sent for revaluation.</div>\r\n<div id=\"cke_pastebin\">\r\n 7. In cases of Re-evaluation(s), the College may provide two Answer-scripts of</div>\r\n<div id=\"cke_pastebin\">\r\n candidates who have secured high marks in the concerned paper/ subject to serve as</div>\r\n<div id=\"cke_pastebin\">\r\n bench-mark for re-evaluation.</div>\r\n<div id=\"cke_pastebin\">\r\n In all cases of revaluation, Fees once paid will not be refunded. Applications which</div>\r\n<div id=\"cke_pastebin\">\r\n are late and not in the prescribed form and which are found defective in any respect will not</div>\r\n<div id=\"cke_pastebin\">\r\n be entertained and will be summarily rejected without notice. In the case of applications</div>\r\n<div id=\"cke_pastebin\">\r\n which are found in order, the College shall take steps to get the answer-scripts re-evaluated.</div>\r\n<div id=\"cke_pastebin\">\r\n The result of the revaluation shall ordinarily be made known to the student through</div>\r\n<div id=\"cke_pastebin\">\r\n the Lecturer in-charge of the Department within 2 months of the last date of receipt of</div>\r\n<div id=\"cke_pastebin\">\r\n applications by the Office of the Controller of Examinations. No interim enquiries of any</div>\r\n<div id=\"cke_pastebin\">\r\n kind will be entertained in this regard. It may be noted that the College can never set in any</div>\r\n<div id=\"cke_pastebin\">\r\n case a time limit for the issue of the results of revaluation. The College will also therefore,</div>\r\n<div id=\"cke_pastebin\">\r\n not be liable for loss of any kind sustained by candidates concerned on account of the delay,</div>\r\n<div id=\"cke_pastebin\">\r\n if any, in issuing the results of revaluation.</div>\r\n<div id=\"cke_pastebin\">\r\n 17. Post-Evaluation Custody and Disposal of Answer-scripts</div>\r\n<div id=\"cke_pastebin\">\r\n 1. The evaluated Answer-scripts shall be preserved safely for a period of at least 3 yrs from</div>\r\n<div id=\"cke_pastebin\">\r\n the date of publication of results in their original packets bundled together. The bundles</div>\r\n<div id=\"cke_pastebin\">\r\n are to be stacked in racks with proper ven'),(158,'2.5.2 Grievances- Exam Cell','c252','<p>\r\n <google-sheets-html-origin></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 11pt; font-family: Calibri; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"414\" />\r\n <col width=\"414\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 63px;\">\r\n <td colspan=\"2\" font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" rowspan=\"1\" style=\"border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(255, 192, 0); font-family: \" text-align:=\"\" times=\"\">\r\n Year- (2022-23)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name of the student</td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Type of complaints/grievances about evaluation like (re-totalling/reeveation etc)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n M DEEPIKA (I Bcom CA) HT NO: 220202574</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about internal marks -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n G VENNELA, III BCom (CA) HT NO: 200202633</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about verification of marks in WEB TECH paper -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n B.Karthik,II BSC (DZC) HT NO: 220309501</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the final marks posted on results, the total is wrong -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n P PRAVALLIKA II BSc; MSCs HT NO: 210304539</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about internal marks -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n VADITHYA SHIREESHA, II B.Sc (B.SC.,BZC) HT NO: 210302544</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about internal marks -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n P SUDARSHAN, I BSc; MPCs HT NO: 220303523</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the attendence of examination(remark on not attended) -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n PAATOORU GNANENDRA, I B.A; HEP HT NO: 230101516</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about internal marks -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n </td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80); font-family: \" times=\"\">\r\n Total number of students opting grievience redressal for evaluation</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80);\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td colspan=\"2\" font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(255, 192, 0); font-family: \" text-align:=\"\" times=\"\">\r\n Year-(2021-22)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name of the student</td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Type of complaints/grievances about evaluation like (re-totalling/reeveation etc)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n T ERRAKKA III BCom (CA) HT NO: 200202523</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Grievance about internal marks -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n B HARISH,III B.Sc(B.SC.,BZC)</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify the IV SEM results and rectify it</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S SASIKIRAN II BSc; MSCs HT NO: 210304544</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Error in Marks-Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S.FARHANA I BSc; MPCs HT NO: 220303530</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the attendence of examination(remark on not attended) -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Y B DILEEP III Bcom; CA HT NO: 200202517</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint about the Mark posted in the result -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n A MAHESH; II BSc; MSCs HT NO: 210304503</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint about the hiding marks in Statistics in II SEM results -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n A DILLI BABU, III BCom (CA) HT NO: 200202518</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Error in Marks-Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n V SRUTHI II BSc; MSCs HT NO: 200304544</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify the IV SEM results and rectify it.</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n K LAKSHMIPATHI II BSc; MSCs HT NO: 200304519</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify the IV SEM results and rectify it.</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80); font-weight: bold; overflow-wrap: break-word;\">\r\n Total number of students opting grievience redressal for evaluation</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80);\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td colspan=\"2\" font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(255, 192, 0); font-family: \" text-align:=\"\" times=\"\">\r\n Year-(2020-21)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name of the student</td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Type of complaints/grievances about evaluation like (re-totalling/reeveation etc)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n J Jyotheeswar; II BCom (CA) HT NO: 210202536</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n N SURESH, II BSc; MSCs HT NO: 210304537</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify II SEM supply results rectify my attendance- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n P KIRAN KUMAR, III BCom (CA) HT NO: 200202552</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n K PURUSHOTHAM GOWDU, III BCom (CA) HT NO: 200202585</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint about the Mark posted in the result -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n M HARINATH, III BCom (CA) HT NO: 200202537</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n G VANAJA, III BSc; MSCs HT NO: 200304548</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint about the Mark posted in the result -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n V SUNIL, II BSc; MSCs HT NO: 210304549</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint about the Mark posted in the result -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S FIROJ II BSc; MSCs HT NO: 210304538</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify I SEM results -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n T VENKATESH II BSc; MSCs HT NO: 210304546</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify the II SEM results -Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n A.SEKHAR I BSc; MSCs HT NO: 220303503</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Correction for name in marks memo-Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80); font-family: \" times=\"\">\r\n Total number of students opting grievience redressal for evaluation</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80);\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td colspan=\"2\" font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(255, 192, 0); font-family: \" text-align:=\"\" times=\"\">\r\n Year- (2019-20)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name of the student</td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Type of complaints/grievances about evaluation like (re-totalling/reeveation etc)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n K ESWAR YADAV, III BCom (CA) HT NO: 200202524</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S KUMAR, III BCom (CA) HT NO: 200202555</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n J MADHU, IIIBSc; MSCs HT NO: 200304522</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S KARTHIK, III BSc; MSCs HT NO: 200304515</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S CHANDRASEKHR AZAD, III BSc; MSCs HT NO: 200304509</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n BV HEMALATHA, III BCom (CA) HT NO: 200202539</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaint against the total of marks - Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80); font-family: \" times=\"\">\r\n Total number of students opting grievience redressal for evaluation</td>\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80);\">\r\n </td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td colspan=\"2\" font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" rowspan=\"1\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(255, 192, 0); font-family: \" text-align:=\"\" times=\"\">\r\n Year- (2018-19)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name of the student</td>\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Type of complaints/grievances about evaluation like (re-totalling/re-eveation etc)</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n P BHANUPRAKASH, I BCom (CA) HT NO: 190202508</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaints about evaluation in exams- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n R RAJKUMAR IBSc; MSCS, HT NO: 190304529</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Name Correction in Marks Memo- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n S RAKHI, BCom (CA) HT NO: 190202578</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaints about evaluation in exams- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n P DILEEP, I BA; HPT HT NO: 200102036</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Correction for name change- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n TATIGOLLA SWAGATH BABU I BCOM (CA) HT NO: 190202585</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Complaints about evaluation in exams- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n S LAKSHMANUDU IBCOM(CA) HT NO: 190202572</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify I SEM results- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n CHENGATU MAHENDRABABU, IBSc; MSCs HT NO: 190304509</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify II SEM supply results rectify my attendance- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n V. VENKATA BHASKAR REDDY, IBSc; MSCs HT NO: 190304544</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n To verify II SEM supply results rectify my attendance- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n SUBRAMANYAMGARI SURESH, I BSc; BZC HT NO: 190302522</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Correction for name change- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n VANKALOPALLI MOHAN REDDY, I BSc, BZC HT NO: 190302525</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Correction for name change- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: bottom; font-family: \" times=\"\">\r\n CHITTIPIRALLA DILEEP, IBSc; MPCs HT NO: 190303505</td>\r\n <td font-size:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \" times=\"\">\r\n Correction for name change- Problem identified and rectified</td>\r\n </tr>\r\n <tr style=\"height: 63px;\">\r\n <td font-size:=\"\" font-weight:=\"\" new=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; color: rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle; background-color: rgb(146, 208, 80); font-family: \" times=\"\">\r\n Total number of students opting grievience redressal for evaluation</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(163,'3.1.1 Research Facilities','c311','<p style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"color:#8b4513;\"><strong><span style=\"font-family:times new roman,times,serif;\">Research Promotion policies <a href=\"/userfiles/file/Advisory%20committee%20(1).pdf\"><span style=\"color:#0000cd;\">download here</span></a> </span></strong></span></span></p>\r\n<p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></p>\r\n<h3>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Summary of Research Promotion Priorities at the College</span></span></strong></span></h3>\r\n<ol>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Cutting-Edge Research Facilities:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Continuous updates to laboratories, libraries, and technological resources.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Alignment with advancements across diverse academic fields.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Transparent Policy Framework:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Establishment of clear policies to promote research excellence.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Policies designed to nurture a thriving research culture.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessibility and Clarity:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Research promotion policies are readily available on the college website.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Clear outlines of criteria, expectations, and evaluation benchmarks for research activities.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Promotion Criteria:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Recognition of various research contributions beyond publications, including collaborative projects and grant acquisition.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Alignment of research activities with the college's mission and strategic goals.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Periodic Policy Reviews:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Regular updates to research promotion policies based on emerging trends and feedback.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusion of support mechanisms like grants, funding, and access to specialized resources.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Encouragement of Interdisciplinary Research:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Active promotion and reward of collaborations across different academic disciplines.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Emphasis on ethical research practices and responsible conduct.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Valuation of Diverse Research Outputs:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Recognition of non-traditional research outputs such as patents, software, and prototypes.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Communication of research opportunities, incentives, and resources.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Oversight by Academic Committees:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Dedicated committees ensure fair and consistent application of research promotion policies.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Integration of research contributions into faculty performance evaluations.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Promotion of Research-Centric Culture:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Active encouragement of inquiry, exploration, and knowledge generation among faculty and students.</span></span></strong></span></li>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Creation of an environment that fosters meaningful and impactful scholarly contributions.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Advancement of College Mission:</span></span></strong></span></p>\r\n <ul>\r\n <li>\r\n <span style=\"color:#8b4513;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Through updated research facilities and well-defined policies, the college advances its mission in research and academia.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n</ol>\r\n'),(164,'3.1.2 Seed Mondey','c312','<p>\r\n .</p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:449px;\" width=\"449\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"37\">\r\n <td colspan=\"3\" height=\"37\" style=\"height:37px;width:449px;\">\r\n The institution provides seed money to its teachers for research </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:201px;\">\r\n Name of the teacher provided with seed money</td>\r\n <td style=\"width:116px;\">\r\n Date of grant<br />\r\n DD-MM-YYYY</td>\r\n <td style=\"width:132px;\">\r\n Amount granted (INR in Lakhs)</td>\r\n </tr>\r\n <tr height=\"27\">\r\n <td height=\"27\" style=\"height:27px;width:201px;\">\r\n Dr. T.Malathi Gabriel</td>\r\n <td style=\"width:116px;\">\r\n 31-01-2020</td>\r\n <td style=\"width:132px;\">\r\n 13,000</td>\r\n </tr>\r\n <tr height=\"27\">\r\n <td height=\"27\" style=\"height:27px;width:201px;\">\r\n M.Hemalatha</td>\r\n <td style=\"width:116px;\">\r\n 27-04-2022</td>\r\n <td style=\"width:132px;\">\r\n 50,000</td>\r\n </tr>\r\n <tr height=\"27\">\r\n <td height=\"27\" style=\"height:27px;\">\r\n Dr.A.Sasikala</td>\r\n <td>\r\n 10-04-2023</td>\r\n <td>\r\n 45,000</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(165,'3.1.3 Fellow Ship','c313','<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">3.1.3 </span></span></span></p>\r\n<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Semianrs/Workshops conducted by the College</span></span></span></p>\r\n<p>\r\n <google-sheets-html-origin></google-sheets-html-origin></p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" data-sheets-baot=\"1\" data-sheets-root=\"1\" dir=\"ltr\" style=\"table-layout: fixed; font-size: 11pt; font-family: Calibri; width: 0px; border-collapse: collapse; border: none;\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <colgroup>\r\n <col width=\"120\" />\r\n <col width=\"256\" />\r\n <col width=\"341\" />\r\n <col width=\"199\" />\r\n </colgroup>\r\n <tbody>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">1</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Recent Trends in Commerce, Computer Application and Business Analytical in the Era of Digital Economy</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Commerce</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">27th February 2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2</span></span></span></td>\r\n <td bookman=\"\" old=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">National work shop on Trends in Climate change in view of Statistical Scenario(TCSS-2020)</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Botany</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">29th February 2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">3</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">One day Workshop on Soft skills and Hard Skills for Career development</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">English</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">16TH October 2019</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">4</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Capacity Building – New Education Policy 2019 & Examination Policy (CBNEP 2020)</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Botany</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">5th February 2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">5</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Emerging Trends in Green Energy and Environmental Sustainability (ETGE – 2020)</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Botany</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2nd March 2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">6</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">One Day workshop on “Herbal Medicine: Role of Medicinal plants on Human Health care”</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Botany</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">17.09.2019</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">7</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Workshop by the Dept. of English on “Hard skills and soft skills for career adv ancement”</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">English</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">23.10.2019</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">8</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">One Day National seminar on “Recent Trends in Commerce, Computer a pplication and Business Analytics in the Era of Digital Economy</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Commerce</span></span></span></td>\r\n <td book=\"\" font-size:=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">27.02.2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border: 1px solid rgb(204, 204, 204); overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">9.</span></span></span></td>\r\n <td bookman=\"\" old=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">National work Shop on CAPACITY BUILDING-NEW EDUCATION POLICY& Examination policy(CBNEP-202020)</span></span></span></td>\r\n <td bookman=\"\" old=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN Govt.College Chittoor</span></span></span></td>\r\n <td bookman=\"\" old=\"\" overflow-wrap:=\"\" style=\"border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 0px 3px; vertical-align: middle; font-family: \">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">02-05-2020</span></span></span></td>\r\n </tr>\r\n <tr style=\"height: 20px;\">\r\n <td style=\"border: 1px solid rgb(204, 204, 204); color: rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); color: rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: bottom;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></td>\r\n <td style=\"border: 1px solid rgb(204, 204, 204); color: rgb(0, 0, 0); overflow: hidden; padding: 0px 3px; vertical-align: middle;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<p>\r\n <span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n'),(166,'3.2.1 Research Grants','c321','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:812px;\" width=\"811\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:217px;\">\r\n Name of of the PI/ Co-PI/Name of the person holding the Chair</td>\r\n <td style=\"width:159px;\">\r\n Title of the research project, endowments, Research Chairs</td>\r\n <td style=\"width:135px;\">\r\n Name of the funding agency</td>\r\n <td style=\"width:99px;\">\r\n Duration </td>\r\n <td style=\"width:100px;\">\r\n Year of award or sanction</td>\r\n <td style=\"width:103px;\">\r\n Amount in INR.</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td dir=\"LTR\" height=\"20\" style=\"height:20px;width:217px;\">\r\n Dr. P. Sujana</td>\r\n <td dir=\"LTR\" style=\"width:159px;\">\r\n Inspire</td>\r\n <td dir=\"LTR\" style=\"width:135px;\">\r\n DST, New Delhi</td>\r\n <td dir=\"LTR\" style=\"width:99px;\">\r\n 2018-19</td>\r\n <td align=\"right\" dir=\"LTR\" style=\"width:100px;\">\r\n 2018</td>\r\n <td align=\"right\" dir=\"LTR\" style=\"width:103px;\">\r\n 800000</td>\r\n </tr>\r\n <tr height=\"80\">\r\n <td dir=\"LTR\" height=\"80\" style=\"height:80px;width:217px;\">\r\n Dr. Y.Rajasekhar</td>\r\n <td style=\"width:159px;\">\r\n Workshop on Crypto currency and Block Chain Technology multi disciplinary approach</td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2018-19</td>\r\n <td align=\"right\">\r\n 2019</td>\r\n <td align=\"right\">\r\n 40000</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n Dr. T.Malathi Gabriel </td>\r\n <td style=\"width:159px;\">\r\n Workshop on emerging trends and E- Tools in English language</td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2018-19</td>\r\n <td align=\"right\">\r\n 2019</td>\r\n <td align=\"right\">\r\n 50000</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td dir=\"LTR\" height=\"20\" style=\"height:20px;width:217px;\">\r\n Dr. P. Sujana</td>\r\n <td dir=\"LTR\" style=\"width:159px;\">\r\n Inspire</td>\r\n <td dir=\"LTR\" style=\"width:135px;\">\r\n DST, New Delhi</td>\r\n <td>\r\n 2019-20</td>\r\n <td align=\"right\">\r\n 2019</td>\r\n <td align=\"right\">\r\n 1300000</td>\r\n </tr>\r\n <tr height=\"160\">\r\n <td height=\"160\" style=\"height:160px;\">\r\n Dr. V. Masulamani</td>\r\n <td style=\"width:159px;\">\r\n National seminor on the recent trends in Commerce, Computer Applications and Business Analytics in the era of digital economy</td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2019-20</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td align=\"right\">\r\n 95000</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;\">\r\n Dr. C. Meera Saheb</td>\r\n <td style=\"width:159px;\">\r\n National workshop on trends in climate change in view of Statistical Scenario (TCSS-2020)</td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2019-20</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td align=\"right\">\r\n 72000</td>\r\n </tr>\r\n <tr height=\"100\">\r\n <td height=\"100\" style=\"height:100px;\">\r\n Dr. P. Sujana</td>\r\n <td style=\"width:159px;\">\r\n National conference of emerging trends in green energy and environmental sustainability</td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2019-20</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td align=\"right\">\r\n 90500</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;\">\r\n Dr. G.Ananda Reddy</td>\r\n <td style=\"width:159px;\">\r\n Workshop on preparation of electronic service register Govt. of AP to the faculty and non teaching staff </td>\r\n <td>\r\n UGC</td>\r\n <td>\r\n 2020-21</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td align=\"right\">\r\n 87100</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(167,'3.2.3 IKS & IPR EcoSystem','c323','<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">3.2.3 Eco and IKS download here </span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Ecosystem for Innovations, Knowledge Creation, and Technology Transfer</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">The institution has built a comprehensive ecosystem for innovation, seamlessly blending modern education with the Indian Knowledge System (IKS) to foster creativity, entrepreneurship, and societal impact. This ecosystem is structured to uncover students' hidden talents, help them realize their potential, and instill a sense of societal responsibility, emphasizing the philosophy of ‘giving back to society.’</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Integration of Indian Knowledge System (IKS) and Intellectual Property Rights (IPR) A pivotal element of this ecosystem is the integration of IKS into the academic framework, enriching the curriculum with traditional wisdom and enhancing the relevance of modern education. The institution also prioritizes the awareness and protection of Intellectual Property Rights (IPR). A dedicated IPR cell has been established to educate students, faculty, and researchers on the importance of protecting their creative ideas and inventions. This cell offers guidance on patent filing and ensures that innovative projects are legally safeguarded, promoting a culture of intellectual property management.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Experiential Learning and Practical Application To bridge the gap between theoretical knowledge and practical application, the college implements experiential learning activities such as mandatory undergraduate internships, industry visits, and outreach programs like SAHAYAM. These initiatives provide valuable insights into socio-economic realities and foster compassion among students. Additional activities like fieldwork, court visits, and workshops further enhance creative thinking and problem-solving skills.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Student Engagement and Learning Strategies Student engagement is central to the learning process, with Continuous Internal Assessment (CIA) activities like seminars, workshops, and quizzes. Problem-based Learning (PBL) strategies are employed to utilize real-world problems for practical learning experiences. Departments also encourage activities such as wall journals, newsletters, poster presentations, and research projects, promoting a hands-on approach to education.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Support for Innovation and Entrepreneurship The institution has established an Incubation Center that provides resources and support for budding entrepreneurs, facilitating the transformation of ideas into real-world businesses. This center, along with strong industry partnerships, ensures the effective transfer of knowledge and technology from academia to the real world, fostering a spirit of entrepreneurship among students and faculty.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">ICT Integration and Digital Learning ICT integration plays a crucial role in this ecosystem, enhancing learning through access to online resources and e-libraries, and deepening the understanding of concepts. The use of educational software, online platforms, and advanced tools like Google Classroom, MS Office, and programming languages supports student learning and creativity. The college promotes a blended learning approach, combining traditional and digital pedagogies for a comprehensive educational experience.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Collaborative Research and Funding Support Specialized research centers within the college promote interdisciplinary collaboration, allowing experts from different fields to work together on innovative projects. The college also offers funding support for these projects, ensuring that financial constraints do not hinder creativity and innovation.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Creative Initiatives and Knowledge Transfer The college regularly organizes contests, workshops, and programs that encourage creativity, teamwork, and problem-solving. Through these initiatives, the institution fosters an environment where new ideas can thrive and be transformed into practical solutions that benefit society. By filing patents and collaborating with industries, the college ensures that its innovations are protected and utilized effectively, contributing to societal advancement.</span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:16px;\"><span style=\"font-family:times new roman,times,serif;\">Outcomes and Societal Impact The institution's commitment to creating an ecosystem for innovation has led to successful startups, patented technologies, and impactful research projects. These achievements demonstrate the college's dedication to nurturing new ideas, preserving traditional knowledge, and sharing innovations with the broader community, thereby enhancing both education and society.</span></span></strong></p>\r\n'),(168,'3.4.1 Research - Code of Ethics','c341','<p style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#0000cd;\">Research Code of Ethics <a href=\"/userfiles/file/Advisory%20committee%20(1).pdf\">download here</a> </span></span></span></p>\r\n'),(169,'3.4.3 Research papers','c343','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">3.4.3 Research Publications <a href=\"/userfiles/file/Research%20publications%20(1)_compressed.pdf\"><u><span style=\"background-color:#e6e6fa;\"><span style=\"color:#0000cd;\">download here </span></span></u></a></span></span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">3.4.3 Research links<span style=\"background-color:#e6e6fa;\"> <a href=\"/userfiles/file/3_4_3%20research%20links-1.pdf\"><u><span style=\"color:#0000cd;\">download here</span></u></a></span></span></span></h1>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1245px;\" width=\"1244\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"20\">\r\n <td height=\"80\" rowspan=\"2\" style=\"height:80px;width:576px;\">\r\n Title of the Paper</td>\r\n <td rowspan=\"2\" style=\"width:311px;\">\r\n Name of the Author/s</td>\r\n <td rowspan=\"2\" style=\"width:148px;\">\r\n Department of the Teacher</td>\r\n <td rowspan=\"2\" style=\"width:211px;\">\r\n Name of Journal</td>\r\n </tr>\r\n <tr height=\"60\">\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n The Impact of India’s Mass Media before during and after the National Emergency</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Sarvana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jateeyodhyamamlo Telugu patrika sampaadakulu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n The Role of Press in National Movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Frequency of Pineapple Planting in Kerala:A Time Series Analysis</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJFANS</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Huquq E Insani Aur Aqlaqi Qadrain</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.MD.Anwar Hussain</td>\r\n <td style=\"width:148px;\">\r\n Urdu</td>\r\n <td style=\"width:211px;\">\r\n Sabaq E Urdu volume VI</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jathiyodhyamamlo Telugu Pathrikala Pathra</td>\r\n <td style=\"width:311px;\">\r\n Dr.C.Chennakesavulu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jaatheeyodyamamlo Udyama Sphoorthini Ragilincina Pathrika Sampadakulu</td>\r\n <td style=\"width:311px;\">\r\n B.Gopirya Naick</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Golakonda Pathrika</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jathiyodhyamamlo Telugu Pathrikala Pathra</td>\r\n <td style=\"width:311px;\">\r\n Dr.G.Darmamurthy</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Swathamthratha Amdholan me Hindi shahithyakaro ka yogadhan</td>\r\n <td style=\"width:311px;\">\r\n Dr.Shaik Banazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n B.Aadhar, Multi Disciplinary International Research Journal</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Trends in Registrations of patents on microbes and their industrial processes</td>\r\n <td style=\"width:311px;\">\r\n Dr.L.Md. Bhakshu and Dr.C.Meera Saheb</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n ICSSR</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Problem and prospects of women entrepreneur in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Rajaram MohanRoy national agency </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Financial inclusion in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Iara publications</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Optical and paper based dual sensing of H2+ and colorimetric reduction of Cr(VI) bygreen synthesized silver anoparticls prepared from the bark extract of Sweetinia mahagoni and their promising antimicrobioal applications</td>\r\n <td style=\"width:311px;\">\r\n Dr. N.Ramamurthy</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Nano Biomedicine and Engineering</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n The origin of healthcare for women in india</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJOES</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Prospects and challenges of financial inclusions in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.D.Srividya</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n IJRAR</td>\r\n </tr>\r\n <tr height=\"124\">\r\n <td height=\"124\" style=\"height:124px;width:576px;\">\r\n Banking Technology and Management</td>\r\n <td style=\"width:311px;\">\r\n K.Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Enabling Multidisciplinary Research in Agriculture,Forestry,Management,Economics,Social Science,Environment,Engineering and Technology</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Uchthar shiska ki niyamak pranali mae amul parivarthan </td>\r\n <td style=\"width:311px;\">\r\n Dr.Shaik Banazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Multi Disciplinary Educational Research </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n The use of Bigdata analytics to improve library services </td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applicaations</td>\r\n <td style=\"width:211px;\">\r\n Swastik Publications</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Geometrical and temperature impact on elucidation of intermolecular interactions for the binary mixtures of morpholine with aliphatic esters by thermodynamic, FTIR and DFT study</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Zeitschrift für Physikalische Chemie,</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Saayudha Poraata Yodhudu Mana Nethaaji</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Garimella Satyanarayana’s role in Indian independence movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Opportunities and challenges of digital economy in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Himalayan publishing house</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Bharatha Jathiyodhyama sadhanalo Chilakamarthi Lakshminarasimham</td>\r\n <td style=\"width:311px;\">\r\n Dr C Chennakesavulu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n NEP 2020 emphasis on multidisciplinary and interdisciplinary approach</td>\r\n <td style=\"width:311px;\">\r\n Dr. B. Purushotham,Dr.R.Krishnaveni</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n Education and Society</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Review on Waste-To-Energy conversion through biochemical conversion</td>\r\n <td style=\"width:311px;\">\r\n Dr. B. Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n IJIRT</td>\r\n </tr>\r\n <tr height=\"68\">\r\n <td height=\"68\" style=\"height:68px;width:576px;\">\r\n Secured authentication of online documents using visual secret sharing on QR code</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n Journal of Integrated Science and Technology</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Review on phytochemistry and pharmacology of Cassia fistula L</td>\r\n <td dir=\"LTR\" style=\"width:311px;\">\r\n Dr.L.Md.Bhakshu</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Apple Academic Press</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n An awareness regarding Intellectual property Rights among UG Students with reference to Chittoor</td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Masulamani</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJIRT</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Prospects and challenges of financial inclusion in India </td>\r\n <td style=\"width:311px;\">\r\n K. Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJRAR</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Cyber security measures for secure Cloud based data storage and sharing utilizing AES and RSA encryption</td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n IJSRICSE</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Influence of ZnSnO3 on Structural, Optical, and Magnetic Properties of YFeO3 Nanomaterials Obtained Via Sol–Gel Technique</td>\r\n <td style=\"width:311px;\">\r\n K Venkatadri</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Physica Status Solid a</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Challenges and Prospects of English Language Teaching in India - A Comprehensive Analysis</td>\r\n <td style=\"width:311px;\">\r\n K.Amrutha, P.Jeevan Jyoti</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n RJELAL</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Three dimensional casson nanofluid with convective boundary layer via strectching sheet</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n Journal of Advanced Zoology</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Global output of Boswellia serrata research (1969-2020): An Indian traditional medicinal plant with potential therapeutic value</td>\r\n <td>\r\n Lepakshi Md. Bhakshu</td>\r\n <td>\r\n Botany</td>\r\n <td>\r\n IJRLS</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Structural, Optical and Magnetic Properties of (1-x) YFeO3 + (x) Sr2Bi4Ti5O18 (where 0≤x≥0.005) Nanomaterials</td>\r\n <td style=\"width:311px;\">\r\n K Venkatadri</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n ECS Journal of Solid State Science and Technology</td>\r\n </tr>\r\n <tr height=\"23\">\r\n <td height=\"23\" style=\"height:23px;width:576px;\">\r\n Nasira Shamr ki Kahaniyo me Sampradayikata</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n Shodh Utkarsh</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Synthesis of nanocrystalline SnSfilms by capping with PVA using CBD process for solar cell applications a comprehensive optical study</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n IJPTM</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Composition and Electrical properties of PVA capped Sn S Nanocrystalline films grown by chemical bath deposition</td>\r\n <td style=\"width:311px;\">\r\n Dr P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n IJEET</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Effect of PVA Concentration on structural,Morphological,Optical and Electrical properties of PVA capped SNS Nanocrystalline films grown by chemical bath deposition</td>\r\n <td style=\"width:311px;\">\r\n Dr P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n IJARET</td>\r\n </tr>\r\n <tr height=\"145\">\r\n <td height=\"145\" style=\"height:145px;width:576px;\">\r\n User-Driven Brilliance: Conniving for Mostfavourable Experiences</td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n IJISRT</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Problems in Higher Education in India Suggestions for Improvemet</td>\r\n <td style=\"width:311px;\">\r\n Dr. G.Rajesh kumar</td>\r\n <td style=\"width:148px;\">\r\n Economics</td>\r\n <td style=\"width:211px;\">\r\n <a href=\"http://tijar.org/\">International Research Journal </a></td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Digital transformation in Education-Assessing the values of online learning platforms </td>\r\n <td style=\"width:311px;\">\r\n A Vijaya simha</td>\r\n <td style=\"width:148px;\">\r\n Computer science</td>\r\n <td style=\"width:211px;\">\r\n TIJER</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Digital transformation in Education-Assessing the values of online learning platforms </td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n TIJER</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n DigitaIization in marketing role and its impact</td>\r\n <td style=\"width:311px;\">\r\n K. Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Journal pf Maharaja Sayajirao University of Baroda </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Thematic concerns in the Novels of Richard Wright</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.V.Ramesh Kumar,S.Mohammad Shafiullah,Dr.T.Malathi Gaberial</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Shodha Prabha</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Application of Syzygium aromaticum, Ocimum, sanctum and Cananga odorata essential oils for management of Ochratoxin A content by Aspergillus ochraceus and Pennicillium verrucosum: An in vitro assessment in maize grains</td>\r\n <td style=\"width:311px;\">\r\n Dr.Mohano Behara</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Indian Journal of Biochemistry & Biophysics</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Bheemanna Thripadalu Hetuvaada Gulikalu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"145\">\r\n <td height=\"145\" style=\"height:145px;width:576px;\">\r\n Investigation of solute-solvent interactions between 2-butoxyethanol and substituted ketones by volumetric, acoustic and FTIR studies at T=(303.15–318.15) K</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical Thermodynamics and Thermal Analysis</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Vonthu Kathala Samputi Streela Samasyala Chitrana</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"45\">\r\n <td height=\"45\" style=\"height:45px;width:576px;\">\r\n Preventive role and mechanism of herbal medicine in Alzheimer's disease with special reference to phenolic compounds</td>\r\n <td style=\"width:311px;\">\r\n Dr.L.Md. Bhakshu </td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Nutritional Neurosciences</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Teaching English Language through English Literature</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.V.Ramesh Kumar</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Innovative Research in Technology</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Reduction behaviour of nitazoxanide in pharmaceuticals and human urine samples using carbon paste electrode applying Voltammetric techniques</td>\r\n <td style=\"width:311px;\">\r\n Dr.D.Srividya</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Journal of Interdisciplinary Cycle Research</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n A Study of the Impact and influence of the bible on English literature and language</td>\r\n <td style=\"width:311px;\">\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td dir=\"LTR\" style=\"width:211px;\">\r\n IJIRT</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Molecular interaction studies based on thermophysicsl and excess thermodynamic properties of cinnamaldehyde with 1-butanol,isobutanol,1-Pentanol isopentanol at different temperatures</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Journal of Chemical Thermodynamics</td>\r\n </tr>\r\n <tr height=\"124\">\r\n <td height=\"124\" style=\"height:124px;width:576px;\">\r\n In Vitro Antimicrobial, Antioxidant, and Phytochemical Studies of Vernonia albicance Leaves, from the Talakona Forest of Eastern Ghats, India</td>\r\n <td style=\"width:311px;\">\r\n L.Md. Bhakshu</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Forestist</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n A Study of Consumer Perception on implementation of GST with reference to Chittoor Municipality, Chittoor</td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Masulamani</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJIRT</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Vonthu Kathala Samputi Manava Sambandhaala Chitrana</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Connectivity of Telecommunication in Rural India-A study</td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Masulamani</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJIRT</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Prospects and challenges of GIG economy in India-An overview</td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Masulamani</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Imternational Journal of Innovative Research in Technology</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role of Women from Andhra Pradesh in Indian Independence</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role of women in Andhra Pradesh in freedom struggle </td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Press Media-A Catalyst of unifying force behind India's Freedom Movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.Mohano Behara,M.Hemalatha</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n The Role of Telugu Press in Freedom Movement</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Some of the Obscured Patriots of Srikakulam District of Andhra Pradesh during Freedom Struggle</td>\r\n <td style=\"width:311px;\">\r\n Dr.Mohano Behera</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Procepects and Challenges of GIG Economy in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n GIG Economy and Atmanirbhar Bharat Challeges and Opportunities</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role of Telugu plays in freedom struggle</td>\r\n <td style=\"width:311px;\">\r\n A.Rekha</td>\r\n <td style=\"width:148px;\">\r\n Sanskrit</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role of press in freedom movement in India-an overview </td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Masulamani</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Bharatha Jathiyodhyama sadhanalo toli telugu sahiti kiranam Chilakamarthi Lakshminarasimham</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Jathiyodhyamamlo Telugu Pathrikala Pathra</td>\r\n <td style=\"width:311px;\">\r\n Dr.G.Dharmamurthi</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Swarajya Jagruthilo Telugu Kavithvam</td>\r\n <td style=\"width:311px;\">\r\n B.Gopirya Naick</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n "Telugu Lenka" Thummala Seetharamamoorthy Choudari</td>\r\n <td style=\"width:311px;\">\r\n Dr.C.Chennakesavulu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n The Role of Journalism and communication towards the attainment of National Movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Saravana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Makoddue Telladoratanam Geyam-Jatiyodyamampi Prabavam</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role and Inspiration of Telugu Poetry and Poets in attaining Indian Independence</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Smart cities-Urbanization cleanliness clearliness orderliness </td>\r\n <td style=\"width:311px;\">\r\n N.Uma Devi</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n IJCRT</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Time Series Forecasting for Sustainable Sugarcane Farming in Tamilnadu</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJFANS </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Intellectual contributions of Telugu writer Thummala Seetharamaiah to the Indian freedom movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.V.Ramesh Kumar</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Indian Independence Movement and the role of Scientists in Liberalisation</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Indian Independence Movement :Unsung Freedom Fighters from Chittoor</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Time Series Models for Oil seeds Yield prediction in Tamilnadu</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJFANS </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Enhancing Communication Skills of Students in ELS Lab-A View</td>\r\n <td style=\"width:311px;\">\r\n K.Amrutha,K.Gunvathi</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n RJELAL</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n A Review on Different Renewable Energy Resources</td>\r\n <td style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n IJRAR</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Jateeyidhyamamlo stree chaitanya kavitalu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Galamethina Jathiyodhyamakavi "Garimella"</td>\r\n <td style=\"width:311px;\">\r\n Dr.C.Chennakesavulu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jaatheeyodyama Prasthaanamlo Sthreela Pathra</td>\r\n <td style=\"width:311px;\">\r\n B.Gopirya Naick,Dr.G.Dharmamurthi</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Andhra Jaateeyodhyama Kavitvamlo Gandhiji spoorthy</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Swaathanthra Jaagruthipai Prathidhvaninchina Telugu kavithvam</td>\r\n <td style=\"width:311px;\">\r\n B.Gopirya Naick</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Jathiyodhyamam lo pathrikalapradhanyam</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td dir=\"LTR\" height=\"62\" style=\"height:62px;width:576px;\">\r\n Jathiyodhyamamlo Maganti Annapoornadevi</td>\r\n <td style=\"width:311px;\">\r\n Dr.C.Chennakesavulu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td dir=\"LTR\" style=\"width:211px;\">\r\n Mussi</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n The role of print media in national movement</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"126\">\r\n <td height=\"126\" style=\"height:127px;width:576px;\">\r\n Dual degradation of hexavalenty Chromium (VI) and cotton blue dye by reduced and PVP capped silver nano particles using fruit extract ofFicus carica<br />\r\n <br />\r\n </td>\r\n <td>\r\n Dr.N.Ramamurthy</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Nano Biomedicine and Engineering<br />\r\n </td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Awakening and National struggle in Chittoor district</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Saravana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n National Education Policy in 2020 the study of Higher Education in India </td>\r\n <td style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n Juni Khyat</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Retrospective study of English and Telugu newspapers in enlightening the masses during India’s freedom struggle</td>\r\n <td>\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n IJRAR</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Problems and Prospects of Digital payments in India</td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applicaations</td>\r\n <td style=\"width:211px;\">\r\n ROSHAN PUBLICATIONS</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Problems and Prospects of Digital payments system in India</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jyoshna</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Roshan publications</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td dir=\"LTR\" height=\"62\" style=\"height:62px;width:576px;\">\r\n National Education Policy 2022-Issues and Challenges </td>\r\n <td dir=\"LTR\" style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td dir=\"LTR\" style=\"width:211px;\">\r\n Madhya Bharti (मधà¥à¤¯ à¤à¤¾à¤°à¤¤à¥€)</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Solid waste management in India-an overview </td>\r\n <td style=\"width:311px;\">\r\n N.Uma Devi</td>\r\n <td style=\"width:148px;\">\r\n Political science</td>\r\n <td style=\"width:211px;\">\r\n International journal of Psychosocial research</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Comparison of Arima and Ann Models for Production of maize in the State of Karnataka</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Gangaram</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n Aayushi International Interdisciplinary Research Journal (AIIRJ)</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Time series analysis for forecasting paddy production in Tamil Nadu</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Gangaram & Dr.V.Munaiah</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJFANS </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n The foresight of payments:E-rupee a pioneer to india's cashless society</td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n Financial Services in India</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Role of Intellectual Property Rights in Economic Development</td>\r\n <td style=\"width:311px;\">\r\n K.Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Bioactives and pharmacology of aegle marmelos(L)correa</td>\r\n <td dir=\"LTR\" style=\"width:311px;\">\r\n Dr.L.Md.Bhakshu</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td dir=\"LTR\" style=\"width:211px;\">\r\n Apple Academic Press</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Study on status of food processing sector in India </td>\r\n <td style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n Rabindra Bharati Journal of Philosophy</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Problems and prospects of poultry farm-A case study Chittoor district of Andhra Pradesh</td>\r\n <td style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n IJMDRR</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Swatantra Andolan me Patrkaritha ka Yogdan</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n An international Multidisciplinary half yearly Research Journal</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Design,synthesis,characterization of new carbamates of 4-Nitrophenylchloroformate and their antimicrobial and antioxidant activities an in vitro and in silico approach</td>\r\n <td style=\"width:311px;\">\r\n P.Hari Babu</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemistry Africa</td>\r\n </tr>\r\n <tr height=\"66\">\r\n <td height=\"66\" style=\"height:66px;width:576px;\">\r\n Synthesis and spectroscopic investigations on Pr3+-doped LiPbB5O9 phosphor: A blue converting red phosphor for white LEDs</td>\r\n <td style=\"width:311px;\">\r\n T. Raghuraman</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Optik</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Determination of Median Lethal Dose of Zinc chloride in Wistar Rat</td>\r\n <td style=\"width:311px;\">\r\n Dr.B.Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n Advances in Animal and Veterinary Sciences</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Phytochemical screening,antibacterial and antioxidant activities of cassia montana heyne ex roth leaf extracts</td>\r\n <td style=\"width:311px;\">\r\n M.Hemalatha, Dr.L.Md.Bhakshu and N.Yashodha</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Asian Journal of Pharmaceutical and Clinical Research</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Reverse Edge Magic Labeling of Cartesian product ,Unions of Braids and unions of Triangular belts</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n Advances in Mathematics</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Business ethics and CSR in E-Commerce</td>\r\n <td style=\"width:311px;\">\r\n K.Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n JICR</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n William Shakespeare’s King Lear: A Mirror of Human Emotions</td>\r\n <td style=\"width:311px;\">\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Sambodhi Journal</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Photoluminescence investigations of Eu3+ doped LiPbB5O9 as a red emitting phosphor for warm W-LED applications</td>\r\n <td style=\"width:311px;\">\r\n T. Raghuraman</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Indian Journal of Physics</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Symmetric skew 3-Reverse derivations with semiprime rings</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Educational Science and Research</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Future of Biostatistics</td>\r\n <td style=\"width:311px;\">\r\n Dr.V.Munaiah</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJIRMF</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Denoising analysis of optical response noise removal non-uniformity filter in camera source recognition</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Saravana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n TOJQI</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Application of Arima Models in Millet Production in Andhra Pradesh</td>\r\n <td style=\"width:311px;\">\r\n Dr T Gangaram</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Current Microbiology and Applied Sciences</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Vignapan Jagath Aur Hindi</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n IIJIF</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Exploring Factors Influencing Pulses Production in Tamil Nadu: A Predictive Model</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Gangaram & Dr.V.Munaiah</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n IJFANS </td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Investigation on thermodynamic properties and spectroscopic studies of binary mixtures of 1,2,4-trichlorobenzene with alkyl acetates(c1-c5) at T=(303.15–318.15) K</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical data collections</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Dr.Md Iqbal ki Shayiri me Nazriya E Harkath o amal</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.MD.Anwar Hussain</td>\r\n <td style=\"width:148px;\">\r\n Urdu</td>\r\n <td style=\"width:211px;\">\r\n Sabaq E Urdu volume VI</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n "The Din of faithful daughters,faithless lovers and opportunists in the select tragedies of Shakespeare"</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Malathi Gabriel</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n RJOE</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Reverse super edge magic strength of some graphs</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n Journal of University of Shanghai for science and technology</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Mazharuzama ki afsana nigori</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.MD.Anwar Hussain</td>\r\n <td style=\"width:148px;\">\r\n Urdu</td>\r\n <td style=\"width:211px;\">\r\n Sabaq E Urdu volume VI</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Meharunissa Pervej Ka Upannyaso me Parivartit</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Multidisciplinary Educational Research</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n New classes of reverse super edge magic graphs</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n AIMS Mathematics</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Ultrasonic studies in the ternary mixtures:water+iso-propanol+pyridine at 303.15K</td>\r\n <td dir=\"LTR\" style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td dir=\"LTR\" style=\"width:211px;\">\r\n Chemical Thermodynamics and Thermal Analysis</td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height:103px;width:576px;\">\r\n Excess thermodynamic properties and FTIR studies of binary mixtures of aniline with esters at different temperatures</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical Data Collections</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Singular point detection in fingerprint image and class matching</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Saravana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n IJCEACE</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Data Analytics for Land use and Land Cover Problems:A Survey</td>\r\n <td style=\"width:311px;\">\r\n S.Vinila Kumari</td>\r\n <td style=\"width:148px;\">\r\n Computer Science</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Future Generation Communication and Networking</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Clustering image noise patterns by embedding and visualization for unknown source camera detection</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Saravana</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n IJAS</td>\r\n </tr>\r\n <tr height=\"124\">\r\n <td height=\"124\" style=\"height:124px;width:576px;\">\r\n Effect of temperature,nature of anion and alkyl chain length on the volumetric and acoustic properties of ionic liquid (c4c1im)(MeSO4)with alkyl nitriles</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Molecular liquids</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n Concentration dependent Dy3+ activated LiPbB5O9 phosphor structure and luminescence studies for white LED applications</td>\r\n <td style=\"width:311px;\">\r\n T. Raghuraman</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Science Direct</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n T.V.Reddy's Farewell Ring & Other Stories : A True Chronicle of Rural Life in India</td>\r\n <td>\r\n K.Rajani</td>\r\n <td>\r\n English</td>\r\n <td>\r\n Scholarly Journal</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n à°šà°¿à°¤à±à°¤à±‚రౠకథా లో à°šà°¿à°¤à±à°°à°¿à°‚పబడà±à°¡ à°ªà±à°°à°œà°² ఆరà±à°§à°¿à°• à°¦à±à°¸à±à°¥à°¿à°¤à°¿</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Doorjati Kavitha Drukpadam</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Janapada vaidyamlo vantinti dinusulu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Samakaaleen Hindi Kahaaniyon Me Beekrate Manaveya Samband</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n Bohal Shodh Manjusha</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Telugu Basha Prastuta Paristiti</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"91\">\r\n <td height=\"91\" style=\"height:91px;width:576px;\">\r\n GC-MS analysisof ethanolic leaf extract of Capparis divaricata Lam.</td>\r\n <td>\r\n M.Hemalatha</td>\r\n <td>\r\n Botany</td>\r\n <td>\r\n Research Gate</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Amphibian Fauna (Family: Microhylidae and Rhacophoridae) Assortment and Allocation in south india</td>\r\n <td style=\"width:311px;\">\r\n Dr.A.Jayasankar</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n World Journal of Pharmaceutical and Life Sciences</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Samazik samarsata me sant kavi aur manav mulya</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n Ajanta</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Koonalamma padalu Samaajikamsalu</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Multidisciplinary Educational Research</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Land Classification Based on Hyper Spectral Images using Deep Learning Techniques</td>\r\n <td style=\"width:311px;\">\r\n Dr.S.Vinila Kumari</td>\r\n <td style=\"width:148px;\">\r\n Computer Science</td>\r\n <td style=\"width:211px;\">\r\n TEST Engineering &Management</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Chittoor Katha Sankalanam Chittoor Prajala Achara vevaharalu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Telugu Sahityam pi Streevada Sahitya Prabavam</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height:103px;width:576px;\">\r\n Evaluation of Bridelia retusa (L.) A.Juss. leaf extracts for phytochemical screening, Antioxidant and Antibacterial activity using In Vitro assays<br />\r\n Lepakshi Md. Bhakshu1*, A. Anjan Kumar2, P. Nagendra and C. Meera Saheb</td>\r\n <td>\r\n Lepakshi Md. Bhakshu and C. Meera Saheb</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n International Virtual Conference on “Ethnomedicine challenges and oppurtunities in global health care scenario</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Financial Crimes and Money Laundering </td>\r\n <td style=\"width:311px;\">\r\n K.Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n IJCRT</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Cyclic voltammetric determination of Zoplicone in pharmaceuticals and blood samples using glassy carbon electrode</td>\r\n <td style=\"width:311px;\">\r\n Dr.D.Srividya</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n World Journal of Pharmaceutical Research</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Insights into non-ideal behaviour of benzyl alcohol with c2-c4 carboxylic acids through volumetric ,ultra sonic and ATR-FTIR Spectroscopic studies</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Physics and Chemistry of Liquids</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Optical and Electrical Investigations on Cu2SnS3 layers prepared by Two -Stage Process</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Chinese Journal of Physics</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n Continutiy Consistency Innovation in Commerce</td>\r\n <td style=\"width:311px;\">\r\n K.Mujakar</td>\r\n <td style=\"width:148px;\">\r\n Commerce</td>\r\n <td style=\"width:211px;\">\r\n Kala Sarovar</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Alochanalu Samakalina Samasyalu Pratibimbalu</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Madabushi Vikari Kavithyam Pariseelana</td>\r\n <td style=\"width:311px;\">\r\n Dr.E.Vasu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Excess volume,speed of sound and isentropic compressibility data of ternary mixtures containing N-methylcyclohexylamine,P-xylene and (c3-c5)1-alkanols</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical data collections</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n “Pico Iyer’s Video Nights in Kathmandu and Other Reports from not-so-far East as a Post-Colonial Travelogue.”</td>\r\n <td>\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Journal - PURAKALA</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Atmospheric bio pollution by air borne micro fungi in rural and urban areas of Puducherry:A case study</td>\r\n <td style=\"width:311px;\">\r\n Dr. Mohano Behara</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Indian Journal of Aerobiology</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Comparison of ARIMA & ANN models for production of wheat in the state of Karnataka</td>\r\n <td style=\"width:311px;\">\r\n Dr T Gangaram</td>\r\n <td style=\"width:148px;\">\r\n Statistics</td>\r\n <td style=\"width:211px;\">\r\n International Journal for Innovative Research in Multidisciplinary Field </td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Reverse Edge Magic Lableling of a cycle with chords, unions of cycles and unions of paths</td>\r\n <td style=\"width:311px;\">\r\n K.Amarnath Reddy</td>\r\n <td style=\"width:148px;\">\r\n Mathematics</td>\r\n <td style=\"width:211px;\">\r\n Scientific Journal</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Changing Generations and Unchanging Values-An overview</td>\r\n <td style=\"width:311px;\">\r\n K.Ravi Raju</td>\r\n <td style=\"width:148px;\">\r\n Political science</td>\r\n <td style=\"width:211px;\">\r\n Research Journal of English(RJOE) </td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n A Study of Socio-Political Ethos in Select Novels of Bhabani Bhattacharya and Manohar Malgonkar</td>\r\n <td style=\"width:311px;\">\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Bodhi International Journal of Research in Humanities, Arts and Science</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Study of excess thermodynamic properties of binary systems containing cinnamaldehyde with alcohols supported by ATR-FTIR spectral studies</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Bhanuprakash</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical Data Collections</td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height:103px;width:576px;\">\r\n Salman Rushdie’s Midnight Children as Interplay of History, Autobiography and Fantasy</td>\r\n <td style=\"width:311px;\">\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n A Quarterly International Refereed Journal of English Language, Literature and Criticism</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n Developing Listening Skills Among the Students through Activity Based Teaching</td>\r\n <td style=\"width:311px;\">\r\n S.Mohammad Shafiullah</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height:103px;width:576px;\">\r\n An Insight analysis on Apprehensions and Challenges of Bioplastics, as an alternative to the fossil Plastics.</td>\r\n <td style=\"width:311px;\">\r\n Dr.L.Md.Bhakshu and Dr.C.Meera Saheb</td>\r\n <td style=\"width:148px;\">\r\n Botany</td>\r\n <td style=\"width:211px;\">\r\n Proceedings of the National Symposium on Plastic Pollution. Department of Zoology, DRW College, Nellore</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n Recent Trends in English Language Teaching in Andhra Pradesh: A Critique</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Malathi Gabriel</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n CLT Strategies for Developing Reading Skill among the Students</td>\r\n <td style=\"width:311px;\">\r\n Dr S V Ramesh Kumar</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</td>\r\n </tr>\r\n <tr height=\"83\">\r\n <td height=\"83\" style=\"height:83px;width:576px;\">\r\n Student’s Talk Time Vs Teacher’s Talk Time </td>\r\n <td style=\"width:311px;\">\r\n DR.K.Rajini</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n New Academia: An International Journal of English Language, Literature and Literary Theory</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Role of chain length in molecular interactions between monoethanolamine and 2-alkoxyalkanols at various temperatures</td>\r\n <td style=\"width:311px;\">\r\n M.Raveendra</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Chemical Data Collections</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Gurajada Kathnikalu Sangasamskarana Drukpathaalu</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Sanga Samskaranalo Kavula Krushi volume-1</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n ఆంధà±à°° మహా à°à°¾à°°à°¤à°‚ - à°à±€à°·à±à°® సందేశం</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Effect of zinc on total protein, protesases, free amino acids contents in ammonia induced stress rats</td>\r\n <td style=\"width:311px;\">\r\n DR B Purushotham</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n The Pharma Innovation Journal</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Samakaaleen Hindi Kahaaniyon Me Maanaveet Sambandh</td>\r\n <td style=\"width:311px;\">\r\n Dr. Shaik Benazeer</td>\r\n <td style=\"width:148px;\">\r\n Hindi</td>\r\n <td style=\"width:211px;\">\r\n Yogyata International Referred journal</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Effect of deposition time on structural,Morphological and optical properties of PVA capped SnS films grown by CBD process</td>\r\n <td style=\"width:311px;\">\r\n Dr P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Spectroscopy Interaction with Radiation</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Strucutral and optical studies on PVA capped SnS films grown by chemical bath deposition for solar cell application</td>\r\n <td style=\"width:311px;\">\r\n Dr P.Mallika Bramaramba Devi</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Journal of Semiconductors</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n A Prospective study of acute pancreatitis</td>\r\n <td style=\"width:311px;\">\r\n Dr.G.Sudhakar</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n Indian Journal of Applied Research</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Empowerment of women in globalization era:A case study on orvakal and kodumur mandals kurnool district in andhra pradesh</td>\r\n <td style=\"width:311px;\">\r\n Dr.G.Sudhakar</td>\r\n <td style=\"width:148px;\">\r\n Physics</td>\r\n <td style=\"width:211px;\">\r\n IJRAR</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:576px;\">\r\n రాసాని కథలౠ- కళాకారà±à°² జీవితం</td>\r\n <td style=\"width:311px;\">\r\n Dr.P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Bhavaveena</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Chittooru Katha Sankalanam Chittooru Mandalika Padaalu</td>\r\n <td style=\"width:311px;\">\r\n Dr. P.Jaya Chandrudu</td>\r\n <td style=\"width:148px;\">\r\n Telugu</td>\r\n <td style=\"width:211px;\">\r\n Lexicography in Indian Languages</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Olefin metathesis of fathy acids and vegetables oils</td>\r\n <td style=\"width:311px;\">\r\n Dr.Y.Vyshnavi</td>\r\n <td style=\"width:148px;\">\r\n Chemistry</td>\r\n <td style=\"width:211px;\">\r\n Indian Academy of Sciences</td>\r\n </tr>\r\n <tr height=\"41\">\r\n <td height=\"41\" style=\"height:41px;width:576px;\">\r\n Big Data Analystics-A New Flavour of Educational Industry </td>\r\n <td style=\"width:311px;\">\r\n S K Sathya Hari Prasad</td>\r\n <td style=\"width:148px;\">\r\n Computer Applications</td>\r\n <td style=\"width:211px;\">\r\n Asian Journal of Computer Science and Technology </td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n The study of Amphibian Fauna and Morphological Charecters of Family:Ranidae(The true Frogs)in India,</td>\r\n <td style=\"width:311px;\">\r\n Dr.A.Jayasankar</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Emerging Technologies and Innovative Research</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n The Study of Morphological Variations of Frogs in South Indian Scenario</td>\r\n <td style=\"width:311px;\">\r\n Dr.A.Jayasankar</td>\r\n <td style=\"width:148px;\">\r\n Zoology</td>\r\n <td style=\"width:211px;\">\r\n International Journal of Emerging Technologies and Innovative Research</td>\r\n </tr>\r\n <tr height=\"62\">\r\n <td height=\"62\" style=\"height:62px;width:576px;\">\r\n Me Too Asservations the image of new women in Bharathi Mukherjees Jasmine and Buchi Emechata's second class citizen</td>\r\n <td style=\"width:311px;\">\r\n Dr.T.Malathi Gabriel</td>\r\n <td style=\"width:148px;\">\r\n English</td>\r\n <td style=\"width:211px;\">\r\n Novel Trends and Techniques in Literature and Language Research</td>\r\n </tr>\r\n <tr height=\"62\">\r\n '),(172,'3.4.4 Books & Chapters','c344','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">3.4.4 Book Chapters <a href=\"/userfiles/file/3_4_3%20research%20links-1.pdf\"><span style=\"background-color:#e6e6fa;\"><span style=\"color:#0000cd;\"><u>download here</u></span></span></a></span></span></h1>\r\n'),(174,'3.6.1 Extension Activities','c361','<p style=\"text-align: center;\">\r\n Click here <a href=\"/userfiles/file/3_6_1_1724410453_13194.pdf\"><span style=\"font-size:28px;\">Extension Activities Gallery </span></a></p>\r\n'),(185,'3.5.1 Revenue Generation','c351','<h1>\r\n <span style=\"color:#f00;\"><span style=\"background-color:#fff0f5;\">Revenue Generation <a href=\"/userfiles/file/3_5_1Revenue%20Generated%20AS.pdf\"><strong><u><span style=\"color:#fff0f5;\"><span style=\"background-color:#800080;\">Download here</span></span></u></strong></a></span></span></h1>\r\n'),(187,'3.7.1 MoUs/OJT','c371','<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:1243px;\" width=\"1240\">\r\n <colgroup>\r\n <col />\r\n <col span=\"3\" />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"35\">\r\n <td colspan=\"6\" height=\"35\" style=\"height:35px;width:1243px;\">\r\n PVKN GOVT. COLLEGE(A), CHITTOOR, A.P</td>\r\n </tr>\r\n <tr height=\"108\">\r\n <td colspan=\"6\" height=\"108\" style=\"height:108px;width:1243px;\">\r\n 3.7.2 Details of functional MoUs with institutions of national, international importance, other universities, industries, corporate houses etc. during the year (only functional MoUs with ongoing activities to be considered)</td>\r\n </tr>\r\n <tr height=\"112\">\r\n <td height=\"112\" style=\"height:112px;\">\r\n Sl. No.</td>\r\n <td style=\"width:263px;\">\r\n Name of the institution/ industry/ corporate house</td>\r\n <td style=\"width:263px;\">\r\n Month and Year of signing MoU</td>\r\n <td>\r\n Duration</td>\r\n <td style=\"width:227px;\">\r\n List of activities under each MOU </td>\r\n <td style=\"width:171px;\">\r\n Number of students/teachers who benefitted from MoUs</td>\r\n </tr>\r\n <tr height=\"99\">\r\n <td height=\"99\" style=\"height:99px;\">\r\n 1</td>\r\n <td style=\"width:263px;\">\r\n The University of Melbourne [UoM] and Sri Venkateswara University [SVU] affiliated teaching college P.V.K.N. Govt. College [PVKN], </td>\r\n <td>\r\n 14-09-2020</td>\r\n <td>\r\n 05- Five years 2021 – 2026 </td>\r\n <td style=\"width:227px;\">\r\n Regular virtual meetings in every Thursday 11.00 AM STEM training programma, 19-27th November, 2022</td>\r\n <td>\r\n 15 01</td>\r\n </tr>\r\n <tr height=\"61\">\r\n <td height=\"61\" style=\"height:61px;\">\r\n 2</td>\r\n <td style=\"width:263px;\">\r\n Siddarth Agro, Shop No.5, Srirama Shopping Complex,MuthyMaistry Street, Chittoor</td>\r\n <td>\r\n 12-02-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 08 02</td>\r\n </tr>\r\n <tr height=\"46\">\r\n <td height=\"46\" style=\"height:46px;\">\r\n 3</td>\r\n <td style=\"width:263px;\">\r\n Navya Foods Pvt. Ltd., #6, D. No. 3038, C.B. Road, Greamspet, Chittoor</td>\r\n <td>\r\n 15-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 08 02</td>\r\n </tr>\r\n <tr height=\"45\">\r\n <td height=\"45\" style=\"height:45px;\">\r\n 4</td>\r\n <td style=\"width:263px;\">\r\n Sun Gold Processed Foods, Madupollur Road, Nalagampalli,Village & Post, Bangarupalyam, Mandal, Chittoor district</td>\r\n <td>\r\n 15-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 05 02</td>\r\n </tr>\r\n <tr height=\"69\">\r\n <td height=\"69\" style=\"height:69px;\">\r\n 5</td>\r\n <td style=\"width:263px;\">\r\n Natural Foods & Facials, Thapupulapalli Village & Post, Puthalapattu Mandal, Chittoor</td>\r\n <td>\r\n 17-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 05 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 6</td>\r\n <td style=\"width:263px;\">\r\n Global Farm Fresh Pvt. Ltd., Kongareddypalli, Encheruvupalli,Post, Puthalapattu Mandal, Chittoor district</td>\r\n <td>\r\n 17-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 28 03</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 7</td>\r\n <td style=\"width:263px;\">\r\n Sri Manjunatha Fruit Canning,Industries, 2-1087/1, Puttur, Road, Kongareddypalli, Chittoor</td>\r\n <td>\r\n 17-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 5 2</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 8</td>\r\n <td style=\"width:263px;\">\r\n Amarraja Batteries, Nunegundlapalle(V), Bangarupalyam Mandal, Chittoor District</td>\r\n <td>\r\n 17-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 02 01</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 9</td>\r\n <td style=\"width:263px;\">\r\n JP Dairy Foods, 89-38, 3C, 4D, Unit II, Nunegundlapalle(V), Bangarupalyam Mandal, Chittoor District</td>\r\n <td>\r\n 18-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 07 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 10</td>\r\n <td style=\"width:263px;\">\r\n Hayath Foods, Vengareddypalli, Village, Cherulopalli Post, Santhapet, Tirupati-Bangalore Bye Pass Road, Chittoor</td>\r\n <td>\r\n 18-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits,</td>\r\n <td>\r\n 03 02</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n 11</td>\r\n <td>\r\n CAD Point, Chittoor, Chittoor district</td>\r\n <td>\r\n 18-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Internships</td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 12</td>\r\n <td style=\"width:263px;\">\r\n Jain Farm Fresh Foods, Gangadhar Nellore Mandal, Chittoor district</td>\r\n <td>\r\n 19-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 11 03</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 13</td>\r\n <td style=\"width:263px;\">\r\n RMM Food Products, Gangasaram Village, Reddigunta Post, Vellore Road, Chittoor district</td>\r\n <td>\r\n 19-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 05 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 14</td>\r\n <td style=\"width:263px;\">\r\n RathnaBiolife Pvt. Ltd., Kolamasanapalli (V&Po), Palamaner (M), Chittoor district</td>\r\n <td>\r\n 25-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 12 03</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 15</td>\r\n <td style=\"width:263px;\">\r\n Foods and Inns, Kanakaneri Village, Pallur Post, Gudipala, Mandal, Chittoor district</td>\r\n <td>\r\n 26-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 14 02 </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 16</td>\r\n <td style=\"width:263px;\">\r\n Rathna Biotech Pvt. Ltd., Kolamasanepali( V&Po.) Palamaner Mandal, Chittoor</td>\r\n <td>\r\n 26-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 10 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 17</td>\r\n <td style=\"width:263px;\">\r\n Yoga Association of Chittoor District, 28-347/A, Main Road, Ramnagar Colony, Chittoor</td>\r\n <td>\r\n 26-06-2020</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 50 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 18</td>\r\n <td style=\"width:263px;\">\r\n Department of English, Sri Venkateswara Arts college(A), Tirupati</td>\r\n <td>\r\n 04-12-2020</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 6</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 19</td>\r\n <td style=\"width:263px;\">\r\n Department of Telugu, Smt Govt.<br />\r\n College (W). Chiittoor</td>\r\n <td>\r\n 15-10-2021</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 20</td>\r\n <td style=\"width:263px;\">\r\n Department of Urdu, Govt. College for Men(A), Kadapa</td>\r\n <td>\r\n 01-11-2021</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 45 1</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 21</td>\r\n <td style=\"width:263px;\">\r\n Department of Chemistry, SKR & SKR Govt. College for Women, Kadapa</td>\r\n <td>\r\n 08-01-2022</td>\r\n <td>\r\n 05 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 05</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 22</td>\r\n <td style=\"width:263px;\">\r\n Department of English, Sri Venkateswara University Tirupati</td>\r\n <td>\r\n 28-02-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 6</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 23</td>\r\n <td style=\"width:263px;\">\r\n Sai Ram Innovations India Pvt. Ltd. Chinthalachenu, Ramathulasi KalyanamadapamRoad, Tirupati</td>\r\n <td>\r\n 04-03-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 80 04</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 24</td>\r\n <td style=\"width:263px;\">\r\n Logistics sector skill council Khivraj complex, 7th floor No. 480A, Anna salai, Nandanam, Chennai</td>\r\n <td>\r\n 20-06-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Industrial Visits, Inplant Trainings</td>\r\n <td>\r\n 145 04</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 25</td>\r\n <td style=\"width:263px;\">\r\n Department of Chemistry, Govt. College for Men(A), Kadapa</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 6</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n 26</td>\r\n <td>\r\n Department of Botany, Vedurukuppam</td>\r\n <td>\r\n 03-01-2024</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 05</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 27</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, S<br />\r\n V Arts College (A), Tirupati</td>\r\n <td>\r\n 15-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 28</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, S P W Degree and PG College (A), Tirupati</td>\r\n <td>\r\n 15-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 29</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, Smt NP Savithramma Degree college for women, Chittoor</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 30</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, Vijayam Science and Arts Degree College, Chittoor</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 31</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, SVA Govt. Degree College for Men, Srikalahasti</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 32</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, SGS Arts College (A), Tirupati</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 33</td>\r\n <td style=\"width:263px;\">\r\n Department of Telugu, Smt NPS Govt.<br />\r\n College (W). Chiittoor</td>\r\n <td>\r\n 15-08-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 34</td>\r\n <td style=\"width:263px;\">\r\n Department of Telugu, Govt.<br />\r\n College (A). Nagai, Chiittoor Dist.</td>\r\n <td>\r\n 02-02-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 35</td>\r\n <td style=\"width:263px;\">\r\n Department of Economics, SV Arts College (A), Tirupati</td>\r\n <td>\r\n 10-11-2020</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 36</td>\r\n <td style=\"width:263px;\">\r\n Department of Statistics, SGS Arts College (A), Tirupati</td>\r\n <td>\r\n 19-08-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 37</td>\r\n <td style=\"width:263px;\">\r\n Department of Telugu, Smt NPS Govt.<br />\r\n College (W). Chiittoor</td>\r\n <td>\r\n 07-11-2021</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n 38</td>\r\n <td>\r\n Department of Hindi, SV University, Tirupati</td>\r\n <td>\r\n 07-02-2019</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 39</td>\r\n <td style=\"width:263px;\">\r\n Department of Hindi, Smt NPS Govt.<br />\r\n College (W). Chiittoor</td>\r\n <td>\r\n 15-03-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 40</td>\r\n <td style=\"width:263px;\">\r\n Department of Hindi, Sri VSSC Govt Degree College, Sullurupet</td>\r\n <td>\r\n 24-08-2020</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 41</td>\r\n <td style=\"width:263px;\">\r\n Department of Hindi, S R Govt Degree College, Punganur</td>\r\n <td>\r\n 08-07-2021</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 42</td>\r\n <td style=\"width:263px;\">\r\n Department of Hindi, SVCR Govt Degree College, Palamaner</td>\r\n <td>\r\n 29-03-2020</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 44</td>\r\n <td style=\"width:263px;\">\r\n Department of History, Govt Degree College, Uravakonda, Ananthapurm</td>\r\n <td>\r\n 25-07-2021</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 45</td>\r\n <td style=\"width:263px;\">\r\n Department of History, Govt Degree College, Guduru</td>\r\n <td>\r\n 26-03-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"30\">\r\n <td height=\"30\" style=\"height:31px;\">\r\n 46</td>\r\n <td>\r\n Yuva Tourism club, Ministry Tourism in India </td>\r\n <td>\r\n 19-06-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 250 04</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 47</td>\r\n <td style=\"width:263px;\">\r\n Department of Library, Smt NPS Govt.<br />\r\n College (W). Chiittoor</td>\r\n <td>\r\n 25-07-2024</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 01</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 48</td>\r\n <td style=\"width:263px;\">\r\n Department of Computer application / Computer Science, Smt NPS Govt. College (W). Chiittoor</td>\r\n <td>\r\n 21-07-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 80 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 49</td>\r\n <td style=\"width:263px;\">\r\n Department of Microbiology, Smt NPS Govt. College (W). Chiittoor</td>\r\n <td>\r\n 16-02-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 40 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 50</td>\r\n <td style=\"width:263px;\">\r\n Department of Political Science, Govt. Degree College, Nagari Chiittoor</td>\r\n <td>\r\n 04-11-2021</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 02</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;\">\r\n 51</td>\r\n <td style=\"width:263px;\">\r\n Department of Political Science, Govt. Degree College, Karvetinagarm, Chiittoor</td>\r\n <td>\r\n 25-08-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 52</td>\r\n <td style=\"width:263px;\">\r\n Department of Mathematical Science, NPS Govt. Degree College, Chiittoor</td>\r\n <td align=\"right\">\r\n 22-08-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 03</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 53</td>\r\n <td style=\"width:263px;\">\r\n Department of Mathematical Science, Govt. Degree College, Piler</td>\r\n <td align=\"right\">\r\n 05-02-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 03</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 54</td>\r\n <td style=\"width:263px;\">\r\n Department of Mathematical Science, Govt. Degree College, Palamaner</td>\r\n <td align=\"right\">\r\n 23-03-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 03</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 55</td>\r\n <td style=\"width:263px;\">\r\n Department of Physics, Osmania College, Kurnool</td>\r\n <td align=\"right\">\r\n 11-12-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 40 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 56</td>\r\n <td style=\"width:263px;\">\r\n Department of Physics, Govt. College for Men, Cluster University, Kurnool</td>\r\n <td align=\"right\">\r\n 11-12-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 40 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 57</td>\r\n <td style=\"width:263px;\">\r\n Department of Botany, Govt. College for Men(A), Kadapa</td>\r\n <td align=\"right\">\r\n 15-04-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 55 03</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 58</td>\r\n <td style=\"width:263px;\">\r\n Department of Botany, Govt. Degree College , Pakala</td>\r\n <td align=\"right\">\r\n 21-10-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 55 03</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 59</td>\r\n <td style=\"width:263px;\">\r\n Department of Economics, SV Arts College , Tirupati</td>\r\n <td align=\"right\">\r\n 26-11-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 60</td>\r\n <td style=\"width:263px;\">\r\n Department of Economics, NPS Govt. Degree College, Chiittoor</td>\r\n <td align=\"right\">\r\n 21-12-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 61</td>\r\n <td style=\"width:263px;\">\r\n Department of Economics, SGS Arts College, Tirupathi</td>\r\n <td align=\"right\">\r\n 03-03-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 30 02</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 62</td>\r\n <td style=\"width:263px;\">\r\n Department of Zoology, Govt. Degree College, Palamaner</td>\r\n <td align=\"right\">\r\n 25-11-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 05</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n 63</td>\r\n <td style=\"width:263px;\">\r\n Department of Zoology, SG GDC., Piler</td>\r\n <td align=\"right\">\r\n 09-02-2022</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 05</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 64</td>\r\n <td style=\"width:263px;\">\r\n Department of Zoology, SVA Govt. Degree College for Men, Srikalahasti</td>\r\n <td align=\"right\">\r\n 06-01-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 05</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;\">\r\n 65</td>\r\n <td style=\"width:263px;\">\r\n Department of Dairy Science, SGS Govt. Degree College, Tirupati</td>\r\n <td align=\"right\">\r\n 10-03-2023</td>\r\n <td>\r\n 03 Years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 50 05</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 66</td>\r\n <td style=\"width:263px;\">\r\n Department of Commerce, Govt. Degree College, Palamaner</td>\r\n <td>\r\n 21-07-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 67</td>\r\n <td style=\"width:263px;\">\r\n Department of Commerce, SG GDC., Piler</td>\r\n <td align=\"right\">\r\n 25-11-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 68</td>\r\n <td style=\"width:263px;\">\r\n Department of Commerce, NPS Govt. Degree College, Chiittoor</td>\r\n <td align=\"right\">\r\n 21-12-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 69</td>\r\n <td style=\"width:263px;\">\r\n Department of Commerce, Govt. Degree College, Vayalpadu</td>\r\n <td align=\"right\">\r\n 06-01-2023</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 120 06</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td align=\"right\" height=\"60\" style=\"height:60px;\">\r\n 70</td>\r\n <td style=\"width:263px;\">\r\n Department of Physics, SKR & SKR Govt. College for Women, Kadapa</td>\r\n <td>\r\n 08-01-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 40 06</td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td align=\"right\" height=\"60\" style=\"height:60px;\">\r\n 71</td>\r\n <td style=\"width:263px;\">\r\n Department of Physics, Govt. College for Men(A), Kadapa</td>\r\n <td>\r\n 16-07-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 40 06</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 72</td>\r\n <td style=\"width:263px;\">\r\n Department of Library Science,Public Library,Chittoor</td>\r\n <td align=\"right\">\r\n 17-10-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 60 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 73</td>\r\n <td style=\"width:263px;\">\r\n Department of Library Science,GDC Vedurukuppam</td>\r\n <td>\r\n 07-02--2023</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 70 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 74</td>\r\n <td style=\"width:263px;\">\r\n Department of Physical Education, NPS Govt. Degree College, Chiittoor</td>\r\n <td align=\"right\">\r\n 21-11-2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 100 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 75</td>\r\n <td style=\"width:263px;\">\r\n Department of Physical Education, SR GDC, Palamaner</td>\r\n <td align=\"right\">\r\n 17-02-2023</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 100 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 76</td>\r\n <td style=\"width:263px;\">\r\n Jawahar Knowledge Center, NPS Govt. Degree College, Chiittoor</td>\r\n <td>\r\n 18.11.2021</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 80 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 77</td>\r\n <td style=\"width:263px;\">\r\n Jawahar Knowledge Center,Govt. Degree College, Puttur</td>\r\n <td>\r\n 15.03.2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 80 01</td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td align=\"right\" height=\"40\" style=\"height:40px;\">\r\n 78</td>\r\n <td style=\"width:263px;\">\r\n Jawahar Knowledge Center,Govt. Degree College, Puttur</td>\r\n <td>\r\n 21.12.2022</td>\r\n <td>\r\n 03 years</td>\r\n <td>\r\n Academic visits</td>\r\n <td>\r\n 80 01</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(188,'4.1.1 College Facilities','c411','<h1>\r\n <span style=\"font-size:36px;\">4.1.1 Infrastructure of the Institution <a href=\"/userfiles/file/4_1_1%20Infrastructure%20photos.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n'),(189,'4.1.2 Expenditure','c412','<h1 style=\"text-align: center;\">\r\n EXPENDITURE STATEMENT</h1>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:835px;\" width=\"835\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"37\">\r\n <td colspan=\"7\" height=\"37\" style=\"height:37px;width:835px;\">\r\n Year 1 (2022-23)</td>\r\n </tr>\r\n <tr height=\"125\">\r\n <td height=\"125\" style=\"height:125px;width:132px;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width:96px;\">\r\n Item of expenditure</td>\r\n <td style=\"width:123px;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width:139px;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width:147px;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width:103px;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width:96px;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n RUSA</td>\r\n <td style=\"width:96px;\">\r\n Renovation</td>\r\n <td style=\"width:123px;\">\r\n 10.51337</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width:96px;\">\r\n College academic and physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 37.68932</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n College Maintanance</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 23.99486</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n CPDC</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n 26.12508</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n OTHER FEE</td>\r\n <td style=\"width:96px;\">\r\n Miscellaneous</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 11.43552</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n EXAM CELL</td>\r\n <td style=\"width:96px;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 59.83874</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n SPL FEE</td>\r\n <td style=\"width:96px;\">\r\n Books</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 0.93775</td>\r\n <td style=\"width:147px;\">\r\n 0.36273</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:132px;\">\r\n Total</td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n 36.63845</td>\r\n <td style=\"width:139px;\">\r\n 0.93775</td>\r\n <td style=\"width:147px;\">\r\n 133.32117</td>\r\n <td style=\"width:103px;\">\r\n 732.93721</td>\r\n <td style=\"width:96px;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"42\">\r\n <td height=\"42\" style=\"height:42px;width:132px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"43\">\r\n <td colspan=\"7\" height=\"43\" style=\"height:43px;width:835px;\">\r\n Year 2 (2021-22)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:132px;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width:96px;\">\r\n Item of expenditure</td>\r\n <td style=\"width:123px;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width:139px;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width:147px;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width:103px;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width:96px;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n RUSA</td>\r\n <td style=\"width:96px;\">\r\n Renovation</td>\r\n <td style=\"width:123px;\">\r\n 6.3</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height:103px;width:132px;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width:96px;\">\r\n College academic and physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 25.11726</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n College Maintanance</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 27.13617</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n CPDC</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 0.68584</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n OTHER FEE</td>\r\n <td style=\"width:96px;\">\r\n Miscellaneous</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 1.72382</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n EXAM CELL</td>\r\n <td style=\"width:96px;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 56.86573</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n SPL FEE</td>\r\n <td style=\"width:96px;\">\r\n Books</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 0.773</td>\r\n <td style=\"width:147px;\">\r\n 3.32162</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n UGC</td>\r\n <td style=\"width:96px;\">\r\n Autonomy</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 24.72</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:132px;\">\r\n Total</td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n 6.3</td>\r\n <td style=\"width:139px;\">\r\n 0.773</td>\r\n <td style=\"width:147px;\">\r\n 139.57044</td>\r\n <td style=\"width:103px;\">\r\n 666.30661</td>\r\n <td style=\"width:96px;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:132px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height:49px;width:835px;\">\r\n Year 3 (2020-21)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:132px;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width:96px;\">\r\n Item of expenditure</td>\r\n <td style=\"width:123px;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width:139px;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width:147px;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width:103px;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width:96px;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n RUSA</td>\r\n <td style=\"width:96px;\">\r\n Renovation</td>\r\n <td style=\"width:123px;\">\r\n 3.66459</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width:96px;\">\r\n College academic and physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 16.6678</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n COLLEGE MAINTANCE</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 9.28717</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n CPDC</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n 3.46975</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n OTHER FEE</td>\r\n <td style=\"width:96px;\">\r\n Miscellaneous</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 1.04752</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n EXAM CELL</td>\r\n <td style=\"width:96px;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 17.71636</td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n SPL FEE</td>\r\n <td style=\"width:96px;\">\r\n Books</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 0.128</td>\r\n <td style=\"width:147px;\">\r\n 0</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n UGC</td>\r\n <td style=\"width:96px;\">\r\n Autonomy</td>\r\n <td style=\"width:123px;\">\r\n 2.18481</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 18.32355</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n Total</td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n 9.31915</td>\r\n <td style=\"width:139px;\">\r\n 17.84436</td>\r\n <td style=\"width:147px;\">\r\n 45.32604</td>\r\n <td style=\"width:103px;\">\r\n 847.67523</td>\r\n <td style=\"width:96px;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr height=\"51\">\r\n <td colspan=\"7\" height=\"51\" style=\"height:51px;width:835px;\">\r\n Year 4 (2019-20)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:132px;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width:96px;\">\r\n Item of expenditure</td>\r\n <td style=\"width:123px;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width:139px;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width:147px;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width:103px;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width:96px;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n RUSA</td>\r\n <td style=\"width:96px;\">\r\n Renovation</td>\r\n <td style=\"width:123px;\">\r\n 31.65364</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n AddL.SPL.FEE</td>\r\n <td style=\"width:96px;\">\r\n College academic and physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 9.51157</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n College Maintanance</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 12.78662</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n CPDC</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n 2.69344</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n OTHER FEE</td>\r\n <td style=\"width:96px;\">\r\n Miscellaneous</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 1.96502</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n EXAM CELL</td>\r\n <td style=\"width:96px;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 12.4363</td>\r\n <td style=\"width:147px;\">\r\n 12.4363</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n SPL.FEE</td>\r\n <td style=\"width:96px;\">\r\n Books</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 2.247</td>\r\n <td style=\"width:147px;\">\r\n 0.64554</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n UGC</td>\r\n <td style=\"width:96px;\">\r\n Autonomy</td>\r\n <td style=\"width:123px;\">\r\n 0.58</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 19.6767</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:132px;\">\r\n TOTAL</td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n 34.92708</td>\r\n <td style=\"width:139px;\">\r\n 14.6833</td>\r\n <td style=\"width:147px;\">\r\n 57.02175</td>\r\n <td style=\"width:103px;\">\r\n 770.61385</td>\r\n <td style=\"width:96px;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height:21px;width:132px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height:49px;width:835px;\">\r\n Year 5 (2018-19)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height:120px;width:132px;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width:96px;\">\r\n Item of expenditure</td>\r\n <td style=\"width:123px;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width:139px;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width:147px;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width:103px;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width:96px;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n RUSA</td>\r\n <td style=\"width:96px;\">\r\n Renovation</td>\r\n <td style=\"width:123px;\">\r\n 99.9469</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n ADDL.SPL.FEE</td>\r\n <td style=\"width:96px;\">\r\n College academic and physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 16.58221</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n College Maintanance</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 42.60651</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n CPDC</td>\r\n <td style=\"width:96px;\">\r\n Physical</td>\r\n <td style=\"width:123px;\">\r\n 1.71917</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height:40px;width:132px;\">\r\n OTHER FEE</td>\r\n <td style=\"width:96px;\">\r\n Miscellaneous</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 4.77903</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height:60px;width:132px;\">\r\n EXAM CELL</td>\r\n <td style=\"width:96px;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 2.64094</td>\r\n <td style=\"width:147px;\">\r\n </td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n SPL FEE</td>\r\n <td style=\"width:96px;\">\r\n Books</td>\r\n <td style=\"width:123px;\">\r\n </td>\r\n <td style=\"width:139px;\">\r\n 5.27226</td>\r\n <td style=\"width:147px;\">\r\n 3.90528</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n UGC</td>\r\n <td style=\"width:96px;\">\r\n Autonomy</td>\r\n <td style=\"width:123px;\">\r\n 0.67592</td>\r\n <td style=\"width:139px;\">\r\n </td>\r\n <td style=\"width:147px;\">\r\n 19.38532</td>\r\n <td style=\"width:103px;\">\r\n </td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;width:132px;\">\r\n TOTAL</td>\r\n <td style=\"width:96px;\">\r\n </td>\r\n <td style=\"width:123px;\">\r\n 102.34199</td>\r\n <td style=\"width:139px;\">\r\n 7.9132</td>\r\n <td style=\"width:147px;\">\r\n 87.25835</td>\r\n <td style=\"width:103px;\">\r\n 700.55805</td>\r\n <td style=\"width:96px;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height:20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(190,'4.2.1 Library info','c421','<h2>\r\n <span style=\"font-size:36px;\">4.2.1<span style=\"background-color:#f0ffff;\"> <span style=\"color: rgb(51, 51, 51); font-family: sans-serif; text-align: justify;\">Library as a Learning Resource <a href=\"/userfiles/file/4_2%20LIB%20Facility%20&%20Bills.pdf\"><u><span style=\"color:#00f;\">download here</span></u></a></span></span></span></h2>'),(191,'4.2.2 Books- Expenditure','c422','<h1>\r\n EXPENDITURE STATEMENT</h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:835px;\" width=\"835\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"37\">\r\n <td colspan=\"7\" height=\"37\" style=\"height: 37px; width: 835px; text-align: center;\">\r\n Year 1 (2022-23)</td>\r\n </tr>\r\n <tr height=\"125\">\r\n <td height=\"125\" style=\"height: 125px; width: 132px; text-align: center;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Item of expenditure</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 10.51337</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 37.68932</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 23.99486</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 26.12508</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 11.43552</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 59.83874</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.93775</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.36273</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 36.63845</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.93775</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 133.32117</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 732.93721</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"42\">\r\n <td height=\"42\" style=\"height: 42px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"43\">\r\n <td colspan=\"7\" height=\"43\" style=\"height: 43px; width: 835px; text-align: center;\">\r\n Year 2 (2021-22)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Item of expenditure</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 6.3</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height: 103px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 25.11726</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 27.13617</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.68584</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.72382</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 56.86573</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.773</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 3.32162</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 24.72</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 6.3</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.773</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 139.57044</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 666.30661</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height: 49px; width: 835px; text-align: center;\">\r\n Year 3 (2020-21)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Item of expenditure</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 3.66459</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 16.6678</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n COLLEGE MAINTANCE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 9.28717</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 3.46975</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.04752</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 17.71636</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.128</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 2.18481</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 18.32355</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 9.31915</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 17.84436</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 45.32604</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 847.67523</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"51\">\r\n <td colspan=\"7\" height=\"51\" style=\"height: 51px; width: 835px; text-align: center;\">\r\n Year 4 (2019-20)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Item of expenditure</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 31.65364</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n AddL.SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 9.51157</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 12.78662</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 2.69344</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.96502</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 12.4363</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 12.4363</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 2.247</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.64554</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 0.58</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 19.6767</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n TOTAL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 34.92708</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 14.6833</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 57.02175</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 770.61385</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height: 49px; width: 835px; text-align: center;\">\r\n Year 5 (2018-19)</td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n Head/Sub head of Expenditure</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Item of expenditure</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n Expenditure for infrastructure development and augmentation (in INR)</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n Expenditure on maintenace of physical facilities and academic support facilities (in INR)</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n expenditure on Salary component/<br />\r\n wages (in INR)</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Other expenditures<br />\r\n (in INR)</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 99.9469</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n ADDL.SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 16.58221</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 42.60651</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 1.71917</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 4.77903</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 2.64094</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 5.27226</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 3.90528</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 0.67592</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 19.38532</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n TOTAL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 102.34199</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 7.9132</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 87.25835</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 700.55805</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(192,'4.3.1 IT Facilities','c431','<h1>\r\n <span style=\"font-size:36px;\">4.3.1 IT Infrastructure <a href=\"/userfiles/file/4_3_1%20IT%20infrastructure.pdf\"><u><span style=\"color:#00f;\">download here</span></u></a></span></h1>\r\n'),(193,'4.3.2 Computers Stock Register','c432','<h1>\r\n <span style=\"font-size:36px;\">4.3.2 Computer Stock Registers <a href=\"/userfiles/file/4_3_2_1-%20Stock%20Registers.pdf\"><u><span style=\"color:#00f;\">download here</span></u></a></span></h1>\r\n'),(194,'4.4.1 Phy & Infra Expenditure','c441','<h1>\r\n EXPENDITURE STATEMENT</h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 835px;\" width=\"835\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"37\">\r\n <td colspan=\"7\" height=\"37\" style=\"height: 37px; width: 835px; text-align: center;\">\r\n <strong>Year 1 (2022-23)</strong></td>\r\n </tr>\r\n <tr height=\"125\">\r\n <td height=\"125\" style=\"height: 125px; width: 132px; text-align: center;\">\r\n <strong>Head/Sub head of Expenditure</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Item of expenditure</strong></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <strong>Expenditure for infrastructure development and augmentation (in INR)</strong></td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n <strong> Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</strong></td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n <strong>Expenditure on maintenace of physical facilities and academic support facilities (in INR)</strong></td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n <strong>expenditure on Salary component/<br />\r\n wages (in INR)</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Other expenditures<br />\r\n (in INR)</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 10.51337</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 37.68932</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 23.99486</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 26.12508</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 11.43552</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 59.83874</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.93775</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.36273</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 36.63845</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.93775</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 133.32117</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 732.93721</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"42\">\r\n <td height=\"42\" style=\"height: 42px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"43\">\r\n <td colspan=\"7\" height=\"43\" style=\"height: 43px; width: 835px; text-align: center;\">\r\n <strong>Year 2 (2021-22)</strong></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n <strong>Head/Sub head of Expenditure</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Item of expenditure</strong></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <strong>Expenditure for infrastructure development and augmentation (in INR)</strong></td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n <strong> Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</strong></td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n <strong>Expenditure on maintenace of physical facilities and academic support facilities (in INR)</strong></td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n <strong>expenditure on Salary component/<br />\r\n wages (in INR)</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Other expenditures<br />\r\n (in INR)</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 6.3</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"103\">\r\n <td height=\"103\" style=\"height: 103px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 25.11726</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 27.13617</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.68584</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.72382</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 56.86573</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.773</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 3.32162</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 24.72</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 6.3</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.773</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 139.57044</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 666.30661</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height: 49px; width: 835px; text-align: center;\">\r\n <strong>Year 3 (2020-21)</strong></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n <strong>Head/Sub head of Expenditure</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Item of expenditure</strong></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <strong>Expenditure for infrastructure development and augmentation (in INR)</strong></td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n <strong> Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</strong></td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n <strong>Expenditure on maintenace of physical facilities and academic support facilities (in INR)</strong></td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n <strong>expenditure on Salary component/<br />\r\n wages (in INR)</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Other expenditures<br />\r\n (in INR)</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 3.66459</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n Addl.Spl.Fee</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 16.6678</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n COLLEGE MAINTANCE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 9.28717</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 3.46975</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.04752</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 17.71636</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 0.128</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 2.18481</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 18.32355</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n Total</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 9.31915</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 17.84436</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 45.32604</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 847.67523</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"51\">\r\n <td colspan=\"7\" height=\"51\" style=\"height: 51px; width: 835px; text-align: center;\">\r\n <strong>Year 4 (2019-20)</strong></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n <strong>Head/Sub head of Expenditure</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Item of expenditure</strong></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <strong>Expenditure for infrastructure development and augmentation (in INR)</strong></td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n <strong> Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</strong></td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n <strong>Expenditure on maintenace of physical facilities and academic support facilities (in INR)</strong></td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n <strong>expenditure on Salary component/<br />\r\n wages (in INR)</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Other expenditures<br />\r\n (in INR)</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 31.65364</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n AddL.SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 9.51157</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 12.78662</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 2.69344</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 1.96502</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 12.4363</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 12.4363</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 2.247</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 0.64554</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 0.58</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 19.6767</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n TOTAL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 34.92708</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 14.6833</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 57.02175</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 770.61385</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"21\">\r\n <td height=\"21\" style=\"height: 21px; width: 132px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"49\">\r\n <td colspan=\"7\" height=\"49\" style=\"height: 49px; width: 835px; text-align: center;\">\r\n <strong>Year 5 (2018-19)</strong></td>\r\n </tr>\r\n <tr height=\"120\">\r\n <td height=\"120\" style=\"height: 120px; width: 132px; text-align: center;\">\r\n <strong>Head/Sub head of Expenditure</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Item of expenditure</strong></td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n <strong>Expenditure for infrastructure development and augmentation (in INR)</strong></td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n <strong> Expenditure on purchase of books/ebooks and subscription to journals/e-journals (in INR)</strong></td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n <strong>Expenditure on maintenace of physical facilities and academic support facilities (in INR)</strong></td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n <strong>expenditure on Salary component/<br />\r\n wages (in INR)</strong></td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n <strong>Other expenditures<br />\r\n (in INR)</strong></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n RUSA</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Renovation</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 99.9469</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n ADDL.SPL.FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n College academic and physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 16.58221</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n College Maintanance</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 42.60651</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n CPDC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Physical</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 1.71917</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"40\">\r\n <td height=\"40\" style=\"height: 40px; width: 132px; text-align: center;\">\r\n OTHER FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Miscellaneous</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 4.77903</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 132px; text-align: center;\">\r\n EXAM CELL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Examinations and Evaluation </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 2.64094</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n SPL FEE</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Books</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 5.27226</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 3.90528</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n UGC</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n Autonomy</td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 0.67592</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 19.38532</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; width: 132px; text-align: center;\">\r\n TOTAL</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 123px; text-align: center;\">\r\n 102.34199</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n 7.9132</td>\r\n <td style=\"width: 147px; text-align: center;\">\r\n 87.25835</td>\r\n <td style=\"width: 103px; text-align: center;\">\r\n 700.55805</td>\r\n <td style=\"width: 96px; text-align: center;\">\r\n 0</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(195,'4.4.2 Phy & Academic Support','c442','<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n PVKN Govt. College (A), Chittoor</p>\r\n<p align=\"center\">\r\n Maintenance and utilizing procedures </p>\r\n<p>\r\n </p>\r\n<p>\r\n <strong><em>Laboratory Facilities</em></strong></p>\r\n<p>\r\n <strong><em>Regular Maintenance</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Perform routine checks on all laboratory equipment to prevent malfunctions and ensure smooth operations.</em></li>\r\n <li>\r\n <em>Develop a clear, documented process for immediate repairs and replacements to minimize disruptions in lab activities.</em></li>\r\n <li>\r\n <em>Implement a centralized system where faculty and students can report maintenance issues, ensuring timely action and resolution.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Calibration and Compliance</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Schedule regular calibration of precision instruments to maintain their accuracy and reliability.</em></li>\r\n <li>\r\n <em>Keep detailed records of all calibrated equipment, including certification logs, to ensure compliance with industry standards.</em></li>\r\n <li>\r\n <em>Provide training for lab technicians on proper calibration procedures and the importance of maintaining equipment standards, ensuring the lab’s operational excellence.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Safety Practices</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Display clear safety guidelines and emergency procedures prominently in each laboratory to foster a safe working environment.</em></li>\r\n <li>\r\n <em>Organize regular safety drills and training sessions for faculty, staff, and students, ensuring everyone is prepared for emergencies.</em></li>\r\n <li>\r\n <em>Ensure that all lab personnel, including students, are equipped with and consistently use appropriate personal protective equipment (PPE) to minimize risks and promote a culture of safety.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Library Facilities</em></strong></p>\r\n<p>\r\n <strong><em>Library Management System (LMS)</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Integrate the Library Management System (LMS) with the college’s academic database for streamlined data management and resource accessibility.</em></li>\r\n <li>\r\n <em>Offer ongoing training for library staff to help them understand and effectively use the LMS features and updates.</em></li>\r\n <li>\r\n <em>Regularly update the LMS software to ensure it benefits from the latest features, security patches, and improvements, keeping the library’s digital infrastructure up-to-date.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Subscription Review</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Establish a library committee responsible for reviewing and deciding on subscription renewals annually, ensuring that the library’s resources remain relevant and beneficial to its users.</em></li>\r\n <li>\r\n <em>Seek feedback from faculty and students on their preferred journals and databases to guide informed subscription decisions and cater to the academic community’s needs.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Accessibility and Inclusivity</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Conduct regular audits of the library’s physical space and digital resources to ensure they are accessible and inclusive for all users, accommodating diverse needs and promoting equal access to information.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Library Engagement</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Organize orientation sessions at the start of each academic year to introduce new students to the library’s resources, helping them navigate and utilize the available materials effectively.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Sports Complex</em></strong></p>\r\n<p>\r\n <strong><em>Maintenance and Safety</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Implement a routine maintenance schedule for sports fields, courts, and equipment, keeping them in optimal condition for use.</em></li>\r\n <li>\r\n <em>Create a dedicated maintenance fund for major upgrades and repairs, ensuring the facilities are always in top shape.</em></li>\r\n <li>\r\n <em>Engage external experts to conduct annual safety assessments of sports facilities, identifying potential risks and areas for improvement.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Equipment Management</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Establish a depreciation schedule for sports equipment, planning for timely replacements and ensuring athletes have access to quality gear.</em></li>\r\n <li>\r\n <em>Collaborate with sports coaches to identify and prioritize the equipment needs for different sports, ensuring all teams are well-supported.</em></li>\r\n <li>\r\n <em>Pursue sponsorships or grants to help fund facility upgrades and new equipment purchases, easing the financial burden on the institution.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Training and Coaching</em></strong></p>\r\n<p>\r\n <strong><em>Structured Programs</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Develop a structured coaching program that provides consistent training for various sports teams, enhancing their skills and performance.</em></li>\r\n <li>\r\n <em>Partner with external sports professionals to offer specialized coaching clinics, bringing expert knowledge to the teams.</em></li>\r\n <li>\r\n <em>Introduce sports science workshops for coaches, keeping them updated on the latest training methodologies and enabling them to apply these insights in their coaching practices.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Computer Facilities</em></strong></p>\r\n<p>\r\n <strong><em>Cybersecurity and Software Management</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Provide regular training for IT staff and users on cybersecurity practices to protect sensitive systems.</em></li>\r\n <li>\r\n <em>Implement multi-factor authentication for secure access to critical systems and data.</em></li>\r\n <li>\r\n <em>Conduct regular security audits to identify and address vulnerabilities, ensuring the institution’s digital infrastructure is protected.</em></li>\r\n <li>\r\n <em>Centralize software procurement and licensing management to ensure compliance and efficient use of resources.</em></li>\r\n <li>\r\n <em>Maintain an up-to-date inventory of all software licenses, preventing lapses and ensuring proper usage.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Classroom Facilities</em></strong></p>\r\n<p>\r\n <strong><em>Efficient Management</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Implement an online system for faculty to reserve classrooms, streamlining the scheduling process.</em></li>\r\n <li>\r\n <em>Develop a flexible scheduling system to accommodate peak times and various class sizes, ensuring optimal use of classroom space.</em></li>\r\n <li>\r\n <em>Regularly review classroom allocations and make adjustments based on demand, optimizing space utilization.</em></li>\r\n <li>\r\n <em>Provide ongoing training for faculty on using smart classroom technologies, enhancing the learning experience.</em></li>\r\n <li>\r\n <em>Invest in emerging technologies like virtual reality to offer immersive learning experiences and stay at the forefront of educational innovation.</em></li>\r\n <li>\r\n <em>Set up a helpdesk for immediate technical support during classes, minimizing disruptions and ensuring smooth operations.</em></li>\r\n</ul>\r\n<p>\r\n <strong><em>Infrastructure Maintenance</em></strong></p>\r\n<ul>\r\n <li>\r\n <em>Establish a quick-response team to handle urgent classroom repairs, ensuring minimal downtime.</em></li>\r\n <li>\r\n <em>Conduct thorough inspections during semester breaks for more extensive maintenance, keeping the facilities in top condition.</em></li>\r\n <li>\r\n <em>Encourage faculty and students to promptly report any facility issues, fostering a proactive approach to maintenance.</em></li>\r\n</ul>'),(196,'5.1.1 Scholar Ships','c511','<h1>\r\n </h1>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:690px;height:153px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><strong style=\"font-size: 12px;\">Percentage of students benefited by scholarships and freeships provided by the institution, governmentandnon-governmentbodies,industries,individuals,philanthropistsduringthelast five years</strong></span></span></p>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><strong style=\"font-size: 12px;\">Response:</strong>86.46</span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"4\" style=\"width:690px;height:200px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"> <strong>Number of students benefited by scholarships and freeships provided by the institution, Governmentandnon-governmentbodies,industries,individuals,philanthropistsyearwiseduring last five years</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><strong>File Description</strong></span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:33px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><strong>Document</strong></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\">Year-wise list of beneficiary students in each schemedulysignedbythecompetentauthority.</span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.1.1_1724324685_13194.docx\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\">UploadSanctionletterofscholarshipandfreeships (along with English translated version if it is in regional language).</span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:73px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.1.1_1724322324_13194.xlsx\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\">UploadpolicydocumentoftheHEIforawardof scholarship and freeships.</span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.1.1_1724322309_13194.pdf\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\">Institutionaldataintheprescribedformat(data template)</span></span></p>\r\n </td>\r\n <td colspan=\"3\" style=\"width:345px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><a href=\"https://assessmentonline.naac.gov.in/storage/app/hei/SSR/106846/5.1.1_1724322541_13194.xlsx\">View Document</a></span></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\" style=\"width:350px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\">ProvideLinksforanyotherrelevantdocumentto support the claim (if any)</span></span></p>\r\n </td>\r\n <td style=\"width:326px;height:53px;\">\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><a href=\"https://pvkngcchittoor.ac.in/pages.php?type=iv-ssr-criteria5&id=c511\">View Document</a></span></span></p>\r\n </td>\r\n <td>\r\n <p>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><br />\r\n </span></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h1>\r\n <span style=\"color:#00f;\"><span style=\"font-size:20px;\"><br />\r\n </span></span></h1>\r\n'),(197,'5.1.2 Career Counseling','c512','<h1>\r\n <span style=\"color:#b22222;\">Carrer Counselling <a href=\"/userfiles/file/5_1_2%20Carrer%20Couseling.pdf\"><strong><u><span style=\"color:#00f;\">Download here</span></u></strong></a></span></h1>\r\n'),(198,'5.1.3 Capacity Building','c513','<h1>\r\n <span style=\"color:#b22222;\"> Capacity Building <a href=\"/userfiles/file/5_1_3%20capacity%20building.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n'),(199,'5.1.4 Grievances & redressal','c514','<h3 class=\"title marginBtm\" style=\"box-sizing: border-box; font-family: "Source Sans Pro", sans-serif; line-height: 1.1; color: rgb(33, 76, 95); margin-top: 0px; margin-bottom: 10px; font-size: 24px; text-transform: uppercase; text-align: center;\">\r\n Grievances & redressal </h3>\r\n<h1 style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/5_1_4%20Grievances%20&%20Redressal.pdf\"><u><strong><span style=\"color:#0000cd;\">Download Here</span></strong></u></a></h1>\r\n'),(200,'5.2.1 Placements','c521','<h1 style=\"text-align: center;\">\r\n Placements and Progression to Higher Education <a href=\"/userfiles/file/ilovepdf_merged%20(8)_compressed_compressed_removed_compressed-compressed.pdf\"><u><span style=\"color:#008000;\"><span style=\"background-color:#00f;\">download here</span></span></u></a></h1>\r\n<h1 style=\"text-align: center;\">\r\n <span style=\"color:#b22222;\"><span style=\"font-family:comic sans ms,cursive;\"><strong>Progression to Higher Education</strong></span></span></h1>\r\n<p align=\"center\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>NAME OF THE STUDENT</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>HALL TICKET NUMBER</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>SUBJCET</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>RANK</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>COLLEGE</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>CONDUCTED UNIVERSITY</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#008000;\"><strong>YEAR</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P Divya Sree</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236448</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">809</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P Sree Lekha</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236449</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Analytical chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">359</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">A Sunil Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236596</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">908</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P Supriya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236599</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">660</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Padmavathi Mahila Viswa Vidyalayam, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">B Pooja</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236584</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2004</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M Divya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236551</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">3521</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN Govt. College, Chittoor</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M Divya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236583</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2777</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN Govt. College, Chittoor</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C Nithya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236518</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">5291</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN Govt. College, Chittoor</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">N. Ooha</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020236504</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">3417</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN Govt. College, Chittoor</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M. Sudhakar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020237168</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2341</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Vikrama Simhapuri University, Nellore</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Andhra University</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">T. Dwarakanath</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228606</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">210</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">A. Divya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228476</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Analytical chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">3119</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">E. Bhavya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228482</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1424</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M. Chandrakala Devi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228485</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2380</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">R. Menaka</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228448</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">974</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">R. Dhanalakshmi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228681</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1281</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">E. Manjula</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228506</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2244</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P. Vaishnavi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228428</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">245</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Padmavathi Mahila Viswa Vidyalayam, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C. Gayatri</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020227475</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2955</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">J.K.C. College, Guntur.</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">V. Kanchana</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020228505</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Organic Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1905</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Padmavathi Mahila Viswa Vidyalayam, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">A M Gaythri</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30609105027</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">672</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">G Sandhya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060980</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">5164</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN Govt. College, Chittoor</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">GK Mahesh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2200575</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Psychology</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2200575 Rg.n</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">T.S.Jyotheeswaran</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2200586</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Psychology</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2200586 Rg.n</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">T. Hemanth</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022735</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">B.P.Ed</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022735 Rg.n</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">T Gowtham Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060621</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">310</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2020</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M Yaswanth</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1061271</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">140</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2020</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">G. Gouthami</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">104167</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">74</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Padmavathi Mahila Viswa Vidyalayam, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2020</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">D Krishnamoorthy</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">19103344</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">96</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">B Purushotham Reddy</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">19103346</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">48</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">N Yaswanth</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">19103339</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">64</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C Chandra Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">20103071</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">45</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Yogi Vemana University, Kadapa</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">G Radhakrishna</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060980</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">554</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">B Ashok</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060080</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">556</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C Yugandhar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060191</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">963</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">S Suresh</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1061088</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">755</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">S Lakshmi</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2082301</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Diploma in Hospital Sterilization technoligy</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2082301 Rg.n</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Christian Medical College, Vellore, Tamilnadu</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M Santosh Kumar</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060938</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">233</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">R Bhanu</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060197</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">511</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P Ramyasri</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060753</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">393</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">K Sreevidya</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1061062</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">329</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Aswini Sreeramulu</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1060007</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">267</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">V Theja</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">1061436</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.Sc Chemistry</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">497</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">Sri Venkateswara University, Tirupati</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2018</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MJ DHARANI PRASANTHI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30520221664</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ZOOLOGY</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2022 YVU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">BSA NASRID</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30520221795</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ZOOLOGY</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">919</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2022 YVU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">R AKHILA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30520231373</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ZOOLOGY</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">768</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">AB LIKITHA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30520231323</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ZOOLOGY</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">943</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P. LILLY PUSHPA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M220401504</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MA-ENGLISH</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN GC (A), CHITTOOR</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">K YUVA PRASAD</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022016</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ECONOMICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">SVU COLLEGE OF ARTS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M JAGADEESH</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">20223</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">POLITICAL SCIENCE</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P. THARUN</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022053</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ECONOMICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">SVU COLLEGE OF ARTS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C.RANJITH KUMAR</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022010</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">ECONOMICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">SVU COLLEGE OF ARTS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">B SIRISHA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">10320230414</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">S POOJARI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">10320230400</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MA-TELUGU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">221</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">T . LAKSHMI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">10120230701</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MA-ENGLISH</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">227</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2023 AU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2023</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">S VINODHINI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30620221494</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">21</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2022 YVU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M.AMREEN</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS Ph D</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">VIT</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">R BHUWANESWARA PRASAD</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS Ph D</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">KRISHNA DEVARAYA UNIVERSITY</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">S SHAHEED</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2021 YVU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2021</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">P BHUVANESWARI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">30620221513</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">714</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">APPGCET-2022 YVU</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2022</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">C GAYATHRI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">31020227475</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MATHEMATICS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2955</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">E BHARGAVI</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MCA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">SITAMS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2019</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">M PRAMEELA</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MSCS-CS</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:6.74%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:23.14%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">PVKN GC</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:14.42%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:7.26%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">2020</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:13.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">BUSSA MAHESH</span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:13.56%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\"><br />\r\n </span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:20.94%;height:21px;\">\r\n <p>\r\n <span style=\"color:#0000cd;\">MCA</span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n'),(201,'5.3.1 Awards & Rewards','c531','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:36px;\">5.3.1 Awards, Merit Certificates and Ensdowment Prizes </span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/5_3_1%20Awards,%20Merits,%20certificates%20website.pdf\"><u><span style=\"color:#00f;\"><span style=\"font-size:36px;\">download here</span></span></u></a></h1>\r\n'),(202,'5.3.2 Student Council','c532','<h1>\r\n <span style=\"font-size:36px;\">5.3.2 Student council <a href=\"/userfiles/file/5_3_2%20Committees.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n'),(203,'5.3.3 Sports & Games','c533','<h1>\r\n <span style=\"font-size:36px;\">Sports and Game Report <a href=\"/userfiles/file/5_3_3%20Report%20on%20Sports%20&%20Games%20Website.pdf\"><span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n'),(204,'5.4.1 Alumni','c541','<h1>\r\n <span style=\"color:#00f;\"><span style=\"font-size:36px;\">Alumni Contribution </span><a href=\"/userfiles/file/5_4_1Website%20Alumni.pdf\" style=\"text-align: center; font-size: 12px;\"><u><span style=\"font-size:36px;\">download here</span></u></a></span></h1>\r\n<h3>\r\n <span style=\"color:#800080;\">Alumni Contribution and Engagement During 2018-2023</span></h3>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width: 92px; text-align: center;\">\r\n <h3>\r\n <span style=\"color:#00f;\"><strong>1</strong></span></h3>\r\n </td>\r\n <td style=\"width: 255px; text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>PVKN Alumni students </strong></span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\"><strong>2018-2023</strong></span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\"><strong> 704129</strong></span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">2</span></p>\r\n </td>\r\n <td style=\"width:255px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">PVKN Alumni, Walkers Association contributed and constructed a PYRAMID Dhyana Kendram</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">3850587</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">3</span></p>\r\n </td>\r\n <td style=\"width:255px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">Dr. N. Kumar Swamy Reddy, Alumnus of PVKN Govt. College (A) (B.Sc MPC Batch: 2005-2008)</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">2022-23</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">111383</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width:92px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">4</span></p>\r\n </td>\r\n <td style=\"width:255px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">Dr. Sethuraman ,GB members and the his associates personally supervised the renovated a room with all interior design.</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">2018-19</span></p>\r\n </td>\r\n <td style=\"width:159px\">\r\n <p style=\"text-align: center;\">\r\n <span style=\"color:#00f;\">300000</span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 92px; text-align: center;\">\r\n <span style=\"color:#00f;\">5</span></td>\r\n <td style=\"width: 255px; text-align: center;\">\r\n <span style=\"color:#00f;\">4 members donated for Topographic survey for the campus</span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\">2022-23</span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\">40000</span></td>\r\n </tr>\r\n <tr>\r\n <td style=\"width: 92px; text-align: center;\">\r\n <span style=\"color:#00f;\">6</span></td>\r\n <td style=\"width: 255px; text-align: center;\">\r\n <span style=\"color:#00f;\">Sri Durga Ramakrishna, renovated by his expenses of Portico main door </span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\">2022-23</span></td>\r\n <td style=\"width: 159px; text-align: center;\">\r\n <span style=\"color:#00f;\">200000</span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n During the academic year 2022-23, the PVKN Alumni Association contributed a total amount of 73,924/-. This amount was spent on various expenditures, including 35,800/- incurred towards the purchase of glass and other fittings. Additionally, 10,000/- was spent on advertisement charges to publish a Calendar Ad featuring restructured and market-oriented courses in the college. A further 15,225/- and 12,899/- were spent on advertisement charges for Paper Ads promoting these courses.</span></p>\r\n<h3>\r\n <span style=\"color:#800080;\">Donor Contributions:</span></h3>\r\n<p>\r\n <span style=\"color:#00f;\">During the academic year 2020-21, the PVKN Alumni Association received donations specifically allocated for the topographical survey of the college premises. The following alumni generously contributed towards this initiative:</span></p>\r\n<table>\r\n <thead>\r\n <tr>\r\n <th>\r\n <h3>\r\n <span style=\"color:#800080;\"><strong>Name of the Donor</strong></span></h3>\r\n </th>\r\n <th>\r\n <span style=\"color:#800080;\"><strong>Amount (₹)</strong></span></th>\r\n <th>\r\n <span style=\"color:#800080;\"><strong>Utilized for</strong></span></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <span style=\"color:#00f;\"><strong>P. Ramesh</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10,000</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Topographical Survey</span></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"color:#00f;\"><strong>S. Vijayachandra Chowdary</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10,000</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Topographical Survey</span></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"color:#00f;\"><strong>M. Manohar</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10,000</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Topographical Survey</span></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"color:#00f;\"><strong>S. Prasad</strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10,000</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Topographical Survey</span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#800080;\"><strong>Summary of Proceedings:</strong></span></p>\r\n<ol>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Alumni Services and Contributions:</strong><br />\r\n The meeting was attended by 34 members who discussed various contributions and services provided by the alumni to the institution. Discussions focused on supporting student academic activities, including performance tracking, certificate courses, internships, and linkages to NGOs and industry. The association emphasized encouraging merit students through the distribution of books, uniforms, and the institution of gold medals, prizes, awards, certificates, and endowment cash prizes.</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Career and Placement Activities:</strong><br />\r\n The Alumni Association discussed potential career and placement activities to support student placement.</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Infrastructure Development:</strong><br />\r\n Members deliberated on potential infrastructure developments, including classrooms, seminar halls, heritage arches, a compound wall, hostels, internal roads, gardens, paintings, library books, laboratory equipment, ICT-based equipment, interactive panels, laptops, computers, a drinking water system, overhead tanks, and repairs to toilets.</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Land Encroachment Issues:</strong><br />\r\n The PVKN Alumni Association Secretary, Sri Chandra Sekar, highlighted the issue of blatant encroachment on 118 acres of college land by various agencies and private individuals. Measures to safeguard the existing land were discussed.</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Environmental and Eco-Friendly Initiatives:</strong><br />\r\n The initiatives of solar/LED bulbs are energy-saving initiatives.</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Alumni Role in Administration:</strong><br />\r\n The role of alumni in the administration was discussed in the Board of Studies , Academic Council, Finance Committee, Governing Body, College Planning and Development Council, Alumni Association, and Industry-Academia interaction. main portico door was donated by Ex. M.P. Durga Rama Krishna in the worth of 3,00,000/-</span></p>\r\n </li>\r\n <li>\r\n <p>\r\n <span style=\"color:#00f;\"><strong>Alumni Fund Contribution:</strong><br />\r\n Alumni member Sri Ramesh donated an amount of 5,000/- to the Alumni Fund, donated chemistry lab material worth of Rs.111383/- by the Alumni of chemistry department. 125959/- in 2022-23, 391706/- in 2021-22, 116611/- in 2020-21, 37765/- in 2019-20 and 32087/- in 2018-19 of PVKN Alumni Students.</span></p>\r\n </li>\r\n</ol>\r\n'),(205,'6.1.1 Governanee & LeaderShip','c611','<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><br />\r\n </strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><br />\r\n </strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong><br />\r\n </strong></span></span></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Vision and Mission of PVKN Government College (Autonomous), Chittoor</strong></span></span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Vision: "To lead social progress by promoting equality and education."</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Mission:</strong></span></span></span></p>\r\n<ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Comprehensive Curriculum: Providing a well-rounded curriculum that equips students with the knowledge and skills necessary for academic and professional success.</strong></span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Inclusive Environment: Cultivating a welcoming and inclusive environment that celebrates diversity, promotes equality, and fosters respect for all.</strong></span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Enriching Co-Curricular Activities: Offering enriching co-curricular activities that complement classroom learning, allowing students to explore their talents, develop leadership skills, and collaborate effectively.</strong></span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Empowerment Through Extracurricular Activities: Encouraging participation in diverse extracurricular activities that spark creativity, critical thinking, and problem-solving, empowering students to pursue their passions and contribute meaningfully to the community.</strong></span></span></span></p>\r\n </li>\r\n</ol>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Strategic Implementation of Vision and Mission</strong></span></span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>PVKN Government College (Autonomous), Chittoor, is steadfast in its commitment to leading social progress through equality and education. This dedication is reflected in the college's vision and mission, which guide its initiatives and strategies aimed at fostering a brighter future for all.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>1. Institutional Growth and Governance:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>The college aligns itself with national educational policies, ensuring that its institutional growth is supported by strategic initiatives focused on decentralization and participatory governance. Special committees, formed with a focus on inclusivity and transparency, are responsible for the formulation and execution of these policies. This approach allows departments and academic units to autonomously make decisions that best serve their educational goals while ensuring fairness in governance.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>2. Institutional Perspective Plan (IPP):</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>A detailed Institutional Perspective Plan (IPP) outlines the college’s short-term and long-term objectives. This plan, developed with input from stakeholders, ensures that the college remains focused on its mission-aligned goals. Financial resources are strategically allocated to support research, infrastructure development, and the college's overall expansion. Effective communication channels are in place to disseminate information about college objectives, progress updates, and future plans, aligning all stakeholders with the college's vision of social progress and educational excellence.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>3. Quality Assurance and Faculty Development:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>PVKN Government College(A) upholds rigorous academic standards through regular reviews and assessments of teaching quality. These assessments foster a culture of continuous improvement, ensuring that the college's educational offerings remain relevant and effective. Faculty development is a priority, with investments made in exploring and implementing innovative teaching methodologies that enhance student learning experiences.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>4. Community Service and Social Impact:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Community service initiatives are integral to the college’s mission, reflecting its commitment to social impact. These initiatives enrich student experiences beyond the classroom and reinforce the college's values of responsibility and civic engagement.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>5. Global Perspectives and Collaborations:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>International collaborations and partnerships expand the college’s global perspective, providing students and faculty with opportunities for exchange programs, joint research initiatives, and exposure to diverse educational practices. These collaborations enhance the overall educational experience and contribute to the college's goal of producing globally informed citizens.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>6. Environmental Sustainability:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Environmental sustainability is a core commitment of PVKN Government College(A), guiding its eco-friendly practices in resource management, waste reduction, and energy conservation. The college’s environmental initiatives are aligned with its vision of social progress, ensuring that sustainability is an integral part of its operations.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>7. Industry Partnerships and Professional Pathways:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>The college actively engages with industry partners to bridge the gap between academia and the workforce. These partnerships provide students with internships, collaborative research opportunities, and pathways to professional success, preparing them for the demands of the modern job market.</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>8. Diversity and Inclusion:</strong></span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Policies promoting diversity and inclusion are central to the college’s mission, ensuring that all students, faculty, and staff have equitable opportunities to succeed. The college celebrates diversity as a strength and fosters an inclusive environment where everyone is respected and valued.</strong></span></span></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Conclusion</strong></span></span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>PVKN Government College (Autonomous), Chittoor, exemplifies effective leadership and management in higher education, guided by its vision, mission, and unwavering commitment to excellence. Through strategic initiatives in curriculum development, participatory governance, sustainability, and global collaboration, the college continues to evolve, meeting the dynamic challenges of the modern educational landscape while staying true to its core values of equality, inclusivity, and academic rigor.</strong></span></span></span></p>\r\n'),(206,'6.2.1 Deployment','c621','<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Institutional Perspective Plan (IPP) at PVKN Government College (Autonomous), Chittoor</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The Institutional Perspective Plan (IPP) connects the college's long-term goals with its daily operations. It helps ensure that all decisions and actions support the college's vision and mission.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Alignment with Goals:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The IPP is closely tied to the college's main goals, ensuring every decision and action supports its long-term vision.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Policy Integration:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Policies are part of the IPP, making sure they align with the college's goals. These policies are reviewed and updated regularly to stay effective and relevant.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Administrative Structure:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The college has a clear administrative structure that promotes good communication and teamwork. Roles and responsibilities are well-defined to improve efficiency and accountability.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Appointment Process:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Hiring procedures are clear and follow established rules. They ensure that candidates have the right qualifications and skills needed for the IPP.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Service Rules and Regulations:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Service rules and regulations are well-documented and communicated. They are regularly updated to reflect changes in laws and needs.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Decision-Making:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Decision-making is efficient, with committees and other bodies making timely and informed choices, which improves the college’s responsiveness.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Performance Evaluation:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The college has a strong system for evaluating faculty and staff, aligned with the IPP, to encourage ongoing improvement and accountability.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Resource Allocation:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Resources are allocated based on the IPP priorities, with regular checks to ensure they are used effectively to meet the college's goals.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Monitoring Implementation:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The IPP’s implementation is monitored with regular progress reports, providing feedback on how well strategies and plans are working.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Adapting to Change:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The college adapts to new challenges by updating the IPP based on lessons learned and changing needs.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Decision-Making:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">A variety of stakeholders are involved in decision-making, ensuring different perspectives are considered.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Compliance with Standards:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">All policies follow regulatory standards and legal requirements. They are updated as needed to maintain compliance.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Communication and Transparency:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Communication channels are clear, keeping everyone informed and involved in decisions.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Capacity Building:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Training programs help improve the skills and knowledge of those involved in governance and other roles.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Feedback Mechanisms:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Feedback from stakeholders is collected and used to improve processes and address concerns.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Technology Usage:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Technology is used to make administrative processes more efficient, including record-keeping and data analysis.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Benchmarking:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The college compares itself with other institutions to adopt best practices and improve continually.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Community Involvement:</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The college engages with the community for feedback and collaboration, which helps in the success of the IPP.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#00ff00;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">By following the IPP and ensuring smooth operation, PVKN Government College is prepared to face challenges, meet its goals, and maintain high standards of education.</span></span></strong></span></p>\r\n'),(207,'6.2.2 E-Governance','c622','<h1>\r\n <span style=\"color:#f00;\">E-Governance <a href=\"/userfiles/file/6_2_2%20website.pdf\"><u><span style=\"color:#00f;\">Download Here</span></u></a></span></h1>\r\n'),(208,'6.3.1 Appraisal System','c631','<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Statutory Welfare Measures</span></span></span></strong></h3>\r\n<ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Provident Fund: A mandatory savings scheme designed to ensure financial security for both teaching and non-teaching staff.</span></span></span></strong></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Group Insurance Scheme: Provides coverage for unforeseen events, benefiting teaching and non-teaching staff.</span></span></span></strong></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">State Life Insurance Scheme: A social security measure for government employees, applicable to UGC and State scale employees.</span></span></span></strong></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Maternity/Paternity Leave: Allows for family needs, with eligible employees benefiting from this provision.</span></span></span></strong></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">National Pension Scheme: A retirement savings plan for eligible employees, helping to secure their financial future.</span></span></span></strong></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Employee Health Scheme (EHS):</span></span></span></strong></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Contributions: Non-teaching staff contribute ₹120, while teaching staff contribute ₹300.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Benefits: Covers medical claims for both personnel and their families. It includes free medical check-ups and assistance.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Group Insurance: An additional ₹120 and ₹90 are collected by the government for group insurance coverage.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">APGLI (Andhra Pradesh Government Life Insurance): A uniform scheme for all employees, offering life insurance benefits.</span></span></span></strong></li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Avenues for Career Development</span></span></span></strong></h3>\r\n<ol>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Faculty Development Opportunities:</span></span></span></strong>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Seminars: Faculty members can attend seminars with 'On Duty' (OD) leave provided.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Research Publications: Encouraged to publish in Scopus and UGC CARE journals.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Capacity Building and Training:</span></span></span></strong>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Free Training Programs: Includes orientation programs and workshops.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Workshops on ICT Tools: Regular workshops are held to improve teaching and learning with technology.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Financial Support for Research: Aid is provided for research-focused programs and workshops.</span></span></span></strong></li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Physical and Health Assistance</span></span></span></strong></h3>\r\n<ol>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Free Medical Camps/Check-ups: Regular health check-ups and medical assistance are available for all staff members.</span></span></span></strong></li>\r\n</ol>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Overall Objective</span></span></span></strong></h3>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Purpose: To ensure the financial safety, well-being, and security of staff.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Outcome: Creates a supportive working environment and facilitates career advancement.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">These initiatives collectively contribute to a positive work environment, support staff well-being, and promote continuous professional growth within the institution.</span></span></span></strong></p>\r\n'),(209,'6.3.2 Professional MemberShip','c632','<h1>\r\n <span style=\"font-size:36px;\">Professional Membership <a href=\"/userfiles/file/6_3_2%20policy%20prof_%20deve.docx\"><u><span style=\"color:#00f;\">download here</span></u></a></span></h1>\r\n'),(210,'6.3.3 FDP','c633','<h1>\r\n <span style=\"color:#f00;\"><span style=\"background-color:#e6e6fa;\"> Faculty Development Programme </span></span></h1>\r\n<p>\r\n <span style=\"font-size:28px;\"><span style=\"font-family:times new roman,times,serif;\">Click here to view certificates of <u><span style=\"color:#0000cd;\"><a href=\"/userfiles/file/RC%20OC%20FDP%2024.pdf\">RC OC FDP 24</a></span></u><span style=\"color:#0000cd;\"></span></span></span></p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:720px;\" width=\"719\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"60\">\r\n <td height=\"60\" style=\"height: 60px; width: 215px;\">\r\n <span style=\"color:#008000;\"><strong>Department</strong></span></td>\r\n <td style=\"width: 232px;\">\r\n <span style=\"color:#008000;\"><strong>Name of the Full-time teachers</strong></span></td>\r\n <td style=\"width: 139px;\">\r\n <span style=\"color:#008000;\"><strong>Designation</strong></span></td>\r\n <td style=\"width: 135px;\">\r\n <span style=\"color:#008000;\"><strong>No.of FDP's/RC/OC/Seminars/ToT</strong></span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">STATISTICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR V MUNAIAH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">34</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">STATISTICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR S CHANDRABABU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. C. MEERA SAHEB</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">9</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.MOHANO BEHARA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">48</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.L.MD .BHAKSHU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">49</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. M. HEMALATHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">11</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.A.SASIKALA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">7</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.P.SUJANA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">20</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">BOTANY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.N.RAMAMURTHY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">4</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. M. THEJOMURTHY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR P SUDARSANAM</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT C KOMALADEVI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI P NAVANEESWAR REDDY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT G JHANSI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P. BHANU PRAKASH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">20</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. T. HARI BABU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">15</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LT. A. RAMESH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. D. SRIVIDYA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">11</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. O. HARIPRASAD</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">11</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. M. MALLIKARJUNA REDDY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">MATHEMATICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">R.JAYALAKSHMI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">3</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">MATHEMATICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">P. KAVITHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">6</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P. MALLIKA BRAMARAMBA DEVI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. G. SUDHAKAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">13</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. B. RAMA SAGAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">7</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. G. UDAYA BHASKARA REDDY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.Y.LAKSHMI PRASAD REDDY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI.G.RAVEENDRA BABU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">4</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">MICROBIOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P. SIVARAGINI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMPUTER SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI.M.ISMAIL</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">14</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMPUTER SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.S.VINILA KUMARI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMPUTER APPLICATIONS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SK SATHYA HARI PRASAD</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">3</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.N.BABU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI S. MOHAMMAD. SHAFIULLAH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">42</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT.T.MAMATHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. M. AJJANNA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT.K.AMRUTHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TELUGU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI B. GOPIRYA NAICK</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">3</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TELUGU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR C. CHENNAKESAVULU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TELUGU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. G. DHARMAMURTHY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">HINDI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR SHAIK BANAZEER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">55</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">URDU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. E MD. ANWAR HUSSAIN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">15</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">POLITICAL SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. N. UMA DEVI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">POLITICAL SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT D CHANDRA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. V. MASULAMANI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">17</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P. JYOSHNA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">3</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR.S.BHASKAR NAIDU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. A.NIROSHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. G. YAMUNA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">P VIJAY KUMAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">K. MUJAKAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">5</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. C.VEENA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TAMIL</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR R ALFRED</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">LIBRARAIAN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P RAVI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LIBRARIAN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">LIBRARAIAN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. K. KUSUMA KUMARI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LIBRARIAN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">FOOD PROCESSING TECHNOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">D. ANIL KUMAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">FOOD PROCESSING TECHNOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">A. SUCHITRA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ECONOMICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">K. NAGAR RAJA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">1</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. S.V. RAMESH KUMAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">18</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">STATISTICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. T. GANGARAM</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">18</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ZOOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. A. JAYA SANKAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">9</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">CHEMISTRY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. Y. VYSHNAVI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">3</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. B. ANNAPURNA SARADA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">4</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICS & ELECTRONICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. T. RAGHU RAMAN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">18</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMPUTER SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. M. SAMUEL JOHN</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">12</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">MICROBIOLOGY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. K. USHSASRI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">13</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">POLITICAL SCIENCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">K.CHAKRAVARTHY GONYALA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">11</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. G. BABU CHETTY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">10</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. T. MALATHI GABRIEL</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">24</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ENGLISH</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Dr.RAJANI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">13</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TELUGU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. P. JAYACHANDRUDU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">21</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">TELUGU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. E. VASU</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">14</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. Y. RAJASEKHAR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">16</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">COMMERCE</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. K.V. CHIDAMBARAM</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">11</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">PHYSICAL EDUCATION</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SMT. R. KRISHNAVENI</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">PHYSICSAL DIRECTOR</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">MATHEMATICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">K, SAI PRATHAP</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">ECONOMICS</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">DR. N. SELVAM</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\">HISTORY</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">SRI. S REDDY BASHA</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">LECTURER</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">2</span></td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><br />\r\n </span></td>\r\n <td>\r\n <span style=\"color:#00f;\">Total</span></td>\r\n <td>\r\n <span style=\"color:#00f;\">723</span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#00f;\"><br />\r\n </span></p>\r\n'),(211,'6.4.1 Finance Mobilization','c641','<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN Govt. College employs a variety of strategies to mobilize funds and ensure their optimal use, aimed at enhancing its physical, academic, and infrastructural facilities. Here’s a detailed look at the key strategies and their implementation:</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Key Strategies for Fund Mobilization and Utilization</span></span></strong></span></h3>\r\n<ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">RUSA (Rashtriya Uchchatar Shiksha Abhiyan):</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: RUSA is a central government initiative designed to improve the quality of higher education.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Allocation: PVKN Govt. College received ₹2 crore under this scheme.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: The funds are used for developmental activities such as new construction projects, renovation of existing infrastructure, and enhancing academic and physical facilities. This strategic investment aims to create a more conducive learning environment.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">UGC Autonomy Funds:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: These funds support the college’s autonomy status and aim to foster research and academic innovation.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: Funds are directed towards motivating students and teachers to engage in research, conducting capacity-building programs, and implementing examination reforms. This enhances academic standards and promotes a culture of research and innovation.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Development of Hostel Facilities:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: To improve living conditions for students.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: Additional UGC funds are allocated for upgrading existing hostel facilities and constructing new hostels if needed. This ensures that students have access to quality accommodations during their studies.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Special Fee Funds:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: To support various developmental activities.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: Special fee funds collected from tuition and other fees are used for day-to-day operational needs, maintenance, and upgrading of facilities. This helps keep the college infrastructure up to date and functional.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">CPDC (College Planning and Development Council) Funds:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: To support college development activities through community and alumni contributions.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: CPDC funds are used for a range of initiatives, including infrastructure development, academic programs, and extracurricular activities. These funds come from contributions made by the community, alumni, and other stakeholders invested in the college’s growth.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">APCCE Budget:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: To cover operational costs and support state-mandated educational policies.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Utilization: The budget provided by the Andhra Pradesh Commissionerate of Collegiate Education (APCCE) is used for various operational expenses and to implement state-mandated policies and programs.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Optimal Utilization of Resources</span></span></strong></span></h3>\r\n<ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Strategic Planning:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Approach: Careful planning is undertaken to prioritize projects based on urgency, impact, and alignment with the college’s strategic goals.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Goal: Ensure that all funds are utilized efficiently and effectively.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Monitoring and Evaluation:</span></span></strong></span></p>\r\n <ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Approach: Regular monitoring and evaluation processes are in place to track the progress of funded projects.</span></span></strong></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Goal: Verify that resources are used effectively and that projects are completed within the agreed timelines and budgets.</span></span></strong></span></li>\r\n </ul>\r\n </li>\r\n</ol>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800080;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Through these strategies, PVKN Govt. College effectively mobilizes and utilizes funds to continuously improve its educational and infrastructural quality, supporting the overall growth and development of the institution.</span></span></strong></span></p>\r\n'),(212,'6.4.2 Funds Received','c642','<h1>\r\n <span style=\"color:#00f;\">Audited Statements <a href=\"/userfiles/file/6_4_2%20Audited%20statements.pdf\"><u><span style=\"background-color:#ffff00;\">download here</span></u></a></span></h1>\r\n<h1>\r\n </h1>\r\n<h1>\r\n <span style=\"color:#f00;\">Grants Received form Government/UGC/NIRF</span></h1>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:575px;\" width=\"575\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:123px;height:87px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Year</strong></span></p>\r\n </td>\r\n <td style=\"width:156px;height:87px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Name of the government bodies, non-government bodies and philanthropists</strong></span></p>\r\n </td>\r\n <td style=\"width:177px;height:87px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Purpose of the Grant</strong></span></p>\r\n </td>\r\n <td style=\"width:119px;height:87px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#00f;\"><strong>Funds/ Grants received (INR in lakhs)</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>2022-23</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:156px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>NIRF</strong></span></p>\r\n </td>\r\n <td style=\"width:177px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Construction of Women's Hostel</strong></span></p>\r\n </td>\r\n <td style=\"width:119px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>60</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>2018-19</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:156px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Autonomous Grant</strong></span></p>\r\n </td>\r\n <td style=\"width:177px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Academic and Administrative activities</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:119px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>20</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>2019-20</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:156px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Autonomous Grant</strong></span></p>\r\n </td>\r\n <td style=\"width:177px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Academic and Administrative activities</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:119px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>20</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>2020-21</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:156px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Autonomous Grant</strong></span></p>\r\n </td>\r\n <td style=\"width:177px;height:40px;\">\r\n <p>\r\n <span style=\"color:#ffa500;\"><strong>Academic and Administrative activities</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:119px;height:40px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>20</strong></span></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap=\"nowrap\" style=\"width:123px;height:20px;\">\r\n <span style=\"color:#ffa500;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:156px;height:20px;\">\r\n <span style=\"color:#ffa500;\"><br />\r\n </span></td>\r\n <td nowrap=\"nowrap\" style=\"width:177px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>total</strong></span></p>\r\n </td>\r\n <td nowrap=\"nowrap\" style=\"width:119px;height:20px;\">\r\n <p align=\"center\">\r\n <span style=\"color:#ffa500;\"><strong>120</strong></span></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n <span style=\"color:#ffa500;\"><br />\r\n </span></p>\r\n'),(213,'6.4.3 Finance Audits','c643','<h1>\r\n Finance Audit <a href=\"/userfiles/file/6_4_3%20finance%20Audit.pdf\"><u><span style=\"background-color:#0000cd;\">download here</span></u></a></h1>\r\n'),(214,'6.5.1 IQAC Contribution','c651','<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Vision and Mission of the IQAC</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: The IQAC (Internal Quality Assurance Cell) is dedicated to improving the quality of education and institutional processes in alignment with NAAC (National Assessment and Accreditation Council) guidelines.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Vision and Mission Alignment:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Purpose: The IQAC ensures that the institution’s vision and mission are reflected in both college-wide and departmental activities.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Implementation: By aligning these activities with institutional goals, the IQAC facilitates effective quality assurance and ensures that all initiatives support the overall mission.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Program Outcomes (POs) Definition:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Objective: Program Outcomes (POs) are clearly defined and institutionalized to enhance the effectiveness of quality policies.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Outcome: This process ensures that educational objectives are well-articulated and successfully achieved, contributing to the overall quality of academic programs.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Documentation of Activities:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Approach: All departmental and institutional activities are meticulously documented.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Outcome: Timely and organized reporting maintains structured records and supports effective monitoring.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Feedback Collection:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Method: Feedback is systematically collected from students, parents, alumni, employers, and industry representatives.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Purpose: This feedback is analyzed to create actionable reports, contributing to continuous improvement in institutional processes.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">IQAC's Vibrancy:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Representation: The IQAC includes diverse departmental representation to foster a comprehensive quality assurance process.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Focus: Continuous improvement is emphasized through iterative processes, ensuring compliance with NAAC guidelines and established norms.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Continuous Improvement:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Process: The IQAC is committed to the ongoing enhancement of quality initiatives.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Adherence: The focus is on following NAAC guidelines and implementing iterative reviews to consistently improve quality standards.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Overall Impact:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Contribution: The IQAC plays a key role in quality assurance by enhancing the implementation of the institution’s vision and mission.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Processes: Structured documentation and feedback mechanisms streamline quality efforts and engage stakeholders effectively.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Key Institutional Activities and Initiatives</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Students' Induction Program and Academic Schedule:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Induction: Comprehensive programs are conducted for first-year students, covering the college’s overview, rules, academic programs, and resources.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Academic Schedule: Examination dates, holidays, and key academic events are finalized and communicated effectively.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Examinations and Evaluation:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Organization: Mid-term and semester-end examinations for II, IV, and final-year students, including practical exams, are organized by the IQAC.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Evaluation: Robust processes and result publication strategies are established for effective assessment.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Academic Programs and Curriculum:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Courses: A bridge course is introduced for first-year students, and syllabi for III and V semesters are reviewed.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Certifications: Certificate programs in online and offline modes are initiated to enhance academic offerings.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Quality Assurance and Accreditation:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">NAAC Preparation: Preparations for NAAC Cycle-IV accreditation are underway, including a review of AQAR 2022-23.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">IIQA Process: The Institutional Information for Quality Assessment (IIQA) process is initiated, focusing on accurate data collection for the Self-Study Report (SSR).</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Student Development and Welfare:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Programs: Student-centric initiatives such as seminar weeks, library weeks, and mentorship programs are organized.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Extracurriculars: Activities like sports, field trips, and NSS/NCC programs are conducted to foster holistic development.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Infrastructure and Resources:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">JKC and Library: The Jawahar Knowledge Center (JKC) is enhanced with guest lectures and improved library resources.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Cleanliness and Environment: Campus cleanliness and environmental initiatives, such as Swachhata Seva and Clean and Green Week, are prioritized.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Stakeholder Engagement and Collaboration:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Awareness Programs: Events for national and international commemorative days are organized.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Collaboration: Industry and community collaboration through JKC and NSS/NCC programs is fostered to enhance engagement and support.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Additional Key Contributions:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Academic Audits: Regular audits ensure compliance with standards and identify areas for improvement.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Appraisal System: A comprehensive system evaluates faculty performance and improves teaching quality.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">AISHE and NIRF Participation: Active involvement in AISHE and NIRF helps monitor and improve institutional performance.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Research Development Cells: Established to support and promote research activities and innovations.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">MOUs: Memoranda of Understanding (MOUs) with various institutions and industry partners for collaboration.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Placements and Job Fairs: Organized to enhance student employability and connect students with employers.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Capacity Building Programs: Conducted to enhance faculty and staff skills.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Admission Drives: Strategically planned to attract prospective students.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Sports and Games: Facilitated to promote physical fitness and team spirit.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Cultural Activities: Events organized to showcase student talents and encourage participation.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Green Campus Initiatives: Promoted to enhance sustainability through water conservation and waste management.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Gender Equity Programs: Implemented to foster an inclusive environment.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Water Conservation Methods: Adopted strategies for efficient water use on campus.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">College Best Practices: Developed and implemented to improve institutional performance.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Policies and Implementation: Established policies to ensure effective governance and compliance with quality standards.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Library Management System: Upgraded to improve resource management and accessibility.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Automation Processes: Enhanced to streamline administrative functions and improve efficiency.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">These initiatives collectively contribute to a positive and effective educational environment, supporting the college’s growth and development.</span></span></span></strong></p>\r\n'),(215,'6.5.2 IQAC Reviews','c652','<p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></p>\r\n<div class=\"flex max-w-full flex-col flex-grow\">\r\n <div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+&]:mt-5 overflow-x-auto whitespace-pre-wrap\" data-message-author-role=\"assistant\" data-message-id=\"6d9018c9-bfab-412c-9b7d-2f99bc9bf301\" dir=\"auto\">\r\n <div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\r\n <div class=\"markdown prose w-full break-words dark:prose-invert light\">\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Regular Audits</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Purpose:</strong> To maintain high-quality education, PVKN Government College (A) conducts regular academic audits.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Process:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Implementation:</strong> The audits ensure effective teaching-learning practices by reviewing comprehensive course files.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Documentation:</strong> Findings are documented and reviewed.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Continuous Improvement:</strong> Insights from audits are used for ongoing improvements and to ensure adherence to autonomous guidelines and standards.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Tailored Support for Weak Students</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Objective:</strong> To assist students who are struggling academically.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Support Measures:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Evening Classes:</strong> Special classes are arranged to help these students.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Personalized Mentoring:</strong> Regular mentoring is provided, with additional support as needed.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Specialized Tutoring:</strong> Tailored tutoring sessions address specific learning challenges within the autonomous framework.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Innovative Process Recommendations</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Approach:</strong> The college explores and implements new methods to improve educational quality.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Actions:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Best Practices:</strong> Research on best practices from other autonomous institutions guides the adaptation of innovative teaching tools and technologies.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Flexibility:</strong> The college’s autonomy allows for flexible curriculum design and the introduction of new processes.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Benchmark Analysis and Reporting</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Process:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Analysis:</strong> Deviations from benchmarks are analyzed and reported.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Benchmarking:</strong> Comparison with top-performing institutions helps set high standards.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Reporting:</strong> Regular reports are generated for internal review to track progress and ensure compliance.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Stakeholder Feedback</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Method:</strong> Feedback is collected from a diverse range of stakeholders.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Actions:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Collection:</strong> Regular surveys and focus groups gather feedback from students, alumni, industry experts, research organizations, and parents.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Analysis:</strong> Feedback is analyzed to develop actionable improvement plans.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Response:</strong> The college’s autonomy allows for prompt responses to feedback.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Promoting Faculty Engagement</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Initiatives:</strong></span></span></span></p>\r\n <ol>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Certification Courses:</strong> Faculty are encouraged to participate in online certification courses like NPTEL and MOOCs.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Development Programs:</strong> Workshops, seminars, and training programs are organized.</span></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Incentives:</strong> Additional training and certifications are incentivized, and collaborative research opportunities are promoted.</span></span></span></li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Teaching-Learning Reforms Implementation by IQAC</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Key Areas:</strong></span></span></span></p>\r\n <ol>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Expert-Led Guest Lectures:</strong> Eminent academicians and industry experts are invited to deliver lectures, supported by the college's autonomy to tailor topics to current trends.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Faculty Development Initiatives:</strong> Regular workshops and training on pedagogical methods and educational technologies are conducted, with opportunities for faculty exchanges and sabbaticals.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Corrective Measures:</strong> Data-driven strategies are employed to address issues identified through the analysis of Course Outcomes (CO) and Program Outcomes (PO).</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Curriculum Review and Updates:</strong> The curriculum is updated based on industry standards and feedback, including the introduction of interdisciplinary courses.</span></span></span></p>\r\n </li>\r\n <li>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Student Engagement and Support:</strong> Extracurricular activities, counseling services, and financial aid are provided to support and engage students, with enhanced responsiveness due to the college’s autonomy.</span></span></span></p>\r\n </li>\r\n </ol>\r\n <h3 style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Additional Contributions</span></span></span></h3>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Academic Audits and Compliance:</strong> Regular audits ensure adherence to standards and guidelines, enhancing educational quality.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Appraisal System:</strong> A comprehensive system evaluates faculty performance, promoting excellence.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>AISHE and NIRF Participation:</strong> Active participation in AISHE and NIRF helps monitor and improve institutional performance.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Research Development Cells:</strong> Cells support and promote research activities, fostering innovation.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>MOUs and Industry Collaboration:</strong> Memoranda of Understanding (MOUs) with institutions and industry partners enhance collaboration and opportunities.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Placements and Job Fairs:</strong> Organized events boost student employability and career prospects.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Capacity Building Programs:</strong> Programs enhance faculty and staff skills, supporting professional development.</span></span></span></p>\r\n <p style=\"text-align: justify;\">\r\n <span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The IQAC at PVKN Government College (A) is instrumental in monitoring and improving the quality of education through innovative activities, stakeholder feedback, and strategic reforms. The college’s autonomous status supports swift responses to educational needs and upholds high academic standards.</span></span></span></p>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n'),(216,'6.5.3 Quality Assurance','c653',''),(217,'7.1.1 Green Audit ','c711','<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">GREEN AUDIT <a href=\"/userfiles/file/Green%20Audit%20New.pdf\"><span style=\"background-color:#ffff00;\"><u>DOWNLOAD HERE</u></span></a></span></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Fostering Fairness and Inclusivity: A Gender-Focused Strategy at PVKN Government Degree College</span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">PVKN Government Degree College has established a comprehensive framework to promote fairness and inclusivity, with a particular emphasis on gender equity. This strategy includes various initiatives aimed at addressing gender disparities and ensuring an equitable environment for all. The college's approach includes data-driven analysis, employee feedback, targeted programs, leadership development, and safety measures, all of which contribute to creating a supportive and inclusive atmosphere.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Data Analysis and Policy Development</strong><br />\r\n The college conducts regular analyses of data related to hiring, promotions, and compensation to identify and rectify gender biases. Employee feedback is invaluable in shaping policies such as flexible work schedules and family support measures. This ensures that the college remains responsive to the diverse needs of its community.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Key Gender Equity Initiatives</strong><br />\r\n The college organizes numerous programs to promote gender equity, including:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Women's Day Celebrations</strong>: Recognizing and celebrating the achievements of women.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>National Women Equality Day</strong>: Highlighting the importance of gender equality.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>One Day National Webinar on Gender Equity</strong>: Bringing together experts to discuss strategies for promoting gender equity.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Save Girl Child Program</strong>: Raising awareness about the importance of protecting and educating girls.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Youth Fest Marathon for Girls</strong>: Encouraging physical fitness and empowerment among young women.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Sessions on Ayurvedic Benefits</strong>: Promoting health and wellness through natural remedies, with a focus on women's health.</span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Training and Awareness Programs</strong><br />\r\n The college emphasizes education as a key component of its gender equity strategy. Programs include:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Workshops on Gender Issues and Unconscious Bias</strong>: Educating employees and leaders on how to recognize and address gender biases.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Campaigns on Women Trafficking and Women’s Rights</strong>: Creating awareness and fostering a supportive environment.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Leadership Development and Mentorship Programs</strong>: Encouraging women to take on leadership roles, supported by mentorship opportunities.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Counseling Sessions for Women Students</strong>: Providing support and guidance to women students on personal and academic issues.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Programs Highlighting Women's Role in the Freedom Struggle</strong>: Educating students about the significant contributions of women in India's history.</span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Work-Life Balance and Well-being</strong><br />\r\n To support employee well-being, the college offers:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Flexible Work Options</strong>: Allowing employees to balance work and personal life effectively.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Comprehensive Parental Leave</strong>: Supporting parents with time off to care for their families.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Health-Promoting Activities</strong>: Including the celebration of <strong>International Yoga Day</strong> to promote physical and mental well-being.</span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Safety and Supportive Environment</strong><br />\r\n The college is committed to maintaining a safe and welcoming environment through:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>No-Harassment Policy</strong>: Enforcing strict rules against harassment.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Regular Diversity Audits</strong>: Monitoring the inclusivity of campus practices.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Distribution of Sanitary Pads</strong>: Supporting menstrual health in various villages.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Sexual Assault Awareness Programs</strong>: Educating the community on the importance of consent and safety.</span></span></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Celebrating Diversity and Cultural Heritage</span></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">PVKN Government Degree College is also dedicated to celebrating cultural diversity and national heritage through various events and programs. These activities promote unity and cultural awareness, enriching the college experience for all.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Cultural and National Events</strong><br />\r\n The college celebrates significant cultural and national events, including:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Rastriya Ekta Diwas</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Telugu Basha Dinotsavam</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>National Mother Tongue Day</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>National Poetry Day</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Guru Purnima</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Ugadi</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Dasarathi Jayanthi</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Sree Sree Vardhanti</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Alluri Seetharamaraju Jayanthi</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Pingali Venkaiah Jayanthi</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Gurajada Apparao Jayanthi</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Hindi Diwas</strong></span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Cultural Activities and Competitions</strong><br />\r\n The college organizes vibrant cultural activities, such as:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Rangoli Competitions</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Cultural Dress Displays</strong></span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Group Dance Competitions</strong>: Especially during festive occasions like <strong>Samkranthi Sambaralu</strong>.</span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Community Service Initiatives</strong><br />\r\n PVKN Government Degree College takes pride in its community service programs, which include:</span></span></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Rakthadaan Amrutha Mahotsav Blood Donation Camps</strong>: Demonstrating the college's commitment to social responsibility.</span></span></li>\r\n <li style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Farewell Ceremonies for Final-Year Students</strong>: Strengthening the sense of community and celebrating the achievements of graduating students.</span></span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">These programs and events collectively reflect the college's commitment to fostering an inclusive, supportive, and culturally rich environment for all its members.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>PVKN Government Degree College</strong> has established a comprehensive framework to promote fairness and inclusivity, with a strong emphasis on gender equity. This strategy includes several key initiatives and events aimed at addressing gender disparities and fostering an equitable environment.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Framework and Data Analysis:</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">The college conducts regular reviews of hiring, promotions, and compensation data to identify and correct any gender biases. Employee feedback is crucial in shaping policies, such as flexible work schedules and family support measures. Key events include:</span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>March 8, 2023:</strong> Women’s Day celebrations.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>August 26, 2023:</strong> National Women Equality Day.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>September 30, 2023:</strong> One Day National Webinar on Gender Equity.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>October 15, 2023:</strong> Save Girl Child program.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>November 5, 2023:</strong> Youth Fest Marathon for Girls.</span></span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">These events, along with sessions on Ayurvedic product benefits, aim to empower women and raise awareness about gender issues.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Training and Awareness Programs:</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Education on gender issues and unconscious bias is central to the college’s approach. Training programs and campaigns include:</span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>June 15, 2023:</strong> Awareness campaign on Women Trafficking.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>July 20, 2023:</strong> Workshop on Women’s Rights.</span></span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Leadership development is emphasized, encouraging women to take on leadership roles through mentorship programs. Counseling sessions for female students and programs highlighting women’s roles in the freedom struggle further reflect the college's commitment to gender equity.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Work-Life Balance and Well-Being:</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">To support work-life balance, the college offers:</span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>January 5, 2024:</strong> Flexible work options and comprehensive parental leave.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>June 21, 2024:</strong> International Yoga Day celebration.</span></span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Ongoing monitoring and reporting mechanisms ensure that gender equity initiatives are effective and continuously improving. Fair hiring practices, inclusive facilities, and diverse recruitment committees promote equal opportunities.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Safety and Support:</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">The college enforces a strict no-harassment policy and conducts regular diversity audits. Additional programs include:</span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>March 1, 2024:</strong> Distribution of sanitary pads in surrounding villages.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>April 15, 2024:</strong> Sexual assault awareness program.</span></span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Comprehensive benefits and a welcoming environment contribute to the safety and well-being of the college community.</span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>Cultural and Community Engagement:</strong></span></span></p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">The college celebrates various cultural and national events, including:</span></span></p>\r\n<ul>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>October 31, 2023:</strong> Rastriya Ekta Diwas.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>February 21, 2024:</strong> Telugu Basha Dinotsavam.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>March 21, 2024:</strong> National Mother Tongue Day.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>April 10, 2024:</strong> National Poetry Day.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>July 7, 2024:</strong> Guru Purnima.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>April 23, 2024:</strong> Ugadi.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>August 12, 2024:</strong> Dasarathi Jayanthi.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>September 10, 2024:</strong> Sree Sree Vardhanti.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>November 30, 2024:</strong> Alluri Seetharamaraju Jayanthi.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>December 12, 2024:</strong> Pingali Venkaiah Jayanthi.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>January 15, 2024:</strong> Gurajada Apparao Jayanthi.</span></span></li>\r\n <li>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\"><strong>September 14, 2024:</strong> Hindi Diwas.</span></span></li>\r\n</ul>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Cultural activities, including Rangoli competitions, cultural dress displays, and group dance competitions during festive occasions like Samkranthi Sambaralu, are organized to enhance cultural engagement. Community service initiatives such as Rakthadaan Amrutha Mahotsav blood donation camps and farewell ceremonies for final-year students strengthen community ties and emphasize social responsibility.</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p>\r\n <span style=\"color:#006400;\"><span style=\"font-size:16px;\">Through these comprehensive initiatives and events, PVKN Government Degree College demonstrates its commitment to creating a fair, inclusive, and culturally enriched environment for all its members.</span></span></p>\r\n'),(218,'7.1.2 Energy Conservation','c712','<h1>\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span><br />\r\n </strong></h1>\r\n<h1>\r\n Energy Conservation <a href=\"/userfiles/7_1_2_1724427455_13194.pdf\"><span style=\"color:#b22222;\"><u>DOWNOLOAD HERE</u></span></a><strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span><br />\r\n </strong></h1>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><br />\r\n </span></span></span></span><br />\r\n </strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">The primary objective of PVKN College is the promotion of alternative energy sources to reduce dependence on fossil fuel-based electricity. The college is dedicated to increasing its share of solar energy by generating it through the installation of solar panels on the building's roof.</span></span></span></span></span><br />\r\n </strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Solar Energy:</span></span></span></span></span><br />\r\n </strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">10 KV solar panels have been installed under RUSA grants and connected to the GRID. The utilization of solar power for electricity generation, producing at least 500 units per month, leads to a reduction in the power bill.</span></span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Wheeling to the Grid:</span></span></span></span></span></strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">The college's energy generation system is connected to the grid for efficient energy distribution, potentially resulting in financial benefits or credits.</span></span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Use of LED Bulbs/Power-Efficient Equipment:</span></span></span></span></span></strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Out of 412 traditional lights, 150 have been replaced with energy-efficient LED bulbs to reduce electricity consumption. Equipment and appliances are being upgraded to models with high energy efficiency ratings.</span></span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Energy Audits:</span></span></span></span></span></strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">PVKN College has held ISO Certification for the implementation of energy-saving practices since 2018.</span></span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Employee Awareness Programs:</span></span></span></span></span></strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Employees are educated about the importance of energy conservation and encouraged to use energy responsibly. Tree plantation programs are organized every year , in Thuminda Palayam villages under the Mission Harithandra Pradesh 69th Vanam – Manam Programme. Additionally, an awareness program on "Go Green with Mud Ganesha" was conducted to highlight the ill effects of POP Ganesh idols and to motivate people to use eco-friendly Ganesha idols.</span></span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span id=\"docs-internal-guid-cc540e91-7fff-dfea-1fa1-cf98e4a3831d\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;\">Green Building Design:</span></span></span></span></span></strong></p>\r\n<p>\r\n </p>\r\n<p dir=\"ltr\" role=\"presentation\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt; text-align: justify;\">\r\n <strong><span style=\"color:#2f4f4f;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; text-wrap: wrap;\">Green building principles are incorporated into new constructions or renovations to enhance energy efficiency and sustainability, utilizing environmentally friendly materials and construction techniques. Thulasivanam was established to ensure pure air on the campus.</span></span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><br />\r\n </strong></p>\r\n'),(219,'7.1.3 WASTE MANAGEMENT','c713','<p style=\"text-align: justify;\">\r\n </p>\r\n<h1>\r\n WASTE MANAGEMENT <a href=\"/userfiles/file/7_1_3%20(2).docx\">DOWNLOAD HERE</a></h1>\r\n<p style=\"text-align: justify;\">\r\n </p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">At PVKN College, solid waste management is a continuous and evolving process that reflects the institution's unwavering commitment to environmental sustainability. Over the years, the college has systematically enhanced and expanded its waste management practices, making them an integral part of campus life.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Ongoing Solid Waste Management Initiatives</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The foundation of the college’s solid waste management system is the strategic placement of waste segregation bins across the campus. These bins are clearly labeled to differentiate between recyclables and non-recyclables, encouraging the consistent separation of materials such as paper, plastic, glass, and general waste. This practice is continuously reinforced through regular awareness campaigns and educational initiatives aimed at promoting responsible waste disposal habits among students, staff, and visitors.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Complementing these efforts is the college’s ongoing use of on-site composting facilities. Organic waste generated on campus, including food scraps and garden waste, is routinely collected and processed into nutrient-rich compost. This compost is then utilized in the college’s landscaping and gardening activities, creating a closed-loop system that reduces waste and enhances the green spaces on campus.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Regular collection and transportation of solid waste are conducted using environmentally friendly methods. The college has established a well-organized schedule to ensure that all waste is efficiently managed and transported to designated disposal sites. This process is continuously monitored and improved to align with best practices in waste management.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Continued Focus on Liquid Waste Management</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN College’s liquid waste management processes are designed for long-term sustainability. Central to this effort is the operation of the Sewage Treatment Plant (STP), which is maintained and updated regularly to ensure optimal performance. The STP treats wastewater generated from restrooms and other facilities, with the treated water being either safely discharged or reused for various purposes on campus. This continuous cycle of treatment and reuse significantly reduces the college’s demand on external water resources.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Additionally, the college’s rainwater harvesting systems are an ongoing feature of its water conservation strategy. These systems are routinely inspected and maintained to ensure they effectively collect and store rainwater, which is then used to supplement the college’s water supply and manage stormwater runoff.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Persistent Efforts in Biomedical Waste Management</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The safe and responsible management of biomedical waste is an ongoing priority at PVKN College. The college continuously reinforces the use of color-coded bins for the segregation of biomedical waste, ensuring that sharps, infectious waste, and pharmaceutical waste are properly sorted. This process is supported by regular training programs for staff and students, which are conducted to maintain high standards of waste handling and disposal. The college’s commitment to safety and environmental protection is reflected in its continuous adherence to protocols for the collection, storage, and transportation of biomedical waste to authorized treatment facilities.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Continuous Progress in E-Waste Management</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN College remains proactive in addressing the challenges of e-waste through continuous initiatives and partnerships. Designated collection points for electronic waste are permanently established across the campus, and these are regularly monitored to ensure proper disposal. The college maintains ongoing collaborations with authorized e-waste recycling agencies to responsibly recycle collected electronic devices, preventing them from contributing to landfill waste.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">To sustain awareness and engagement, the college periodically launches campaigns aimed at educating the campus community on the importance of e-waste recycling and proper disposal practices. These campaigns are a regular part of the college’s environmental education efforts and are designed to keep the issue of e-waste at the forefront of the college’s sustainability agenda.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Consistent Management of Hazardous Chemicals and Radioactive Waste</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The management of hazardous chemicals and radioactive waste at PVKN College is a continuous process governed by strict protocols. The college ensures that all hazardous materials are stored and disposed of in compliance with safety standards, with regular inspections and updates to guidelines as needed. Emergency response plans are maintained and periodically reviewed to address any accidental spills or releases of hazardous materials effectively.</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">This ongoing commitment to safety and environmental responsibility ensures that the college is always prepared to handle any potential risks associated with hazardous chemicals and radioactive materials.</span></span></strong></span></p>\r\n<h3 style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Conclusion</span></span></strong></span></h3>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"color:#800000;\"><strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The solid, liquid, biomedical, e-waste, and hazardous chemical management processes at PVKN College are not static efforts but rather dynamic and ongoing activities that are deeply embedded in the college’s operational framework. Through continuous monitoring, regular training, and a commitment to improvement, PVKN College ensures that its waste management practices not only meet current environmental standards but also set a benchmark for future sustainability efforts. This ongoing process is a testament to the college’s dedication to creating a safe, sustainable, and environmentally responsible campus for all.</span></span></strong></span></p>\r\n'),(220,'7.1.4 Water Conservation','c714','<h1>\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></h1>\r\n<h1>\r\n Water Conservation <a href=\"/userfiles/7_1_4_1723799653_13194(1).pdf\">DOWNLOAD HERE</a></h1>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Following the successful execution of the JAL ABHIYAN program on 29th July 2019, PVKN Government College has continuously advanced its commitment to water conservation through a series of well-planned activities and initiatives in the subsequent years. These efforts reflect the college’s dedication to fostering a sustainable campus environment and promoting water management practices that serve both the institution and the broader community.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2020-2021: Expansion of Rainwater Harvesting Systems</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">In the academic year 2020-2021, PVKN Government College took significant strides to expand its rainwater harvesting capabilities. Recognizing the importance of maximizing water collection, the college installed additional Roof-Top Collection Systems on newly constructed buildings. These systems were designed to capture and channel rainwater more efficiently, increasing the overall volume of harvested water. The collected rainwater was directed into existing Surface Runoff Collection channels and then stored in newly constructed Storage Tanks across the campus. This strategic expansion was aimed at ensuring a steady and reliable water supply, particularly during periods of water scarcity.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The Department of Chemistry continued to play a pivotal role in the college’s sustainability efforts. By utilizing harvested rainwater to produce deionized water for laboratory use, the department significantly reduced its reliance on external water sources. This practice not only fulfilled the laboratory’s operational needs but also served as a model for sustainable resource management within the college. The success of this initiative was highlighted in various academic forums, further enhancing the college's reputation as a leader in environmental stewardship.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2021-2022: Borewell and Open Well Recharge Programs</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Building on the momentum of previous years, the college launched an extensive Borewell and Open Well Recharge Program on 15th August 2021, in conjunction with the Independence Day celebrations. This program was designed to address the critical issue of declining groundwater levels, which had become a growing concern for the institution and the surrounding community.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The program involved the construction of new Recharge Pits at strategic locations across the campus. These pits were designed to capture rainwater runoff and facilitate its percolation into the ground, directly replenishing nearby wells. In addition, the college implemented Borewell Recharge Structures to channel rainwater into existing borewells, thereby enhancing groundwater levels. These efforts were carefully planned and executed with the assistance of experts in water resource management, ensuring that the recharge methods employed were both effective and sustainable.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">To complement the physical infrastructure, the college also conducted a series of workshops and training sessions focused on groundwater replenishment and sustainable water management practices. These events were organized by the NSS units in collaboration with faculty members from the Department of Environmental Science. The workshops provided students and staff with practical knowledge and skills, empowering them to contribute actively to the college’s water conservation initiatives. The involvement of the NSS units in these activities reinforced their role as champions of environmental awareness and sustainability within the college community.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2022-2023: Wastewater Recycling and World Water Day Activities</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The academic year 2022-2023 marked a significant milestone in the college’s water conservation journey with the introduction of a comprehensive Wastewater Recycling initiative. Recognizing the need to further reduce water consumption, PVKN Government College established a state-of-the-art Wastewater Treatment Plant on campus. This facility was designed to treat and purify wastewater generated by various activities, enabling its reuse for non-potable purposes such as irrigation, cleaning, and other maintenance tasks. The introduction of this system not only reduced the college’s dependence on external water sources but also contributed to its broader sustainability goals by promoting responsible water management practices.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">In addition to infrastructure development, the college continued its tradition of observing World Water Day on 21st March 2023. The NSS and NCC units organized a "SAVE WATER SAVE LIFE" awareness rally, which featured a unique and visually impactful demonstration. Students formed the shape of the water molecule (H2O) on the college grounds, symbolizing the essential nature of water in sustaining life. This rally was more than a symbolic gesture; it was a powerful call to action, emphasizing the need for proper water management and conservation to secure a sustainable future.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">The event also included informative sessions and interactive activities aimed at educating participants on the critical issues surrounding water scarcity and the importance of conserving this precious resource. Through these efforts, the college reinforced its commitment to raising awareness about water conservation among its students, faculty, and the broader community.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2023-2024: Continuous Monitoring and New Initiatives</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">As PVKN Government College enters the academic year 2023-2024, it continues to prioritize water conservation as a key component of its sustainability agenda. Recognizing that effective water management requires ongoing vigilance, the college has implemented a robust system for the Continuous Monitoring and maintenance of its water conservation facilities. Regular inspections are conducted to ensure that the Rainwater Harvesting Systems, Borewell Recharge Structures, and Wastewater Treatment Plant are functioning optimally. This proactive approach helps to identify and address any issues promptly, ensuring the long-term success of the college’s water conservation efforts.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">In line with its commitment to innovation, the college has also introduced a new initiative focused on Water Quality Testing. Spearheaded by the NSS units and the Department of Environmental Science, this initiative involves regular testing of harvested rainwater and treated wastewater to ensure their safety and quality for various uses on campus. By maintaining high standards of water quality, the college not only safeguards the health of its community but also sets a benchmark for other institutions to follow.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Looking ahead, the college has ambitious plans to further enhance its Wastewater Recycling system by expanding its capacity to meet the growing water needs of the campus. Additionally, new awareness programs and workshops are being developed to engage students and faculty in water conservation efforts. These programs will focus on innovative water management techniques, the importance of sustainable practices, and the role of each individual in conserving water.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#000080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Through these sustained activities and initiatives, PVKN Government College continues to lead by example in the realm of water conservation. The college’s comprehensive approach to managing water resources responsibly, reducing reliance on external sources, and promoting environmental sustainability serves as a model for educational institutions and communities alike. By fostering a culture of awareness and action, the college is not only securing its own future but also contributing to the global effort to protect and preserve our planet’s most vital resource.</span></span></span></strong></p>\r\n'),(221,'7.1.5 Green Campus','c715','<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\"><br />\r\n </span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:26px;\"><strong><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Green Audit Report<span style=\"color:#00f;\"><span style=\"background-color:#e6e6fa;\"> <a href=\"/userfiles/file/green%20audit%2024.pdf\">download </a></span></span><span style=\"background-color:#00f;\"></span>here</span></span></strong></span></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\"><br />\r\n </span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Continuous Promotion of Sustainable Practices at PVKN Government College, Chittoor</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">PVKN Government College in Chittoor has established a continuous and evolving commitment to environmental sustainability through a series of ongoing initiatives. These efforts are designed to foster a green campus and promote sustainable practices among students, faculty, and the broader community.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Vehicle-Free Day and No Plastic Day Initiative</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">As part of its efforts to create a cleaner and greener campus, the college introduced the Vehicle-Free Day and No Plastic Day initiative, held every Thursday. This program is aimed at raising awareness about environmental protection by restricting the use of automobiles and single-use plastics on campus.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Implementation:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Restricted Vehicular Access: On Vehicle-Free Thursdays, the college restricts vehicular access within the main campus. Designated parking zones are located at the periphery, encouraging students and staff to walk or cycle.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Promotion of Alternative Transportation: The college actively encourages the use of public transportation and campus shuttles on these days, further reducing the campus’s carbon footprint.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Benefits:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Air Quality Improvement: The reduction of internal combustion engine vehicles on campus has led to a noticeable decrease in air pollution levels, contributing to a cleaner and healthier environment.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Enhanced Safety: With fewer vehicles on campus, the environment becomes safer and more pedestrian-friendly, fostering a sense of community and well-being.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Encouragement of Bicycle and Battery-Powered Vehicle Usage</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">To further support sustainable transportation, PVKN College has implemented facilities and programs to encourage the use of bicycles and battery-powered vehicles.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Facilities:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Bicycle Parking Stations: Dedicated parking spaces for bicycles are installed at various strategic locations across the campus, making it convenient for students and staff to opt for this eco-friendly mode of transportation.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Advantages:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Reduced Carbon Emissions: By promoting the use of bicycles and electric vehicles, the college significantly reduces its carbon emissions, contributing to global efforts against climate change.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Promotion of Physical Activity: Cycling not only reduces environmental impact but also encourages a healthier lifestyle among the college community.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Development of Pedestrian-Friendly Pathways</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">In line with the college’s focus on reducing vehicle dependency, pedestrian-friendly pathways have been developed throughout the campus.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Design:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Well-Defined Walkways: The college has created clearly marked pedestrian pathways with appropriate signage, ensuring safe and easy navigation for walkers.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Green Walks: These pathways are lined with greenery, enhancing the aesthetic appeal and providing a more pleasant walking experience.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Seating Areas: Relaxation spots along the walking routes offer places for rest and social interaction, making the campus more inviting.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Outcomes:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Improved Walkability: The campus now offers an enhanced walking experience, encouraging more people to walk instead of using vehicles.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Connection with Nature: The integration of natural elements along the pathways enriches the campus environment, fostering a deeper connection with nature.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Ban on Single-Use Plastics</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">In a bold move towards sustainability, PVKN College has implemented a complete ban on single-use plastics across the campus.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Implementation:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Eco-Friendly Alternatives: The college promotes the use of reusable containers, bags, and other eco-friendly alternatives, significantly reducing plastic waste.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Benefits:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Reduced Plastic Pollution: The ban has effectively minimized plastic waste on campus, contributing to cleaner surroundings and less environmental degradation.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Educational Impact: The college community is continuously educated about the harmful effects of plastic pollution, leading to a more environmentally conscious campus culture.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Ongoing Environmental Initiatives</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">The college’s commitment to sustainability is reflected in a series of ongoing environmental activities and events:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Sampling Plantation on World Environment Day (05-06-2023): Students of II BSc (MPC) participated in a tree-planting initiative at Sri City, Sathyavedu, under the guidance of Internship Mentor R. Jayalakshmi. This activity aimed to beautify the area, reduce surface runoff and soil erosion, lower temperatures, increase humidity, and reduce noise pollution.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">National Webinar on Beat Plastic Pollution: To celebrate World Environment Day, the college organized a national webinar on 05-06-2023, focusing on the theme "Beat Plastic Pollution." The event emphasized the importance of reducing plastic usage to protect the environment and achieve sustainability.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">World Environment Day Activities (05-06-2019): On World Environment Day in 2019, the college conducted a plantation program and a campus-wide plastic collection drive, reinforcing its commitment to environmental stewardship.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">National Conference on Emerging Trends in Green Energy and Environmental Sustainability (02-03-2020): A one-day national conference was organized by the departments of Botany, Zoology, Physics, and Chemistry to explore emerging trends in green energy and environmental sustainability, highlighting the college's active role in promoting these crucial topics.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Landscaping with Trees and Plants</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">As part of its ongoing efforts to enhance campus greenery, PVKN College has engaged in various landscaping initiatives:</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Green Spaces:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Tree Plantation Drives: Regular tree-planting events have been organized to increase the green cover on campus, providing shade, reducing heat, and supporting local wildlife.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Native Plant Species: The college prioritizes the use of native plants in its landscaping efforts to promote biodiversity and ensure the sustainability of local ecosystems.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Green Roofs and Walls: Innovative green roofs and walls have been incorporated into building designs, creating additional green spaces and contributing to the college’s sustainability goals.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Positive Outcomes:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Temperature Regulation: The increase in greenery helps mitigate the urban heat island effect, leading to cooler temperatures on campus.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Biodiversity Enhancement: The college’s landscaping efforts provide habitat for local flora and fauna, enriching the campus’s natural environment.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">Conclusion</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><span style=\"color:#006400;\">The Green Campus Initiative at PVKN Government College is a testament to the institution’s deep commitment to environmental responsibility. Through regular awareness campaigns, educational programs, and community involvement, the college has established itself as a leader in promoting sustainable practices. These continuous efforts not only enhance the quality of life on campus but also serve as a model for other academic institutions to follow. The college’s dedication to sustainability is evident in its ongoing activities, which collectively contribute to creating a harmonious and eco-friendly learning environment.</span></span></span></strong></p>\r\n'),(222,'7.1.6 Quality Audits','c716','<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color: rgb(255, 140, 0);\"><span style=\"font-size: 18px;\"><span style=\"font-family: "times new roman", times, serif;\">Quality Audits <a href=\"/userfiles/7_1_6_1724429895_13194.pdf\">DOWNLOAD HERE</a></span></span></span></strong></h3>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Continuous Process of Environmental and Energy Quality Audits at PVKN Government College, Chittoor</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN Government College in Chittoor has established a comprehensive and ongoing approach to environmental and energy quality audits, reflecting its commitment to sustainability. The process encompasses regular assessments, strategic implementation of recommendations, and community engagement, ensuring that the college not only meets but exceeds environmental standards.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">1. Regular Environmental and Energy Quality Audits</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Audit Processes:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Routine Quality Audits: The college conducts regular audits to thoroughly assess its environmental and energy performance. These audits are integral to identifying areas where improvements can be made and ensuring ongoing compliance with environmental standards.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Comprehensive Assessment: Each audit includes a detailed evaluation of key areas such as waste management, energy consumption, water usage, and adherence to regulatory requirements. This comprehensive approach ensures that all aspects of environmental sustainability are covered.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Audit Outcomes:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Identification of Environmental Impact: The audits help in pinpointing specific areas where the college's environmental practices can be enhanced. This identification is crucial for setting actionable goals and making informed decisions.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Compliance Assurance: By regularly evaluating its practices, the college ensures that it consistently adheres to environmental standards, thereby maintaining its commitment to regulatory compliance and sustainability.</span></span></span></strong></li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2. Energy Efficiency Assessments</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Energy Audit Procedures:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Detailed Energy Consumption Analysis: Energy audits are conducted regularly to analyze energy consumption patterns across the campus. This analysis provides insights into how energy is used and identifies potential areas for conservation.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Identification of Efficiency Opportunities: Through these audits, opportunities for improving energy efficiency are discovered. This may include optimizing energy use in buildings, upgrading equipment, or implementing energy-saving technologies.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Benefits of Energy Audits:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Optimized Resource Usage: By identifying and addressing inefficiencies, the college is able to optimize its energy consumption. This not only reduces operational costs but also minimizes the environmental impact of its energy use.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Implementation of Efficiency Measures: The college actively implements the recommendations from energy audits, leading to continuous improvements in energy efficiency and sustainability.</span></span></span></strong></li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">3. Recognition for Campus Environmental Excellence</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Recognition Processes:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Participation in Clean and Green Campus Programs: PVKN College actively participates in recognition programs organized by environmental bodies and government agencies. These programs provide a platform for the college to showcase its environmental initiatives and achievements.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Submission of Achievements and Practices: The college regularly submits detailed accounts of its environmental practices and successes to these programs, highlighting its commitment to maintaining a clean and green campus.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Advantages of Recognition:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">External Validation and Acknowledgment: Receiving recognition from external bodies serves as validation of the college's efforts in environmental sustainability. It underscores the college's dedication and motivates continued excellence.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Enhanced Reputation: Such recognition helps build a positive reputation for the college as an institution that prioritizes environmental responsibility, thereby attracting students, staff, and partnerships that value sustainability.</span></span></span></strong></li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">4. Community and Beyond Sustainability Initiatives</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Community Engagement:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Community Outreach Programs: PVKN College extends its environmental awareness efforts beyond the campus through active participation in and organization of community outreach programs. These initiatives aim to spread environmental consciousness to the broader community.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Collaboration with Local Communities: The college collaborates with local communities on joint sustainability initiatives, fostering a sense of shared responsibility for environmental stewardship.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Impact Beyond Campus:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Extended Environmental Outreach: The college's sustainability initiatives are not confined to its own campus. By addressing environmental issues in the surrounding areas, the college contributes to the broader effort to protect and preserve the environment.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Educational Outreach: Through these initiatives, the college plays a vital role in enhancing the community’s understanding of environmental sustainability, creating a ripple effect of awareness and action.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">For instance, on World Environment Day (June 5th, 2022), PVKN College's NCC cadets took part in the nationwide 'Puneet Sagar Abhiyan' campaign. This initiative focused on cleaning seashores, beaches, rivers, and lakes of plastic and other waste materials to combat water pollution. The cadets adopted Kattamanchi Lake in the Chittoor region, where their efforts significantly contributed to creating a cleaner and healthier water environment.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">5. Documentation and Reporting of Environmental Practices</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Record Keeping:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Regular Environmental and Energy Reports: The college generates routine reports that summarize the findings from audits, key environmental performance indicators, and energy consumption data. These reports are essential for tracking progress and making data-driven decisions.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Data Tracking: By maintaining detailed records, the college is able to monitor key environmental metrics over time. This ongoing data collection helps identify trends and areas for continuous improvement.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Communication and Transparency:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Communication Channels for Updates: The college uses various communication channels, such as newsletters, websites, and public forums, to share its commitment to and achievements in environmental and energy sustainability with stakeholders.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Stakeholder Engagement: Students, staff, and other stakeholders are actively engaged through feedback mechanisms and regular updates. This inclusive approach ensures that everyone is informed and involved in the college's sustainability journey.</span></span></span></strong></li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">6. Continuous Improvement Strategies for Sustainability</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Implementation of Recommendations:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Active Implementation of Audit Recommendations: The college takes a proactive approach to implementing the recommendations from environmental and energy audits. This ensures continuous improvement in its sustainability practices.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Adaptation to Evolving Standards: PVKN College aligns its initiatives with evolving environmental standards and best practices. This adaptability ensures that the college remains at the forefront of sustainability efforts.</span></span></span></strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Cultivating a Culture of Responsibility:</span></span></span></strong></p>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Stakeholder Education Programs: The college regularly conducts educational programs for students and staff to promote awareness and understanding of sustainability practices. This education fosters a culture of environmental responsibility on campus.</span></span></span></strong></li>\r\n <li style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Promoting Responsible Environmental Practices: Through these programs and ongoing initiatives, the college instills a sense of responsibility in its community members, encouraging them to adopt and advocate for sustainable practices both on and off-campus.</span></span></span></strong></li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Conclusion</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#ff8c00;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">PVKN Government College’s approach to environmental and energy quality audits is a continuous and evolving process that reflects its deep commitment to sustainability. Through regular audits, active implementation of recommendations, and extensive community engagement, the college not only enhances its environmental performance but also sets a positive example for others to follow. These efforts collectively contribute to a greener, more sustainable future for the college, its community, and beyond.</span></span></span></strong></p>\r\n'),(223,'7.1.7 Barrier Free','c717','<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><br />\r\n </span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <a href=\"/userfiles/7_1_7_1724430504_13194(1).pdf\"><strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">DOWNLOAD HERE</span></span></span></strong></a></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Samajik ADHIKARITA Shivir at PVKN College: Promoting Inclusivity for Persons with Disabilities</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">On March 7, 2022, PVKN Government College hosted the Samajik ADHIKARITA Shivir, an Identification and Assessment Camp for persons with disabilities under the ADIP scheme. This significant event marked a step forward in the college's commitment to fostering an inclusive environment where individuals with disabilities can thrive. The following initiatives have been implemented to ensure that the campus is accessible and supportive for everyone.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">1. Universal Access to Classrooms</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Ramps and Lifts: PVKN College has taken important steps to make classrooms more accessible to individuals with mobility challenges. Ramps have been installed at key locations, and lifts have been added to multi-story buildings, ensuring that students and staff with disabilities can easily access all areas of the campus. These structural modifications are essential for creating an inclusive learning environment.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessible Entrances: The college has redesigned entrances to accommodate wheelchairs and other mobility aids. These modifications include wider doorways, automatic doors, and barrier-free entryways, making it easier for individuals with disabilities to navigate the campus independently.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">2. Accessible Signage and Navigation</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Display Boards: To assist individuals with visual impairments, PVKN College has implemented accessible signage across the campus. Display boards feature large, high-contrast text, making them easier to read. These visual aids are strategically placed in common areas, classrooms, and administrative buildings to improve navigation and accessibility.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">3. Assistive Technology and Facilities</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Divyangjan-Accessible Website: PVKN College has ensured that its website is fully accessible to individuals with disabilities. The website includes features such as alt text for images, which provides descriptions for visually impaired users, and compatibility with screen-reading software, allowing all users to access information independently.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Screen-Reading Software: To further support students with visual impairments, the college has installed screen-reading software on computers in the library and computer labs. This software reads aloud the text displayed on the screen, enabling visually impaired individuals to use computers for research, study, and other academic activities.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Mechanized Equipment: The college has introduced mechanized equipment, such as adjustable desks and chairs, to accommodate students and staff with varying physical abilities. These ergonomic adjustments ensure that everyone can participate comfortably in academic activities.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">4. Provision for Inquiry and Information</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Human Assistance: PVKN College recognizes the importance of personal support for individuals with disabilities. Trained staff members are available to provide human assistance, offering guidance, answering questions, and helping with navigation around the campus.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Reader and Scribe Services: For students who require assistance with written materials or during exams, the college provides reader and scribe services. These services ensure that all students have equal access to academic opportunities, regardless of their physical limitations.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Soft Copies of Reading Material: To offer flexibility and ease of access, the college provides digital copies of reading materials. These soft copies can be accessed on personal devices, allowing students to read and study in formats that best suit their needs.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Screen Reading Facilities: In addition to screen-reading software, PVKN College ensures that computer screens are compatible with this technology. This compatibility allows visually impaired students to use campus computers effectively, accessing academic resources and completing assignments.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">5. Training and Awareness Programs</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Staff Training: PVKN College is committed to creating an informed and supportive environment for individuals with disabilities. To this end, the college conducts regular training programs for faculty and staff, focusing on the specific needs of students with disabilities and how best to support them.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Sensitization Initiatives: In addition to staff training, the college organizes sensitization initiatives to promote awareness and understanding among the student community. These initiatives aim to foster a culture of inclusivity, where students are mindful of the diverse needs of their peers.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">6. Accessible Learning Resources</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Captioning and Transcripts: To support students with hearing impairments, PVKN College provides captions for videos used in lectures and transcripts for audio content. These resources ensure that all students can fully engage with learning materials, regardless of their hearing abilities.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessible Formats: The college is dedicated to making learning materials available in various accessible formats, including Braille, large print, and digital formats. This diversity in resources ensures that every student has the opportunity to access and benefit from academic content.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Library Membership for Disabled Students: The college has also facilitated the mass enrollment of disabled students in the central library, Chittoor, ensuring they have access to a wealth of resources that support their academic pursuits.</span></span></span></strong></p>\r\n<h4 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">7. Inclusive Event Planning</span></span></span></strong></h4>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessible Event Spaces: When planning events, PVKN College ensures that spaces are wheelchair accessible and equipped with necessary accommodations. This careful planning guarantees that all students, staff, and visitors can participate fully in campus events.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Event Communication: The college takes care to clearly communicate the accessibility features of events in advance, allowing individuals with disabilities to make informed decisions about their participation.</span></span></span></strong></p>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">On December 3, 2022, in celebration of World Disabled Day, PVKN College demonstrated its commitment to inclusivity by distributing laptops and mobile phones to disabled students. This gesture not only recognized the importance of technology in education but also empowered students with the tools they need to succeed.</span></span></span></strong></p>\r\n<h3 style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Conclusion</span></span></span></strong></h3>\r\n<p style=\"text-align: justify;\">\r\n <strong><span style=\"color:#b22222;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Through these comprehensive measures, PVKN Government College is creating an inclusive and supportive environment that allows individuals with disabilities to fully participate in academic and campus life. The college is committed to regular assessments and updates of its accessibility initiatives to ensure they remain effective and in compliance with evolving accessibility standards. These ongoing efforts reflect the college’s dedication to fostering a community where all individuals can thrive.</span></span></span></strong></p>\r\n'),(224,'7.1.8 Inclusive Environment','c718','<h3>\r\n <a href=\"/userfiles/7_1_6_1724430406_13194.pdf\">DOWNLOAD HERE</a></h3>\r\n<h3>\r\n </h3>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Formulation of Policies</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Develop and implement formal policies promoting diversity and inclusion:</strong><br />\r\n Establish a comprehensive framework to ensure diversity and inclusion are integral to institutional practices. This involves drafting, reviewing, and updating policies that address various dimensions of diversity, including race, ethnicity, gender, sexual orientation, disability, and socioeconomic status. Policies should be transparent and widely communicated to all stakeholders, ensuring alignment with legal standards and best practices in fostering an inclusive environment.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Non-discrimination Policies</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Enforce policies to prevent discrimination based on various characteristics:</strong><br />\r\n Implement strict non-discrimination policies that prohibit any form of discrimination based on race, gender, age, religion, disability, or other protected characteristics. These policies should include clear procedures for reporting, investigating, and addressing complaints, ensuring a safe and respectful environment for all members of the community.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Cultural Celebrations and Events</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Celebrate events like Sankranthi Sambaralu on January 10, 2023, to promote cultural appreciation and inclusivity:</strong><br />\r\n Organize and support cultural events that celebrate the diversity of traditions and practices within the community. Events like Sankranthi Sambaralu offer opportunities to learn about and appreciate different cultures, fostering an inclusive atmosphere where all cultural backgrounds are respected and valued.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Multilingual Communication</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>International Mother Language Day (February 21, 2023):</strong><br />\r\n The Department of Second Languages celebrates linguistic diversity by observing International Mother Language Day. This event highlights the importance of preserving and promoting all languages spoken within the community, encouraging linguistic inclusion.</span></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>English Language Day (April 24, 2023):</strong><br />\r\n This day is dedicated to enhancing students' proficiency in English, recognizing its importance as a global language while supporting multilingualism within the institution.</span></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Multilingual Communication Practices:</strong><br />\r\n Develop and implement strategies to support communication in multiple languages, including providing translation services for key documents and during events. This ensures that all community members can access information and participate fully, regardless of their primary language.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Socioeconomic Inclusion Programs</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Offer financial aid and internships to support students from diverse economic backgrounds:</strong><br />\r\n Implement programs that provide financial assistance, scholarships, and internships to students from low-income families. These initiatives help bridge the gap in access to education and career opportunities, promoting socioeconomic diversity and inclusion.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Community Engagement and Outreach</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>National Tourism Day Quiz Competition (January 24, 2023):</strong><br />\r\n Organize activities like the National Tourism Day Quiz Competition to celebrate India’s rich tourism heritage and promote responsible travel practices. Such events engage the community in learning and appreciating cultural diversity and heritage.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Curriculum Development</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Integrate diverse perspectives into the curriculum and provide cultural competency training for faculty:</strong><br />\r\n Ensure that the curriculum reflects diverse perspectives and histories, preparing students to engage with a multicultural world. Provide faculty with training on cultural competency to enhance their ability to teach diverse student populations effectively.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Equal Opportunities for Leadership and Participation</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Promote diverse representation in leadership roles and student organizations:</strong><br />\r\n Encourage and support the participation of individuals from diverse backgrounds in leadership positions, student organizations, and decision-making processes. This fosters a more representative and inclusive governance structure within the institution.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Sensitivity Training and Workshops</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>SETVEN Divisional Youth Festival (September 18, 2018):</strong><br />\r\n Host events like the SETVEN Divisional Youth Festival, which featured cultural competitions with volunteer support, to promote cultural understanding and sensitivity among students.</span></span></span></p>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Mathru Basha Dinostvam (February 21, 2020):</strong><br />\r\n Observe events like Mathru Basha Dinostvam to raise awareness of linguistic and cultural diversity, promoting respect and appreciation for different languages.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessible Facilities for Diverse Needs</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Ensure infrastructure is accessible, including gender-neutral restrooms:</strong><br />\r\n Prioritize the creation of accessible facilities that cater to the diverse needs of all community members. This includes gender-neutral restrooms, ramps, and other accommodations that ensure everyone can access and use campus facilities comfortably.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Conflict Resolution and Mediation Services</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Create mechanisms for resolving diversity-related conflicts and encourage open dialogue:</strong><br />\r\n Establish conflict resolution and mediation services to address diversity-related issues. Encourage open dialogue and provide safe spaces where individuals can express concerns and work towards solutions that uphold inclusivity.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Research and Publications</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Support and publish research on diversity and inclusion:</strong><br />\r\n Promote and fund research that explores diversity and inclusion topics, contributing to academic and practical knowledge in these areas. Encourage faculty and students to publish findings that can inform policies and practices.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Regular Diversity and Inclusion Assessments</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Conduct surveys and establish feedback mechanisms to evaluate inclusivity efforts:</strong><br />\r\n Regularly assess the effectiveness of diversity and inclusion initiatives through surveys, feedback forms, and other evaluation tools. Use the data collected to make informed decisions and continuous improvements.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Internationalization Initiatives</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Provide support for international students and facilitate cultural exchange programs:</strong><br />\r\n Offer tailored support services for international students, including orientation programs, language assistance, and cultural exchange opportunities. This helps integrate international students into the campus community while enriching the cultural experiences of all students.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Diversity Advisory Committees</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Form committees with diverse representatives to address and advise on diversity matters:</strong><br />\r\n Establish diversity advisory committees composed of representatives from various backgrounds to guide and oversee diversity initiatives. These committees should have the authority to recommend policies and actions that promote inclusivity.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Religious Accommodation Policies</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Implement policies for religious practices and provide multi-faith spaces:</strong><br />\r\n Develop policies that accommodate religious practices, such as flexible scheduling during religious holidays and the provision of multi-faith spaces for prayer and reflection.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Accessibility in Digital Spaces</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Ensure online platforms and materials are accessible, with captioning for multimedia content:</strong><br />\r\n Make digital content and online platforms accessible to all users, including those with disabilities. This includes providing captions for videos, alternative text for images, and ensuring that websites meet accessibility standards.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Diverse Faculty and Staff Recruitment</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Promote diversity in hiring practices and recruitment programs:</strong><br />\r\n Adopt recruitment strategies that prioritize diversity in hiring, ensuring that faculty and staff reflect the diversity of the student body and wider community. This can include targeted outreach, diversity training for hiring committees, and inclusive job descriptions.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Intersectionality Awareness</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Promote awareness of intersectionality and inclusive language use:</strong><br />\r\n Educate the community about the concept of intersectionality and its impact on individual experiences. Encourage the use of inclusive language that respects and acknowledges diverse identities and experiences.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Social Inclusion Campaigns</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Launch campaigns and designate weeks to celebrate various aspects of diversity:</strong><br />\r\n Organize campaigns and dedicate specific weeks to raise awareness about different aspects of diversity, such as gender equality, disability rights. These campaigns should be educational and celebratory, fostering a culture of inclusion.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Parental and Family Support</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Implement family-friendly policies and provide on-campus childcare facilities:</strong><br />\r\n Support students, faculty, and staff with family responsibilities by offering family-friendly policies, such as parental leave and flexible work or study schedules. Provide on-campus childcare services to help balance family and academic or professional commitments.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Mental Health Support</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Offer culturally sensitive counseling services and reduce mental health stigma:</strong><br />\r\n Provide mental health services that are culturally sensitive and accessible to all community members. This includes training counselors to understand and address the specific needs of diverse populations and working to reduce the stigma around seeking mental health support.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Collaboration with Diversity Organizations</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Partner with organizations to enhance inclusivity through joint initiatives:</strong><br />\r\n Collaborate with local, national, and international organizations dedicated to diversity and inclusion. These partnerships can enhance the institution’s initiatives and provide additional resources and expertise.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Sports and Recreation</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Offer adaptive sports programs and create accessible recreational spaces:</strong><br />\r\n Develop sports and recreation programs that are inclusive of all abilities, including adaptive sports for individuals with disabilities. Ensure that recreational facilities are accessible and welcoming to everyone.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Language Access Services</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Provide translation services and language learning support:</strong><br />\r\n Offer translation services for key documents and events to ensure that non-native speakers can fully participate in campus life. Provide language learning support to help individuals improve their language skills.</span></span></span></p>\r\n<h3>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\">Alumni Diversity Networks</span></span></span></h3>\r\n<p>\r\n <span style=\"color:#800080;\"><span style=\"font-size:18px;\"><span style=\"font-family:times new roman,times,serif;\"><strong>Establish networks for diverse alumni and host events recognizing their contributions:</strong><br />\r\n Create alumni networks that celebrate diversity and facilitate connections among alumni from different backgrounds. Host events that recognize the contributions of diverse alumni and encourage their continued involvement in the institution.</span></span></span></p>\r\n'),(225,'7.1.9 Responsibilities','c719','<h3>\r\n </h3>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Regular Workshops</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Focus on constitutional values, principles, and citizen rights:<br />\r\n Organize workshops that delve into the core principles of the Constitution, emphasizing the importance of values such as justice, equality, and liberty. These workshops should also educate participants about their rights as citizens, fostering a deeper understanding of their role in upholding constitutional ideals.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Expert Sessions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Invite legal experts and scholars for talks on constitutional obligations:<br />\r\n Host sessions where legal professionals and constitutional scholars discuss the obligations and responsibilities that come with citizenship. These experts can provide valuable insights into how constitutional laws impact daily life and governance.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Annual Observance</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Celebrate Constitution Day on November 26th with events and lectures:<br />\r\n Mark Constitution Day with a series of events, including lectures, panel discussions, and cultural activities. This observance serves to remind citizens of the significance of the Constitution and its enduring relevance.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Constitution Reading Sessions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Organize readings and discussions of the Preamble and key articles:<br />\r\n Facilitate group readings of the Constitution’s Preamble and important articles, followed by discussions to analyze their meaning and implications. These sessions help participants connect with the foundational legal document in a more personal and reflective manner.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Interactive Sessions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Enhance legal literacy on fundamental rights and judicial systems:<br />\r\n Conduct interactive sessions that educate participants on their fundamental rights and the workings of the judicial system. Through engaging activities and discussions, these sessions aim to improve legal literacy and empower citizens.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Mock Trials</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Provide practical insights into legal processes:<br />\r\n Simulate courtroom trials to give participants a practical understanding of legal procedures. Mock trials can demonstrate how constitutional principles are applied in real-world legal contexts, offering experiential learning.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Incorporation into Curriculum</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Add citizenship modules to academic courses:<br />\r\n Integrate modules on citizenship and constitutional law into existing academic courses. These modules should cover topics like civic duties, the structure of government, and the rights and responsibilities of citizens.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Practical Applications</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Explore real-world applications of constitutional values:<br />\r\n Encourage students to apply constitutional values in real-life scenarios. This can include case studies, community projects, and other activities that illustrate how constitutional principles guide societal interactions and governance.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Regular Debates</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Organize debates on citizenship, rights, and duties:<br />\r\n Host regular debates that challenge participants to explore and defend different viewpoints on issues related to citizenship, rights, and duties. Debates help develop critical thinking and a deeper understanding of constitutional matters.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Constitutional Debating Societies</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Focus on debating constitutional matters:<br />\r\n Establish societies dedicated to debating constitutional issues. These groups can regularly engage in discussions and debates on contemporary constitutional challenges, fostering a community of informed citizens.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Community Engagement Programs</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Encourage participation in service initiatives:<br />\r\n Promote community service as a way to practice constitutional values in daily life. Programs that encourage volunteering and civic engagement help citizens contribute positively to society while reinforcing their understanding of constitutional responsibilities.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Awareness Campaigns</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Raise awareness on social issues and citizen roles:<br />\r\n Launch campaigns to raise awareness about key social issues and the role of citizens in addressing them. These campaigns can include public service announcements, social media outreach, and community events focused on constitutional education.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Project-Based Learning</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Engage with real-world civic challenges:<br />\r\n Implement project-based learning that involves tackling real-world civic issues. Students can work on projects that address societal challenges, applying constitutional principles to develop solutions.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Research Projects</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Explore constitutional aspects of social issues:<br />\r\n Encourage research projects that examine the constitutional dimensions of various social issues. These projects can provide insights into how constitutional rights and obligations intersect with pressing societal challenges.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Human Rights Workshops</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Delve into constitutional and human rights intersections:<br />\r\n Organize workshops that explore the relationship between constitutional rights and human rights. These sessions can highlight how the Constitution protects individual freedoms and promotes social justice.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Collaboration with Organizations</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Partner with human rights groups for advocacy:<br />\r\n Collaborate with human rights organizations to advocate for constitutional rights and social justice. Joint initiatives can amplify the impact of advocacy efforts and bring about meaningful change.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Campaigns on Social Media</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Promote constitutional awareness online:<br />\r\n Use social media platforms to spread awareness about constitutional rights and responsibilities. Regular posts, videos, and infographics can engage a broader audience and promote informed citizenship.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Distribution of Informational Materials</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Provide brochures and posters highlighting values:<br />\r\n Create and distribute brochures, posters, and other informational materials that explain key constitutional values and rights. These resources can be used in schools, community centers, and public spaces to educate the wider community.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Simulated Elections</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Educate on the electoral process:<br />\r\n Conduct simulated elections to teach participants about the electoral process. These exercises can demonstrate the importance of voting, the functioning of democratic institutions, and the role of citizens in governance.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Voter Registration Drives</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Facilitate registration campaigns:<br />\r\n Organize drives to encourage voter registration, especially among underrepresented groups. These campaigns ensure that more citizens are empowered to participate in the democratic process.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Professional Ethics Training</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Focus on ethical conduct:<br />\r\n Offer training sessions on professional ethics, emphasizing the importance of integrity, accountability, and adherence to constitutional principles in the workplace. Such training reinforces ethical behavior in all aspects of life.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Integrity Awards</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Recognize high ethical standards:<br />\r\n Establish awards to honor individuals and groups that demonstrate exceptional commitment to ethical standards and constitutional values. These awards can inspire others to uphold similar principles.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Inclusive Events</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Celebrate cultural diversity:<br />\r\n Organize events that celebrate the cultural diversity within the community. These events can include cultural performances, food festivals, and discussions that promote mutual respect and understanding.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Anti-Discrimination Campaigns</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Address discrimination issues:<br />\r\n Launch campaigns to combat discrimination in all forms, raising awareness about the legal protections available and the importance of inclusivity. These efforts can include workshops, public talks, and media outreach.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Providing Legal Assistance</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Offer help to those in need:<br />\r\n Provide legal assistance to individuals who cannot afford it, ensuring that everyone has access to justice and their constitutional rights are protected. Partnering with legal aid organizations can enhance the reach and effectiveness of these services.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Collaboration with Legal Aid Organizations</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Partner for outreach programs:<br />\r\n Work with legal aid organizations to extend outreach programs that educate the public about their legal rights and provide direct assistance to those in need. These partnerships can help bridge gaps in legal access.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Republic Day Sports Extravaganza</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Host events like tug of war and athletics:<br />\r\n Celebrate Republic Day with sports events that promote teamwork, unity, and national pride. Activities like tug of war and athletics can bring the community together in a spirit of camaraderie and celebration.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Essay and Art Competitions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Reflect on constitutional values through creative means:<br />\r\n Organize essay and art competitions that encourage participants to express their understanding of constitutional values creatively. These competitions can be a platform for individuals to explore and articulate their perspectives on citizenship and rights.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Leadership Workshops</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Emphasize ethical leadership:<br />\r\n Conduct workshops focused on developing ethical leadership skills, with an emphasis on how constitutional values guide decision-making and governance. These workshops can prepare future leaders to uphold the principles of justice and equality.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Student Government Training</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Train student leaders on governance principles:<br />\r\n Provide training for student government members on the principles of democratic governance, including how to apply constitutional values in their roles. This training helps build a strong foundation for responsible leadership.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Field Visits</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">To legal institutions and courts:<br />\r\n Organize visits to legal institutions, courts, and other places of constitutional importance. These field trips offer firsthand experience of how the judicial system operates and the role it plays in upholding the Constitution.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Internship Opportunities</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">With legal and human rights organizations:<br />\r\n Offer internships with legal and human rights organizations, allowing students to gain practical experience in constitutional advocacy and the protection of rights. These internships can provide valuable insights into careers in law and social justice.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Student Clubs and Societies</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Focus on constitutional awareness:<br />\r\n Support the creation of student clubs and societies dedicated to promoting constitutional awareness. These groups can organize events, discussions, and outreach activities that engage the campus community in exploring constitutional issues.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Student-Initiated Campaigns</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Address social and constitutional issues:<br />\r\n Encourage students to initiate campaigns that address pressing social and constitutional issues. These campaigns can involve awareness-raising, advocacy, and community service, empowering students to make a positive impact.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Guest Lectures</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">On rights, duties, and challenges:<br />\r\n Invite experts to give guest lectures on various aspects of constitutional law, including the rights and duties of citizens and the challenges facing the legal system. These lectures can provide deeper insights and stimulate critical thinking.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Q&A Sessions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Engage with experts for clarifications:<br />\r\n Organize Q&A sessions where students and community members can engage directly with legal experts to ask questions and seek clarification on constitutional matters. These sessions can demystify complex legal concepts and promote informed citizenship.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Codes of Conduct</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Include constitutional values:<br />\r\n Incorporate constitutional values into the institution's codes of conduct, ensuring that all members of the community understand and adhere to these principles in their behavior and interactions.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Ethics Committees</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Address ethical concerns:<br />\r\n Establish ethics committees to oversee the adherence to constitutional values within the institution. These committees can review cases of ethical concern and provide guidance on upholding constitutional principles.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Partnerships</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">With organizations focused on constitutional advocacy:<br />\r\n Form partnerships with organizations dedicated to promoting constitutional rights and civic engagement. These collaborations can enhance the impact of educational initiatives and advocacy efforts.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Joint Initiatives</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Promote civic responsibility:<br />\r\n Collaborate with external organizations on joint initiatives that promote civic responsibility and constitutional awareness. These initiatives can include public campaigns, educational programs, and community service projects.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Educational Apps</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">For interactive learning on constitutional values:<br />\r\n Develop or promote the use of educational apps that offer interactive learning experiences focused on constitutional values. These apps can provide quizzes, games, and lessons that make learning about the Constitution engaging and accessible.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Online Platforms for Discussions</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Create forums for constitutional matters:<br />\r\n Establish online forums where students and community members can discuss constitutional issues, share opinions, and learn from each other. These platforms can facilitate ongoing dialogue and deepen understanding.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Integration of Constitutional Studies</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Across various disciplines:<br />\r\n Integrate constitutional studies into various academic disciplines, encouraging a multidisciplinary approach to understanding the Constitution. This integration can help students see the relevance of constitutional principles in different fields.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Interdepartmental Collaboration</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Explore constitutional aspects in different fields:<br />\r\n Promote collaboration between different academic departments to explore how constitutional values intersect with their areas of study. This approach can lead to a richer, more holistic understanding of the Constitution's impact.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Scenario-based Workshops</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">For navigating ethical decisions:<br />\r\n Conduct scenario-based workshops that challenge participants to navigate ethical dilemmas using constitutional principles as a guide. These workshops can help develop critical thinking and decision-making skills.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Role-playing Exercises</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Simulate ethical dilemmas:<br />\r\n Organize role-playing exercises where participants simulate situations involving ethical dilemmas related to constitutional values. These exercises provide a practical, engaging way to explore complex issues.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Student-Faculty Collaborations</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Research on constitutional law:<br />\r\n Encourage collaborations between students and faculty on research projects focused on constitutional law. These partnerships can produce valuable research that contributes to the broader understanding of constitutional issues.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Publication Opportunities</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">For student research findings:<br />\r\n Provide opportunities for students to publish their research findings on constitutional topics. These publications can be in the form of journals, newsletters, or online platforms, giving students a voice in the academic community.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Campaigns on Freedom of Expression</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Raise awareness on this right:<br />\r\n Launch campaigns that highlight the importance of freedom of expression and the protections it affords. These campaigns can educate the public on the boundaries and responsibilities that come with this fundamental right.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Promotion of Right to Education</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Advocate through informative campaigns:<br />\r\n Advocate for the right to education through campaigns that inform the public about their educational rights and the importance of access to quality education. These efforts can focus on marginalized communities and underrepresented groups.</span></span></span></strong></p>\r\n<h3>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">Educational Tours</span></span></span></strong></h3>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span style=\"font-family:times new roman,times,serif;\">To Parliament, Supreme Court, and constitutional museums:<br />\r\n Organize educational tours to important legal and governmental institutions, such as Parliament, the Supreme Court, and constitutional museums. These tours offer a hands-on learning experience about the functioning of the Constitution and its role in governance.</span></span></span></strong></p>\r\n'),(226,'7.1.10 Code of Conduct','c7110','<p>\r\n </p>\r\n<p>\r\n <a href=\"/userfiles/7_1_10_1724484220_13194(1).pdf\">DOWNLOAD HERE</a></p>\r\n<p>\r\n <strong>PVKN Government Degree College</strong></p>\r\n<p>\r\n <strong>Code of Ethics and Conduct Policy</strong></p>\r\n<p>\r\n <strong>1. Purpose</strong></p>\r\n<p>\r\n The purpose of this policy is to establish clear guidelines for ethical behavior and conduct at PVKN Government Degree College. This policy applies to all students, teachers, administrators, and staff members, ensuring that everyone adheres to the highest standards of integrity and professionalism.</p>\r\n<p>\r\n <strong>2. Code of Conduct</strong></p>\r\n<p>\r\n <strong>2.1 Overview</strong><br />\r\n PVKN Government Degree College upholds a Code of Conduct that outlines the expected behavior for all members of the college community. The Code of Conduct is available on the college’s website to ensure transparency and accessibility.</p>\r\n<p>\r\n <strong>2.2 Key Principles</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Respect:</strong> Treat all individuals with respect and dignity.</li>\r\n <li>\r\n <strong>Integrity:</strong> Conduct oneself with honesty and integrity in all academic and professional activities.</li>\r\n <li>\r\n <strong>Accountability:</strong> Be accountable for one’s actions and decisions, adhering to institutional policies and regulations.</li>\r\n <li>\r\n <strong>Fairness:</strong> Ensure fairness in all dealings and interactions, promoting an equitable environment.</li>\r\n <li>\r\n <strong>Confidentiality:</strong> Respect the confidentiality of sensitive information and handle it responsibly.</li>\r\n</ul>\r\n<p>\r\n <strong>3. Monitoring and Compliance</strong></p>\r\n<p>\r\n <strong>3.1 Oversight Committee</strong><br />\r\n A designated committee is responsible for monitoring compliance with the Code of Conduct. The committee’s duties include:</p>\r\n<ul>\r\n <li>\r\n Regularly reviewing adherence to the Code.</li>\r\n <li>\r\n Investigating reported violations.</li>\r\n <li>\r\n Taking appropriate action to address any breaches.</li>\r\n <li>\r\n Providing guidance and support to ensure compliance.</li>\r\n</ul>\r\n<p>\r\n <strong>3.2 Reporting Mechanisms</strong><br />\r\n Members of the college community are encouraged to report any concerns or violations of the Code of Conduct to the committee. Reporting mechanisms include:</p>\r\n<ul>\r\n <li>\r\n <strong>Anonymous Reporting:</strong> Options for anonymous reporting are available to ensure safety and confidentiality.</li>\r\n <li>\r\n <strong>Feedback Channels:</strong> Dedicated email addresses and contact numbers are provided for reporting concerns.</li>\r\n <li>\r\n <strong>Investigation Process:</strong> All reports will be handled confidentially and investigated thoroughly, with feedback provided to the reporting individual where appropriate.</li>\r\n</ul>\r\n<p>\r\n <strong>4. Ethics Training</strong></p>\r\n<p>\r\n <strong>4.1 For Students</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Workshops and Seminars:</strong> Regular workshops and seminars are conducted to educate students about ethical behavior and professional standards. Topics include academic integrity, respect for diversity, and responsible conduct.</li>\r\n</ul>\r\n<p>\r\n <strong>4.2 For Teachers</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Professional Development:</strong> Training sessions are provided to teachers to emphasize their role as ethical role models. Topics cover ethical decision-making, maintaining professional boundaries, and fostering an inclusive classroom environment.</li>\r\n</ul>\r\n<p>\r\n <strong>4.3 For Administrators and Staff</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Training Programs:</strong> Regular training programs are offered to administrators and staff. These programs focus on maintaining professionalism, upholding institutional policies, and addressing ethical challenges in administrative roles.</li>\r\n</ul>\r\n<p>\r\n <strong>5. Annual Awareness Programs</strong></p>\r\n<p>\r\n <strong>5.1 Objectives</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Refresh Knowledge:</strong> Provide updates on the Code of Conduct and any changes to ensure all members are aware of current standards.</li>\r\n <li>\r\n <strong>Update Participants:</strong> Inform the college community about new guidelines, policies, and revisions to the Code of Conduct.</li>\r\n <li>\r\n <strong>Reinforce Importance:</strong> Emphasize the importance of adhering to ethical standards and staying committed to the Code.</li>\r\n</ul>\r\n<p>\r\n <strong>5.2 Schedule</strong><br />\r\n Annual awareness programs will be organized, including:</p>\r\n<ul>\r\n <li>\r\n <strong>Workshops:</strong> Scheduled throughout the year to cover various aspects of the Code of Conduct.</li>\r\n <li>\r\n <strong>Communication Campaigns:</strong> Regular updates through newsletters, emails, and notices.</li>\r\n</ul>\r\n<p>\r\n <strong>6. Implementation and Review</strong></p>\r\n<p>\r\n <strong>6.1 Implementation</strong><br />\r\n This policy will be implemented by the relevant departments and monitored by the oversight committee. All members of the college community are required to familiarize themselves with and adhere to the Code of Conduct.</p>\r\n<p>\r\n <strong>6.2 Review</strong><br />\r\n The Code of Ethics and Conduct Policy will be reviewed annually to assess its effectiveness and relevance. Updates will be made as needed to ensure the policy remains aligned with best practices and institutional values.</p>\r\n<p>\r\n <strong>7. Enforcement and Disciplinary Actions</strong></p>\r\n<p>\r\n <strong>7.1 Enforcement</strong><br />\r\n The Code of Conduct will be enforced consistently and fairly. All members of the college community are expected to cooperate with investigations and adhere to the outcomes of compliance reviews.</p>\r\n<p>\r\n <strong>7.2 Disciplinary Actions</strong><br />\r\n Violations of the Code of Conduct may result in disciplinary actions, which may include:</p>\r\n<ul>\r\n <li>\r\n <strong>Warnings:</strong> Formal written warnings for minor infractions.</li>\r\n <li>\r\n <strong>Suspension:</strong> Temporary suspension from college activities or responsibilities.</li>\r\n</ul>\r\n<p>\r\n </p>\r\n<p>\r\n <strong>PVKN Government Degree College</strong></p>\r\n<p>\r\n <strong>Ethics and Conduct Oversight Committee</strong></p>\r\n<p>\r\n <strong>Chairman:</strong> Principal</p>\r\n<p>\r\n <strong>1. Responsibilities</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Monitoring Compliance:</strong> Regularly review and monitor adherence to the Code of Conduct across the college community, ensuring that all members—students, teachers, administrators, and staff—follow ethical guidelines.</li>\r\n <li>\r\n <strong>Investigating Violations:</strong> Manage and investigate reports of violations of the Code of Conduct. Conduct thorough and impartial inquiries into any breaches, ensuring fair treatment of all parties involved.</li>\r\n <li>\r\n <strong>Providing Guidance:</strong> Offer advice and support to college members regarding ethical issues and compliance with the Code of Conduct. Assist in resolving ethical dilemmas and promoting a culture of integrity.</li>\r\n <li>\r\n <strong>Recommending Actions:</strong> Propose appropriate actions and disciplinary measures in response to confirmed violations. Ensure that corrective actions are fair, consistent, and aligned with the college’s policies.</li>\r\n <li>\r\n <strong>Annual Review:</strong> Evaluate the effectiveness of the Code of Conduct and the associated policies on an annual basis. Recommend updates or changes as needed to address emerging issues or improve compliance.</li>\r\n</ul>\r\n<p>\r\n <strong>2. Composition</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Chairman:</strong> Principal of the college</li>\r\n <li>\r\n <strong>Members:</strong> Senior faculty members, administrative representatives, and a student representative</li>\r\n <li>\r\n <strong>Secretary:</strong> Appointed staff member responsible for maintaining records, coordinating meetings, and managing communication</li>\r\n</ul>\r\n<p>\r\n <strong>3. Meeting Schedule</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Frequency:</strong> Quarterly meetings and as needed for urgent matters</li>\r\n <li>\r\n <strong>Agenda:</strong> Review of compliance reports, investigation outcomes, policy updates, and training evaluations</li>\r\n</ul>\r\n<p>\r\n <strong>4. Reporting</strong></p>\r\n<ul>\r\n <li>\r\n <strong>To the College Community:</strong> Provide regular updates and summaries of findings and actions taken to ensure transparency and maintain trust within the college community.</li>\r\n <li>\r\n <strong>To the Governing Body:</strong> Submit annual reports to the governing body of the college outlining compliance levels, significant investigations, and recommendations for policy improvements.</li>\r\n</ul>\r\n<p>\r\n </p>\r\n<h3>\r\n <strong>1. Handbook on Human Values and Professional Ethics</strong></h3>\r\n<p>\r\n <strong>1.1 Introduction</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Purpose:</strong> To guide students, faculty, and staff in understanding and implementing human values and professional ethics in their academic and professional lives.</li>\r\n <li>\r\n <strong>Scope:</strong> Covers fundamental human values, professional ethics, and practical applications within the college environment.</li>\r\n</ul>\r\n<p>\r\n <strong>1.2 Human Values</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Respect:</strong> Definition and importance. Examples of respectful behavior in various settings.</li>\r\n <li>\r\n <strong>Integrity:</strong> Understanding honesty and trustworthiness. Case studies illustrating integrity in academic and professional contexts.</li>\r\n <li>\r\n <strong>Compassion:</strong> The role of empathy and kindness. Strategies for supporting others and fostering a supportive community.</li>\r\n <li>\r\n <strong>Fairness:</strong> Promoting equity and justice. Guidelines for ensuring fairness in decision-making and interactions.</li>\r\n</ul>\r\n<p>\r\n <strong>1.3 Professional Ethics</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Academic Integrity:</strong> Plagiarism, cheating, and maintaining originality. Procedures for reporting and addressing academic misconduct.</li>\r\n <li>\r\n <strong>Confidentiality:</strong> Handling sensitive information responsibly. Policies on data protection and privacy.</li>\r\n <li>\r\n <strong>Responsibility:</strong> Accountability in academic and professional duties. Examples of responsible behavior and decision-making.</li>\r\n <li>\r\n <strong>Conflict of Interest:</strong> Identifying and managing conflicts. Policies for disclosing and resolving potential conflicts.</li>\r\n</ul>\r\n<p>\r\n <strong>1.4 Implementation and Compliance</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Training Programs:</strong> Overview of mandatory and optional training on values and ethics. Schedule of workshops and seminars.</li>\r\n <li>\r\n <strong>Reporting Mechanisms:</strong> Procedures for reporting ethical violations or concerns. Contact information for ethics officers and confidential reporting channels.</li>\r\n <li>\r\n <strong>Consequences of Violations:</strong> Description of disciplinary actions for breaches of ethical guidelines. Examples of potential outcomes.</li>\r\n</ul>\r\n<p>\r\n <strong>1.5 Resources and Support</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Additional Reading:</strong> Recommended books, articles, and online resources on ethics and values.</li>\r\n <li>\r\n <strong>Support Services:</strong> Contact information for counseling and support services related to ethics and values.</li>\r\n</ul>\r\n<hr />\r\n<h3>\r\n <strong>2. Manual on Human Values and Professional Ethics</strong></h3>\r\n<p>\r\n <strong>2.1 Introduction</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Objective:</strong> Provide detailed guidance on implementing human values and professional ethics within PVKN Government Degree College.</li>\r\n <li>\r\n <strong>Audience:</strong> Students, faculty, administrators, and staff.</li>\r\n</ul>\r\n<p>\r\n <strong>2.2 Core Values</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Respect:</strong> Detailed principles and behaviors that reflect respect. Role-playing scenarios to practice respectful interactions.</li>\r\n <li>\r\n <strong>Integrity:</strong> Steps to demonstrate integrity in various situations. Examples of ethical decision-making.</li>\r\n <li>\r\n <strong>Compassion:</strong> Techniques for showing empathy and support. Guidelines for creating a caring environment.</li>\r\n <li>\r\n <strong>Fairness:</strong> Best practices for ensuring fairness in academic and professional settings. Case studies and discussion questions.</li>\r\n</ul>\r\n<p>\r\n <strong>2.3 Professional Ethics</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Academic Integrity:</strong> Policies on plagiarism, cheating, and academic honesty. Procedures for handling violations.</li>\r\n <li>\r\n <strong>Confidentiality:</strong> Best practices for maintaining confidentiality. Examples of handling sensitive information.</li>\r\n <li>\r\n <strong>Responsibility:</strong> Guidelines for fulfilling professional duties. Examples of ethical behavior and responsibility.</li>\r\n <li>\r\n <strong>Conflict of Interest:</strong> Procedures for identifying and managing conflicts. Case studies on conflict resolution.</li>\r\n</ul>\r\n<p>\r\n <strong>2.4 Compliance and Monitoring</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Training Requirements:</strong> Details on required and optional training sessions. Guidelines for tracking and documenting training completion.</li>\r\n <li>\r\n <strong>Ethics Committee:</strong> Role and responsibilities of the Ethics and Conduct Oversight Committee. Procedures for reporting and investigating concerns.</li>\r\n <li>\r\n <strong>Evaluation:</strong> Methods for assessing compliance with ethical standards. Tools for self-assessment and peer review.</li>\r\n</ul>\r\n<p>\r\n <strong>2.5 Appendices</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Glossary of Terms:</strong> Definitions of key terms related to ethics and values.</li>\r\n <li>\r\n <strong>Templates and Forms:</strong> Reporting forms, training feedback forms, and compliance checklists.</li>\r\n <li>\r\n <strong>Additional Resources:</strong> Links to external resources and further reading.</li>\r\n</ul>\r\n<hr />\r\n<h3>\r\n <strong>3. Brochure on Human Values and Professional Ethics</strong></h3>\r\n<p>\r\n <strong>3.1 Front Cover</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Title:</strong> "Embracing Human Values and Professional Ethics"</li>\r\n <li>\r\n <strong>Visuals:</strong> Images representing respect, integrity, compassion, and fairness.</li>\r\n <li>\r\n <strong>Contact Information:</strong> Details for the Ethics Committee and support services.</li>\r\n</ul>\r\n<p>\r\n <strong>3.2 Inside Panels</strong></p>\r\n<p>\r\n <strong>3.2.1 Core Values</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Respect:</strong> Key points and examples of respectful behavior.</li>\r\n <li>\r\n <strong>Integrity:</strong> Importance of honesty and trustworthiness. Quick tips for maintaining integrity.</li>\r\n <li>\r\n <strong>Compassion:</strong> Ways to show empathy and support to others.</li>\r\n <li>\r\n <strong>Fairness:</strong> Ensuring equitable treatment and fairness in interactions.</li>\r\n</ul>\r\n<p>\r\n <strong>3.2.2 Professional Ethics</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Academic Integrity:</strong> Brief overview of policies on plagiarism and cheating.</li>\r\n <li>\r\n <strong>Confidentiality:</strong> Importance of protecting sensitive information.</li>\r\n <li>\r\n <strong>Responsibility:</strong> Overview of professional responsibilities and ethical decision-making.</li>\r\n <li>\r\n <strong>Conflict of Interest:</strong> Basic guidelines for managing conflicts of interest.</li>\r\n</ul>\r\n<p>\r\n <strong>3.2.3 Reporting and Support</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Reporting Violations:</strong> How to report ethical concerns. Contact details for anonymous reporting.</li>\r\n <li>\r\n <strong>Support Services:</strong> Information on available support services and resources.</li>\r\n</ul>\r\n<p>\r\n <strong>3.3 Back Cover</strong></p>\r\n<ul>\r\n <li>\r\n <strong>Call to Action:</strong> Encouragement to uphold the highest standards of ethics and values.</li>\r\n <li>\r\n <strong>Contact Information:</strong> Ethics Committee, training schedules, and additional resources.</li>\r\n</ul>');
INSERT INTO `pages` VALUES (227,'7.2.1 Best Practices','c721','<p>\r\n </p>\r\n<h1>\r\n Best Practices <a href=\"/userfiles/file/BEST%20PRACTICE%203.docx\"><u><span style=\"color:#00f;\">Download Here</span></u></a><strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><br />\r\n Best Practice 1:</span></span></strong></h1>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">1.SAHAYAM - A Student Support Success Service</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Title of the Practice: SAHAYAM – A Student Support Success Service</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">2. Objectives of the Practice:</span></span></span></strong></p>\r\n<ul>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘S’ - Support: To provide comprehensive support services to students, including academic, emotional, psychological, and career guidance.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘A’ - Academic Excellence: To promote high standards of academic achievement and learning.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘H’ - Healing: To aid students in recovering from psychological distress, facilitating a healthier state of mind.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘A’ - Awareness: To raise awareness among students about mental health, digital literacy, and safety for their overall development.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘Y’ - Youth Empowerment: To empower students through entrepreneurship programs, job placement services, and career counseling services.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘A’ - Access and Equity: To ensure equal access to resources and opportunities for all students.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">‘M’ - Motivation: To motivate students to stay focused and determined.</span></span></strong></li>\r\n</ul>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">3. The Context: Student support is a cornerstone of our mission to foster success and empower students to reach their full potential. Hence, the institution adopted the best practice ‘SAHAYAM’ – A Student Support Success Service, which involves strategies and approaches that have been effective in promoting well-being and student success. SAHAYAM encapsulates various elements that inspire and support students on their journey toward a brighter future, encompassing both personal growth and academic success.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">4. The Practice: PVKN College always strives to enhance the overall quality of students' lives. Therefore, it’s a practice for the institution to implement a comprehensive student support success service, ‘SAHAYAM’. The essential elements and strategies of SAHAYAM are:</span></span></span></strong></p>\r\n<ul>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Academic support: Tutoring services, skill development courses/workshops/seminars, providing access to digital learning tools, and library resources.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Career and professional development: Career counseling services, internships, and a job placement cell.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Financial support: Scholarships and emergency funds.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Social and emotional support: Community-building activities such as CSP and programs that help reduce stress and anxiety.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Mental health and wellness: Wellness programs such as yoga and fitness classes.</span></span></strong></li>\r\n</ul>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">5. Evidence of Success: As part of SAHAYAM, PVKN College successfully implemented the following:</span></span></span></strong></p>\r\n<ul>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Conducted a career guidance program, ‘DIKSOOCHI’ on 26-09-2018, helping students understand future opportunities.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Held an Inspirational Talk to motivate students on 04-10-2018 by Smt. M. Sri Lakshmi, Assistant Commissioner, Municipal Corporation, Chittoor.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Conducted an awareness program on Higher Educational Opportunities on 15-12-2018, focusing on entrance tests like PGCET, CAT, and ICET.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Held an awareness program on career opportunities in the insurance sector on 11-01-2019.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Established a mechanism to facilitate students applying for various welfare schemes such as online scholarships and bus passes in 2019.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Presented books to students who secured more than 90 marks in Botany and to the toppers of the BZC group in S.V. University examinations, 2018.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Collected Rs. 20,000/- in funds to purchase books and bags for donation to Kerala flood victims.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Organized ward counseling sessions to provide personalized guidance and support to students.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Arranged field trips to enhance practical learning and exposure to real-world environments.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Facilitated paid internships through the Jawahar Knowledge Center (JKC) placements to enhance employability.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Awarded endowment prizes and merit scholarships to recognize and encourage academic excellence.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Provided free study materials to support underprivileged students.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Conducted free medical camps to ensure the health and well-being of students.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Implemented a free online admission process to streamline and facilitate easy access to education.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Engaged in NSS and community awareness programs to instill a sense of social responsibility among students.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Conducted NCC activities to promote discipline and leadership qualities.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Organized sports and games events to encourage physical fitness and teamwork.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Introduced research activities through capacity-building programs to nurture a research-oriented mindset.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Established a mentor and mentee program to provide continuous academic and personal support.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Offered direct counseling services to address students' immediate concerns and issues.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Adapted to the pandemic by conducting online classes to ensure uninterrupted learning.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Provided free insurance coverage for students to ensure their financial security in case of emergencies.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Initiated green campus initiatives to promote environmental sustainability.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Organized blood donation camps to support the needs of the community.</span></span></strong></li>\r\n <li role=\"presentation\">\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Encouraged volunteering services to instill a spirit of service and community engagement among students.</span></span></strong></li>\r\n</ul>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Outcome: ‘SAHAYAM’ played a crucial role in shaping the personal and professional development of students, creating a culture of empathy and support, and fostering a positive learning environment.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">6. Problems Encountered and Resources Required: No significant problems were encountered during the implementation of the best practice ‘SAHAYAM’ – A Student Support Success Service. The process was completed smoothly and successfully.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Kumar, an esteemed alumnus of PVKN Govt. College (A), Chittoor, has generously contributed approximately ₹2,00,000 to the Department of Chemistry. As a member of the B.Sc MPC Batch (2005-2008), Kumar has always held a deep appreciation for the education and experiences gained during his time at the college.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">This contribution, in the form of various chemicals and glassware, is intended to enhance the learning experience of current students and support faculty in their research and educational endeavors. The donated items, listed in Annexure-I and Annexure-II, are expected to significantly benefit the Department of Chemistry, promoting academic excellence and facilitating advanced experimental work.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><span background-color:=\"\" color:=\"\" font-variant-alternates:=\"\" font-variant-east-asian:=\"\" font-variant-numeric:=\"\" font-variant-position:=\"\" new=\"\" times=\"\" vertical-align:=\"\" white-space-collapse:=\"\">Kumar's donation reflects his gratitude towards the institution and his desire to give back to the college community. This generous act is anticipated to impact the quality of education and research within the department, exemplifying the enduring bond between alumni and their alma mater.</span></span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><br />\r\n <br />\r\n </span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Best Practice 2. Empowering Women: A Legacy of Sustainable Initiatives and Inspiring</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Achievements</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">1. Title of the Practice</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">"Empowering Women: A Legacy of Sustainable Initiatives and Inspiring Achievements"</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">2. Objectives of the Practice</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Promote Gender Equality: Support equal opportunities for women.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Foster Economic Independence: Equip women with skills for financial self-reliance.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Raise Awareness: Educate women on their rights and opportunities.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Support Sustainable Development: Involve women in environmental and community-focused</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">activities.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">3. The Context</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">The practice aims to address societal challenges faced by women, aligning with broader gender equality goals. To focus on education, empowerment, and participation in sustainable development of women. `</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">4. The Practice</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Health and Wellness: Over the past five years, 10 health programs have promoted physical and mental well-being among women students through yoga, fitness training, and mental health awareness.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Leadership and Mentorship: 60 programs have been conducted, pairing women students with mentors to guide them academically and in career development, supported by merit scholarships for academic excellence.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Sustainability Projects: 12 programs involving organic farming and environmental initiatives have engaged women in maintaining green spaces and promoting sustainability.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Cultural and Educational Activities:</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Sports Achievements: 7 programs celebrated women’s sports victories and participation.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Cultural Activism: 6 programs highlighted women’s roles in preserving cultural heritage.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">NCC and NSS Participation: 10 programs focused on women’s leadership in community service.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Blood Donation Drives: 4 drives showcased women’s contributions to community health.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">All-Round Skilled Women: 10 programs recognized women excelling in academics, sports, and culture.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Placement and Progression: 20 placement drives and 15 progression programs supported women in securing jobs and advancing in higher education.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">5. Evidence of Success</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Participation: Over 70% of women students engaged in these initiatives.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Impact: Numerous success stories highlight the transformative impact on women’s lives.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Awards: 5 state-level awards have been received for sports and cultural achievements.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">Community Feedback: Positive feedback reflects the increased confidence and empowerment of women students.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">6. Conclusion</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\">These initiatives have significantly empowered women at PVKN Govt. College, fostering gender equality and sustainable growth. The college continues to build on this strong foundation, driving progress in education and community involvement.</span></span></strong></p>\r\n<p>\r\n <strong><span style=\"font-size:18px;\"><span style=\"color:#800080;\"><br />\r\n </span></span></strong></p>\r\n'),(228,'7.3.1 Distinctiveness','c731','<h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n </h3>\r\n<p>\r\n PVKN Government College (A): Transforming Lives Through Distinctive Education</p>\r\n<p>\r\n Motto: Learn Today - Lead Tomorrow</p>\r\n<p>\r\n PVKN Government College (A) serves as a beacon of hope in Chittoor, leveraging education to empower individuals and uplift communities.</p>\r\n<p>\r\n Understanding Chittoor's Diversity:</p>\r\n<p>\r\n Located in the culturally rich landscape of Andhra Pradesh, Chittoor district encompasses a tapestry of communities ranging from bustling urban centers to serene rural villages. The college caters to a diverse student body, including individuals from SC, ST, BC, and minority backgrounds, reflecting the region's socio-economic diversity.</p>\r\n<p>\r\n Catering to Diverse Needs:</p>\r\n<ul>\r\n <li>\r\n <h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:12pt;\">\r\n Inclusivity Focus: Recognizing the challenges faced by economically disadvantaged groups, PVKN Government College (A) provides extensive support through scholarships and tailored programs that cater to the needs of all students.</h3>\r\n </li>\r\n <li>\r\n Academic Excellence: Offering a comprehensive curriculum that spans Commerce, Arts, Science, along with specialized certificate, diploma, and yoga programs. These offerings are designed to meet both local needs and global standards, preparing students for diverse career paths.</li>\r\n <li>\r\n Tackling Dropout Rates: Through initiatives like SAHAYAM, the college provides holistic support systems aimed at reducing dropout rates and ensuring every student achieves their full potential.</li>\r\n</ul>\r\n<p>\r\n Distinctive Features:</p>\r\n<ul>\r\n <li>\r\n First Autonomous College: PVKN Government College (A) leads as the first autonomous educational institution in Chittoor district, pioneering innovative approaches to curriculum development and delivery.</li>\r\n <li>\r\n Accessibility and Affordability: As a government-affiliated institution, the college ensures that quality education is accessible to all, irrespective of financial constraints.</li>\r\n <li>\r\n Accommodations: The college prioritizes student welfare with safe and well-equipped hostels, reserving 60% of accommodations for students from marginalized communities.</li>\r\n <li>\r\n Green Campus: Committed to sustainability, the college maintains a green campus environment with advanced waste management systems, ensuring a conducive learning atmosphere.</li>\r\n <li>\r\n Accreditations: Accredited by ISO and NAAC, PVKN Government College (A) upholds rigorous standards of academic excellence and institutional quality.</li>\r\n</ul>\r\n<p>\r\n Comprehensive Student Support:</p>\r\n<ul>\r\n <li>\r\n Financial Aid: The college offers 100% educational scholarships, alleviating financial burdens and enabling students to focus on their studies.</li>\r\n <li>\r\n Engagement and Development: Students actively participate in a variety of extracurricular activities, including NSS and NCC programs, cultural events, and leadership initiatives. These experiences are integral to their holistic development and preparation for future challenges.</li>\r\n <li>\r\n Facilities: Modern amenities such as a well-equipped canteen, comfortable restrooms, dedicated reading rooms, and opportunities for peer learning enhance the overall student experience.</li>\r\n</ul>\r\n<p>\r\n Nurturing Values and Growth:</p>\r\n<ul>\r\n <li>\r\n Tradition Support Fest: Through events like the Tradition Support Fest, PVKN Government College (A) instills values of equality, diversity, and cultural awareness among its student body.</li>\r\n <li>\r\n Daily Prayer Sessions: Morning prayer sessions foster a sense of community and provide a platform for students to express their thoughts, celebrate achievements, and promote personal growth.</li>\r\n <li>\r\n Safety and Security: Ensuring the safety of all students, particularly women, through comprehensive security measures and surveillance systems is a top priority for the college.</li>\r\n</ul>\r\n<p>\r\n Beyond Academics:</p>\r\n<ul>\r\n <li>\r\n Modern Infrastructure: State-of-the-art facilities including computer labs, digital classrooms, RO water facilities, JKC support for career guidance, and a comprehensive library with access to a wide range of academic resources.</li>\r\n <li>\r\n Mentorship: The college emphasizes personalized mentorship to guide students through their academic journey, offering support and encouragement along the way.</li>\r\n</ul>\r\n<p>\r\n Culture of Improvement:</p>\r\n<ul>\r\n <li>\r\n Feedback Mechanism: PVKN Government College (A) values continuous improvement and actively seeks feedback from students and stakeholders to refine its educational processes and services.</li>\r\n <li>\r\n Clear Learning Objectives: Learning outcomes are clearly defined through CO-PO (Course Outcomes-Program Outcomes) and PSO (Program Specific Outcomes) mappings, ensuring that students achieve their academic and professional goals.</li>\r\n <li>\r\n Student-Centric Methods: Employing innovative teaching methods such as ICT-based learning, practical sessions, student seminars, and extracurricular activities to enhance learning outcomes and practical application of knowledge.</li>\r\n <li>\r\n Grievance Redressal: A robust grievance redressal system ensures that student concerns are addressed promptly and effectively.</li>\r\n <li>\r\n Research and Innovation: Encouraging research activities and publications among students and faculty members fosters a culture of intellectual curiosity and innovation within the college community.</li>\r\n</ul>\r\n<p>\r\n Empowering Future Generation:</p>\r\n<p>\r\n PVKN Government College (A) goes beyond imparting knowledge; it cultivates a generation of socially responsible leaders equipped with the skills, values, and global perspectives necessary to make meaningful contributions to society. Through its transformative education and supportive environment, the college shapes individuals who are prepared to lead and inspire positive change in their communities and beyond.</p>\r\n<p>\r\n </p>'),(229,'CYCLE-III','cycle1',''),(230,'CYCLE-II','cycle2',''),(231,'CYCLE-I','cycle3',''),(232,'2.5.3 Exam Reforms','c253','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:36px;\">Examination Evaluation Process and Reforms </span></h1>\r\n<h1 style=\"text-align: center;\">\r\n <a href=\"/userfiles/file/2_5_3%20Exam%20procedure,Process,%20CIA.pdf\"><span style=\"color:#00f;\"><u><span style=\"font-size:36px;\">Download Here</span></u></span></a></h1>\r\n'),(233,'2.6.1 Cos & Pos','c261','<h1>\r\n <span style=\"font-size:36px;\">CO's and PO"s Mapping <a href=\"/userfiles/file/2_6%20CO\'s%20PO\'s%20Mapping%20(2)(1).pdf\"><span style=\"color:#00f;\"><u>Download here</u></span></a></span></h1>\r\n'),(234,'2.6.2 Pass Percentages','c262','<h1>\r\n Results for Five Years <a href=\"/userfiles/file/2_6_2%20Results.pdf\"><u><span style=\"color:#00f;\">download here</span></u></a></h1>\r\n'),(235,'2.7.1 SSS','c271','<p align=\"center\">\r\n PVKN GOVT. DEGREE COLLEGE : CHITTOOR</p>\r\n<p align=\"center\">\r\n SSS : 2022-23 OLINE SURVEY REPORTS</p>\r\n<p align=\"center\">\r\n B.Sc., (ALL GROUPS)</p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n GENDER699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n MALEFEMALE51.4%48.6%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n MALE</p>\r\n </td>\r\n <td>\r\n <p>\r\n 340</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n FEMALE</p>\r\n </td>\r\n <td>\r\n <p>\r\n 359</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n Year 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n I YEARII YEARIII YEAR35.3%32.2%32.5%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n I YEAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 227</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n II YEAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 225</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n III YEAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 247</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n Group699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n B.Sc.,100%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n B.Sc.,</p>\r\n </td>\r\n <td>\r\n <p>\r\n 699</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n MPC</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n MPCS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 82</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n MSCS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 107</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n MECS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n BZC TM</p>\r\n </td>\r\n <td>\r\n <p>\r\n 68</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n BZC EM</p>\r\n </td>\r\n <td>\r\n <p>\r\n 53</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DZC</p>\r\n </td>\r\n <td>\r\n <p>\r\n 88</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n BHC</p>\r\n </td>\r\n <td>\r\n <p>\r\n 64</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n B.VOCATIONAL</p>\r\n </td>\r\n <td>\r\n <p>\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n BLENDED B.SC.,</p>\r\n </td>\r\n <td>\r\n <p>\r\n 110</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n C.MI.CS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 29</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n NAME OF THE FAUCLTY</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. V. MUNAIAH</p>\r\n </td>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. T. HARI BABU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI A. RAMESH</p>\r\n </td>\r\n <td>\r\n <p>\r\n 16</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. P. BHANU PRAKASH</p>\r\n </td>\r\n <td>\r\n <p>\r\n 58</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. M. THEJOMOORTHY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. C. MEERA SAHEB</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. MOHANO BEHARA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. L. MD. BHAKSHU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT. M. HEMALATHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. A. SASIKALA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. P. SUJANA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. N. RAMAMURTHY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI M. ISMAIL</p>\r\n </td>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI O. HARI PRASAD</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. D. SRIVIDYA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 56</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI M. MALLIKHARJUNA REDDY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. G. UDAYA BHASKARA REDDY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 14</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI B. RAMASAGAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 13</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. G. SUDHAKAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. Y. LAKSHMI PRASAD REDDY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n N SREENIVASULU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI G. RAVEENDRA BABU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 38</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. P. SIVARAAGINI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 16</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT. P. KAVITHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 34</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT. R. JAYALAKSHMI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 29</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. S. CHANDRA BABU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 17</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. P. SUDARSANAM</p>\r\n </td>\r\n <td>\r\n <p>\r\n 25</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT. C. KOMALA DEVI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI P. NAVANESWARA REDDY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 39</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. S. VINILA KUMARI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 54</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n AR SUCHITHRA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n D ANIL KUMAR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 15</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n K SAI PRATAP</p>\r\n </td>\r\n <td>\r\n <p>\r\n 13</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n G JHANSI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n K MAMATHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI S. MOHAMMAD SHAFIULLAH</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. N. BABU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI B. GOPIRYA NAICK</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. C. CHENNAKESAVULU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. SHAIK BENAZEER</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. E. MD. ANWAR HUSSAIN</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR. G. DHARMAMOORTHY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT. T. MAMATHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SRI M. AJJANNA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 66</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT K AMRUTHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DR R. ALFRED</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SMT A. REKHA</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n SUBJECTS699 responses</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n BOTANY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n CHEMISTRY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 162</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n STATISTICS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n COMPUTER SCIENCE</p>\r\n </td>\r\n <td>\r\n <p>\r\n 79</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n ZOOLOGY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 77</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n MATHEMATICS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 75</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n PHSYCIS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 56</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n ELECTRONICS</p>\r\n </td>\r\n <td>\r\n <p>\r\n 13</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n DAIRY SCIENCE</p>\r\n </td>\r\n <td>\r\n <p>\r\n 25</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n HORTICULTURE</p>\r\n </td>\r\n <td>\r\n <p>\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n B.VOCATIONAL</p>\r\n </td>\r\n <td>\r\n <p>\r\n 16</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n MICROBIOLOGY</p>\r\n </td>\r\n <td>\r\n <p>\r\n 14</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n BLENDED B.SC.,</p>\r\n </td>\r\n <td>\r\n <p>\r\n 17</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n TELUGU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n ENGLISH</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n URDU</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SANSKRIT</p>\r\n </td>\r\n <td>\r\n <p>\r\n 7</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n TAMIL</p>\r\n </td>\r\n <td>\r\n <p>\r\n 0</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n HINDI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n What subject area are you currently pursuing? </p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - I</p>\r\n </td>\r\n <td>\r\n <p>\r\n 147</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - II</p>\r\n </td>\r\n <td>\r\n <p>\r\n 109</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - III</p>\r\n </td>\r\n <td>\r\n <p>\r\n 86</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - IV</p>\r\n </td>\r\n <td>\r\n <p>\r\n 145</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - V</p>\r\n </td>\r\n <td>\r\n <p>\r\n 96</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Semester - VI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 116</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n SEMESTERS - I/II/III/IV/V/VI699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n SEM - 1 PAPER - ISEM - 2 PAPER - IISEM - 3 PAPER - IIISEM - 4 PAPER - IVSEM - 4 PAPER - VSEM - 5 PAPER - VISEM - 5 PAPER - VII21.9%13.2%11.4%8.9%14.3%12.2%18.2%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 1 PAPER - I</p>\r\n </td>\r\n <td>\r\n <p>\r\n 153</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 2 PAPER - II</p>\r\n </td>\r\n <td>\r\n <p>\r\n 127</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 3 PAPER - III</p>\r\n </td>\r\n <td>\r\n <p>\r\n 85</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 4 PAPER - IV</p>\r\n </td>\r\n <td>\r\n <p>\r\n 100</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 4 PAPER - V</p>\r\n </td>\r\n <td>\r\n <p>\r\n 62</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 5 PAPER - VI</p>\r\n </td>\r\n <td>\r\n <p>\r\n 80</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n SEM - 5 PAPER - VII</p>\r\n </td>\r\n <td>\r\n <p>\r\n 92</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n A) Please confirm this is the first and only time you answer this survey.<br />\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n YesNo7.4%92.6%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Yes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 647</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n No</p>\r\n </td>\r\n <td>\r\n <p>\r\n 52</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n B) Age: <br />\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"2\" style=\"width:255px;\">\r\n <p align=\"center\">\r\n <strong>Value</strong></p>\r\n </th>\r\n <th style=\"width:63px;\">\r\n <p align=\"center\">\r\n <strong>Count</strong></p>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n -</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 17</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 25</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 124</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 19</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 191</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 19+</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 20</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 133</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 20 years</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 21</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 119</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 40</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 23</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 27</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 24</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 18</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 29</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 45</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 48</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n _</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n nikhilnikhilmathew@gmail.com</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n sfairoj12345@gmail.com</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n sravanigowd0@gmail.com</p>\r\n </td>\r\n <td colspan=\"2\" style=\"width:108px;\">\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr height=\"0\">\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n C) College Name:</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n PVKN GOVT. COLLEGE(A) CHITTOOR</p>\r\n </td>\r\n <td>\r\n <p>\r\n 699</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n Untitled Se Criterion II – Teaching–Learning and Evaluation Student Satisfaction Survey on Teaching Learning Process Following are questions for online student satisfaction survey regarding teaching learning process </p>\r\n<p>\r\n 1. How much of the syllabus was covered in the class?</p>\r\n<p>\r\n Choose ? </p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - 85 to 100 %3 - 70 to 84%2 - 55 to 69%1 - 30 to 54%0 - Below 30%16.9%77.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - 85 to 100 %</p>\r\n </td>\r\n <td>\r\n <p>\r\n 544</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - 70 to 84%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 118</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - 55 to 69%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 24</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - 30 to 54%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Below 30%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 2. How well did the teachers prepare for the classes?</p>\r\n<p>\r\n Choose ? </p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Throughly3 - Satisfactorily2 - Poorly1 - Indifferently0 - Won't teach to all38.1%58.1%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Throughly</p>\r\n </td>\r\n <td>\r\n <p>\r\n 406</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Satisfactorily</p>\r\n </td>\r\n <td>\r\n <p>\r\n 266</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Poorly</p>\r\n </td>\r\n <td>\r\n <p>\r\n 14</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Indifferently</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Won't teach to all</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 3. How well were the teachers able to communicate?</p>\r\n<p>\r\n Choose ?</p>\r\n<p>\r\n 695 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Always Effective3 - Sometimes Effective2 - Just Satifactorily1 - General Ineffective0 - Very Poor Communication17.7%74.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Always Effective</p>\r\n </td>\r\n <td>\r\n <p>\r\n 520</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Sometimes Effective</p>\r\n </td>\r\n <td>\r\n <p>\r\n 123</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Just Satifactorily</p>\r\n </td>\r\n <td>\r\n <p>\r\n 41</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - General Ineffective</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Very Poor Communication</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 4. The teacher’s approach to teaching can best be described as</p>\r\n<p>\r\n 699 responses </p>\r\n<p>\r\n ExcellentVery goodGoodFairPoor10.2%28.2%60.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n Excellent</p>\r\n </td>\r\n <td>\r\n <p>\r\n 425</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Very good</p>\r\n </td>\r\n <td>\r\n <p>\r\n 197</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Good</p>\r\n </td>\r\n <td>\r\n <p>\r\n 71</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Fair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n Poor</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 5. Fairness of the internal evaluation process by the teachers.</p>\r\n<p>\r\n 699 responses </p>\r\n<p>\r\n 4 - Always Fair3 - Unsusally Fair2 - Sometimes Unfair1 - Usually Unfair0 - Unfair19.6%69.5%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Always Fair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 486</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Unsusally Fair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 137</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Sometimes Unfair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 40</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Usually Unfair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Unfair</p>\r\n </td>\r\n <td>\r\n <p>\r\n 24</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 6. Was your performance in assignments discussed with you?</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4 - Every time3 - Usually2 - Occasionally/Sometimes1 - Rarely0 - Never25.2%68.5%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Every time</p>\r\n </td>\r\n <td>\r\n <p>\r\n 479</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Usually</p>\r\n </td>\r\n <td>\r\n <p>\r\n 176</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Occasionally/Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 30</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 3</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 7. The institute takes active interest in promoting internship, student exchange, field visit opportunities for students.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Regulary3 - Often2 - Sometimes1 - Rarely0 - Never9.9%15.5%72.2%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Regulary</p>\r\n </td>\r\n <td>\r\n <p>\r\n 505</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Often</p>\r\n </td>\r\n <td>\r\n <p>\r\n 108</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 69</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 8</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 8. The teaching and mentoring process in your institution facilitates you in cognitive, social and emotional growth.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4 - Significantly3 - Very Well2 - Moderately1 - Marginally0 - Not at all7%46.1%45.9%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Significantly</p>\r\n </td>\r\n <td>\r\n <p>\r\n 321</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Very Well</p>\r\n </td>\r\n <td>\r\n <p>\r\n 322</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Moderately</p>\r\n </td>\r\n <td>\r\n <p>\r\n 49</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Marginally</p>\r\n </td>\r\n <td>\r\n <p>\r\n 2</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Not at all</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 9. The institution provides multiple opportunities to learn and grow.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4 - Strongly Agree3 - Agree2 - Neutral1 - Disagree0 - Strongly Disagree8.7%35.1%54.1%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Strongly Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 378</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 245</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Neutral</p>\r\n </td>\r\n <td>\r\n <p>\r\n 61</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Strongly Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 4</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 10. Teachers inform you about your expected competencies, course outcomes and programme outcomes.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Every Time3 - Usually2 - Occasionally/Sometimes1 - Rarely0 - Never27.8%65.1%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Every Time</p>\r\n </td>\r\n <td>\r\n <p>\r\n 455</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Usually</p>\r\n </td>\r\n <td>\r\n <p>\r\n 194</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Occasionally/Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 33</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 12</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 5</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 11. Your mentor does a necessary follow-up with an assigned task to you.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Every Time3 - Usually2 - Occasionally/Sometimes1 - Rarely0 - Never27.2%65.1%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Every Time</p>\r\n </td>\r\n <td>\r\n <p>\r\n 455</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Usually</p>\r\n </td>\r\n <td>\r\n <p>\r\n 190</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Occasionally/Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 31</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 17</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 12. The teachers illustrate the concepts through examples and applications.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4 - Every Time3 - Usually2 - Occasionally/Sometimes1 - Rarely0 - Never24.9%68.5%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Every Time</p>\r\n </td>\r\n <td>\r\n <p>\r\n 479</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Usually</p>\r\n </td>\r\n <td>\r\n <p>\r\n 174</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Occasionally/Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 35</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 10</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 1</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 13. The teachers identify your strengths and encourage you with providing right level of challenges.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Fully3 - Reasonably2 - Partially1 - Slightly0 - Unable to28.5%62.5%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Fully</p>\r\n </td>\r\n <td>\r\n <p>\r\n 437</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Reasonably</p>\r\n </td>\r\n <td>\r\n <p>\r\n 199</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Partially</p>\r\n </td>\r\n <td>\r\n <p>\r\n 44</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Slightly</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Unable to</p>\r\n </td>\r\n <td>\r\n <p>\r\n 10</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 14. Teachers are able to identify your weaknesses and help you to overcome them.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Every Time3 - Usually2 - Occasionally/Sometimes1 - Rarely0 - Never25.2%65.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Every Time</p>\r\n </td>\r\n <td>\r\n <p>\r\n 460</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Usually</p>\r\n </td>\r\n <td>\r\n <p>\r\n 176</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Occasinally/Sometimes</p>\r\n </td>\r\n <td>\r\n <p>\r\n 43</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Rarely</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Never</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 15. The institution makes effort to engage students in the monitoring, review and continuous quality improvement of the teaching learning process.</p>\r\n<p>\r\n </p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4. Strongly disagree3. Disagree2. Neutral1. Agree0. Strongly agree27%14.7%13.3%38.3%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4. Strongly disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 268</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3. Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 93</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2. Neutral</p>\r\n </td>\r\n <td>\r\n <p>\r\n 103</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1. Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 189</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0. Strongly agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 46</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 16. The institute/ teachers use student centric methods, such as experiential learning, participative learning and problem solving methodologies for enhancing learning experiences.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p align=\"center\">\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - To a great extent3 - Moderate2 - Some what1 - Very Little0 - Not at all29.8%60.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - To a great extent</p>\r\n </td>\r\n <td>\r\n <p>\r\n 425</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Moderate</p>\r\n </td>\r\n <td>\r\n <p>\r\n 208</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Some what</p>\r\n </td>\r\n <td>\r\n <p>\r\n 37</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Very Little</p>\r\n </td>\r\n <td>\r\n <p>\r\n 18</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Not at all</p>\r\n </td>\r\n <td>\r\n <p>\r\n 11</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 17. Teachers encourage you to participate in extracurricular activities.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - Strongly Agree3 - Agree2 - Netural1 - Disagree0 - Strongly Disagree9%31.9%55.4%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Strongly Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 387</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 223</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Netural</p>\r\n </td>\r\n <td>\r\n <p>\r\n 63</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 19</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Strongly Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 7</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 18. Efforts are made by the institute/ teachers to inculcate soft skills, life skills and employability skills to make you ready for the world of work.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n </p>\r\n<p>\r\n 4 - To a great extent3 - Moderate2 - Some What1 - Very Little0 - Not at all30%60.1%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - To a great extent</p>\r\n </td>\r\n <td>\r\n <p>\r\n 420</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - Moderate</p>\r\n </td>\r\n <td>\r\n <p>\r\n 210</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - Some What</p>\r\n </td>\r\n <td>\r\n <p>\r\n 41</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - Very Little</p>\r\n </td>\r\n <td>\r\n <p>\r\n 22</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Not at all</p>\r\n </td>\r\n <td>\r\n <p>\r\n 6</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n </p>\r\n<p>\r\n 19. What percentage of teachers use ICT tools such as LCD projector, Multimedia, etc. while teaching.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4 - Above 90%3 - 70 - 89%2 - 50 - 69%1 - 30 - 49%0 - Below 29%24.7%66.4%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4 - Above 90%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 464</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3 - 70 - 89%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 173</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2 - 50 - 69%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 36</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1 - 30 - 49%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 17</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0 - Below 29%</p>\r\n </td>\r\n <td>\r\n <p>\r\n 9</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 20. The overall quality of teaching-learning process in your institute is very good</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n 4. Strongly disagree3. Disagree2. Neutral1. Agree0. Strongly agree10.9%28.6%12.3%10.4%37.8%</p>\r\n<table border=\"0\" cellpadding=\"0\">\r\n <thead>\r\n <tr>\r\n <th>\r\n </th>\r\n <th>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>\r\n 4. Strongly disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 264</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 3. Disagree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 73</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 2. Neutral</p>\r\n </td>\r\n <td>\r\n <p>\r\n 86</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 1. Agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 200</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>\r\n 0. Strongly agree</p>\r\n </td>\r\n <td>\r\n <p>\r\n 76</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n 21. Give three observation / suggestions to improve the overall teaching – learning experience in your institution.</p>\r\n<p>\r\n 699 responses</p>\r\n<p>\r\n No</p>\r\n<p>\r\n Good</p>\r\n<p>\r\n Good</p>\r\n<p>\r\n -</p>\r\n<p>\r\n _</p>\r\n<p>\r\n ..</p>\r\n<p>\r\n Nil</p>\r\n<p>\r\n Nothing</p>\r\n<p>\r\n Excellent</p>\r\n<p>\r\n Very good</p>\r\n<p>\r\n No suggestions</p>\r\n<ol>\r\n <li>\r\n </li>\r\n</ol>\r\n'),(236,'2.3.1 Student Centric Methods','c231','<h1 style=\"text-align: center;\">\r\n <span style=\"font-size:36px;\">2.3.1 Students Centric Methods<a href=\"/userfiles/file/2_3_1%20Student%20Centric%20website.pdf\"> <span style=\"color:#00f;\"><u>download here</u></span></a></span></h1>\r\n<p>\r\n </p>\r\n<p>\r\n Comprehensive Student-Centric Learning and Engagement at the College</p>\r\n<p>\r\n The college places a strong emphasis on providing job-oriented, quality-driven education that uncovers students' hidden talents, fosters their potential, and instills a deep understanding of their societal responsibilities. Central to this philosophy is the idea of 'giving back to society' and fulfilling essential duties, which is woven into the educational fabric through a variety of student-centric methods and activities.</p>\r\n<h4>\r\n 1. Student-Centric Activities</h4>\r\n<p>\r\n To support the acquisition of knowledge, wisdom, and practical skills necessary for societal transformation and innovative wealth generation, the college has organized 436 programs over the past five years. These activities include group discussions, role plays, debates, sports, cultural events, case studies, paper presentations, pair work, and group tasks. These diverse methods not only enhance academic learning but also foster critical thinking, teamwork, and leadership skills among students.</p>\r\n<h4>\r\n 2. Experiential Learning</h4>\r\n<p>\r\n The college prioritizes experiential learning to bridge the gap between theoretical knowledge and practical application. Over the past five years, approximately 1,157 experiential learning programs have been conducted. These include mandatory undergraduate internships, industry visits during vacations, and semester-long outreach programs such as the SAHAYAM initiative. These initiatives provide students with real-world insights, helping them develop compassion and a deeper understanding of socio-economic realities. Additional activities like fieldwork, role plays, court visits, and workshops are also employed to promote creative thinking and problem-solving abilities.</p>\r\n<h4>\r\n 3. Student Engagement and Continuous Assessment</h4>\r\n<p>\r\n Student engagement is at the heart of the college’s learning process, with a focus on continuous internal assessment (CIA) to ensure ongoing academic development. In the past five years, the college has organized 2,544 programs focused on student engagement. These include student seminars, workshops, group discussions, case study analyses, debates, and quizzes. Problem-Based Learning (PBL) strategies are integrated into the curriculum to make learning more practical and relevant to real-world challenges. Departments encourage participation in activities such as wall journals, newsletters, poster presentations, library tasks, book reviews, case studies, and research projects, fostering a dynamic and interactive learning environment.</p>\r\n<h4>\r\n 4. Interactive and Innovative Learning Methods</h4>\r\n<p>\r\n The college employs a variety of interactive methods to encourage active participation and critical thinking among students. These include group discussions, role plays, quizzes, news analyses, and current affairs discussions. Experiential learning is further supported through add-on programs, industrial visits, and study tours, which are designed to stimulate creativity and enhance cognitive skills. Participatory learning techniques are also used, involving seminars, projects, and skill-based courses. Innovative approaches such as workshops, virtual labs, simulations, literature reviews, video presentations, guest lectures, debates, peer learning groups, Google Classroom integration, project-based learning, real-time case studies, and worksheets are utilized to enrich the learning experience.</p>\r\n<h4>\r\n 5. Integration of ICT Tools</h4>\r\n<p>\r\n The college has integrated Information and Communication Technology (ICT) into the curriculum to enhance learning outcomes. Classrooms are equipped with educational software, and students have access to online resources and e-libraries. Interactive platforms like Google Classroom, along with advanced tools such as MS Office, Adobe Reader, Tally, Chemdraw, Plagiarism Checker X, and open-source programming languages, are used for data analysis and creative representation. Online resources, including e-books, YouTube educational channels, blogs, and educational apps, are also incorporated into the learning process to provide students with a richer educational experience.</p>\r\n<h4>\r\n 6. Support Systems and Blended Learning</h4>\r\n<p>\r\n To support students in their academic journey, the college has established a Language Skill Development Centre, which focuses on enhancing communication skills through a blended learning approach that integrates traditional and digital pedagogies. Students are encouraged to engage in extension activities such as Swachh Bharat and health awareness campaigns in nearby rural areas, helping them to apply their knowledge in real-world contexts and contribute positively to society.</p>\r\n<h4>\r\n 7. Adaptability and Faculty Training</h4>\r\n<p>\r\n In response to the COVID-19 pandemic, the college effectively transitioned to virtual teaching, utilizing Learning Management System (LMS) tools like Educational G-Suite to facilitate interactive teaching and ensure the availability of accessible study materials. Additionally, the college emphasizes continuous faculty training through programs such as Training of Trainers (ToT) and Mentoring of Trainers (MoT), ensuring that educators remain proficient in integrating ICT into their teaching methodologies and are well-equipped to adapt to evolving educational needs.</p>\r\n'),(237,'2.4.3Teachers Experience','c243','<p>\r\n .</p>\r\n<h1>\r\n <span style=\"font-size: 36px;\">LIST OF FULL TIME TEACHERS <a href=\"https://pvkngcchittoor.ac.in/userfiles/file/2_4_1%20&%202_4_3%20NO_OF%20FULL%20TIME%20TEACHERS.pdf\"><span style=\"color: rgb(0, 0, 255);\"><u>DOWNLOAD HERE</u></span></a></span></h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 1564px;\" width=\"1564\">\r\n <colgroup>\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"140\">\r\n <td height=\"140\" style=\"height: 140px; width: 76px; text-align: center;\">\r\n No of sanctioned post</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 79px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 116px; text-align: center;\">\r\n Sanctioning authority (Govt. / Mgmt / University)</td>\r\n <td style=\"width: 204px; text-align: center;\">\r\n Name of the Full-time teacher</td>\r\n <td style=\"width: 92px; text-align: center;\">\r\n Designation</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n Year of appointment</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Nature of appointment (temporary/permanent)</td>\r\n <td style=\"width: 172px; text-align: center;\">\r\n Name of the Department/Subject</td>\r\n <td style=\"width: 163px; text-align: center;\">\r\n Highest Qualification</td>\r\n <td style=\"width: 112px; text-align: center;\">\r\n Total years of teaching Experience of the teacher including the previous institution(s)</td>\r\n <td style=\"width: 91px; text-align: center;\">\r\n Total years of teaching Experience of the teacher in the same institution</td>\r\n <td style=\"width: 129px; text-align: center;\">\r\n Is the teacher still serving the institution/If not last year of the service of teacher in the Institution</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n Professor</td>\r\n <td style=\"text-align: center;\">\r\n Associate Professor</td>\r\n <td style=\"text-align: center;\">\r\n Assistant Professor</td>\r\n <td style=\"text-align: center;\">\r\n Total</td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n 0</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 64</td>\r\n <td style=\"text-align: center;\">\r\n 65</td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G ANANDAREDDY</td>\r\n <td>\r\n PRINCIPAL</td>\r\n <td align=\"right\">\r\n 1998</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 25</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr V MUNAIAH</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr S CHANDRABABU</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. C. Meera saheb</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.Mohano Behara</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.L.Md .Bhakshu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.M.Hemalatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td style=\"text-align: center;\">\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.A.Sasikala</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Sujana</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Ramamurthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr M THEJOMURTHY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P SUDARSANAM</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt C KOMALADEVI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SrI P NAVANEESWAR REDDY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2001</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt G JHANSI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Bhanu Prakash</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. T. Hari Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Lt. A. Ramesh</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., CSIR-JRF-NET</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. D. Srividya</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. O. Hariprasad</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., B.Ed., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. M. Mallikarjuna Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P.Kavitha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n MSc,M.Phil,B.Ed,APSET</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n R.Jayalakshmi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K.Sai Pratap</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Mallika Bramaramba Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2023</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Sudhakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. B. Rama Sagar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Udaya Bhaskara Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.y.Lakshmi Prasad Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2004</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.G.Raveendra Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P Sivaragini</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MICROBIOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M.Ismail</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Vinila Kumari</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n M PADMAVATHI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SK SATHYA HARI PRASAD</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1997</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 26</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri S. Mohammad. Shafiullah</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A, M.Ed., M.Phil.,NET</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.T.Mamatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M. Ajjanna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.K.Amrutha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri B. Gopirya Naick</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n M.A., NET</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr C. Chennakesavulu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G. Dharmamoorthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr SHAIK BANAZEER</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n HINDI</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n DrE MD ANWAR HUSSAIN</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n URDU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 21</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P KOTESWARARAO</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. N. Uma Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt D CHANDRA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n S REDDY BAASHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n HISTORY</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. V. Masulamani</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Jyoshna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Bhaskar Naidu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1992</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 31</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SmtA.Nirosha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. R.Balakrishna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. G. Yamuna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P VIJAY KUMAR</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Mujakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. C.Veena</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr R Alfred</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2009</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TAMIL</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SRI P RAVI</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. K. Kusuma Kumari</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 1995</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n M.LiSc.,</td>\r\n <td style=\"text-align: center;\">\r\n 28</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n D. Anil Kumar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. Schitra</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. REKHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n SANSKRIT</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Nagar Raja</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y<br />\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(238,'2.4.4 Five Year Teachers list','c244','<p>\r\n .</p>\r\n<h1>\r\n <span style=\"font-size: 36px;\">LIST OF FULL TIME TEACHERS <a href=\"https://pvkngcchittoor.ac.in/userfiles/file/2_4_1%20&%202_4_3%20NO_OF%20FULL%20TIME%20TEACHERS.pdf\"><span style=\"color: rgb(0, 0, 255);\"><u>DOWNLOAD HERE</u></span></a></span></h1>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 1564px;\" width=\"1564\">\r\n <colgroup>\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n <col style=\"text-align: center;\" />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"140\">\r\n <td height=\"140\" style=\"height: 140px; width: 76px; text-align: center;\">\r\n No of sanctioned post</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 79px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n </td>\r\n <td style=\"width: 116px; text-align: center;\">\r\n Sanctioning authority (Govt. / Mgmt / University)</td>\r\n <td style=\"width: 204px; text-align: center;\">\r\n Name of the Full-time teacher</td>\r\n <td style=\"width: 92px; text-align: center;\">\r\n Designation</td>\r\n <td style=\"width: 64px; text-align: center;\">\r\n Year of appointment</td>\r\n <td style=\"width: 139px; text-align: center;\">\r\n Nature of appointment (temporary/permanent)</td>\r\n <td style=\"width: 172px; text-align: center;\">\r\n Name of the Department/Subject</td>\r\n <td style=\"width: 163px; text-align: center;\">\r\n Highest Qualification</td>\r\n <td style=\"width: 112px; text-align: center;\">\r\n Total years of teaching Experience of the teacher including the previous institution(s)</td>\r\n <td style=\"width: 91px; text-align: center;\">\r\n Total years of teaching Experience of the teacher in the same institution</td>\r\n <td style=\"width: 129px; text-align: center;\">\r\n Is the teacher still serving the institution/If not last year of the service of teacher in the Institution</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n Professor</td>\r\n <td style=\"text-align: center;\">\r\n Associate Professor</td>\r\n <td style=\"text-align: center;\">\r\n Assistant Professor</td>\r\n <td style=\"text-align: center;\">\r\n Total</td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n <td style=\"text-align: center;\">\r\n </td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px; text-align: center;\">\r\n 0</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 64</td>\r\n <td style=\"text-align: center;\">\r\n 65</td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G ANANDAREDDY</td>\r\n <td>\r\n PRINCIPAL</td>\r\n <td align=\"right\">\r\n 1998</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 25</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr V MUNAIAH</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr S CHANDRABABU</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n STATISTICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. C. Meera saheb</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.Mohano Behara</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.L.Md .Bhakshu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.M.Hemalatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td style=\"text-align: center;\">\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.A.Sasikala</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Sujana</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Ramamurthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n BOTANY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr M THEJOMURTHY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P SUDARSANAM</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 9</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt C KOMALADEVI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 16</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SrI P NAVANEESWAR REDDY</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2001</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 23</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt G JHANSI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ZOOLOGY</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Bhanu Prakash</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 7</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. T. Hari Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Lt. A. Ramesh</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., CSIR-JRF-NET</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. D. Srividya</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n Ph.D., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. O. Hariprasad</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M. Sc., B.Ed., APSET</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. M. Mallikarjuna Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n CHEMISTRY</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P.Kavitha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2000</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n MSc,M.Phil,B.Ed,APSET</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n R.Jayalakshmi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 17</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K.Sai Pratap</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MATHEMATICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. P. Mallika Bramaramba Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2023</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Sudhakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. B. Rama Sagar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2003</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. G. Udaya Bhaskara Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.y.Lakshmi Prasad Reddy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2004</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.G.Raveendra Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2006</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n PHYSICS & ELECTRONICS</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 18</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr P Sivaragini</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n MICROBIOLOGY</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M.Ismail</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n M.Sc.,</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Vinila Kumari</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER SCIENCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n M PADMAVATHI</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SK SATHYA HARI PRASAD</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMPUTER APPLICATIONS</td>\r\n <td>\r\n MCA</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.N.Babu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1997</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 26</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri S. Mohammad. Shafiullah</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2018</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A, M.Ed., M.Phil.,NET</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.T.Mamatha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2007</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri.M. Ajjanna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt.K.Amrutha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ENGLISH</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri B. Gopirya Naick</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n M.A., NET</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr C. Chennakesavulu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr G. Dharmamoorthy</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2005</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TELUGU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr SHAIK BANAZEER</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n HINDI</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n DrE MD ANWAR HUSSAIN</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2010</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n URDU</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 21</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P KOTESWARARAO</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2002</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 20</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. N. Uma Devi</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt D CHANDRA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2008</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n POLITICAL SCIENCE</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 15</td>\r\n <td style=\"text-align: center;\">\r\n 4</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n S REDDY BAASHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n HISTORY</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 8</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr. V. Masulamani</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.P.Jyoshna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2013</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr.S.Bhaskar Naidu</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 1992</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 31</td>\r\n <td style=\"text-align: center;\">\r\n 5</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SmtA.Nirosha</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 10</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Sri. R.Balakrishna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. G. Yamuna</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n P VIJAY KUMAR</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2022</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Mujakar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2020</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n 1</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. C.Veena</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n COMMERCE</td>\r\n <td>\r\n M.Com</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Dr R Alfred</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2009</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n TAMIL</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n 14</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n SRI P RAVI</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 2012</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n Ph.D.,</td>\r\n <td style=\"text-align: center;\">\r\n 11</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n Smt. K. Kusuma Kumari</td>\r\n <td>\r\n LIBRARIAN</td>\r\n <td align=\"right\">\r\n 1995</td>\r\n <td>\r\n PERMANENT</td>\r\n <td>\r\n LIBRARAIAN</td>\r\n <td>\r\n M.LiSc.,</td>\r\n <td style=\"text-align: center;\">\r\n 28</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n D. Anil Kumar</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. Schitra</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2021</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n FOOD PROCESSING TECHNOLOGY</td>\r\n <td>\r\n MSc</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n A. REKHA</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2011</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n SANSKRIT</td>\r\n <td>\r\n M.Phil.,</td>\r\n <td style=\"text-align: center;\">\r\n 12</td>\r\n <td style=\"text-align: center;\">\r\n 3</td>\r\n <td style=\"text-align: center;\">\r\n Y</td>\r\n </tr>\r\n <tr height=\"20\">\r\n <td height=\"20\" style=\"height: 20px;\">\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n </td>\r\n <td>\r\n GOVERNMENT</td>\r\n <td>\r\n K. Nagar Raja</td>\r\n <td>\r\n LECTURER</td>\r\n <td align=\"right\">\r\n 2017</td>\r\n <td>\r\n FULL TIME FACULTY</td>\r\n <td>\r\n ECONOMICS</td>\r\n <td>\r\n M.A</td>\r\n <td style=\"text-align: center;\">\r\n 6</td>\r\n <td style=\"text-align: center;\">\r\n 2</td>\r\n <td style=\"text-align: center;\">\r\n Y<br />\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>'),(239,'4.3.3 Equipment for E-Content','c433','<h1>\r\n <span style=\"font-size:36px;\">EQUIPMENT FOR E-CONTENT <a href=\"/userfiles/file/4_3_3%20Audio%20Visual%20and%20LCS.pdf\"><span style=\"color:#00f;\"><u>DOWNLOAD HERE</u></span></a></span></h1>\r\n'),(240,'Contact Us','contact-us','<h2 style=\"text-align: center;\">\r\n P.V.K.N. Government College(A)</h2>\r\n<h3 style=\"text-align: center;\">\r\n Valliappa Nagar, Sanjeev Gandhi Nagar,</h3>\r\n<h3 style=\"text-align: center;\">\r\n Chittoor - 517002, Andhra Pradesh</h3>\r\n<h3 style=\"text-align: center;\">\r\n Cell No : +91 9912211791, 9849313989</h3>\r\n<p>\r\n </p>\r\n<p style=\"text-align: center;\">\r\n <iframe allowfullscreen=\"\" height=\"320\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d124304.1087934669!2d79.098111!3d13.193681!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bad5c6d572b4b61%3A0xaa0aa84e50378962!2sP%20V%20K%20N%20Degree%20college!5e0!3m2!1sen!2sus!4v1717613066560!5m2!1sen!2sus\" style=\"border:0;\" width=\"1150\"></iframe></p>\r\n');
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `photo_gallery`
--
DROP TABLE IF EXISTS `photo_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `photo_gallery` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `photo_gallery`
--
LOCK TABLES `photo_gallery` WRITE;
/*!40000 ALTER TABLE `photo_gallery` DISABLE KEYS */;
INSERT INTO `photo_gallery` VALUES (35,'SVU TIRUPATI INTER COLLEGIATE GAME'),(36,'COLLEGE'),(37,'M.P '),(40,'Prof.C.H.APPARAP Dean,CDC SVU,Tirupati'),(41,'New system install in computer science lab'),(42,'SVU TIRUPATI EXAM SECTION ---NAYAK SIR '),(43,'PVKN(A) college pamphlet'),(44,'ABC ID workshop at SV University'),(46,'National education day, celebration of urdu'),(48,'Sir CV Raman Birth Anniversary Celebrations '),(49,'Dept. Of Mathematics celebrated 95th birthday of human computer Shakuntala Devi.'),(50,'Sv university inter collegiate Kabaddi team'),(51,'On the occasion of Rashtriya Ekta Diwas, the Andhra Pradesh Police Department in Chittoor'),(52,'Ekta diwas celebrates along with the Nehru Yuva Kendra, Chittoor PIC1'),(54,'Today a program on poverty Eradication was conducted in the Department of Economics at Pvkn Govt College (A) Chittoor'),(56,'NCC,NSS and YRC students from P.V.K.N. Govt. College participated in a Blood Donation Camp.'),(57,'MLA MEETING 26.11.2024'),(58,'CHILD MARRIAGE FREE BHARAT\"programme conducted by District Collector'),(60,'SANKRANTHI CELEBRATIONS 2025'),(61,'Involvement in New College feasibility report work at S.R.Puram.'),(62,'We are honored to announce that our NCC cadet K.Pavithra III B.com(CA) for the prestigious Republic Day Camp (RDC) 2025 '),(63,'à°šà°¿à°¤à±à°¤à±‚రౠపీవీకేఎనౠకళాశాలలో డిపారà±à°Ÿà±à°®à±†à°‚టౠఆఫౠఉరà±à°¦à±‚ & à°à°•à±à°¯à±‚à°à°¸à±€ ఆధà±à°µà°°à±à°¯à°‚లో à°—à±à°°à±à°µà°¾à°°à°‚ నిరà±à°µà°¹à°¿à°‚à°šà'),(65,'Ground cleaning students for Republic day 26.01.2025 '),(66,'Students and faculty of intermediate colleges 28.01.2025'),(67,'career guidance for students'),(68,'Parents-Teaching Interaction Meeting on 03.02.2025'),(69,'NAAC TEAM MEMBERS VISITED DEPARTMENT OF COMPUTER APPLICATIONS'),(70,'Visit in Chemistry department'),(71,'NAAC PEER TEAM VISIT IN DEPARTMENT OF ZOOLOGY'),(72,'NAAC peer team visit in NSS room'),(73,'Vist Department of commerce NAAC peer team'),(74,' MLA Gurujala Jaganmohan Garu and expressed their heartfelt thanks the NAAC \'A\' grade.'),(75,'PVKN Govt College 1969-1971 à°¬à±à°¯à°¾à°šà± విదà±à°¯à°¾à°°à±à°¥à±à°² ఆదరà±à°¶à°¨à±€à°¯à°®à±ˆà°¨ సేవా తతà±à°ªà°°à°¤!'),(76,'Alumni -1983 Students Batch'),(77,'SCIENCE DAY #28.02.2025'),(78,'\"PVKN à°ªà±à°°à°à±à°¤à±à°µ కళాశాల పూరà±à°µ విదà±à°¯à°¾à°°à±à°¥à°¿ à°¶à±à°°à±€ ఢిలà±à°²à±€ బాబౠగారి సందరà±à°¶à°¨ 📅 తేదీ: 26-02-2028 🫠సà±à°¥à°²à°‚: PVKN à°ªà±à°°à°à±à°'),(79,'shakthi app installation to the women students by the mahila police dept.13.03.2025'),(80,'CHITTOOR DISTRICT LEVEL VIKSIT BHARAT YOUTH PARLIAMENT -2025 @ PVKN GC(A)21.03.2025'),(81,'CHITTOOR DISTRICT LEVEL VIKSIT BHARAT YOUTH PARLIAMENT -2025 @ PVKN GC(A)21.03.2025');
/*!40000 ALTER TABLE `photo_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `slides`
--
DROP TABLE IF EXISTS `slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `slides` (
`id` int NOT NULL AUTO_INCREMENT,
`image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`sort_order` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=144 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `slides`
--
LOCK TABLES `slides` WRITE;
/*!40000 ALTER TABLE `slides` DISABLE KEYS */;
INSERT INTO `slides` VALUES (114,'uploads/slides/4219100.jpg',58),(4,'uploads/slides/8843pvknsli.png',-1),(135,'uploads/slides/4732COLG NAAC BANNER1 (1).png',0),(143,'uploads/slides/93231234 (1).jpg',59),(78,'uploads/slides/1363cce1(1).jpg',0),(90,'uploads/slides/8477987.jpg',43),(89,'uploads/slides/478disha (1).jpg',42),(121,'uploads/slides/2149image.jpg',59),(37,'uploads/slides/635323.jpg',17),(125,'uploads/slides/874image (1).jpg',60),(131,'uploads/slides/31467.jpg',61),(41,'uploads/slides/710126.jpg',20),(49,'uploads/slides/98761.jpg',26),(48,'uploads/slides/84121111.jpg',25),(50,'uploads/slides/987511.jpeg',27),(55,'uploads/slides/4364ncc(1).jpg',28),(53,'uploads/slides/5040CCEBP.jpg',27),(56,'uploads/slides/577728.jpg',29),(59,'uploads/slides/914430.jpg',30),(60,'uploads/slides/470332.jpg',32),(137,'uploads/slides/43031.jpg',2),(96,'uploads/slides/4553CHE2024.jpg',52),(63,'uploads/slides/8781Kabaddi team.jpg',33),(122,'uploads/slides/79643a1e0e56-2d27-4497-8b0d-b0a4a10a36c3 (1).jpg',1),(92,'uploads/slides/52649999999999999999.png',48),(93,'uploads/slides/95306789.png',49),(94,'uploads/slides/4720789.jpg',51),(79,'uploads/slides/8663cce2.jpg',35),(80,'uploads/slides/713cce2(1).jpg',36),(81,'uploads/slides/4848cce3.jpg',37),(86,'uploads/slides/7466library.jpg',39),(87,'uploads/slides/5223library1.jpg',40),(97,'uploads/slides/6500image(2).jpg',53),(140,'uploads/slides/5691121 (1).jpg',1),(142,'uploads/slides/5333456.jpg',62);
/*!40000 ALTER TABLE `slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ss_achievements`
--
DROP TABLE IF EXISTS `ss_achievements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ss_achievements` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`services` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ss_achievements`
--
LOCK TABLES `ss_achievements` WRITE;
/*!40000 ALTER TABLE `ss_achievements` DISABLE KEYS */;
INSERT INTO `ss_achievements` VALUES (16,'Testing','<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(6).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/6.jpg\" style=\"width: 300px; height: 107px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#660066\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#660066\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffff00;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p>\r\n test</p>\r\n',1),(17,'testing bny','<h3 style=\"text-align: center;\">\r\n <a href=\"/userfiles/1(7).pdf\">Testing<br />\r\n </a></h3>\r\n<p style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/dep fac(4).jpg\" style=\"width: 100px; height: 100px;\" /></p>\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing<br />\r\n </span></strong></td>\r\n <td bgcolor=\"#cc3300\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#ffffff;\">Testing</span></strong></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n <td style=\"text-align: center;\">\r\n Testing</td>\r\n </tr>\r\n </tbody>\r\n</table>',18),(18,'test','<p>\r\n test</p>\r\n',18),(19,'test1111','<p>\r\n test11</p>\r\n',18),(20,'National Consumer Club Day','<p>\r\n <a href=\"/userfiles/National consumer\'s Day report 24-12-2024.docx\">/userfiles/National consumer's Day report 24-12-2024.docx<br />\r\n </a></p>\r\n',17),(21,'WEC ACHIEVEMENTS','<p style=\"text-align: center;\">\r\n <a href=\"/userfiles/WEC ACHIVEMENTS.pdf\">WEC ACHIEVEMENTS<br />\r\n </a></p>\r\n',6),(22,'Culturals','<p>\r\n <a href=\"/userfiles/CULTURAL ACTIVITIES-2018-19 TO 2022-23.pdf\">g</a></p>\r\n',11),(23,'DRC-ACTIVITIES 2018-2025','<p>\r\n dd <a href=\"/userfiles/SIP 2023-24.pdf\">/userfiles/SIP 2023-24.pdf</a></p>\r\n',12),(24,'DRC-2','<p>\r\n D<a href=\"/userfiles/SIP-LINKS.pdf\">/userfiles/SIP-LINKS.pdf</a></p>\r\n',12),(25,'chart','<p>\r\n <img alt=\"\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABs4AAANtCAYAAAAwyo5aAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAP+lSURBVHhe7J0HmN3Evbe/3CQ3ya1JCCG5oSaBhJIQCCl0CDWElt4DIZTQCb2DC7bpzYDp2IALzTa4rL3r9brtuq177713YxvbGH36jc6cHY1G7ax0Vmf1+z/P+4D3SKMZ1dG8mpn/x2AwGAwGg8FgMBgMBoPBYDAYDAaDwWAw7Pjkk09esiyrzv5vF/u/95NWy2s2OM49tb8TQlohhWu9zgbXvnEZQggpkU72PWao/V/UK9povxFCSOLY95rHbWptqmzampYhhJDWjH3vq7b/i7rXA/pvhGQZ+5x92WaI/f9v2f9tr/9OCCEtiX1fesxmsE1fm30KyswJ+w8b7YUYDAaDwWAwGAwGg8FgMBgMBoPBYDAYjNzEJ5988rH9nwMLyswJ+49L8ePWOSutdSNmk1bKtsXrcJitj1ZtMv5OCGld4FpH4No3/U4IIaWyYdx81CrFPWbdyDnGZQghJEk2T15ifbLnE+vjHbus9aN43yGE5I9PdqM9z7LWN8wz/k5IVvlwwRrrk4/3WDvXbLbW1881LkMIIS3FpkmLrT07d0OcbbM5oKDMnLD/gKF2rElXv2Z98KXLSStldqcPRCVryZujjL8TQloXS94YaVmfWNbsBz+wPviyeRlCCCmFId+/o9h40++rVxqXIYSQJBn1i4etPR/ttrYtWW/1//rVxmUIIaQ1s2vDh6LuVfXNfxl/JySrTL/nHWv3hx9Zy98daw084HrjMoQQ0lKMPKOj6HyAzmU2+xWUmRMUZ/mA4oyQfEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCAlmxM86WPXnPSKoPvQWu/5/hXE5UrlQnJFKheKMEJJlyi7ORv/mSWvdiNnWrk3bxIMdsXXOSiFvBn/nZuM6cUA6KtieaTkdVCL1dU3LtUZQVkQS4gzniroPp9z4hnE5nSFH3uFaD+BvpmX9wLHW0yj1nGrO+dD/a1d71h15RifjshJ9v0Wh6sAbjGk1B+QdeVlTM01cl2rs+WiXtbLfRPF73G3HLZ8pDZIcSYqzaXf0ch27xn+8GCnNYSe1s2Z3dB/3qoPiveg1XvKia33Q/+vXGJcNY/Sv3fePmW3ei9yogPvM7I7vu9YfdnI747KSaXf0dC0fhbj7Jwq4lqf863Vr3fBZ1rbF6wpXuxN4Ti9/b6w16ZrXYu/XSVe9aiyDH3EacMTzQtvfYUy7s5drG/r+xz0qKA/DTsT56t6mqWFi6u3xj+ugVtbAkaQ4G3ZiW2t2B/OxxjVaf/6j4nmN+0mSjYC4pmdp2x3926esD/YK38bYPz0T+/wcfkr7Yv5RZn3bYYz763NWvwh5iwvysrjbCHF/+GSP/dBQYvPUpda8J6usup/eH+/6/f7tdvn6GsthouGCRyOXLY19X3v0XYHlm3pbD9fyk67pavX7yj9dy5R+TN3pEH+SFGdj/9jZdbym3dXL6re3+V5WdcAN1qz2fVzHruGCxzznbN0J9jnwgPu8H7Dvda5l/JjZzpS++9yYeMUrrnNfnId7O8ugbj9LS2PM757ynKdBjL/4edc+wf23v3J/N5UvjIYL7XIoeRD7UsunBNtDufE+Fee6QJoLugyxNk1cVLyH4X1mRd/xokxyH5mYeMXL3n1aKPPEy92/RWH4zzqIvE+/6y3X38W+3Ocqz/ZVGi583LN/a464LfK9d/AhN1k7120R5UcMO76N5xwllU/S4qz/PldbM+5/z3XeNfzycd/7oQ6eY+p5O80+9wcE3J9rvne7fT30dm0vjPEXdXFdPzXfu01cU6ZlZ7a17yN2/lFvHHmmfS+JWA5JUNp+jL9Yy5993eppDP3JvbHux+K43PuutW7U7GJ9G7F68FT7ne6NwH2cVZIUZ2gfUM+7qTe/aQ34v/D3WBybGfe96zo2dT+9L9axqT/vUc8ze8hRd5Z0vx1+ygOe62HQt26MdN/HOYd9qq47+tdPuM5FncZLXoj9HI+7f6KAPCIvKz+YYG2Zudx1ju/ZudtaXT1NtD9VH3prrP2KtmL92ARRc8TtkdMfuP/11vS73zamE4R6rjf+3a5nKft/+t1vWQP3868n1hxun6/3uo9x3XH3e+o1jai/xT2uhnTyTtnEGSrtaIwPio9WbxYPMtP6UdEDleMoAgYniB6m5VojsuxJiDNIUT2iyEscdz3ingt6oy9CNJYalg1j0SvDCik0RdT8QBzoseDZGuOyEtN+C4shP4gnFoPA9Tn38YEuoR0UWA77FuuZ0tNZNzxe+eI0wpH4JCnOti1aWzhqTuCeO+zk9sZlVSZd9ZqdB3dDbK1dsTQtawLn3o6VmwprNgUaNkopEypn2CdqjDrrQeOyOhBPellmtu0deB5/uNC936JEnP0TBoTZgmeqrV0bnZfssMDzecpNb0a+NtcOm+XZn0ER66Xk3IetT/bsKawZLfB8ULfx4YI1hV+cWDdyTmAeIAJ1cSAa1LXl9HSjhCmdSiZJcTbxSnu/fxztWOMcXdK93hr3t+ZLpKm39/Bsd9uSda6GYj8gmvRzJSwmX9+tmGdR5t3xzu+lPeoTfcFp+NUT1vrRcz33Nb9YNWCSVfvDYMEkEYJjV9NLcFjMebh/5PvD4q7DI58vMiZf/3ox/Yn/fMX1go4Y/avHA8+nrXNXufbT+lFzPA0TIt0YZUYs7dkQ6XwjDkmKs0WvDnOdR0jTryESIvjjHbsKSzox59EBnnsfxBYafNTAvSKoEUvy8badhTWcmGunr58beMdWn4vrR8111dE3TVliV9CaztONjQti7SdR11PO87VDZ7jSh2TSyxcWejnEvtzuLqtfLO01WjSyB91zxv6hs/1csOuJAbcxpOPXSItGaPU8WF8/t9j4qv8WJVCHQnnn2e9b+r6acNlLvo342M+ibqHs/y3TllkD9r3WuLyJKTe/KernCFGOb0Rfl1QOSYuzuuPbWLs2bxdpyljfME80EpuW19k6e6WnPlR92K2+72mjzn7Q2q1tLyyWvTPWGrhf0/k80k5Dz7Nf7Fy7xVr21hjRSB/lXizS3hQzfxBBSuO3k4a7vWXcX56N/LwfceoD9v17YeD9Bx871R5zd7PrwuUkSXG28v0Jnnts46Uvhh7jkWd1snYWriEZ4+13iijnhgTPRr0eOb9zdaAA8WPOgx9YH9v7RA08R6KIUQi8nevdZUG9supA/327ok9j7Oe4LoabA9KBfNpmP++ivOfv3rJd1CMGfTuaTJz/zGBPfSoohFyP+P4B6WpqlwoLUY8ppLH8vfGiHitj+7INQg6q21FB/j5as7mwtBPiXvY19/FY/t644vM/ajjpRK8j5oGyiTNImSiBgxq1l5gJU0BKmJZVoThLT5yhwTLswmuuOMM5Ywr0mjItH8aGcfMLKTQFZJppWR088PXAC61pWUlLijOI5c14oS4hsJ+i9OqjOMsWaYozBM6nsGPYXHGGr8n09RE4J6P0CtHZMmtFIYWmmPtEVaRz0SSJ0FMraN2WFGdDf3yvsbxRYt3I2ZF6SFGcRQ+KM3/iiDM11gyZ7nyVaUgzClumLzPeX8b8oXPo/aXSxRm+Sixln6P+PuGKV0IbaijOogXFWTwqUZwh8P4S1oMqCXE24+63PdfdcPTUjVBfQg8NvdFlov1MVO855RZniF2bt4mv3U11rdpj7on8YRAaOk0jaaQlzkTvr/VbC391QogwH5mlSi8ZQaLNxIaGucX8Ti3kw7QcqWySFmfoMbZ7q7vhHiF6SIU96yHBtnglE9p3/J7p5RZnaqwbNjNUxre0OKs64Hpr06TFke49aHTHPT5q/amlSVucQZJWH4Hja14HNFecoYeYfm9HYNuDD4k/Ctayt8eIeo0aq/pPtKoOCh/5af6z1Z7nKc4dIZkMy4OWFGeDDr7RWjVoSuztI7bOXC6Ecti5TnEWPSjOvJRFnOFhECdwYMWwO4a0wvCLsDJQnKUnzhBh0qm54swkq2SEDZNownRzwdfspmVVcIPxXTfgQd1S4gz7OGovM79A2VCBNqUvoTjLFmmLM0RYj6vmirM11VN9xYxoSDGs4weuW1NDt5AtIS+GEMemdSEPg9ZtKXGGISnjNEyZAh8khOWF4ix6UJz5U6o4Q+DZhKEm4j5PRp7e0SNPZKzoPS5UUFWqOMN9cHXV5Nh51yNMdFGcRQuKs3hUqjjD+TMwZPjzJMSZSUqZ0jGxtHu9a39AWOlDR7eEOEPg2JgkwYYx82Ldy1b0bfScN2mJM6wftdcZjmFze5uh15DstYB31EEH32RcjlQ+SYszDKus398Q6BWi3l9MzH96sLFNBM9cv4b2lhRnCAgONI761TlaWpzNe2qQ8Xj4hWh4D+jhlyXSFmeIpT0aAntLNleczXuiylfMNNr3d11ohIEh0fXnGMpVc6T9Dh7wboP84l1dXxcie/B3bzGuA1pKnA099n7rw/mrm/X+sXPtVvGRT9B1RHEWPSjOvJRFnGGYOj3wNzTaQ9qgcUONqD17TPgFHlBBPWMoztIVZ4gggdUccYavBINuBnHPJ/TG8IuwPJmGaZQR9HWIvt9wvuJvQUTp6RUEeprt2miWZnjYYj4znBuozOG/eCnXr1UZaJQOLJ8mzsLKVwkVvEqmHOIM1+TQn/gLrOaIM5y7QZWrqD3FJPhQwy+9sOEaTcM0IlD+OOIM15bpWlAZjMncDWlFBfc2v0YpiD68rOBax30M/8V16yfWN09dEjhevC7OxDU/0lwuECYoVSpJnInjGlBuIF5qtXQqmbTF2YbxC8R+i9KbAMvGaWAEC18c6ns/wHU9OKTRMQ1xJsvsx6x2vSO/3Pmx8AW73IaGYOfanSPuqxgKd+b974lnyIax84z3PoSQUT69aEziDI0DpnKBydfa+yZi2SpJnGGoPFN5JeKYJjj8ZmunUsUZYt7TgwMbe5IQZ2DdCPdchVvnrQod8glpyMZ4GUt7NXjPcYM4g2gyndsSce0posgkzj6082hqAFRjol2fVNPBvGb68FZbpi21ptzwuqjfLOs12nWdf7Rmi9NApl3naYqzqL3OMB+a3uMgbm8zVdIte2t0pGG+SGWStDjDBxym+1aU4RpNwzQiFnSpsc9z8/uDSZxhBADUQUz3EDC7Q1/X+4hJnG2Z4aSxc519zfnUW2RsnLjIaWMxvB+bxJlM25Q3gLkQPfnT3q2iirONE929zVDOme37iHne8NzavdlOt1C8PTt3OY3fzZQa5aIc4gyB4dz99klzxBnmndu+ZJ3r3VcN0VMs5CMZFVxffu1uYcM1moZplIE5d/3qtLo4g2hbP3qe8byW1J/7SLPe9dDTbLP97DO91+OdelXVFFHnwYgWmE8WQ8NDKJmWx9+HnYD5O811Z12coawbxsw3lgvUHXufb1o6lSTOcFw3hB3X8x+NdE/KE2URZ/owcPqwdWgERaMWApNlqr/FJSggAkzrACmP1DAt1xqRZU9bnOHFx89cN0ecYa6toMCNIo4xD+ohGSbhSu35pu83/Nu0XFJgf2wY6x2OEvsq6BrEA99v2FWU3U/C6OJMlI9yrMUohzhDiGETfQRWc8QZXkKCXnxQ0QySOjp+wz4iwiRcUM+qoJ5vujjD3Exxe8bEAdeuqZebuOYDegfi5RENRKYyoiLmV/nW9wvkUVDjc3PRG7CwP4O2Vy5xFpaP1kja4qz2h3e77lsQqRDYO1ZuLCzhjoVdhkQWL3g27t66o7CmOabf83bkFylgGvpw6DHuMqiYxFnQ8kkw8UoII+9LKIRd3XFtfO8PmAtt57othaWbAveVEad1MK5nEmdhcqpUjPv+R/f4lqec4mzoj/3zQeJTyeIMMcIgbiRJibPJ13X15AENbEHntynfo3/7pOeeahJncefRMomzKTe+4ZJEKIM+/BuGWlSPD+Y226Mdk4bzH3PlWeTXvk9BzNVh1AzDtRgkznQWvVznucbD5rQJ63XmK9difAyCcwBf8st71JjfPxX5eUgqj6TF2YZxCzzPUBlBwzX6DdOIwHXld22YxNnYPz8Tqy5pEmfj7DTUeyaWQb1nm/1eZJJ7i+1ngOk6M4mzcX9xpx1GqeIMDfO6DJn1QB/XPQmN3WhIx8cA4t4eQ7C3NOUSZ0JGHH6bfc/3rtcccQZhEdQbESLTkTrR6n1i2EeIXkOEDddoGqZRxoTL/Xu+6eIMUiloaMfmgv26qmqy8VjhI0bRO9rwbIZUnP9sjbH32KbJi8WzU18H6OIM50JQD7zmst7ef+r9E22vfnkD5RJnG8YuKGno0LxTFnGmzxcFgaIvA3mGh4b+97iEBb40M61XqjhDvpHmXLvyCxkA0JsO+yyOrGlJyiXOENhPpvWaI850MaveGGTEOYchjvwCDfKmdUBYzze8/JnWA/p+E2LJsFxSmGQj5HXYkIsSXKumstafbz5mFGfZolziDIGvokzbaI44i/JFD8blj1q2Bc9Ue/IiQ/RU8qnk+g3TKANftfnlodzizFRGPIujDmtpEkeI4ae0N5aR4swJirPmvbRHEWcS1LnmPNLf1Xgso/oI+yVZW96EaXt6oHdUnMaIrIszIQsNDVxRh0jEy9f6hjme+wu+CjXtJ4ozJyjOkqXSxRl6RA08wNwQlpQ4Q4ON3lMXPU2DGgXRQKfuCzTImuRRucQZWNp9lOseCfml9mDBcE36MZlovwfq6UCwibkwfe6taYszHI9tC+06g3L/2L50vVVVmJ8z6nCOQTRcaO+LwvmDtMPyRCqbJMUZetDovU3VCBqucb7PMI0IiFy/njflEmcSlHHGfe8aG+Cd3ibuZ3RLijPMb6aLlHlPDfbcZ5E+3k8qTZCXS5whFrxQa7wXNkecrRo0OXQY8lnofRjxuYiRKPzkM8rmN1wj8hrUS3tWJzsPPh9flFucTbLLqF+rGHJx7O+fjrTP0Va8Y8UGz/vH5Ou6GetsFGdOUJyVRlnEGXrp6JGEpDERFhAfpiHu4oozVBSwTpAowUMRosivUpEVyinOsL9M89eVKs6Qlh7Y53rX5jgiKqjXGMIvX7hOggJC1bQeKLc4w/AJeuALUtOyfpiuGaeHkXdZirNsUU5xhmt+yA+8QqxUcYY5uvT10GNKbwxa2X+isUJpYo1PjyoZfsM1+g3TKCOoJ1c5xRmeQSbZKMoV4/ib5NvK/pOMjcoUZ05QnEVvTDARR5xJMBSVfqwwvEeUXmLouaCe46hLzGrXx5OH4T8z96YykXVxNvW2Hp78ra2dHuvY4QXM9IJv6nVGceYExVmyVLo4Q5iEGEhKnIGoIgyggUcXWfM7m4eVLKc4Q91K3ZY4Poo4E/ne5h6qEfOyjbTrPHHuM2mLMzDl5jc9bQkz2rwnekREGcoxDNT3Zb6cNonwxkhSuSQpzjA3nt6orUbQcI1+wzTK8Jt3q9ziTLLg+SGe6xDzian3FdCS4gzoQzVW2nCMQZRTnCGEnNH2eanirPbou8X8eGosfm2EM0eZUp/fMmN5ZBGFEW9MQleG33CNQcM0IjD8atWB5v1bbnG2Zsh0z/vAlJu7+z5nTUy6rpvnmtw6c7lRDFGcOUFxVhplEWcmuYGAqElaKumhPwQRJkEUR5yhPHJoySgBmYCeaaa0skCa4kyvGCDQQ0w/7qWKM9P8edjXpuOJ+X1MaejoPdj08BuuES+tQaEPUapSTnE2+jcQD4UNFaKUY49jaBJwg7/rvRFTnGWLNMWZ6Zp3jre7saJUcbb8nTGu8xf3+OpDb/FIHfl3Uxo6YT3Y/IZrDBqmEbH8PQxfam6kKac4QyVKf4Fd8NyQ2NvDNa/nG/vZ1JBDceYExVn0xgQTpYgzfBy1Y/mGwtJOQG6EfaUPoaI3fC7sUiteWvThG/H3qF/zZl2cbWxc6Ll3ijH3Y24PX8fq+Tb1WqM4c4LiLFkqUZzp76j4t/i4UDsvkhRnxqEX7fcC04cFU2/t7ll2+MntjNdDOcXZ6mq7rMrxQW89vaFt+TtjPfcjyLMxhmEm/SiHOBP1KtQblHsIZObibiM998mGC9zDTYbh9FBpaswddnz0YcJIZZKkOMPIHRAZQWEarjFomEYZaOMxncstJc4wJJwu+yBCBn3LvR9bWpxN/tfrnmMCeTb5hteN9/tKIk1xJs4Hrc3hwwWrPUM2lirOZrbr7Tku6PmMDyP0awF/j9JrWAxhqD0D1PAbrjFomEbEpkmLfWVYOcXZ8JPbe2Qj6jH6NReFVQMneeofYt5S7R5DceYExVlplEWcAVOvMwQaVONMlBiGHhAC+lCRCLwkqOtFFWfIaxxpJiNofq+WJk1xhn8jXT30ebRKEWfYn3rFQ8opNJzp4TdMpArS1APHTg3TcI2mYRqN6/k0ROn7DeXC34Iw9ZyMgkk2Rh2iUQfDlOox6Rrv/UIXZ2HlS6uBkDikKc6WdB8ljqEek67p6tpWKeIM57xeGZQ9y9DYpIuNoB5fEly7+nr6tWsarhF50dfTpTv+7ddIoQso3B/060BncEQRqLPkdRxvd14HlfhSjV52erkbLnjUcx7p4kxc8yPN5QLNbczRG8fjijMc49kP9hPPQxMrP5joPV8jiDNxXAPKDcSXt1o6lUxLizNgGrIxbD2xjrYt2bMML5PqeY/zOeqQV0mIM8w1Zjp3JLPsl/Y4DaoSHCv9xXzh87X2S338tACGAlOve3xtqzcGmcQZljOVC0y+tltJZQNJiDN8nRt0b9B7hUQVZxsbIxzTEo9DHqlEcTbt9p6ev+G80N8XkxRn4t1J66G/tFeDsWEQjTzqfU8IKp/9YBJnEE2mc1sy+frXXQ2IJnGGHm4NFz4m3gnRIIRewfo1vaJvo6estcfc48x76X5si3e1iXb9M0rDZTnEGTD1OtNjVdWUWF/hg0nXdi2emyLvWu8Z0vpIUpzNfWSAa65ANHLv2rjNVRc2Ddc4XxumEUMz6tcsrn3TPcckzrZMXyY+bjPdQ8DsDn1d10Yp4gxgvjD9/oM5w9TnsEmcbZkRkj8Mz6fnT2u/iirOMLTkhjHzPPsToc93VmmkKc4ggFCX8zxf7HN1oDJsYSniDMdk87Rl7mdloWcZhKxeL0Y+opRPH24Rok99N0D59OEakU99vS0zl7ueTRB5frJIF2dYdv3oecbzWlJ/7iMlvetNv+ttO333R4mjf/1EpOtAB/UDfRjT6Xe95Xnm6eIMZcW5YSoXcIZrLb0e3lxxhv0/v3O18d0DLO42wvpYE7ZRxBnS3RB2XO17XynHojVTNnEGUKk3BS7wpHpk6QFpgwZVvUKKxiz1QY+TTw81XYlJAuHhBzEoT2Lc8E0V4CTEVBrIsqclztAwjf2tBvaP2gOsFHFmkjbqHHb6+SbElbK+CVPvSNN29LzpwzSifKahG/0m8tT3W5QY8oPSrpmV/SYWUnACeQ1rhPQDx1B/KTUNSamLs7AIkx2keaQtzjA0454d7sop7pNqRa0UcTbtjp6edUb/9qliGfAVlRp4toQJmZFndHJVMBGQfPp29OEa9WEacX/BsAn6en4vMbo4ixJR54DT0SUW8lqqqBp5und/TbMrp/o1G9YbT49SG8Yl+ktkXHFWSkQRZ1HClE4lkwVxZlqv4ZePBT5b8GWfGpBVsnF19K+e8MisCVe8HOk6SkKchcXSHvb5XoJkqf/Fw57GXvQyKfV6XDVwsuf+oL/AmcRZUESda81EEuIsbkQVZ2GBxhW+tEanEsVZ3U/uFcdZP0dn3PeOS+wkKc4A7hfqNtETq+ogd0M7xJNerhn3v+srnEziLCz0cpjEWZTwG4Jx1DkPeRqoZaAxu/9X/RtDQbnEGY6T3utMj5FnP2SXMd59cO2wJsk41a6f8n7S+klSnK3oPd71rMb1gLq12rBrGq5R77k178lB1uZpS13X0oIuNUaRaxJnYbHsnbH2tabIjxLF2bi/POdpyEd9TH2em8RZWCyDCFLuBc0RZ6DmiNt8h8Jcah+fqPedrJG2OEPbBISWut/QWw8fZsjnWiniDL2YhVBWAs9KeX4veWOUaGuTgXOzxn5PCnqPgXDT206n3/mW57zRh2vUh2nEPphy45ue/A07sa3xmamLsygx/uIugfvHj/nPVHvqNkOOst+HS2gDHHTwjZ7Rg5Z0G2HpQ1Lq4iwsTL3W4tBccVZKRBFnUcJJp3l16dZGWcUZdr6fIMCNAA2YpvXioIeUQSYxpg65F0WcmQQKymPq+QOhYBryTwzBoS3b0qQtzvB3VAj0EPNhFdYrRZzp28IDRr3ATdvE39Q0dEzHGOJP77WoD9eoSzo89E0Szu8c97sugqJUcbZ5svu89JuXLCrq12gIlF1Pj+IsW6QtznD8pt3Ry9MIgOtEHttSxNlmTYzpPcFMYg1fzKhp6OgCDBULpKmLLX24xvVj5hV+cWLRq8PtCtaDnheZ4ae0d21PUk5xplcm1wyZZqwwRwH3WLUSiDANZUlxFj0ozvwpVZyNPL2jR4BMuNxfdI390zMeWYXJpdXlP5y32nVOi+E9I/RayLI4Mw2vWH/Ow57rOSqmXnv6sI8UZ9GC4iwelSrO8A65HSOZaPUQ/CbP06TFGYaK0htRcN9Rr7PZD/XzXKdivlq/a6eFxNncxwYGNtqN/UNna7ePPFvaa3RgA225xBkI6nVWSm8ziE85dBjSRUOsaTnSukhSnOlyZsFzNdYYXE+aXFKHaxz1c+8wjWj7WPbWGNf9AdeW6fpoSXFWd1wbrwC5523XvT8L4gwgr1vnrDLKs3XDZxXETGn1uJYibXGGa8IkuSDT5Jx7pYgzXYxBxqlizLTN6Xf2CrynCwGm5QOyC6OfqOXSh2vEc0itj6wbMUu0SesSbsLlL9n1A2+ZyinO9OEV8f5c6mhaYNPkJa460KoBkzyj61CcRQ+KMy9lFWcAB8DUawuBA6oPoRgXPaQMwnZNIkvKmSjiTO+pg4de0AVu6ulm6o3T0pRDnAE8CPWYZj848FtccYYeinro+xbHXH9Q4Biqy+hgOEc10GMFf8fQkmogXbmOaZhG2fNN/zvG6pfrqZRTnG1b5B5qVIguw3JR0dMTx1xrEKQ4yxblEGf4bcNYt1xCNF76kthmXHGGFy99eQyfpZ4ruBb1Rhc1PyZQyVTTlcMrzn1sgOvvqqTD/Ud/WcFwhaZhH2V59e2WU5zpQ9ZBKn3gIxCiIIY/UsIkqSjOogfFmT+lijM1DzJmte9jnxPm80wfihHPbr1RJ64Ak2RZnJnzVvrcWyYRp4sqirNoQXEWj0oVZzgXx1/8vOc3VXwlLc7wd1F3U+o4K/qMt//edN5umbXC9TuGSPRLD5RbnOEe7fQaC79GRvysg7Vj1SZjnQTlQt3NtF45xRn27aZJizx1SEQpvc1md3q/eDyWvTXa9/wlrYukxBnmx9Mb+/F8R+8y/d4x/Z6m4RrnP+0dphHXF57F6n1S/l3fbkuKMwy5pw/3Nu+pQa6ecVkRZwA9zzaMW+Cp4yAgg4Zow/hlnXKIM/y26JU6z0ffeBYN2Pfa2OJM9AzT5piCpNB7Ookel8q9HfkJmstr6q09XILaGV7xZlGXVM9tlFEO14g8bl+sXZt3viWeWVtnr3Btf5b9fEB59e2WU5zp567YJ82YT00XcZBU+gcjFGfRg+LMS9nFmUQXFDJwUJvT80wPVQaJhlct0BiKkyKKOMOyaujzdJnQJSHSMC3XkpRLnEEy6iILxxuN0HHFmel4qUM/SvTzDNsLkp26HJWizSTqZP5MwzTKG40ua/3Eqb7fcJ6gjEH4veiFofc4Qx7DGv78QDn1F1FxHmnp6eIsrHzquiR5yiXOcE3qQzbiHoAhG8V1o1TuEEFiyBFchQULUW2Y82v5O2Ncy+F6DPqqC2PFq4GeY8g/nhd6A4YcrnHm/e+68o4ySUmj9+4y9cYCujjDdYjjYboeJPpQSlHRt7Vh/PxAqRSEkIPaS5ouMIEuzsQ1HzBPkGkfxUHPU1xxhpfYoLnI8BGFfv5FEWebp+K4+pcblDrfXFbJgjiDHNEFyNRbuhvPCdQJPt7q/oJ68WvDPS9LWE4XPlGkThLiDPOOmc4dCSbxL+WannglRJF7W2P+2Lnk+8P8pwZ7yhqlxxkkkd91go8SSs1PEuIsaP41oDf0RxVn0Y5p6S/seaOSxRl+X9V/kudcxRxoEOJJizOwoMsQ17mOupKYhN6+VjHEIf6txpR/vREo503iDPk0ndsSMUSWcv+MKs4gu+L2qEAPrC2z8RzXHuR2rKqabDy+5RRnYOwfnvaUv5TeZgBiQpZ1zO+falbjH6kckhJnI07t4BFYYi4j+zxa+EKtuNfKUIdrNA3TiPMXz7PdWj1L9vJRt2sSZxBjcx7yr0ePv8jdcF+qOKv53m3F/ScjijgLzZ8mFpISZwCCczXu/Vq9BbFx0iJnioSQ+nJWKJc4g0wxDdk46ucPiXpEHHEmBJd2Xo/9fWfPsZzZrnexB7CMkad38L0vm3qO4V3RNISjHK5x7J+fdclulB/tMKg/4xm3Z1fT/kCdW5d7QBdnGMIe17DpvJbU/fS+kp4v+rZ2rt3qO/daFLbMch/T5b3HeabI0cWZM4fYYGO5QM0Rt5f8/gGaK86wf3Dumt49AKYo0d+nooiz7cvt4/q0f7lB3XH3l/RBZmumxcQZQO8bU+CGUKrh1EOXQSZhh7/hBNFDXQ+NhXpE6R2HHlV6mJZrSWTZ0xZnQJdMCCwTV5zpDw00ymJ5HdM5Jnu5mUA6auDckL/5DddoGqZRrqP3shND1RV+Uwnbb0mypto712CpjQxiOErtHVTdZxJdnInyVUhFrjVSLnEG8EWw3lCx/L2xscQZngd6YwJEE4Zh1K95cT/T0kWl0q+BRa8gq/N1+Q3XaBqmUa6Dhhb1mljZf6Kxd5eetugF5pPH5iLyq+QJladSG2RH//pJj1CcerN3/+riDFKqOZXPMPQGx7jiTAy7F1Dxn3TVq55yRxFnYflojWRBnGGCaV0I+Q3VOPX2np5t4Atq0/1l08RFrvsLvjQNa+xIQpxF6dlWCg1i7jb3S5fomVdiI+u6+jme+6/+AmcSZ6N/9Xgq10kS4iwsb1vnrnKVOao4G/rj0nv2ES9JirMFz9e6rsFyiDM0pui9ojD3GD7c0+s/SYizUb/wl2NCHCrlx3JhDfEmcTbgG94v2oMwiTPMFSPmn3Tdd7eUJAawj9FwpT/LETPavOvZp+UWZ/jIQG9cLWVuMohP2TiIfRU3H6RySUqcTbr6Vfsccp+Lgwtivf6Cx4zDNeK804dpHH5yO/H8rDu+jUc4oU6l1zVM4mzsn5+JVZcsVZyNOPUBj9CadltP133UJM7G/SU8bZUkxRlATzl87KXfzxGL7ffTSrn+yyXOAOSCfp6hx+/YP3aOJc42Ni50PSN2rt0ijqX+7oCh3/XtQUAP3N98bPBxiPo8Wdx1RFFOr+jrFk5yuEajbCv0apv7eJVLGEG4mHp36TKrub3Aglj00lDP8x7tiqW0T+B9XG8bXvjiUM95pIsz1C2aI+vCaK44Q/7EB02GZQF6xOk9HqOIsw1jF9j5KH1YzLzSouIMQD6ZbvR+Q9qFoYcug/Dw0+UIQpcfCHU9U281Uw8nHZMoCurx1BKUU5wB077GtvXAg0ZfF+CcaU7I4Rd1THJUDrkITMM1Yh39/A1bx9T4VU5xZpLEuPGalg3DJIYbL20qv4TiLFuUU5zhnrt5sntuMoTpPuAnzkzDOsYJMY+foeET92K9AWX0754q7hPTcI1D7Dzq66BHhFxnwTPVrnVwvzE1upZTnOl5QvjNvRaG3tsOIXriaecRxZkTFGelNQRIShVnYq4tbYjS4T/rYLzGtsxY5jmn4wTm/Aga+jTL4kzUYbTGbswLEGXuNh3c6/UXuA3jF3gagyjOnKA4S5Ykxdmsdn1cxwvyIW1xBtC4pi8jGtC0czgJcQb04RghhgYecIMzHLNyS1zaq8G34VCSljhDewDmzNXThlArpaEZ+wSjiej7VBxjbeiqShVnC+28yHvsfLv+F3YekNZDUuJs7iMDXMPZbZm+TPRuwm8QNabhGtFQrbaJbJy4qNhwLYZB1ITE5Otf99xXWlKczbj3XVejOkJfL4viTIKPnvT8oyeVU2fOfl2jnOIMYIQa/bmC+eH0v/mJM9OwjnECks2vTVgfchHv3gMKPR9Rn1TPb+QXbdLbl6xzX5OFYRqxDoZZVa8rZ+hHrzAqpzibZOdJv04nX9fVt64VBOap1nuLTr25u+d5TXHmBMVZabS4OAMmEVKqxNHDlA6ETJRQ1ym1x5kuTnDSmpZrScotzsRwRwZZqoefONN7cZUSpuFATXIUXz7I303DNerCD+VSX1BQEdJD7zYMyinORDmVF2JEKSILx1Ef/xxhLB/FWaYopzgDTs9E7aQzhJ84M82VFjcwlICeLnpP6flSh380DdeIHmTq9QMZrjaqQrDoaZoaWsopzjC8iqkccRuqTV++4+XPJJwozpygOGteQ0Ap4gzPYGeYqsIKduA8NTVKjDy9o0eUxI0VvccFDmeRZXEG1tbOsCsvTTsL9Zj6cx6OfT9a+MJQTzlNQ1lSnDlBcZYsaYozhJ8wMYkz07CGUcQZ0AWYKZISZ7Mf6ucpJ4SUnk8MARX0fARpijMIrW2oMynXGURXqXIA+2V1tb2/tHtD3bH3u45HJYozlG3nui2FtS3RiyZvdZA8k5Q4W9F7vOs5vfKDCfb53HQ9m4Zr3LFio6uejOEL1UZwfMSoXk8LutS4hkEELSXOIPY2TV7iuociDX04ySyLM4ChJfXn0bi/JpN22pRbnGHYwx3L1rveFUzhJ84wV5q+r+NG42Uv2fdsd9q1R98tpJoaY//QNPyjabhGDNepim6UXQ7TiHWE5Fvvnr9v2IltPc+GcoozzNGnl2PT5MVW9eG3xaoboycehlTX6014nuvlozhzguKsNMoqzlD59avE68PgiXmXDMuFoYefDMIwe2GhryPmOFEiyhxneq8Kv95OLUm5xRkwDaGoh0mcRZVuYWEqqylP+vmqn6d64GGvLo+Hlh4maRd1vyWFPs8Zwm/+NT9MAlPMCWdo3KM4yxblFmdA771lCpM4E9eQJixKiQXPDfHkS+89JSSQVsnSBZce6jCNAJJQFyym3l3lFGe4j5nKYZqbLAh9GEqEab8CijMnKM6a97Jeijib//Rgz7EScstwfBd3G+FZNm6gToIXQL88ZV2c4UtUfXt4EQsqkw4EpC7DECNO8/byozhzguIsWZIUZzheugSqRuOK4XqoO6Gt572kOeIM8khvVNUjKXE29Jh7PA1/GB5SfXZDUPnJIpU0xRl6wE65pbsn/bmPDTQ2aEowrxmG7TXd+8Vwhtq2Jlz6ouu4VaI4w5DE8phunLAw9jEglU1S4kyfq0yXYKbhGvWQwzTKdTCvknoN4/rSr5GWEmem3mYr+03wDKWXBXEGcTLub12M93fU23RBMqtD30j38Jam3OIMYJ5f/XzTwyTO0Pty+9Jw6RYW+IBDn79cn6sMgaFQ1WtJH65RD3WYRgC5hAZ/NSZc7pV25RRnYNXASZ5ymOYmCwJTxHysPTdRHxr0LW++Kc6coDgrjbKIMwgQKZ1M8x8BNNqrUapg0sNPBqEHmW659dDX0UUBTkC/LrbA1JPOr/wtSUuIM6Avq4dJnJmGBiwlcOz0CkeUc1DvQaiHOkyjxPNCbb8E6svE2W9JYOoJh4hyrWO/6ftKxjC7kmxah+IsW7SEOMN5s3X2isJS5jCJM9Mwg6UE7vf6iwOGaVArvWuGTPMMuRYm/NRhGgHKqTfEN176kmc/l1OcgXF2RdwkCPBCELZdPC+dc8a9Pu5tfhU6ijMnKM6iNyaYiCvOTKIEYRqmEdeqPql3qYFhivzG5c+6OAOYp0G/viGABn3b/wVPgnnSdizHHESFFQuBORl0eQAozpygOEuWJMUZ5jnRG3PQGGF6Rsywr339fK4/91HPORNVnAFTmmokJc7ApilLAj9OQk/SIDklSVucoSz4Gl19DqMOguGz9X1YdcANojcd9iFEoBhxwLCM3tg20X4HUoeprURxtnpQU56n2+/McdYllU8S4gxiRm+4xzNMvQ+YhmtUQx2mUYLnsSrqMTIA3i/UZVpCnE27vaelz+eGwDy3eh2mpcUZ5lxDzz7s9zG/fcp1vwI4Ls6IC03HBUOX6z37skhLiDPTsnqYxNnkG7qFiuMogaE0h53QxlVfmNm2t+s58OGC1eKaVLeP61E/x9VQh2mUOL2yms6LWZ3e9wxPXG5xNvTY+8XHOXrMtvM2UMubDo6J2FeG9ziMKGS6nijOnKA4K43UxZmpVwrkh7oMehToEkv0XFGWAag0Q6YAv5cBPYJkUNhcWfry2K4e6IGE/OvLIm3TF4NBoq2laClxhv2mSyU1TOIMPRHVwHkjz4kgTMJNP6/13oGmc9A0XKMMlMV0Xup5NvXs0vcb1jGVQyXKC3EQpmsTgbyoQ1SqoLec3vNSBnpxmtYBFGfZoiXEGcB56/eShdDFGc7xHSvdX0iJa8N+mdGvBx1xX9O2Ne6vkERN6W+a5J57zdR7yjRcowzMeWZqUBXzhigx94kqT7q6OIO0CytXcxsDV9gvB3rjNgLbFo1PhnVGnt7JUx4ZqLD6HWuKMyfWDJku5KrpeEr6fz37L7RxSFuc4Yt6fR/O71xdGMqrsJASzpxd3mNrShtDC0a5v4jjrGwLL6R+84IlIc4mXGGX+XxzXgC+RvW7FqOAHmMfG14+UY8VUtBwbeD+LOaS08qGCOqxRnHmBP6W5jHNG0mKMyFVDD2xxPueckwafvm4mCtEDfFBiaF3WhxxBtaNnOVb90hSnM24O1jSoWEmyrVpEmdjfvuk8dyWDPmBW3oFiTP8LoSmdlwWvegWe+gBKOYyV65JnBPD7fcatRzz7HqZXm40aKvLVJo4U9fHeVhzxO28h+SMJMSZqTcZ3oX0eoA+XKMaeg81gHcwvZFbHwrRJM5mtu9jNVz4mPEeAiDG1byZxNnMB+w0fulOA/eAzdOXGeswojfc/l55YxJnswxpqxjzp7UR+qUx7OT2ov6K+tSGcQtceUUZx/zmSVfdE2JN/yAA7y96Q3oWaSlxhqERTR9/yTCJMzH3qFJXxNCKkJ/68dPBPKb6+T2ro1tgoY1Gfc5hGEa9V5ppuEYZKHfNkd4PSpa9NcZ1vaIHaNWB7v2si7MtM5cL6WwqiwR5aU79He01+nMPgQ9l6s971Pj8w/v36uqpnjoHYmmv0b491ijOnNiK4/rX4PN1cDOPa2skdXHm10MIje+4UPyGvjMNg6g22GM9/XegR5gM8pMHCNPypiEecSLihQXlgRTxK5NJmGSBlhJnIKgHFy5adVkxT5IWUXvw4eVRf8Do55BeifFL2+/44lwyLa+fY6ZzV99vUWLID+7wpBMH7BPcwP0C+wv5wnmL/6o3XD1w/vs1AgKKs2zRUuIMoHHBr3KqizP0ktLl15Sb3oyUZ5zf+qS9mNdLzZungUak7c2733CNJiEGUGFXyyi2q1U+/NIMCr854KKCLzv9JBgCjU3qNe93nBCohAVVqCjOoocpnUombXEWJyA1/HpNrW+Y47q/oA4QtaFzxr3vePJl6tUGkhBnYbG0h32+G+RgHExDNqoBIYTrCh8Vid7D2r1ZBuoKpiEaJRRn0QKNGlEbzEmy4gz4iauNjQvEdfDhQshz7++rBk72HH8QV5xBAO3GsImGSFKcmWSVjA/nrYo8Ub9JnIWFXo4wcQY2jJnnOi6436i9zlDmLTO99ycshwY1vMeLOcC0Q4ff9S/cK02czWzTW1wDiBXvN/rmlbRekhBnuObUxmUIGr3hHgQN16gP0wjqjm/jkU5o61Hr3iZxFhbL3hlrX2tN165JnMWJ7Us3iI8kTM99kzgLi2UQQcq9wCTO/GLD6HnFXnkQBXr9BIH71MLna0VdxFRfrjvOO9dTFmkpcQam3drDdwQKXZxhf+5c5x4OExI56v1+ff0cV10bckrt1aX/LtLWhgwFfsM1ruo/0SiO5nT6wCVV8fGw3ptMF2dRYvzFXYx1nqhg3VVVk323u3PtVjGHIj6SWVM7w/lYyef9A+2aQXOkUZxFDyed5telWxNlGarRTzT4BRrv9ANlGlpOFytAjzAZhB5gfsbetDzyJb5kixnYB1k9+VpSnAG9R5YM/fiapCV6gKnLBAERpofsLYjzQA/TsIvAT/ZFXR6VJb3BTN9vUaK54gygMmaa7yxOoBEtrJGC4ixbtKQ4w33wI60XmQxdDGEyarVxAw/9OA0BjqRzV66qD3UqSLj29UaxUWc96EkD+A3XGHV5fPShv7S0hDgDuGfqPe3iBipgYceB4ix6UJz50xxxtm3JOqv2h/a+NdzjIE/0BoiFXYYEngMqGOJClz+LXxtuXL9SxBmYeluP2NtWA/Ub9MIJuvYozqIFxVk8khZnOE/8xJVfiF5pPjIsrjgDM9v1MfYGS1KcAX1dGbM79I18DpZLnJl6naEBUS0r7kF6j8GwmHZHT09ZK02cbZ6xvFhPGfe35xJ5JpDKIglxNr/zYFcjq2nYReA3XGPQ8voHjZOvf931vGxpcYaeQ6POfcT32mlJcVZ3XBtnnir37g6MBc8P8QzHl1VaUpwBvReZDF2czXmwn2doT3wsFvX9YSoknSacx/6hs7jPYzviGCuBj3pNH7CgXmk6zwOXV85dCChdGrWEOAPo3Yn9b6rvRA1IKfQeDKqvU5xFD4ozL2URZ6Jx3keO6IGDiu7gehqmnmuQafpyekSRQRAepjAtCyBZ8JIRNSAW5EMvi7S0OENPMtPFrIozXLh6JUP0clLSCQMN5XrIXmWmYTulVNMxDdeI/PvdXExpD/6ue8jOlhJnAPkO6nkZFFF7/FGcZYuWFGdAXBMGEaWKIdxndVGx6NVhoWmr4Fmiz90hhxc09WYb5FOpNg3X6DdMI2i8xH6maGnrjS0tJc4Ankd6r7ioETQ8owrFWfSgOPOnVHGGITJNE0NLxBCDWkOxX48xP1ZXTXbdX1BHMTWUVpI4A2P/9IzTIyNmQCDVinIF70OKs2hBcRaPpMUZGH/x887XzRHiozVbrNG/fsL3XClFnKF+vnHcfM+zJ2lxNvm6rsbGMtPcYH6US5wBvdcZYuRZ7mEWRX4iNhTha3dTQ2MlibMR9vNLNubiXIy7bdI6SEKcYfh2tQ6y5M163/kKTcM1moZplOBDcvWaWtClxjX/VkuKs3XDZoo5dIOe9y0pzgCGEhcN5e7bnzE2TlrkSIEKaW9paXGGnmTO/HGFlQqhijPIX73Ot27ErFjXm2mYRTFsol3mumO9vdkwj7DpXcqUDspsGqYRDD+lvSftYSe2dZ3vLSXOANLAc9SvB3xQiOEZI7S1U5xFD4ozL2URZ0A01PWbKA6EX+Bh6icrcODUhwxuFKaDqUdUGWQSYablVLBfgh586GWQxL5Lm5YWZ0DmQQ1VnJnkpkmchqH3fpTnkS5mcXMxrS/R08FD3rQcMPVmgzhQl2lJcSbB/o4quHEt+12rJijOskVLizMg86CGKoZm3v+uq2KKGGZX+tQ0oqD3rpK9v6L0ClPRRZffMI0AHwPojTqosKrLtKQ4k2DyXDHkWoRY2X+SMx+JIR0TFGfRg+LMnzjibMP4BfbLwVinJ2hIY/QO+2VEDayrN86GAcGkCy7MRaafd5UmzgDq7POfHhxp3+Olbeot3SN/bUtxFi0ozuKRhjgDI07raG2ettRTH1EDxxzSI+i+U4o4A9i+3uCRtDhDQ86uje6eIJBEUdcH5RRnGMZSXw7ySz/u4y/qYm1fut732GG/zu74vm+jXyWJMwyxLe+r85+pjnXsSOshCXGm9yKb2b637z3VNFyjaZhGCZ5r6n0C15h6nZRbnKF33Ire462G8x6NVAdsaXEm1988zTw3mwz0NKv65o2+9cws0tLiDIg8bHXfg1VxNvbPz3qO3aRrXot9v13yxijXcx0f6NTY704Tr3T3IkMZgsSOPlyj3zCNAL269N5sEy5/yc570/OvJcWZBDIIbQZRep9BRKH9MmpdmeIselCceSmbOJOgtw4kCRre0XiO/+LfukgwgQcHKtDA70Di4lGJ2riPtPV1TcuZQCMp9hHKASBh8DfTsllESqskxBnKre7DqPsBx1NdD6gVBRxH/fdSLmacf6Z09L+bej2q6PnB+qblJOqyADJN/V3fb1FI62aGsuAcxtCYuEYl+DfOcz3vUSj1vCDpkKQ4w7WiHtvm3HPVc9p0TajrR8Xv3qH/Peyc1JcPug6Qvros8Lz4aPstCkk2BqqgbNPu6CWeAeo1j4YYXPOmuQ3CGHai4ZpP8QWu/tyHXdsT52HA9kae7t7/YfnD8a4/t2l5YDoeI0/v6FomCv2/bm6Iq1SSFGem/a5Syr4T16d2vogPUWKen6Z0TMO0YX94zx3/fGMYSD3dMPyGh2suKCMEIRqXIcPlvUHU3R/s53wQEHO74t6vla+Ue0wU0BCvbytomFnTvg/LG8SGurxzL3Hvkywd09ZKWuJMguH/ZnVoug7wcQZ6YDdc8Ggk6YvGkno7j+oxDjoXVSCK1HuI+IhFOzf0ZYYFNF6b0M9j0zaCQPlwDNQ0wtC3gfuNnoYYXtuQDwyNpS4H/OQ9pN78ztXFY4dheafd9VbgXCggzj6tPeYezzUe9WMCiSj/OQ+50vArvwrW276sSRCOOPWBWMeetB6SEGejfv6g+xw87Fbf8wk9cEb9vOmcRUNukIBCjy71Gh92cnvXdYJeN/o1EAZ6xnrSUPKkM2Df6+xryp2vqISlbSJu/lTE/vH5KGrM756y5jzcTwxxh/va4q4jrFnt+4j3n7j3niyQpDhD7zH1fuzsx/D3EZzPEJPqMRDzJBfuwRgKUH9GCSka83yqOeI2z3mOHmT4eEL9O66nICmkp4MPMYOO/ciz3O++1Ye7r230eIv7HEe+03jeoGxo80evVnmOi/O820hr2m09RHtlv73inefYP579m6D00xlun3dqHQLvTEHHc6i2/8PyBxmqn6+DDcdDTzcKpnTyTtnFGckeSYozQkj2SVKcEUKISpLijBBCooBGgTTFGSFZZfzfuhR74G2csNB3WD3S+klCnBHSEiQpzgghJGkozgjFGSE5g+KMEJIWFGeEkHJDcUbyysoPJtjPXGc4KIwYEnXYKtL6oDgjlQrFGSEky1CcEYozQnIGxRkhJC0ozggh5YbijOQRDJG5e6szxxTmMKk5IniuPdK6oTgjlQrFGSEky1CcEYozQnIGxRkhJC0ozggh5YbijOSRuhPaiHmN8C4/6dqu7G2WcyjOSKVCcUYIyTIUZ4TijJCcQXFGCEkLijNCSLmhOCOE5B2KM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJuKM4IIXmH4oxUKhRnhJAsQ3FGKM4IyRkUZ4SQtKA4I4SUG4ozQkjeoTgjlQrFGSEky1CcEYozQnIGxRkhJC0ozggh5YbijBCSdyjOSKVCcUYIyTIUZ4TijJCcQXFGCEkLijNCSLmhOCOE5B2KM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJuKM4IIXmH4oxUKhRnhJAsQ3FGKM4IyRkUZ4SQtKA4I4SUG4ozQkjeoTgjlQrFGSEky1CcEYozQnIGxRkhJC0ozggh5YbijBCSdyjOSKVCcUYIyTIUZ4TijJCcQXFGCEkLijNCSLmhOCOE5B2KM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJuKM4IIXmH4oxUKhRnhJAsQ3FGKM4IyRkUZ4SQtKA4I4SUG4qz1sGI0zpY9ec9Iqg+9Ba7jnqFcTlCiBeKM1KpUJwRQrIMxRlJRZyNPKOTtbLfROuj1ZtF2ohti9dZC56tsYYceYdn+aoDbxD5iIuaxrQ7e7l+G/eXZ12/qww7qZ1rWYA86Mvh3NeXkzT+48Xiy93g79zsWTeMoLT90POopzHlxjdcv/uBY6CuB+RxSeJYkGyTpDibdof7uotC1UHOeTz6N096fuv/9Ws82/Cj/9eutmZ3fN+1PtJUyzTtjp6u36NQdZD7hVNPA9d+lP0m7jMdzWmLa1DLexi4x7ERiWSdcouzYSe2tWZ1iHctjfvrc1a/va4Q95BZHfq6fmu89CXxm2lbJkb/6gnPtTzgG9cWf29O/oLSqD701kj3oam39XCtp6Y99k/PxL4PDT+lPe9DJHOkIc6qDrjBWvB8rbVp0mLrkz12pcmOPR/tslb0GW+Nv6iL1e8r//SsM/GKV+JfU6c+EOmeM/RH91izHnDfr0ad/VCkdZubr7oT7HuQtu0wGi58zLiP/Bh8yE3Wro1Owz+i7tj7eK8hJAYUZ6RSKYc467/P1eIdflW/idaWmcvtd5U94npB7Nm5y1pdPdWadntPq/q78T7aqDvufmtmm/eMz8GpN79pNfzyMavup/dZ/faO/jzU6b/PVda4Pz9rLX1zlLV70zbL+sSpk8j4cMFqa9lbo62JV71qDUR7YQLPzvrzHrVmtuvtKs+Qo+6KVOeQNP79BVfdYerN3V3vSH7UHHGbNePed13bRp1Ar1NMv+tt1zIjz+xk9fd596w9+i5rafd6a+u81dYnHzvHfufareJvI35m13f29n9nnX7XW6Hbafz78+6y3tLdGrhv1LK+40q/7tj7I9efcG7gfQ7te6IO5Tk31ljL3h5jTbz6NacdivWqkqA4I+LiRCQlziDHggIvnbrgQSNyKaGmATGnRlB5cE7rYRJ660bMLvwaHhvGzRcPTVM6JuKkLWPID9xpm9IQ4kBZxgRkH8SJGvXnPyJ+E8dC+y1K8CZcOSQpzrYtWls4A6LHkKPuFOviXNUf7mi0jpqn0b8OX//DhfHzV1vIn18auIeJxmNlGROT7Mqrnj+Zdv25jxQb4qIG7nFxKquEtATlFmcTr3y1+AIUNZb2qC++kKxvmOO6TvHBj99Llwl9/a1zV7nWLzl/ygu2SEN5wUesrZ0e+JInwQui+kxf2qOhmPbiriPs+1C8vE2+/nX7PhTtZY6QcpG0OBv7x87WR2s2u64dPZb2bLAG7neda701NdNjP9un/OuNSA1q854cVLy3ylg/aq74AMC0vMqammmxr3U1XxBve3buLvwSLeY+OiDWvRSNTHIb6+vnWgPYc5CQWFCckUolTXEGYTbDTh9tFlGez7s2b7fmPNLfuY4itEk0XvKCtWvT9sLa/oF05z012Br0rRsjt3VAiky+4XVr+7L1kesWeI7Of1pup/R2A7xnfLLLXeeY/0y1NXB/d70niBV9Gj11hwmXvxxab4GY2rlua2ENJ8Zf/Ly93lWu5XYs31D41QkIrgHf8H6Ejb/v3rKjsJQ3kMfZnd731Okk25dp27n7bY8AXNF7vKiHqjHhn6+E1klR1o/WbCms4UTjJd6y6uDcmHRdN2v7knXxzg37GA46+OZmnRt5hOKMJCrO0CMiamC7cr3WIM5koFE9yjWTljjDfgh7GFGc5ZusiDOwY+Wmwl+dWDNkWuRzafk7Y1zn6q5N26wB/+euLKUhzhCbpywJlVgUZySPVJo4wwupvv6YPzxtfRDhWkMPEP2lclb7Pq6vBNMSZ4jJ13cLvSdQnJE8kKQ4w3W9e/O2whkfHGuHzrAG7t/UyJeWOEO9fsfKjcb6+fCT2oXWmypBnG0YM6+47/CBZZQPAwghTVCckUolLXE26OCbRE+yPVpdPUpsmbHcGn5yu9CeP1HFmYxNkxZZ1YeFjxqBnkjiuWio/0eJnWu3OD2/S3gXwwfCurhCIM3B6JFnWMeESZyhl1eN/a4YVG9JUpyh15vamz0o5j9T46rTSUoVZyjDkB/cGVrWuOKs5vDbrPX1czwfU0UN5AsjpsSpo+UdijOSmDiDcIE0ihOy51lrEmcywvZnWuIMseiVYa7ldCjO8k2WxNmCZ6rtvDSdcLiHiHktlG2YwJCiH2/fWVjLiUWvDvech2mJM8TMtr0Dz3uKM5JHKk2cYajlj7e6v0JUfw8CX6Tq28aLrnpfTVOcoUeMvj0dijOSB5IUZxvHzY/1fMbQjfjyF+umJc7QYOQnruZ1Hhza+JF1cYahIGWdDvXAqm/eaFyOEOIPxRmpVNIQZxhCcdvCNZ538TgBUVR/wWOBH3LEFWeIVf0nFqeuMIGh+jZNXhz7/UEPPLcbL3sptPeSztzHB1ofb3O3s8iI0mNMYhJniKU9RxunyZEkJc4GHXyjtX3x2ljnwMy271kDtCEWSxVniGW97LIGHOu44myofW5snLCoZKEqA8cFPeLYuz8aFGckMXFmklGY5wxzjaEn2tY5Kwt/dQIvcfKGWSniDD1a8Df0NokSQdeOX9pB6HOp4W9+gXnm1GVVKM7yTZriDMOc6eetjvqlEs5TvTIz5aY3Q/M16Sr7GtbWqz//Uc9yuvSKmz9TGjLQuIMxy9VlVSjOSB7JgjjbMH6B8dqWQHqr8md11RTXtYrnsd9wHSq6lFo3co7n5bqU/M1qZ+dP77Xm84K0ove4wEZ3ijOSB5ISZ5jX7OMd7o8At0xbKs57zI2COUTU6xmNHSPsl2n5bE5LnK3qP8m3AQ150Hvb66QhzjCcoun+JRH3ioi9xuY9UVXsvbu01+jYjXyEEIozUrkkLc7Q00zMY2Z4HmM+sFVVk605jwywJlzxsjWrfV9r1cDJQsKYloc0EXNO+byDm8QZepXtWLExsD6A+YtNaYq8T19mXHf3lu3W+tHzrIUvDrWm3trdmnDZSyL/+IBnj1Z3kYHyVh9xe+S2OnwItC1ANq0aMMkzH7wffuIMMf7iLsWPjnSSEmeYFmTnenc6qA9NuPwla/IN3awNDXNdvRE3jJ1v1R59t+e4NEecITD/mV+9Jo44G/TtG0U7tKk+iHNjg31uLBLnRo/CudHHWm7nS//YXAbmP6s5MrhHHHGgOCOJiTOsr4aYJ0T5GgH/jxsVAsuGfakQR4SBcogz/Fv9HSILEgoPeVOgYX3oj+91rSMJSzsKehpqQFT67eMgcWZi26J4x4JkmzTF2ZLu9rkR8+GriynMFxiWxrrhswpLO+EnlfS0k8ifGsirX0U6SJyZ0CvIS7rXsyJDKo4siLPaH94d6942/u8veNLAy7TftQ3qz324WE4Zk6/zDp1oyt/QY+LlL0icIfAy6ZfXIHGmg0mtvXm9h/chknmSEmeY20xv5Kk/91HX9TXxn45EwnyGQ38cfH0senWY59oNk1w6Q75/u0fm6dH4jxci9ZKVGPNlmBdEYhJnUSb4jwLeVURdslBfGvPbJ2OVhRDiQHFGKpUkxRnmNFs9eIpxeMYFL9T6zjFWZW93QZchRskAESbW09YBJnE28vQOxecY0l1sP3P15/jcxwZYA7WeTWBFX7NsWjdilmhX9KvvY4jBOQ/1sz6296MMCJ8Rpz4Q65nqlMd/uGrkzU/66QSJM+TNb8jGpMTZ7I7vW7u3Nu0PyCV16ESIO3wQhTbb5b3HOR9PG/LTXHEmyuojqOKIs+XvmbexbuRsq+7Y+3yPM84NtPmr87xtt/fdyNM7hn64RRwozkhi4mzBszUiHRliqA2tCy5ejqKeT5UgzlSGndTO2BMNFQDT8mmLMwS6WZvWozjLN1kTZ6jUxBFMENa6ZJr7RJVxu2mLM4TTQ86bJsUZySOVKM5QN9mtDdeILyqDXibwtad6zaLOM/jgmzzLlUOcYchG07YBxRnJA0mJs4ZfPu5plMD1pzdGQLANQuN0yHWchDib2a5P6Pws+Fre72tmE1kSZ2KfFxoUcfyC8kEI8YfijFQqSYozzF2sCgIEhlwc89unIg0fjBFs0ECut5VNuuY18b6gLx8mzgBk3ta5K13tAkt7NgippqY15jdPGufjmn7nW5HrDsNPeUD0JNq+dH1saQbQG2/PLrMAkjG70/ue4QxNBIkzBN6lTMc7KXE2s817rvc75AWjBanSD/IMxzCo7tFccYZY+NJQq+pAc1mjiLPRv37Cs08QM5CXCMcCDD+5vfXhvFXi3KA0iwfFGUl1qEb0MPPr9RRGpYkzgDTQeKaGSSCCcogzbBtCT1+P4izfZE2c4espS5NGsx/s55vOzPvfdVU8EX5DJpZDnOE6MwkxijOSRypRnIHF3TBsYdM16CfCAOo1H9kv4Wr4DZlYDnGG0OdFk1CckTyQlDgbfMhNnq/Cd23e5hqOMQ5JiLMts92NbRg6cmGX2uJ9FoH7lZgHOeK1miVxttSul8m8OPOiRReAhJAmKM5IpZKkOFtbN8P1fERMufHNWHUDk3zbMmO5GCpPXzaKOAMr+k5wPUeXvzfO00a4dqidd+1DmYUv1FoD9w8fPl4F8x+jXTKuNKs9+i6PxMGw7punLnHtUwyD6feOpBImzhBj//iMZ8jGpMTZ2D89Y+0s3BdloP20+jDMDx29TpeEOEOM+9OzxrJGEWdrqqd5PqJyZJz//Gkmag4vnBuUZrGgOCOJiTPRkLR6s0hLDdyc4l7QoBLFGcCXDXpMufENz3KlpK2jp2HqVo1ecLq8pDjLN1kTZ2DD2HmFFJzAUKN+jVSbJy0uLOWEGNrRZ9k0xJnpOkMXeT2/FGckj1SqOMOXfHpDsmnoRYAXMX3ZMX/obLwPpSXO0FCuR8OvHvfkgeKM5IGkxBlAY5Z+HUCe4R4RV541V5yZesDNuO8d8UW5Lvhm3PeufW1Hu+dmRZxhTjnZ2I8QH0HxfkNISVCckUolKXGGZ+PO9W5Rsrp6mlV1UPy2yFWD0PPKLSpGnOYVYlHEGXqWYXhntV1g8WsjxBB6chnMo6bLIgiq6sPjSZ7mgDmg9RE4Rv/qCWvKzW/a9SB3GfH3sPc8XZxhqES9vUPMs/U99xxsSYkzSCoxJ5g2x+tWe7/W2u83Uet0pYgz37Jqw1NGEWdD7XPjo1XudnaUwW+oS5I8FGckMXEGTEIKgUZwk5gKolLFGdAb1lf2m+hZxiS98LcgMERdUBr4N8qtB2Seuh7FWb5JU5xBnqvnrAkxfrSWzrQ7enok08gzH/Qshx6Ueu+0aXYlya/SoEuvUvLnlW/1Yjn9Gpp0TVdXPijOSB7JgjjbMH6B57pWwYthv7288kh/MVo3co6xIRovgur1iqESB+5n/hq0lPzNamfnT3nhNomz6fe8bX28rWncfsS2Jes8+aA4I3kgSXE29Ef32HUF7zBNkNW4FuN8wd1ccYaepOo1KXqW4X3FviYxib16H9o6b5U1IGLZkxBn6+vnGu9fksnXvx4q8iZf17WYLtKLmn9CiBeKM1KpJCXOZDpqNFz4eOSPSlQwZKP6YQdi+h29PM9wkzhDD7eGCx4VbW5Tb+0uBJhev55x/7uu5+7k67sJ2aIG2haaW6eJipBMU5e66hWyZ9kgm+32O4barrG05+jQzhG6ONswZr4YovLjbe555OY/U+3qVZeUOAOmXmcIvPOZRKiJUsQZ6mhOWd3n4/xna1zneBRxNsmuK+3a6G5fxvkSdwQDUjoUZyRRcQYwr5YpIIZGntHJuI6JShZn+lxn+Le+jJ52lBDDsASkgX/jAab3/MOL9tCf3Ftcj+Is36QpzqLEEIM8Ms1btuC5IZ4GW0ykq1bacG5XH+oVcZKwYRZNocstkzjDxLL65MG4x6l5oTgjeSQL4iwsxLCGhhel+U8Ptq9Dd1oY7kRdBs9Y/WtMDJvm9+JVcv4UuWUSZ+iJMufRAZ60Fz7vzgvFGckDSYozgPR2a19Xy5jdoW/kRrjmiDPRG0ub62RFn/HFYX5U6SSj/rxHI31BnYQ4Cwtn2MXg/bR2xKziPRejc5TSuEkIcaA4I5VKUuJswXM19vu5uze20yvHvHwQkEX4ME4Np5eY+wM1kzgLC8y5pveymv9stadtYdiJbWP3dC8VMb+aJpjw8b0UREteH+nq6Q7JV3PknYHvCCZxhuEgHUHXVAfBMg2/eqJYZ0hSnIGpt3Q31ulQhrF/6OwZPlGnVHGGEVBEjzfl3QplHf3rJ11lDRNn8zsPtj7WhPDwU9rH+pCLNA+KM5K4OAOLXhkm0tQDjdxRz6dKFmd46KsBkaU/sNMSZ/j7uL88W/hLU4jh7Ap5oDjLN1kUZ2Dd8FmFJZzAdaNXFnes3FT41Yk1Q6YFVtjSEmfYpqmXHPIj80xxRvJIJYszTJSsjuGPmNW+j2tZzHugb2/Uzx/2vVbTFGf9v36NtXn6Ms99ZtQ5TfmhOCN5IGlxBsb+sbPn628Z+IrYr5epSnPEGb5S14eJGv2bJ4u9ZTEMuy7WlvZqCG0AAlkQZxgmSTYS4v2Qjf2ENA+KM1KpJCXOVg2a4npufrhgtXFesqhsnubugbWq/0RPL6u44mzPzl1W46UveiQQ2mf2KGIKck0fbSpNdDGGZz4+FJbvAKh/eHrg+YgqiUmc4XggLX1ITTH04BGOTExanAFIQP3DRwTyF1aOUsUZeuthmG+9LKKs34PQdcoaJs4wz5wqVZFe9WG3urZP0oXijKQizoBpri8Z+tCBJipZnJl63ZVTnAFd3iGm3dlL/EZxlm+yKs4mXWVfl1oD8OjfPlXMo3Peun9vvPSlwDKkKc7w2/ox7rnZEDJPFGckj1SyOANbNBGFYRXVXhCYuFv9HXMWBJUzTXEmXrgg+7TGdeRJNupTnJE8kIY4AyNOs1+UMYqD+/EsAvcCdX4SE80RZxu1oRhRNn0oQz19IaAOCm80z4I4Qx1UNnAu7TXa0yBGCIkHxRmpVJISZxsbF7rqsRA1zbke9HnOhPjR0osjziDDGv/hlWZg2dtjXOIFwySi15u+nAS/rfxgomj/iwLEjt9cb6J3nTZiFeZ71Zd35gtT3pEKIkxdRsVPnOG3RS8N9fSwQxsq3l/SEGdg4hUve4Y8lCG2rfUmlDRHnOG3hS96yzrvCWd7UcTZsp4NLqkK8Waa+kSCfbyib6PxPDCB0QyaI5jzAMUZSU2cAZw7eIkzRdh5VcniDNvWI0ycIf84FkHoX7gE5Q9fqJiGbIR8ozjLN2mKM1SokK7p/JX4VdpwfuuViiXd7XOt0Ggr8y0D53NYA5QuvaLlz10hDhJnQ398ryfPuO4wZKNJBFKckdZOFsTZwi5DjNe2ZNxfn/Md+sQkj+qObyOuRZRN7wEy5+H+gUNlGPP3fK0xXxI9f0HiDL8vfGGoff9w/z7vqUEiXxRnJA+kJc4A5jzbOsc9qb+MVQMnB/bwKlWc1Z3Q1tVIghBDRGr3VIg9fbkp/8KQh/73JJCEOIMYM92/JA0XPhZ4b9yGulVhn4757ZOByxJCwqE4I5VKUuJs5fsTXM8q0WvrEH/5FMbWOStdz34hk7T8RRVnC1+otQZ9286LT9vLnAc/cA3Hh3LUFOY0NS2PoeT1oSSDIkjETb2lh7V7i7s3lhjC8Kvu+s3Mtt5eWxAKfs/vIHE26OAbrc3TlrneX7BsvV2fG/WLh1IRZwC93Xas3Gis05mEGGiuOEOZxfCUyjuWKOu5j1ijznkoVJzN7vC+a79j3SFH3+1/bhx+m7VjhV3GiBEm4gjFGbHByw0iLRkCSYO5f/RAo3dQ9+NKFmdraqYV1nACeQsTZ1HTVglLw1ROLENxlm/SFGeq6CqF5e+McZ2bUo5hSKIgqeaHV3rFz1+QOAOzO77vqXwtf2+sNekaijOSP7IgzjCmfKn3NpF/HzlmFkvB2zLlL2wdnTBxhvujLshw78Sk1x/OpzgjrZ80xRlAw9vGcQs8z2nEjPvesa8p872uVHE278lBxfuoDNwH6s9/VNThVbYvXe+qa2xsXBC6D5IQZ6bGpaigoUgOCYUGo7CGLkJIOBRnpFJJSpxhuhj9Y5JhJ7Tx/VguiNqj7xbiTQ3IL32YZpM4m3Ljm572z9XV03w/HgaTr+/mGR4a8375vUvFFWera+zt+9wbNqB+o9T/UW58xKfXNzC3ql4u9Kby630fJM5A49/tfaf1ANs0ebE19s/PpCbOwPCT24v3I71Oh7wOP6ldcUhsSXPFGWj8+/OeoS5R1nF/eSZUnE3Cftf2E0Zl8uvVH1ecrRky3ZG6hrSIA8UZSV2cAfTK0MUWAg830/IgrjgTX4Qo0VLiDA1YaLBSw7ReKWnrRElDl3gI7Bs9KM7yQ5bFWeMlL3pkE4Y+xLAG+t/RgGRKQ6Uc4gzX/KZJiwu/NgXmO1MbrBEUZ6S1U+niDKxvmOO632xbsk6URR/Gcd3IOb4N5pJyiDOAl2u9oR1fN360yj3MHMUZaY2kLc4AnvWrBkzyXCNC/PhssxRxhu04X0MXVigh0PDzQUBDYUuLM7z/yfsVJr2PMi8bISQYijNSqSQlzjAPsd5zCh+y4rlqWj6IsX9+1iOJIMT0571JnI08vYOob+ttgqi7+7031J/3qLVTEytzHxtgDdzX/KyNK84WvlhrHIpw5FneYRHjhOjV59NbKUycgWVvjTa2nep/S1KcAew/fWhPxHIMaandQ5MQZ0AfchGxbqRdVu1vujhDzzRd4sqhHtX0JXHF2cKX6jwjmxE3FGekLOIMQEzpN0AMm2ZaFsQVZ7pEwoPXtBxIU5yJBn4tsI/15UpJWydKGujVp9+MTUFxlh+yLM5QsdUrjRBQQgArjUgYDjHK12PlEGdg2EntjF+i60FxRlo7rUGc4cVbT3P6PW97/jb1lu6h96FyiTOAyaPD7kMUZ6Q1Ug5xBlBHWVMz3XOd1f3kXuN1Uoo4Q+OQLqnixjzIqID7b0uKM+xD9atrfPldSm8AQogbijNSqSQlziBDdMGwadIia/Cht8aqd2M4xi0zlnue9egMoD/r/cTZsBPbeoRUUK8zfEDiDF3YtE08d0ed87Cx3o7lR579oKdXGEDbI/anGpOu7WqsHy16uc4zqk/cmHD5y+LZrqcdRZxhyMbtaPfVPpDWI2lxBnC+6MNFimELtVHRkhJnKLtoOwspqy7OcKzRO019R8N+hWw1iVhxbpzVyXNegFkd3/f0bJx8/euRRkPIMxRnJHFxNu4vzxolFMAXhmpApPl9AdJccbZh3HzjckCWWQ2TZY8rt0zziiFwk9KXjZu2iahpTLnxjcIS/kFxlh+yLM6AaS4zXbrPfaIq0nbKJc4AvgoLqwhRnJHWTmsQZ3iW62P461+d4p6kvxCZKKc4Qz1GvNwF3IYozkhrJGlxhnnNRv/6CeO8HXJbaqDhzLRsKeIMHwrpcxbGDfSCCxoSqiXFGSbnl/sPX3v79dYjhMSD4oxUKkmJM7Bq0BTPfMSYmyxOuvOeqPLIJD/p5SfOUCdY8sYoTxvG+Iue8+1lPbNtb4/wgvjTZVMQSHvDeHdPKtErzDBFDoZY3L4kXFqFBeotgwz3nSjiDEz858ue9yw9miPO0BZbd+z9Rsk0s817nl6KYlnlg56kxBmYYNeB9GEX9dDFGZhxvzefkGmm4+oHzo319jFQ63+Qu9WH32ZcnjRBcUYSE2f4AkOKHNw8TcuYBI5ft9C44gy/q4GHlF/aunDCjTrKcn5iCqD86EGnh5/Ai5O2H3HSWDfcvaweFGf5IeviDJWbsArcsFPaG9fVKac4w0cAW2atKCxlDooz0tppDeIMrK6aYlck/O9DGLLNT0CplFOcgfF/f6G4/01BcUZaI0mJs6oDbrDmPNxPXEO7Nm8zfl2OZfQGNVyjSYizId+/vTj3V3Oj8R9mmQdaUpyh8VHeZ6bd3tPYkEUIiQ/FGalUkhRndcfdb+1c7x16cFbHvoHPOdB/n6utme36WB9r8grhN8xikDjDPGlC7iivE+jJ5ifC0ANqxzL3vKWIdSNmifpIWO9siJH5z9V46ihiyMf9vM9sMa/aZnfeSwnUD9DDTs9fVHFWXFb7KEmNUsQZ9ufyd8aKdmEhmQ7xiqzRv3nSc744PeGb6k9JijOw/D33snqYxBmGX9xu6K2GoR7rjr3Pt74nEedG58GecxuS2G+OOtIExRlJRJzB1OuB9NTeZJBYuljCvGRqOipxxZlp+EUIPL1H24Jnawq/NoWfcNLFFPIvu7lKsF085PWvSWRgCLdS09bRyxJHnOFhGzRkI8VZfkhTnOGaM01er+LXy1Rlx8pNhRS9IYZ4jTisjy69MOxj3PxFFWcAY1DrAkwNijPS2smCOMOQIaZrWzLUZ1g1FVO6aoy/uEuk4cWM+bvCzp/9zDXlDej5iyPOwLJeDb73IYoz0hpJQpzVndDW2m6vrzZKID00BqnXwLwnBxXvcTJGnNHJeD+IK87QYKd/KQ+5FFZvAbs3u79gXjVwsl2fMX/VnoQ4G/3bJ435kAz5gV3f0e4dQgwWGvTw3lR9WLzhswgh/lCckUolSXEG5jzYz/p4m3f4QfTeGvWLR4wCDJJr9ZBpnmcwAnVnv3wFiTP8PufBD+y8aMMmBsy75qTn7ZGE4fWm3dHLtw4x/JQHrFUDJnue1ZA+tXZd3lRHWVs73fpEKS96po3763PGZ7rK5Ou6evI4u9P7nvnY4oiz2qPvsrYv9UpDGXHF2aTrujlzwCnpLe89ToyMJvcFhNGKvm5hh/0s6ibKdpIWZ6KsAT39TOIMNNr7QJ/SBIE8i7L7zIcHEbiy30RPe/V2e/8N/cl9kd5n8w7FGUlEnOEGagrIL4gqXKimwMPRlB6IK85Mc6gh8Dc05iMPfl2A/c5xXUzFDQhFU7qglLSH/MA9BGYccQZMglMGxVl+SFOcRYkhAfJIEjTsIYYxiNqQq0uvKKHLrTjiDGCscL+8U5yR1k4WxFlYLO1RH/5lnv1Cqw/XKAN1iYH7mSdk1ik5f4rciivOBh9ys/WRNseDDIoz0hpJQpzhmt86e6Xn+Y33iKU9G8Rw8+KrZO3xjt/9GrLiijN97outc1dFHspwQZchxXsvAvkS7w2G6zcJcRYWcx8d4JlnTRWDK/qONzYMEUJKg+KMVCpJizP0HFs92DtkowwIovUNc62FLwy11g6d4dT3za/uQvYEzZEWJs4GHXxTQQgVfrQjqNcZmP9sdeC8Yx8uWC3yvfCFWmtt7Qwx4o3+TEfguT32953tZ7H3WYvhCPX54Ba+ONQauH+095t1o2a76hxbMDeY1qMrjjgDmDvarwdcXHE21C6fEGda7Fy71Vr86nBr2VujjfsYPbj0PCYtzsDUm7t7zhsZfuIMYA5bU49IGR8uWGOtrcO5MdRag3PDPi76x14IHJdxf3pW9EQzbYe4oTgjiQ3VqM9fFhbihc5nLjQQV5wB09xlYREkm5ojzrA/TGlKWkKcgc2TvcNJIijO8kMliLORZ3RyNR6pUX3oLcZ1TLSEOEPjm1+POYoz0tppLeIMLOs12thza/FrwyOtD1pCnAHTOgiKM9IaSWqoRlxXasNHlJh2G4YbNF9TccSZadsz7nvHTjvafXTEaR09I0vM7tDXeB9uKXEmhrMu1O3G/uXZyPdRQkg4FGekUklanIEqO511w2YW30lKCYgeU+9plTBxBky9zmbc/67vcxcyQ8yP1syhm6ff+ZZvnWNOJztPmoCBHIj6XBaSa4u73GP/+IxLxMQVZ2DNkOlG4VnKUI1i/jKfjyBNgbxi9CC93pWGOAPo3GEqa5A4w/5d3G1EoFiNEjPuscvg00ONeKE4I4mJMzQW+/UsM0XYeVWKOEMe8MCNGhBNfvOggVLkFoQg5nIzpafSUuIMQ0eaHsIUZ/mhEsQZ2GqYL0yc4zEacVtCnIHRv37S2OBOcUZaO61JnI3+1RNG+RQmrVRaSpyB1VWTPfcVijPSGklKnIGJ/4wuicRwiAFf68YRZ7ju1euv+IFhjOtvE4bEV675rfPMPdZaQpyNOK1Dcf62j9ZsCdweISQ+FGekUklDnAH0PMPzrhQBFTQ8o0oUcWbqdYbeXjXfuz3wGY85yESvMJ+Pif0C64z53dPGnmYA9RZMmaO+I2AetUHfin7vQJkgEtRY2nO0q221FHGGnmLbDfO8lSLOwPxnBhuH7TSFSYiBtMSZKKthyMYgcSaZdF1X66PV9v6Pe26s2+oRnCQcijOSmDiTzH18oHjZ8wvcpDEJo2ldlVLEmQRl8huWUQaWMa2rElVuYVtYFl81BIk4lahpq5GEOAOmnnkUZ/mhUsTZ7I7veyoDk67pGivPLSXOgLOf3fmnOCOtndYkzvAxjv6ytM1+wdF7UQTRkuIMx0L/0pLijLRGkhRnAA004tr3aZDAe84s9OYK6Q0WVZxheCP9vWVFn/GxGzam3trd2rPLLbjqz3vUM39FS4gzdShJTFDPRhtCkoXijFQqaYkzycizOlnrR80pPoOCAnIHdYqovb2jiDMw+YZunh5aszq+H9rrB3OvzX96sLUDjfZaW4EeEGZ41tYcflvgvFVj//ystWuju84x6dqukYeGlix+fWTxgxgEyldz5J3F94ZSxBmYftfbdlru95dSxRlAGy2EkV+dDsMbNv7jRd/6Y1riDKBXoD48ZRRxBjBX2rynBlk7VmwMPzfs8i94oVbIWs5pFh+KM5K4OAODv3OzNe3OXiJNyByA7eBcQkOUaR0dDNWmTkI59Mf3GpfzA9vB9jDHmswDpB7+FjUt9M5S86ASNz86QWn7oe87PQ38W/3dD6SjrgeChF9zjwXJFkmKM/3ciELUewDOyVLXlSSRv1LP/7j5x9AA6rK8zkglUm5xhvpG/bkPu66dMIb+xL62IsqgYSe2LXldgPnGmps/UxpVB0VrGBv6o3tc95ag/A/5/u2e7fT/OnuFkOyTtDiToPfZ/M7V1tphs8R7xMIuQ6xpd73lTBwf4T7gXH/ua6rfXl5xXXXADaIM6nKDMSx1jHsNMKVjGmYKQtyTr4CPCSD29HTDULeLug8aduTX9piong03hCQLxRmpVNIWZ5KaI26zptz0hpjLa+3QmcU2Qgx9N/XWHlaN/Q4T99mEnlejfv6Q6/kn5kHW2ljQ+23k2Q+6lht+iv0sjPGuBOE1q31fa+FLdcX8Q9jMeaS/Nfm6bva7wQ2R6g2QcfozXcxtFrPOgf056hx32bE/5D7EPGrqdlDeKB8f4sMayE41XUgo/diMPNO9TLUQhua6zMD9r7cm3/C6tei14dbaOmffoW3Y2W/2PTOg7FG2g95jaZY1DPQim9W+T+HcnuGcG31wbgxwyojnQszjS5qgOCOpiDNCSHZJUpwRQohKucUZIYSgsSINcUaSYfxFzxe/xN7YuDD2V+2EkHAozkilUi5xRgghpUBxRijOCMkZFGeEkLSgOCOElBuKs2yzqt/E4jCw027vGXkILEJIdCjOSKVCcUYIyTIUZ4TijJCcQXFGCEkLijNCSLmhOMsuGOZRTsyPueGcYS7NyxJCSofijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbirPsUndCW2vWA32dua6v6creZoSkBMUZqVQozgghWYbijFCcEZIzKM4IIWlBcUYIKTcUZ4SQvENxRioVijNCSJahOCMUZ4TkDIozQkhaUJwRQsoNxRkhJO9QnJFKheKMEJJlKM4IxRkhOYPijBCSFhRnhJByQ3FGCMk7FGekUqE4I4RkGYozQnFGSM6gOCOEpAXFGSGk3FCcEULyDsUZqVQozgghWYbijFCcEZIzKM4IIWlBcUYIKTcUZ4SQvENxRioVijNCSJahOCMUZ4TkDIozQkhaUJwRQsoNxRkhJO9QnJFKheKMEJJlKM4IxRkhOYPijBCSFhRnhJByQ3FGCMk7FGekUqE4I4RkGYozQnFGSM6gOCOEpAXFGSGk3FCcEULyDsUZqVQozgghWYbijFCcEZIzKM4IIWlBcUYIKTcUZ4SQvENxRioVijNCSJahOCMUZ4TkDIozQkhaUJwRQsoNxRkhJO9QnJFKheKMEJJlKM4IxRkhOYPijBCSFhRnhJByQ3FG8siIn3Ww6s97RFB96C12nf4K43IkH1CckUqF4owQkmUozgjFGSE5g+KMEJIWFGeEkHKTpDirO6GtNeuBvuL9SDJg3+uMy+rMatfHtV7DBY9Z/faKLjOG/ugez7ZHnf1QpDQmXvGKNbvj+651wxh+6gPFtPX1J13T1eq39z892/Fj1DkPWct6NVgbxs6zPtljVzKV2Ni40JrVvo9V+8O7Yskd07EYuF+0YzGzbW/Xeg0X2sfiK9HLU3uMfSzsPKtpiGMRIw3sEz3/gw++ORHBNfiQm6yd67cW9rBlDTvu/ljnGml9UJyRSiVJcYa01HvuiDM62c8y9/tI4yUvuO7NU29+0xrwf9e4ljFRc8Rt1oz73nWlX/fT+3yfC7VH320t7dlgfTh/tfXJx3vE9blz7RZryZv11vBT7Oev9owduP/11ox73fmPgvpcnH73267fRpxpl99+HxNpa/smCmrak6/vZs1S6gnj//68NcCnzlV37P3WjPvfc6VVc/ht4jmFvOjHKQoD91fKeZe7nCPtcvaP+N7Zf5+rxDmw8oMJ1paZy4vvrYg9O3dbq2umWdPu6GVVH3prrOdqo70/XOfVLd2tgftea1xWRZxX2nHH/otTByPpQnFGxIWJoDgjJB9QnBFC0oLijBBSbpIUZxP/+YpoOFFjcbcRVv+vXmVcXuXj7TsLazgx59EBse6D854c5GrAQawfNdfq/7XwMq2pmWZ9ssdpmIsaU/71RrFhRqxfaNhDrK+Ptt3xFz1vbZ6+zCPL/GJxt5GikSiKPJp4xcviuKqx+PWRdr7CjwUaYdWY+9hA0VhmWtbEvMerrD27tGNh75MojasSyDv9XKpLSHBNuflNe9/sEmmKfH0jer5I64TijFQqSYqzj1ZtFteBDAgQ/b698v0Jnntz46UvhT4jRp7VydpZuM5kjP/bc8b1ILB2b91RWMobe3busmZ17GsNUMQKno0frdlSWCJ6QPDINHas3Fj4qxPT73xLlF+kvdq9b6JE9WFNaW8Yt8BVT1jee5xVddANxd9VGv/+grVr47bCkk5APkAylpyXw+26QyH9Hcs3FP7qxPS77HKGPAdxnHBcti1YE6m+tHvLdrvuMMAa9O2bItVZlvce76mzTLDrlGH1Ukg//bg3XvJ8pLoOKQ8UZ4TijJCcQXFGCEkLijNCSLlJW5whRv/miVDh0RxxBkklGrwM/mn4Se1CG23KLc7w24IuQzyiL0rs2rzN3p9PhvbeMokzxJjfhq/bHHEmjgUa5UzHAr0EIoqvNMXZhoa5xeM99aY3I39pT1ovFGekUsmCOENPsOojbg9sG4kqztCbadem7YUlgmN+5+piry6Ks+BojjgbdPCN1qpBk431u7DYOnO5NQI99EPqHSZxtnPdVmvID+4MrMNRnGUfijNCcUZIzqA4I4SkBcUZIaTclEOcbZ27yhp4gLmBSNIccTb+4ud9G3TmPT04VIyUU5xV2fth49j5kXuZ+cWUG7F9/3L5ibMP562yqg4KlgPNEWfjL+pi7dnh9ObSY/4z1ZHTSUuc1Z3Qxvq4UD70OhNfwxuWI/mC4oxUKlkQZ4ilPRoCtx9FnA06+CZr+9L1xg8v/GLm/e8K6UNxFhylirOhx94v6g3NqbPsXLvVavjl44F1MZM4QyzrNdp3PwGKs+xDcUYozgjJGRRnhJC0oDgjhJSbcogzRJjAao44W9V/kqtBSg00qOgNfzrlFGer+k805hX5XD9qjjXn4f7WhMteEo2By94eY22atNi3wSqo95ifOEPM72wfiwCB1RxxtvIDc/kQKGOUOUtAWuJs3uMDi+kue2u07xwzJF9QnJFKJSviDOE39CKIIs7wTNOF0erqaeKZOPmG160No+e5empvGDPfGvKDu8RzgeIsOEoRZ+hptnnqUmP96MMFa6xVVVOsuXZdbcIVr4h5TVcNmGRtX7bBuDz+PuyEtvaxMtdZ/MQZAvOf+YkwirPsQ3FGKM4IyRkUZ4SQtKA4I4SUm3KJM8SIMzr5io9SxdmQ799ufezTw0lG4z9eCB0mSGXRq8Pse7G74cfva2wQVZzNbNfHM/cXYu3QGVbN9zDMlXnfQIJhvhA9MGyj3zBGQeIMMfKsB32PRaniTByLbe519Zhw6YtF4RhEGuIMxwSNfdYnjogc8/unYp0XpPVCcUYqlSyJM8gRIWgMbSRRxNmcB/u5niG7Nm+3n413FNPrv8/V1vJ3xopn2/L3xlmDD7nZ97kJNox3yyqItkHfutG4LPATZ6ZldREm0v62f9pJiTPT8p68jEVe/HtTRxFnOC6rBk4yHuuFLw4VvQNN+37g/tdb85+tNtYFNk1ebB8zc76CxBnOq5ojzXUdirPsQ3FGKM4IyRkUZ4SQtKA4I4SUm3KKsy3TlvoO2ViqOPOTUWqsGjg5ViNKGuJMSCWtjAin51p4OWuPucfaPHWJp/cZGrBMUitMnOFY+A3ZWKo4M8kuPVZVTY7UyysNcdZw4ePFY4DhwKL2fiOtH4ozUqlkSZwhFrxQW5x3TCWKOJvZrrfr+bNn5y5r6I/udQkTyLPGf7zoK7RUKM68y4Io4mzSdd2sXZvcecCQi2N/3zlSfaD+3EesHSvs7RQ+VJEx2U7XVAcIEmeIhS8NtaoO9J7fFGfZh+KMUJwRkjMozgghaUFxRggpN+UUZwg/IVaqONsye6WrYQZCaGGX2uK9FIG5rIYcia/Wo0mXNMTZvCeqrE80wbe428hIDVCSuhPaehqyRNkMvc7CxBnCT4iVKs62zFzuPRbP17rEpsjv0XeFHos0xNmSN0YVz4u5j9tlYsMaKUBxRiqVrIkzhJAr2vM7ijgb++dnPc+4dSNmWYO/e0tJ7S4UZ95lQRRxtmbINM9HSVNv7h5JWEomXdfVczy32vWEwd+52bNsmDhDjPvTs566CMVZ9qE4IxRnhOQMijNCSFpQnBFCyk3a4gyiRA38e9iJ7TzipBRxhsnm9YaWGfe9Yw0/5QFrjzZ8I/4epWcXSFqc4f+3LVrrkkpo6PHr8RWEqYfdlBu9vdZM4sx0LIaf3N4jo0oRZzgWH2/X9nmbd63hpz5gfbzNfWzx96D57kDS4qzqgOutneuaGteGJTBfGmk9UJyRSqWlxRmGU1SfbYgPF6z2DNkYRZyhN9nmacs8Pau3zFhu1Ub44EKH4sy7LAgTZ6gX6DIK9ZygfefHygHe4R5xLuhl0cUZhqfWzwMMtVxjvyur5wHFWfahOCMUZ4TkDIozQkhaUJwRQspN2uJs2m09rD273H/b2LjAJZZAKeJsaY96V2OR6M1U6Fm2cex8V6PL1rmrIg0RCJIWZ6POecgr8u5/t6T7PNLdsWKjqIvKcIaidJfNJM6m3dHT87eNjQs9DYOliLOl9ruwp5dfoaFzw+h5rmPx4Tz7WHwjeJjEpMXZpGu7Fo8Bjk/Q8ST5g+KMVCotLc4gjJb2bPA8w+d3HmwN3K/pPh9FnAFTrzME5rkacWp7X3lkguLMuywIE2fT73rb2r1lR+FXJ0b/+snQD15MYMjGneu2FlJxYvrdb3vqALo4QxnEeaXNlTb/2RrXeU5xln0ozgjFGSE5g+KMEJIWFGeEkHKTtjir+8m9ovFDbdRB6D3A4oqzqgNu8DQsregzvtgIh3k09LzUn/doJPGStDibeIV3v6BxME4DoMraEbOsT/Y0bQ/HTm/cM4mzumPvc2SjVjZIPLVBLK44E8divbthbEXfxqKoFNJK6+3WcP5jgeVPWpytHTazeIym3vRmSQ2ApPVCcUYqlSyIMwwXjF5h6gcSmJ8M80rK53xUcQam3trD2r3VLW4Q6N025ndPR75/U5x5lwVh4mz+M9WenuJRhlg2MejgGz37dUm3kVbVge6ym8RZ7Q/vtjZPWeIqG849VeJRnGUfijNCcUZIzqA4I4SkBcUZIaTclEOcYT6L7UvWuYZzgkgZav8mG2LiirOpt3b3DFk4+jdPWv32chqWIK52bXQ30i3t1RDacwokLc5mP9TPk1fTvGRRWdBlSPFZgcC+1L/e9hNnOBb6sJFYH7/J/MQVZ1NusY+Ftq0xv3uq2MiHfbFTE2tL3xodeL4lKc5qj7nH+rhQJpQ1qEGR5BOKM1KpZEGc4boZ89snPbIHMq36MGfIxjjiDMxs19vzLEJAyJnyZYLizLssCBNn+vCKGCLRNC9ZVDZNXuz62GeVnf6gb7nvtSZxNvjgm6zRv37C02MN86TJIRspzrIPxRmhOCMkZ1CcEULSguKMEFJuyiHO0Lgx/uLnPb+tHzWn2LgRV5zpQzGKXlda/nUBBmkSZV4xfT1Ec8SZOb3goQqDMM1zNmDfaOJMHIuL7GNh7ws1xPCFhQbCuOJMH4pRHAutfIteqbM+UfIsBFZAA2aS4gzv6zKtZW+NjjxkJ8kPFGekUsmKOMNvuM9/rA1LPNd+luP5FFecAdQpdmMONUPMfWyANVB77ulQnHmXBWHiDOt70ju49A9OdBFnSs9PnOG3hS8O9dQR5z0x0Bq4/3UUZxUAxRmhOCMkZ1CcEULSguKMEFJuyiXO8Puq/pNcjTGIabf1tPrt/c9Y4qzuhLaeOcNmd+jrGvoRjDito0cQTfnXG2J76nI6SYszk+jC5PulDju4tLt7uEWUMWqPM3ksVvab6D0Wd9jHwt7nccQZjoU+pNPsju97lh/xsw6eYzzlpjd9j3GS4uzD+auLPezG/L6pJxwhEoozUqlkSZxBhpiGbBz184dEXSOuOAPoyfbR6k2i/UWPILEFKM68y4IwcbZCk1g71261qg+9xZVGHLbMdJ8TkGT6vTZInGG/bp661FVGnIOYPw1zyFKcZRuKM0JxRkjOoDgjhKQFxRkhpNyUU5wNPuQm8fKsNoDt2rzNGnLkHZ6v1IPE2bwnBxXvlTImXvmqVX/+o1b9eY+42L50fVGaIDY2LggtZ9LibPJ1XT37ZeJVr4YKPD82jDH08NIa98LEGY7FjhUbvcfiqDs9k/EHibN5j1d5pODEq18zHotti93DdW6csNB3vyYlztCoJsUeGtcG7nedcTmSbyjOSKWSJXEGGi95QcxFpsamSYussX/sXJI4A8NPecDatnCN6/mBQD6GndDG97lAceZdFoSJs4UveXt4DT+5nb2f49dZao++y6n3KYH0q7RzNUicgca/P1+8T8vAEJDj/vIMxVnGoTgjFGeE5AyKM0JIWlCcEULKTTnFGZh8XTdrzy73MmuHznA1+iD8xBmE1I6V5q/Po8bwk9q58qSTtDgTvbI0MYihh6I0GOpAeOlzt63oO961PRAmzsDka7t6ljEdCz9xJo4FGuCacyxOecDY6JmUOFv4cl1R7M1/ppqNacQIxRmpVLImzsDyt8d4ni3rRszy/C2qOAM1R9xmbZy42PN8Wv7eOKvqQLOAypI4W1M73TVcMeb58rvftLQ4m2TX03Ztcm8fdbdShjke+6dnrJ3r3XWWqbd09+zXMHEGlvVs8Iw2sG7kbM/fKM6yBcUZoTgjJGdQnBFC0oLijBBSbsotzsCamumuHlOm8BNnprnS4sa8zoOt/gH32KTFGdgya4Xra3n07jLtmzD0YRoRU27E8JPu8kQRZ2B1tTvvpvATZ+Mv6uJpsIobQmYZ0k5CnOEY7FzX9CX6iFPNko4QijNSqWRRnGHIxu3L0Nu7sJBPxBFnAPJMHwoSwwD6CassibMVfRo9+81v+ZYWZ9jPei8x9O6qPuL2WHWWgftfb22essQ+Xu46Rt2x3md5FHGG/bVt0VpXXcoUFGfZguKMUJwRkjMozgghaUFxRggpNy0hzoZ8/3Zrt/Y1sx5+4kxIKq0RJm5gWB+/L9RBGuJs9kP9PEMafjhvVWA+dMZf9LxHhmF+syE/uNOzj6OKMxwLffgjPfzE2erBU0OlW1iIY2FoyExCnE24/OViTz9nWEj3PHCESCjOSKWSRXEGJl75irVbG7JRDz9xVn/eo45cMQxnjGcDyqvG0B/fa3w2ZEmcLXrZPfwhRBQEo2nZSdd38wx3WU5xBlYOmOR5BjvDS0a/R6Lu8LF2rFBfMh2DKOIMTLDrNrpU1IPiLFtQnBGKM0JyBsUZISQtKM4IIeWmJcQZmHHP2x6RpIZJnEHy6EMelhqN/3jBtxEqDXGGf5u+lMYwi/gqW13WBETYR2s2e77gn93xfWPvuajiDEy/2z4W2nFTwyTOxLHQ5kIrNSZc+qKngTQJcbZ6UJPYm3Znr8BehiTfUJyRSiWr4gys0JbVQxdn6Om04r1x4tmFedFMgmXMb5/0iJNhJ7bNvDhDu7EqkbBfhv7kPmO+9d5p+P/qw271LCdJQ5wNPfZ+p86hBdrABu4X/BEKjunMtu9Zu7fsKKzVFKN/86TxWRxVnIll33MvqwfFWbagOCMUZ4TkDIozQkhaUJwRQspNS4kzsG7kLN8hG03ibGa7Ph7ZNu32nlb9+Y9a9ec9Eoj+5fuqgZN9G1bSEGdg7B872/vaK/7Q62rila8av66vOuCGQn68klH0WPP5+juOOANrh8/07clnEmcmsYVG1oYLwo+FPkfbqqrJnrlTTOmjXcV0rE2NjzXfu73YKwH7HA2yfmUnhOKMVCpZFme1R98dOA+mKs4m39DNGVpXWRbzl+FeLu/dVXb5Vn4w0bX93Vu2W4O/c7Nru5IsiTMII713N9apPsz9bEL7st6jLqh3GkhDnAF8mLN7q/cDGeQHz2KTAKs9+i5r9eApnuc3Ylmv0XadxdzLPo44wza2L1nn+RBJBsVZtqA4IxRnhOQMijNCSFpQnBFCyk1LirO6E9pauzebh9wxibNti9wNJVvnroo8Wf2CLkNc8kkMcXjkHca8pSXOgGnIRhnI0/pRc6zFrw231lRPtbYt9J/LQ8yR9lN/ERZXnOFY6EJLhkmcbVuwxpU3SLygfaSy4Lka1z4Qx+Lou1x5M4kzv1j21uhA8baib2Pk84TkE4ozUqlkWZyBabf2sHZv9fY8QqjiDD2Kd67bWvilKXau3WItfmWYteztMcYe5+tGzLIG+Ww/S+JMzPtmkD3Yl+uGz7JW9p8keniZPibCsMN+dQqQljjDsVk10Dtko4yda7da6xvmWYteHGqtqZ0hJKZfnQV5qj7c/wOWOOIMTL25u7Vrk3koUIqzbEFxRijOCMkZFGeEkLSgOCOElJuWFGdgVrs+1icGkaSLs4ZfPu4RQTPue8fqt3e0e+WI0zpae7RGt9kd+hrvtWmKMzDviSpjmaMGeqiNOLNT4LCFccUZ8JNVujjDsdAbMGe0eTfyUIgjftbBNdcLQgw5qWyjueJs84zlxQbIcX99ztibjxAJxRmpVLIuzsDaoTNcH67I0IdqnNnOO39ZUCAfo37+kO/9PUviDEy9pbsjl2KEmBMsZP+mJc4AhpJeWzs9cGjtsEB+0PswqM4SV5wB7BtTvijOsgXFGaE4IyRnUJwRQtKC4owQUm5aWpxBMG0cN9/zlbUuzpb2qHc1DAX1GPNj05Qlrq+h/XqspS3OwOTrusZuQENsbFxo1djPirBylyLOkOcNY+Z5joUuzpba772e3ntHuXuMhYH5a9TtOD3WmuZNaY44E2JumyPmIBkH7ndd8TdCTFCckUqlEsQZepPtWOEdslEXZ2D+szWeDyv8IkhsgayJMzD/merI5cOQiMNPae87H6skTXEGcIwWvTQ0cr7VWBowPKNKKeIM87CZevFRnGULijNCcUZIzqA4I4SkBcUZIaTctLQ4A6I32EfuHkyqOBt8yE3Wrk3uIR1X9BnvaXALY+qt3T1fJ9ef96jnK+hyiDOAcgkhqG3LFDg+jZe8ENqAJilFnIERp3l7g6niTByLDe7htDAUYtxzZ8ot9rHQ8tdwwWPF8jVHnC14tmkoSDRSsgGNhEFxRiqVShBnYPrdb3vmyzKJM4CeZ+I5o4k2GR8uWG2N//sLoff2LIozgJ5n25etNw7LKGPhi0Odec0ifJCStjiTjDyzkxgaM0rvM+QB9auoPdFLEWcAx0ifw5biLFtQnBGKM0JyBsUZISQtKM4IIeUmSXEGqVJ/7sNW/XmPFAn6GlwFc2zVn9u03pAf3FlsMKo64AaRTzXdwYfeEqlBScWUjrodydBj7vGUo99e/sJKz/uwk9sFDkmkg3yNv/h5IQvXDptlrRsxW7D8vXHWrHa9rbpj74+VHsCx0Ms64P+aenQFEfdYVJd0LK73Houj7iyWs+Z7t1v12u9+DP3JfcX1ICy3L0PPBqdBcvipD8TedyR/UJyRSiVJcTbyrE6ue2v14bd67p/oPaY+H4ed3D7SkMn997naGnn2g670hdzxeXbgGTH5X69bi7sOt9bWzRTPRHzEMfm6blbVgTdEeuYMP+UB17NM9N4KeL+KUn4J0oqTtg6EIT6Gmf/kIGtt7QxRPsiyqbf2sEac3jFWWsPtY6DnJUhYQYDJZQHmHguq4+jUHHGbNfnGN6yFL9SKYThlnWVxt5HWtNt6iNEA4qQH0HtMrROElUGC/agfNwg3PvezA8UZoTgjJGdQnBFC0oLijBBSbtBQkZQ4I6SlGX9Rl+L8axsnLIz0FT0hFGekUklSnBFCSNJQnBGKM0JyBsUZISQtKM4IIeWG4oy0JlZ+MKE49OW0O3tFHiaK5BuKM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJuKM5IawHDU8o5dDBnHoaTijuEJMknFGekUqE4I4RkGYozQnFGSM6gOCOEpAXFGSGk3FCckdZC3QltrFnt+4j380nXdmVvMxIZijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5oTgjhOQdijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbijOCCF5h+KMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElBuKM0JI3qE4I5UKxRkhJMtQnBGKM0JyBsUZISQtKM4IIeWG4owQkncozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5SVKcTfznK9bsju+L9yMw6ZquVr+v/NO1TN0Jba1ZD/QtLgMG7Hudaxk/Zrbr41qv4YLHrH57OelPvMK97SgMP/UBe/0rxPqmfIWhbh9UHXCDNau9O4+SmW3es5d/1Bp5RqfiNoMw5WfgflH3U2/Xeg0X2vnUjkMQtcfc4ynHqLMfipTGxCtejn8cftZ0HCZcbq/fQTmHru1q9Y/xPBx1zkPW0p4N1oYx86xPPt4jnqcyNk5YKPZp7Q/vjnQMJHXHt/Hsj4H7R2ugntnGcCz2jncs9PN+1M8fjnU8R/38ITv/7nNp8Hdutt9jou+D1g7FGalUKM4IIVmG4oyIiieC4oyQfEBxRghJC4ozQki5SVKcramZbn2yx64kFWL9qDlW/69d5VoGcm3Pzt2FJZxY3G2E1X8f93ImPt6+s7CGE3MfHVCUKmtqptnbdouSsJjyrzeKEgPiTc9XWKjbB0O+f7snj36xtFeDVXPE7b7yAgIKx0WNxd1GRttPH35UWMOJuY8NjLSeZN4TVdaeXc6zSMb6+rnWgP+7xri8yurBUz3CKiym3PRm8Zmnrx91u+Mv6mJtnrbUdf4FxZLXR1o19vGKIo8g8z7esauwphNLXh9lDYhwvezevL2whhNzH7ePxdeiX2c4dvp5ub7B3if7Xmtc3gSk7Z6P3PkfdkKbWPKwtUNxRioVijNCSJahOCMUZ4TkDIozQkhaUJwRQspNFsQZYvRvnghtyG9N4gyxa/M2q+4n9xrljUmcIcb89snQ3kbNEWeQOjtWbBB1XT2Gn9I+9BiVW5whvwueq/GIviixa/N2a8zvngrdnyZxhhjz+6dD122OOMNy25eut4+F92CM+FmHyOKL4iwcijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbrIizrbOXWUNPPAG17I6rU2cIbDfqw7yNtb7ibMP560yLq/SHHGGnlu6ZJExv3N1aDrlFGdVB1zvDMkY87jrMdXevnocdfzEGY7FoG/daFxH0hxxNu5vXXzPp/nP2sci4vVKcRYOxRmpVCjOCCFZhuKMUJwRkjMozgghaUFxRggpN1kRZ4h5Tw8OFBjlFmfrR8211o2Y7cvk67u55qsyiTPIla1zVrr2ix4Tr3rVlY6TH7M4Q8zvbO+nAIHVHHG2st9EX/H10ZotoUMEllOcrfxggv3M9G4L+cS5N+fh/taEy16yZtz3rrXs7dHWpkmLfc+RMb/373nmJ84Q85+pDhRhzRFnK99vLNYJ9EAZB+4fcc47irNQKM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIucmSOEOMOLOTb4N+kDjTWfTqMI9UGfAN/yH/TOIsaHkTJnGmyjkw+bqu1u4tbpmydugMj0wJEmeIkWc96L+fShRnIv/bzD2cZEy49EWP5Ati0St11ifaMIoD9/MXPlHF2cy2vY3n0dq6GdaQI+8wDn8JIMF2b9pWWLopMGxj7dF3GdcLEmeIUT9/yFe6lSrOar53u7V7647CWuaYcPlLkeoKFGfhUJyRSoXijBCSZSjOCMUZITmD4owQkhYUZ4SQcpM1cbZl2lJr4AHmIRtbgzgDS7vXu/KGXmm6HAoTZ9hPVT5DW5YqzvxklBqrqiZbA2KcJ2mIM0glvYyIsCEXJbXH3GNtmozeZ+5egIteqjNKrTBxtmX6MqvKZ8jGUsWZSXbpsWrQlEjnKMVZOBRnpFKhOCOEZBmKM0JxRkjOoDgjhKQFxRkhpNxkTZwh5jw6wHgPbC3ibGa7PtYeRSZh38cVZwi/8pcqzrbMXGHXcZuOH+TcwudrXXmFgBlylLlnlok0xNm8xwd6jtWS10fGOn/rTmhj7dqwtbC2Eyhb7Q+9ZQsTZwhHiHn3canibPP0Za5rCXJu4Qv2sVDKLfJ7zN2hx4LiLByKM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJusiDO9EZ9/HvYSe08QqC1iLM11dNccgiCSu/FZRJnpv00/OT2HgFSijhr+OXjHjk04/53reGnPuApE/4epWcXSFqcQTp9uGCNS/Bhvq9BPj2+gpjZprdnH5t6rZnEmelYjLD3lX4sShFnDRc+Zn28zX0MZ7Z9zxr+swc8wzfi72HHluIsHIozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm6yIM6m3d7T87eNjQs8gqHc4mz9qLnWuhGzfZl8fTeXFDOJs/mdBwsRUn/eI1bjJS+I+cxUMYRY0Xe8dz8ZxJl5Py30SLdSxNnS7qOKzx8ERMuQo+4U8nLDmHmu4yqGlowoFZMWZ6POecgr8tqEyyMTOL+2L1vvknCrqqZ4eriZxNn0O3t5/rZxgn0s9r3WtW4p4gzvGnovP9mzbH39HNf+wbEI2p+A4iwcijNSqVCcEUKyDMUZoTgjJGdQnBFC0oLijBBSbrIgzup+cq+1tGeDRyjNuO8dq9/eTffCcouzsNC3bxJnUWLkmZ08EsMkzup+ep+1tId7fjQEeoCpz4y44qzqgBs8wxau6NtYPB8mX9vVk5eG8x+z+n3F3ZPORNLiDBJrjyasxv31OU+vvqisHeYWmduXrrfz55ZfJnE27Pg2jmzUyjZD6wEWV5xVHXC9tXPtlsLSTqx8v7G4DyZd85rnHBt94eOBx4LiLByKM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJusiLOBn/nZmv74nWu3j9o7MdvcsjG1ijO/MrgJ86wn7YtWuvdT/Zvxf0UU5xNuaW7p+xjfvdUUcZA9Oxa7xZrS3uNDu05BZIWZ3j31vNae3T0Odd0Fjxb4+ndNXB/d/78xBmOhT5sJNYfdvz9RSkVV5xNuflNz7bG/OHpohjEujvXbC784sSyt8Z4esmpUJyFQ3FGKhWKM0JIlqE4IxRnhOQMijNCSFpQnBFCyk1WxBnEx/iLn/f85qTh5Ks1iTOIjNkd+vrm30+cif10kb2ftN+EYCocv7jiTB+KEeeCvq+EANOGcowyr1jS4mzRy3Uu0YXQRVccTPOcDdzf3fjsJ84gnsb/rYvnmIs8f8PptRZXnK1vmGvoAecu38KXhtr7oCnP4lgccrNrGRWKs3AozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5yZI4w++r+k9yiQME5vZCj5tyizOkj3c9PxoueMzqt1fTEHlRxRnmOav53u3FMpsIEmf4fVW/iT776cpY4qzuhLaePM/u+L5nv474WQfPclNufNM1lKaJpMXZzLa9Pcdp+KkPlCyBUK9X8wfBFLXHmdzmyvcneM41zIGGfR5HnNXZaaIBXA28b+jXEI6FvtzUm7v7HmOKs3AozkilQnFGCMkyFGdEvDQhKM4IyQcUZ4SQtKA4I4SUm6yJs8GH3CResFHXkrFr8zZryJF3WB9vdzf+py3OgpY3YRJnmH9s+7INruH8Plqzxao6KLiBPkycYT/tWLnRu59+cKf18TZNMAaIs3lPVHl6cE286jWr/vxHrfrzHnGhD6W5ccLCwCECQdLibJKYb819HqC9JUzg+bEBPbz2NG0vzhxnUjzhWGxf7j7GuzZvt2p/eJe1e8uOwl+cCBJnOE76OTjpmq7GY6EP14ljMXBfd74lFGfhUJyRSoXijBCSZSjOCMUZITmD4owQkhYUZ4SQcpM1cQYmX9fNswx6aek9rCpBnE351xvWtDt6edKGUAu6z4eJMzD5uq7R9pOPOIPA2bECwqewYAkx/JT2gQImaXFWd0Ib6+Nt7t5Wi16q85VRQUB47VznnrttxfuNHhkYJs7ApGte8yyzts4+Fto56CfO8DdIO1WGxQ30RDMdC4qzcCjOSKVCcUYIyTIUZ4TijJCcQXFGCEkLijNCSLnJojgDelqmqBRxNmDfaz09hMJ6nUURZ2B19TSPKNPDT5yNv6iLR6jEjfnPVPv2ZgNJizOwZcZy17mB3l11x94fWwTpwzQipt70pueciiLOwOpBU8KPhY84G2eYKy1uzH/WPhaGa5jiLByKM1KpUJwRQrIMxRmhOCMkZ1CcEULSguKMEFJusirOIKF2b9pWWMIclSLOMD/b1Fu7e9IPyn9UcYZt7troNPr7hZ84iyLdwkIIwG/e6ElbkoY4w/u3vi8/nLcqMB86kIb6sYJcwvCK+j6OKs4wb53eg00PP3G2umqK53yNGzgWgw6+yZM2xVk4FGekUqE4I4RkGYozQnFGSM6gOCOEpAXFGSGk3GRVnIEZ97ztmX9LjUoSZ5Alm6Ysce0fyAzMSWYqe1RxBqbfbe8nLe9qmMSZyKs2F1qpMeHSF0UZ1fQlaYgz7MsPF6zxDGu4om+jVXXgDa5lTUCEfbQa8+i518d7vUkwRhVnYPpdb3kklRomcQbhtnurey60UmPC5S956g8UZ+FQnJFKheKMEJJlKM4IxRkhOYPijBCSFhRnhJByk2VxBtaNnOVKU420xdno3zxp1Z/3iC+69AoSZ/h97B87ewTGwheHGmVNHHEG1o7AfjL3WDKJs5lte3vKO+2OnlbDBY8ay6qyS+sJuKpqsjXA59xJQ5yBsX942ji0IXpdTbzqNXufe8+LqgOuF/kxyVjRY+1b5h5rccQZEHOb+fTkM4kzR2y5j8X0O3tFOxYb3D3cVg2a4jnPTeJs0rVdrfrzvekP/cl9drnMErQ1Q3FGKhWKM0JIlqE4IxRnhOQMijNCSFpQnBFCyk3WxVndCW2t3ZvNQzamLc7CQt9+mDgDG8bOj9TrLK44w37atdFnPxnE2baF7h5bEEdB+0dlwXNDXPJJlOEo7xCHIC1xBkxDNspAnrDu4teGizQ/XLjWV8CKOdKO858jLa44q7N/27XePGSjSZx9OG+151gE7SMVzDGn7gOUu/aYu13HwiTO/GLZ22N893drhuKMVCoUZ4SQLENxRijOCMkZFGeEkLSgOCOElJusizMws10fYy+hShRnpl5nK/qO9+6nmOIMzGzX27yfNHHW8MvHPSJoxv3v+u5LnRE/6+Ap5+yO7xt7zqUpzsC8xwfGPm5qoIfayLMeDOxlFVecgZlt7GOhHT+ELs4aLnzMM2TmzLbvGfelCRwLNJqrgXcU9XyiOAuH4oxUKhRnhJAsQ3FGKM4IyRkUZ4SQtKA4I4SUm0oQZxANG8e5e2ohKlGcAb3XGWLkmZ1cIqYUcYb9tGGMYT9p4mxp91GufQOpMuQo81xrfmyatNi1Hb8ea2mLM4BhB/16JQbFxgkLfeeYUylFnIlj0TDXM2SjLs7wXqH33qv9obvHWBgoh34s1H1McRYOxRmpVCjOCCFZhuKMUJwRkjMozgghaUFxRggpN5UgzsCI0zp6Gv8rVZxhWEVdxKwaONklVEoRZ2DEaegNpu0nRZwNPuSmoiSQsaJvo2vbUZhyS3dP/hrOf8zq9xV3WcshzgDK5QhB97ZMsX3peqvxHy/axyXac7YUcQZEzzytN5gqzpDnneu2FH5xYuX7jbHF1ZSb3/Tkb/SFjxePBcVZOBRnpFKhOCOEZBmKM0JxRkjOoDgjhKQFxRkhpNwkKc4ghOrPfcSqP89h2MntPHIBsqD+3IeLy4CoDfV6+kG9hYb+6B7PdoKG4xP5sveFunwY+vYhRLA/1WWqD73FmEeIQHU5oEon5EdPK4n9VHXADZHzGIQpHdPxqD3GcBw0uaZSd0IbV96dc8h/eZ2qA663xl/0vDXn0f7W2rqZ1roRswXL3xtnzWrXx6o7Llx46RiPxTeuNS6rg/nO1PLXHnVncfvI66hzHnKlW9qx8Kajbqfme7d78u/H0J/cF2t/txYozkilQnFGCMkyFGeE4oyQnEFxRghJC4ozQki5QYN6UuKMEEIqEYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCxDcUYozgjJGRRnhJC0oDgjhJQbijNCSN6hOCOVCsUZISTLUJwRijNCcgbFGSEkLSjOCCHlhuKMEJJ3KM5IpUJxRgjJMhRnhOKMkJxBcUYISQuKM0JIuaE4I4TkHYozUqlQnBFCsgzFGaE4IyRnUJwRQtKC4owQUm4ozggheYfijFQqFGeEkCwTJs7G4eE794mBVv15j5BWytLu9aKStbpmmvF3QkjrYnX1NHHNL+1Rb9Wfb16GEEJKYcI/XrQ++XiPuMc0XPiYcRlCCEmSqbf3tPbs+tj6aM0Wa/SvnzAuQwghrZndW3aIutfYP3U2/k5IVln0yjDr4x27rLXDZ1ljfv+0cRlCCGkpptz8prVzw4cQZ6vtx+z+BWXmhP3HjeLpy2AwGAwGg8FgMBgMBoPBYDAYDAaDwWDkJD755BMMq3NgQZk5QXHGYDAYDAaDwWAwGAwGg8FgMBgMBoPByFtQnDEYDAaDwWAwGAwGg8FgMBgMBoPBYDAYdlCcMRgMBoPBYDAYDAaDwWAwGAwGg8FgMBh2UJwxGAwGg8FgMBgMBoPBYDAYDAaDwWAwGHZQnDEYDAaDwWAwGAwGg8FgMBgMBoPBYDAYdviJs6H4cePCZdby8VNJK2XLitU4zNa2dRuMvxNCWhe41hG49k2/E0JIqayaMhu1SnGPWdE4zbgMIYQkybrZC/Aya328c6e1YgLvO4SQ/LFnN9rzLGvlpBnG3wnJKpuXrbQ+2bPH2r5hk7ViIs9fQki2WDtzvrVn1268ayy12a+gzJygOMsHFGeE5AuKM0JIWlCcEULKDcUZISTvUJyRSoXijBCSZSjOCMUZITmD4owQkhYUZ4SQckNxRgjJOxRnpFKhOCOEZBmKM0JxRkjOoDgjhKQFxRkhpNxQnBFC8g7FGalUKM4IIVmG4oxQnBGSMyjOCCFpQXFGCCk3FGeEkLxDcUYqFYozQkiWoTgjFGeE5AyKM0JIWlCcEULKDcUZISTvUJyRSoXijBCSZSjOCMUZITmD4owQkhYUZ4SQckNxRgjJOxRnpFKhOCOEZBmKM0JxRkjOoDgjhKQFxRkhpNxQnBFC8g7FGalUKM4IIVmG4oxQnBGSMyjOCCFpQXFGCCk3FGeEkLxDcUYqFYozQkiWoTgjFGeE5AyKM0JIWlCcEULKTaWIswX1461vHXCg9alPfcqyX7WLHH7Id6zGgUOsb9q//ed//Ic1tl+1tWzcFNc6+t8JIUSF4oxUKhRnhJAsUzZx9ui9bV0vCODGy680LkvKS3PFWcP7Vdb//s//iGP6H1/4gjWlerhxObB4zCTrjJNOEct+9rOftfp37W5cTufNp7tY3z/0sOK5c+zRx1i1b/X2LIeXy2987eu+6fvlNa0yqOlGKa+6vArWRZlffuRJzzphZVaX2/fr/yeWQxknDx5mXE6CvHxRyXu/iMeKZJ8kxRmuzSMPO7x4ruI8HdLrPeOyKriO3nruJevU406wPlVYFxzz/R9Yd1x7gzV3xFjjegDn8n6Fc9kEzu9Jg+usx+5r52mc0nnmgQdFIxTO9y/97/96fv+pXZ6XHn4ickOVSOeLXxTr4rr54LU3jctJRFn+7xtieZHvQXXNWo6QliZpcTa+f7V12gknua7lX539C6um57u+1+X4/jXWpX/8S/FaBD896odWdY93mt3oPH5ATfz82OukmZ/LYqaNdU63y/Bvn/q34jooQ9g6l/3pr67t/MTezuCE1yGkFJIWZ0+0eUA8w+V5C6675DJr8eiJxuUB6jU3XvZPa68vfal4f/jJD462Br35lrW0cL7jWd7S4qznMy9YP/zekda//Ztz/SOPVSKPk13LOds9KLAehfrImA8GizyJ5Q90lse+e/eFV62lY91pynS/XVhOXR+/XXPxP6zPfuYzIu1r/36ptahhgmd9gH397vOvWGeceIr16U9/upifo4/4vnXbVddZM+sajOuB0R8Msr721a96yoU8/9jeF106PSLSN60bRs9nXxT1WLlvf3zkUdbAN3oZ94OKKI+9v8603y/V8hx1xPesW6+61po5tN64HsD+POSb3yru97e7vGwtGduUf+zfr+/zNfH7Fz7/eauhb5XY30+17Wh9/nOfK27LBNpvFtnnvNzGv6nb0PbRmH6Drf/7mrOdw+zzeUr1MGuZ/XeU7fwzf259pnBc/UDe6vsMNJ7fcv+cdfKprnSOOtzeP1dea80YOsr3ukDev/Otb4tjgrzj3UPPu1zuu986WCyHvIzqPaCYpvqbmmcVfZ2WIElxhv30k6OOLp6PP7LPa7QF6Pvu+n9cUTyPrvzb3615I8eJvy+sb7QOO/iQ4v4c8V4/z77BObPfN75RPDdHvOtdRoJz4Jc//4U4hqDHM8/bf5vobMc+38KOzfB3PxD3YWxz/2/sa7z+UUa8Fy70ue+Q9EhCnD3zwEPWf//Xf7mOq06nO+6x5o8abx/jRtG2+OnCfeGNp54T9zo1vbH2+8dB+x8gzpVDv32wNc7+tzw/0Y6N5xfSvOIvF1lzho/xrKNuF9s45vtHWk+36yTuJ+p2kJcjDz3czsunxf3t9SeftfPSdA4izW8ecIC4/+Jcru3V2/eZguukz0tdrV+cdob1lS/vJdbB9g/cb3/rgjPPFu0SpnqMyMNhR4jr3cnDM648ACcfB4o0v2vvj7H2tST3x01XXCXqKNjW5X/+mzV72OjiOt860FlH3R/YBuoheA7heKjbMeGkc5C4zrFutyc6+9YPAMqD54P6PC11u6ivyO12fTzCdu3nNraLY1Xd413jsXKW+37Tct3Ny93yz2us//rP/xR5x/vUrIC6zXMdHzG2Zam0v/VO+x5tbmPD+X3wN79ZLOtrjz1t5zP8XnjLlU15/K79rG3oa36Oo8zY9/KYtL/1Dk97H57n//2fzjWM92ZZ9xHr2teP3F+D3nw7tF6VNGURZ34ygOIsGzRXnOEGLUUSeLbDQ8blgHoufO+7hxYrV0HgxUmmrfNk2w6uZfEgKkWcpVUGPDhkmuDsU35mXE7id62o6NeNWmbglycsF0ecxc07qRySEmdoRNIrhhI0Ovm9/EC2fTHkwY7r1y8NnMvlEmcSvKwHyTwJKs/qNrGe334AoiwUZ6QVkaQ46/NyN+vLX/pS8XpSwT3i6XYdPY29QesAsU6JlW2kjUZxU7rF/GhpB60Dnmpufr78ZWO6yI8p7fB1OqS+DnjKrr+VWm5CdJIUZxArX/3KVzz1hyBx5qyzt7HOgWsE9Rm1wRnPdF2Gmf7mt6xMJy43XnZlUUzpPHzP/eJ9SC7rbLc0cYbfIAOnDRnp2r5MtzniDHLKdHxUsM8futsuj+F4+YkzlWvsbcdtPL/p8qusf7e3a0rvwbvu8z13UJ599jafOxKUB2noDbsA+7M1iDN8zGGqZ/d67iX7eO0Tun863Xmv8XxB3qU4w7KQOXgH1q8jLEdx5nDrldf4nhsdbr9bNGLKZZsjznBuSBmG9R+++z5X2iqqZDvUTndCVa1ILylxpnLl3y72bVwm6dDaxZmKs7wjlgDykoQ4e+f5V6z9993XI6l08Px976WurmeSyEMZxZmKurwfN19xdTF9cMqxx9v1ixHGZQHKYxJnKkhjao1/GuDmf15t/dd/OFIoyjpiuxUqzlQBBk7+6XGBnUkA7uF/uOBX1uftMmAdlGWwj9Qa0K2H9dW9vlJMXxVjktyLM70BXkJxlg2aK86A2qMwSLCoy0U5/r3tm7pc3g9VcqFiW4o4A0mXQc2LRN+mThRxppfLtB2T+MNyUcWZuqwkbB1SOSQhznBtBlUKgZRS6npRZJbKvy77pycNnJ/lFmfAlBcVka+C3JKIvARILnWdoGWjLkdIS5OUOMM5f8C++1mf+n/+1zCeh31feb14XRbXCbjunXW6BV7LJiKn/XJT2ljnwJjrRCVK2rhXNA4Y4l5nv/1D8wPp5SpDyDpyO2gkLXU7hDSHJMXZ1RddYn3m095Gfj9xhvPd1ItMBef7ey++VnzRl+uUU5zhXvm5fw8WJU/c374oRJztli7OwON2eqqMk+mWKs7wweTn/v3fi+mHgTR0ARZFnOF4oREyasPM+6+8IRpzTGlJUCfVzx98QBAmr1SwfyAK1DSwPytdnCFNU08wfPwRtl9Vrr74EpFXNQ38WxVn4JF72njOLSxHcTZV9EiRDZd+PHz3/cXrqjniDHRu36nYIP6z40/0bUBXl/NsJ2FxhvOxR2enR5ueD5IOeRJn2J4jx5ztIS/NFWdo+/uf//5v4/ZMYDsd77jb3heF6wh5aCFxhu11e8LenuHDB4C8/eBwJ29yHeyHmp7v+T6jsU6YOAOX/fmv1qxhZhkl0ihIMLk8tusnw/R1gpZ1lsuOOEN+jv6ekx+5LPI1uPs7vmUFWE/tReZsw9uTDOCDDPXZ4og5d9ty7sWZSlxxQtInCXEWJKQkqHQGSS0TusxCJQkPrWN/+CPxN713Vdg2gvKZdBn8pF/U3mxqHtQyA/XaUfMkMeUfy0UVZ0KKKOlJgvJOKockxJkqpc6yr008IHGeHnfMj8XfcG3qD01dZKHSJYZBHN/0IoUXZ5mGRBdWOJelOMO5DEkmf/ND7QlmEmCqOBNpDqoTL/vqeijTnIBeZxgawVQxNAlEiSgLxRlpRSQlztDgKiviOOfl8H5o9NzrS009mW649Ipi5Rki5jOudd4W62DoxgOUhpLr7XWWxKxwe/LT3Ulb5EfpWaWmLfJTaCxU18EQhqqEu/7Sy10NnVFAflxlVfLzFTU//7DTLjRG6usMavY6exnXQbll47ezzlvFch+4b5NQU9chpDmkNceZOmSjnzhzhJQjc7AsGi9wPeN8R8OAbNA948STi9IDz3Q/cSavDx1cS80RZ0/aZZE9opAXDG/n5PF4kUf0EJuu9BBz8tMkuMYqgsuEWF4TZ1hPFWNyuVLEmS7NIHK6YF8r9xAM53eSvc/RACmX03uP4d4lxRm2P/r9QWL72BenHHtC8T4fp9cZBJiUkqfb+3aavR+RHoYjR3rYt/pX6mIdRVyhPM91eNjVWI/y4PjIPIl8afIM+7MUcSZ/B9f+/bLiuXG1nf4CHzlXijhTl1F5/9U3rP/8gtPQetghhV5gyu+6NMP28R6qXoPv2fsHPQDkM8rJv1ue4f91cYZ0R/VxSy4sF0Wc6b9liSTE2dPtO9nXhXNcTjv+RHFccC7jvEZ9BjJsYtXQYvmbK87UnmRiOcNwjaocw/knh2nUf8P6UpCp66uo4kxdHkPlYuhXef9hr7PykvQcZ35iS4KG+LTFGc6v2l59xDvKBPv8QnuJvM866zhyCXlpjjjTpRk+XEPPUDyHZH5H9e4vnh0yz+BU+94pPnqzlxF5SFmcIe9DCrJrwsBa6+ennmb9e+GZHtTrDO2t6nufpMNtd7nagVVQHinOUJ6uhaEd0baj9l777re/LeoE+j0H9O/aw/VuJHngNsingO22kDhTUde71F5vZp3/cM+gf7ce1t57Nb3TSYQEC7gP4po4GHUD+zqS65iEGMqrCzY8l+u1YR0pzhQozrJHEuIMN6GwoQ5VkRQ2xKHE73xBBfbi3/3Rkwb+Xqo4S7oMak9LjHcv/z+oN1tQ/tRtq2moZVbRt4PlooqzUvJOKoekxZkqonCe/f33f/JIM/X8A1K2qctIdGGF83WScr4irXKIs6C/m1C3oV43QcM1irJQnJFWRBLiDPeAs+0XKnk9OUMyNl1DqiA74jvftWaFDPEBrvzr34sV+7jiDPnBC54U4/qQjKogE/mJ8GKDBqam/MQTZ05+Ti+urw/JqMouzJmDhkaxzs/UddxDJaqyC2XAHEGeddq61zFtR/7mx1V2ueWLE8UZSYqWFGdBy6hSTYip2lHi73imt6Q4u9bOp2wkxHYvs+v9+pA5Tn6aJ84AJJ0qYrBcXHGmriPTlPtSB/ctNR1sQ8ox/O4nzvDb+/bxQqMM1oMoiDIHClDFmSrckG/UDWdoecXfDz7om8XynH7iScZhLQHKg30hj90X7Dyr8gtpVZo4Q5nUXmiyZ5v8HdsTsqswDyeGcYR4NKWHtHDdyQZYlFGVYsW0Cs8xCeYqVd9DsBzFmVucXXXR3635hbYOCCrUW8RxUMreXHGG46cO1/iQYbhG9IL7n0JPInWYRvyWlDjDb2I7BQGB3m9+PVFI8rR2cYbfMEegnPP31OOOLz7DkJdSxZlY9zBnXaSrCy0dKb8uPOsc93Uk0imfOMNvjhBzhrIPGnpRFV3ft/eTfFYFrYPymMQZfnPy5MxbhjzV+MgtdZhGfbt+wzWK7VagOFOHafz+dw8rPk/DhmvE8It7K8MvApRHH67RbzldgFGcKVCcZY8kxBnQe4fpv6syJuqx13tt6XOa6aBiW6o4A0mVQd/OwNd7ReqplqQ4A6r8w3JRxBny8EUlDwO0vOOhb1qPVA5JiDOcj6gUynPNbz4yiSraTL3RdPAidebJpxaHadPlXEuIs6AeZ2K5QmUY6/fv1rN4veG6wcuYaT1RFooz0opIQpzhfJfDNOJ8x5eJxt/taxrXlzpco85E+8XwgVvvFJVteT3GHapR3R7y0xiWn5f9059UNdR64La73PkJWN4EtieHaXTy0zQcI1BFnhRaYp3C8IlinQHuddTfkSekgSFc9HXUhktVtoWJs0mDnHJL0Sa3EafchPjRmsSZ+je/ZWX6cdCHasScZkHi2tlu88UZgGRHvU4uF1ecqb3NnLnT/OcYAdjWuWecVbzPqjIrDXGmD9UYNKcZUHubOb3R/BumAMpz3plnF++faq8z7M9KE2dqbzPkqb6P+6tztbeZqTeaDvbPBWc1iTi11xn+axJnQB2yEctRnHmHatTnNNNprjgDYcM1YmQB0zYAxVnrgOKsNHGm9jbDb0OU3+Ig8pBBceas3yS53niqi3XEdw4t5rObIsRUUJ7miDMsg3qKXOZ1+/xAO1AxvccDtlth4szpNfbNYlm72eefuDYKZX3tsaft/HrLCtDr/0v/65zTKvpwjfowjQBpv/rYU2JfNC1HcVaE4ix7JCXOUKn0k0NBvwWBirDaCyzsvAnbTpCYAkmVwSTgokg3v/zhhqbuB3V9NV9Y5/arry8up6aB5aKIs1LzTiqHJMQZrk2ILXleAJOQUpeVw38GDV2ooso5VbbhXI4yx5maViniDPkOW0/iGrqy0MMsyrqiLBRnpBWRhDhDw6Z8mTL1KMO1KXuk4XlsEme4ZtThEAGWxbUat7It8lMYrsPUowz5cXqkOS/gJhGG/OhzkpWanzDQsITGAGxD9upCGeSQI7JHmbqOKEOhdxnyFUVqOdtxGnL9eo+JcmvznSH9R+9rW/aXHtJ6yepQjeecdkbxGtF7eZVbnOEa/8XpZ4qGB3ktqnnScbZrFmES1Eek+BLLK0LspiuuLu47fbk44gz5Pvf0JgmmSrggIME+/zlHvgjZVvhC3E+c4Xidq+yfOEM1Ij/nnXFWUWwFre8s2yTB8AwIkmwSyKYvfN5pqEV51Pe7ShNnag8xfXvYP6oEe/TeNp4GXBNCxhUabiFshGwrnG9SnKH8qI9LCYN/SwmG5aKIM6xnQl+nJUhCnGH/X3h2Uw8wgJ7isueZThLizFlWHYrxheI1roox5zf33GPq7zK/Oti+FGR+4gwfIF149jnF64BDNZaXPAzV+Ktzzi3WFZx1nHcb5KUUcYZr5LfnXmCn6Vx/l//lb9bsQppxEXko81CNv/7FecUPSNR1VDB8sWwblXJN7YHmN0cZytOcoRqf6/iw9cX/cdqFZA8ztQean8QS260wcabKL9nDTO2Bdumf/uK7fnBPNaetGfv8Dxf8yvq8XU4ci0MPPrh4n213iy7YKM6KUJxlj6TEGfATLGpvqbAhDnVwsenyzC8NVGybI85Ac8ug51f2+lK37be+uowfernUMqNMeDCbJBuWCxNnQXmXvdCEwIhx/Ej2SEKcAZwvqhArnh9aryz13MP528+n95WOOO9UmVU4Z5FemuLMBMrl19usuB8K6UsxKNIsfFnmrO+utANRFooz0opIQpyJHlN25Rjne5g4wzLOUI7uCjSuGV2c/c5+wTS9mIUh8lNoxAsTZ1hGHzoRID+6OCs1P0Goggz3Wynx1N5hYeJMlEEbllHH2Y4zHj624yfaRLk1cYZy68eUkObQkuIM5zjElnqO6yCN9158rXhNyXVUGWb6m9+y6vbjgOtcl2dOTzjvMIHOdksXZ5hT5RcQh4VtSRGG5eKIM3V57Md3X3glUoOJnyBT/66WRQXbeef5aNuRYN/q8szpTeb+ih7lkcM0OtuB6Arfzhg731/fZx+xnjpcI9IrpziTZQsiSJypgg350XubYVtymEaU563nXgrsGSlBungflunK4RqL6dnPNvx92Dt9rfPRe69wnl190SXWglHjxXIUZw44l3V5Bgmmzm0mSUKcAb9eZeowjUhPHV4ONEecmZYFKHePzm5BR9KlJcWZfvxNlCLO9DQkOL8cOeacX8hLKeJMrFcYptG0XhyctBxxZsqzTiniTE9Dgrx3e+IZTw8u3Id+d96FxfuCnNPMSdPpDQbxhWejfm9BeaQ407engpEw9DZZbPf35zdtV85phu1++6DCdu1nitpbXSK2W0HiDGX9wwW/tMvqfGSEnmL4YEDthYayNmhzkTWt2yTEIMEO2G+/4j1fDteItET9wf47nsW3X3N9UUqqcgxQnClQnGWPJMWZn1zyk1FRwYWpyzPcsHXxhYptc8VZc8ugbkNdXy+DaQ41dV0/9G2rZZZlUtOR+wHLhYkzrGcSZFHyTiqHpMQZwLmhyzNcm+r5FeXcM4H13EMytpw4Q5n8hJ9Y1yDIivumsF1TTztRFooz0orIsjgDeCbGHaoxLXFWzI+PdIqLyIciv9ThE5MUZ0Hb0RHl1sQZQLn9ZBshcWlJcQYgY776lb0957nkjJNOFg28cnlcFy0hzgCuX12eHfKtb7kaBYGz3dLFGf6O+tE+ezuSCvvx3RdeFY0ypYozZ3lvY5UJZz1HUGG9OOIsTm8zFexbXZ6hwUgtI/IlxZkQYPY+ilqeQw5yBFklizO1txnmLjN9bCfFGfKrizU/iusVGu38xBn+jnPgG193JBv2GeTcXPu8pDhrAueyLs9w3qrzx4GkxJkYItIlyBxJFzRMI0hDnLG3WfnJkzhzlm96r0FemivO1L/L9eLgpNUy4kxdXsUtyA4uPvtxbzIJNXVdlCdMnJ1/xtnGj4aEIJPbtZ8dsu6A7ZqEmrqu2G4FiTOvIHPqByirLtTwjFTXRRl++L0mmYV5zH533gVCpBXXsZ/vXTo19WiDDEOP4q8W5jtTe6YBijMFirPskaQ4Q8VSF1emv5nWDQMXMF6i5PkDVDEFwraFl5MwcdbcMgQJNtMwiCpq/nTwwKh9q7dnHTVvapnUfGA/oWvzvspyJnnRnLyTyiFJcQZwbeJFWK0kCvFaeBnGOZpWjzPn7+ESqbniDCDvprnKgtI2DeGorivKQnFGWhFZEWfqst07P299uTD0Y1OazsuHTEt/qVMFWRLiTF0W+ZFDUeppOmk1SSnTMn6gUUk2AuA+oc5jlqQ4c7bjHB+5naD5ZwDSx8uSHPKyKR/OS5G+fdMyhPjR0uIMYKg/1KNxr1HrQ1hf7W0G8ExvKXEGcL3daNdX5D0BiJ5nQ5oakZztNgmrOHOcYXkpi1QZhm1gP6npxhFn2Jdp9jiDHBr4es9mNchg3950+VVFEQXUnmcoT157nCEdKcWQ17e6eHuTeZZJuMeZ/Pt1l1xeHDYNogb717WcjzjTf8sSSYozgHMZc9PIhmK5r9SeZ0mJM2d593CNc0eMKUox+Te9F5gqzrAddc4yE0HiDNclhvyMcr6RZMmDOMNzrPfLXb3nsJ2XPPY4w/5476XXfOtV6pCKSFMdkvG5jt4hHNV1UR6TOMN+gux5qm1H3zlMMSTjf/oMyYjt6kM4quuK7VaQOAsaktE0hKO6riPdnJ5kslca9o+6Dj6AUHulYU4zPINFfcJeD8/ceqU3G8WZAsVZ9khSnAFdvqg9uJIQLm8+3aWYntyG/A0V2+aKM1BqGdTth2Havp4/CIY4ok9dRs/LVX+7xLWcLs6wvJQbYZjWJ5VD0uJMgmtTrShKiYQXr7TmOMO5mLQ4E2kWxBQqBccd8+Ni3p0eZU1f3Ii8FIRWGGq6pvVNv8ddjpCWJitznOmINNUhDAu9zmRaQeJMXVf9uwRphM1xpuPJT2EdJ6344gxfZUuZZcoDtpfEHGdiO4UX0aDl/BD52Ms7xKO6ffwmcfJKcUaCyYI4U7n6on8UZbvobWa/9JuWa2l6PvNCUR4A7zxszRdn+LsUX9jGZX/6m3VAoeFaXQ5ptMQcZxBX++zt9BbEv03DL5VCz2dfFA082D5werE1iryfl9M5zvBRidwnWGayYRnsnzTnOFOFmtqL7B9/+IvoHV1cjuKsCOSlbFwFmPNMCrKkxBnQe5e9ZZ9ncpjGnx1/orFXSnPEGZbv3rmLte///V/x32Hrk3RorXOcQWbJ0S/wbznnmbod5CWJOc463n63rwwKQ+ShDHOcdXuis71/mu6zNYU5z9TtAOTnB4dHE3kinR7udLC+aY4zdRsmxHoF8WXalgq2q4sxdX3T7+7lWlacIQ9Hf8/Jg1ouE8jj4O7vuPKIHmZ7F3qOSXGGc0LKNKzz6qNPFXsNSkmG56naU02VYBRnChRn2SNpcaZKJtxUf3n2OcV/JzXEn3oeqb3O8ACRQwriIViqOCu1DOp6UdCvAVP+dImnLg9w8zGJM+CXHyyniy8hKQzL+sHrt3JJS5wBtYeVKrv8/u4HrmVHtnllF875cokzILbnI61w3egN7kHo2w5KWyXqcoS0NEmLM5zvmERa/R3Xg3wRxbMe4gzXYpReavJ6Fb3U7Eq3/neJKqpUyYX8NIbl5+VuTn4KDX8m6YXtmnqpOX+PJ87QkCzLju2beryp4kyUYUBTbzSAMsghFZGGSYh5t+PtlVZqzzb97xInDYozEkyWxBmuNTlsI661pHqJpcWTdhmlNFF7neGekIQ4w2+4R6u9ViT6ciZxhr8/ad8npOATEkz7ulwH95Nzz2iSberQi7o4gyiDLPrsZ5x9UOowjSZwf/tcodxqrzPv383voxKU5zzMyyXLY+cXwkD+Jubs+vRnxLmaVXGGNL7zTacnGbaDd3m9oVriFmwFCWZYToJ9oMq2qy++RGwPv4ntGsQZflNlm4pYjuLMxdPtO9nXS5OYlL3OkhRn6nxm6P11vn0Ny2E9H7r7PtF4qq/TXHGG5a//x+VFyc5hGluG1irOIMrw7u9e1vt+8ttzzxfPuDjiDL+hXfJ//vu/Rdq6zIoD9kc5xNmQnu9ZN152pXFZFbThqiNzhHHZn//q6pGG8pQizvp37VF8V4qCLrPEditEnPUX4sv5kDEK4T3SholzWfYww9+//93DivdwKcLUZXBs0AsN+wNpUpwpUJxlj6TFGSqXpl5XeGD4iSo/cGHhxUk/V/wEGJYPmotLFUmqcNMppQz6tqOg58FULvVveLDrMlDNqyl/qniTYDlVnJWadzkHGqkskhBnOGfQiIRrU62g4XxVh1eU5xnOU7VH41mn/MxXniFtVXThvFeHd0RaLSXOkBc5XCPyqc5hFgVcN3IOND1tfbsqUZcjpKVJQpzhfBciqiDOnaEYm65ZyBldkuEadvcoc/dCK6ZpX6/O79F7SqnrFvOjVNhFfgoNdlJwefKjiSikKec8M/0elSjSDIjtKXON6dIrTHhFkWbAEXTeHmXydzUfpt8JKYWsiDPUC35x2pnF3p9xeqmlDfKG4RlRb1MbCHHNqj2uZGMYrtWkxBlQpZhEX85PnCFttdfaGSeebE2vHVVMWwXlVNPB8Xvn+abhHU3ibLR9v5Z/05ePAraJ4Rmxb1Xppg+viO3IfSuHa0QeTz/xJGuaMkymCtLGvpBiC/lz5JiTP/wuxRl+f+y+tq5zDnII5cRvjtAa7pFQ5RBnQlIVxAsavoLmLsP2hOwqSDbMhQbpaJJnKD+uM9k4h/ypwzsW0zKIM6AO2SgRy+VUnGF/YvgunMvzRzW95+P44j1EnMv2PpAiLElx5qzjSDD9eAx/17x+EuIM9wT5N5w/PTo/b++HbNy380JrFmc4v+TfsC1HjDVtC9ecFGdIr+Md7p5j/bp2t75cmEvdEVZN+VClGn4/9djjneHTfa4BKb/++deLXcIK+6Nc4gz7Q/zN3vfYVrcn7G0pz03sD8xhJj8uicJ3v/1t8byV+RFiKqY4w3bVOcyioM6BhjTEditAnKGs6hxmUZC9ymRZ/YZ5VOc0U5FznmEZDAEsBVm7W9S/U5wVoTjLHkmLM2CSNUFDHEJoQQ7hJizn8VKFEUDFFpUxXOh4gZB/1+WTum01PTzsjv3hj4q/hQ0bGbcMan7xIPUTbKh8S9GFh6cqwvzSUK8bPQ9qeqbtqr9LsJwqzrDdLyrb1XujSZCWa64qTeKRyqC54kycL8',10),(26,'NCC ACHIEVEMENTS','<p>\r\n <a href=\"/userfiles/NCC_ACHIEVEMENTS[1].pdf\">NCC_ACHIEVEMENTS<br />\r\n </a></p>\r\n',2),(27,'ACHEIVEMENTS','<p>\r\n <a href=\"/userfiles/placement report.pdf\">ACHEIVEMENTS</a></p>\r\n',1),(28,'ACHIEVEMENTS','<p>\r\n <a href=\"/userfiles/ACHEIVEMENTS.pdf\">ACHIEVEMENTS</a></p>\r\n',3),(29,'ACHEIVEMENTS','<p>\r\n <a href=\"http://1\"><span style=\"font-size:16px;\"><span style=\"font-family:courier new,courier,monospace;\"><span style=\"color:#00f;\">CLICK HERE TO VIEW ACHEIVEMENTS</span></span></span></a></p>\r\n',19),(30,'Health Center','<p>\r\n <img alt=\"\" src=\"/userfiles/1.jpeg\" style=\"width: 300px; height: 300px; border-width: 2px; border-style: solid;\" /><img alt=\"\" src=\"/userfiles/2.jpeg\" style=\"width: 300px; height: 300px;\" /><img alt=\"\" src=\"/userfiles/3.jpeg\" style=\"width: 300px; height: 300px;\" /></p>\r\n',4),(31,'ACHIEVEMENTS','<p>\r\n <img alt=\"\" src=\"/userfiles/3d6774a0-191b-40d5-9b52-63c390030e98.jpg\" style=\"width: 300px; height: 300px;\" /><img alt=\"\" src=\"/userfiles/6a0e0196-2f39-4f1c-9173-d009e6536bee.jpg\" style=\"width: 300px; height: 300px;\" /></p>\r\n',7),(32,'ACHIEVEMENTS','<p>\r\n <a href=\"/userfiles/RRC&YRC REPORT ACTIVITY 2023-24 (2).pdf\">ACHIEVEMENTS</a></p>\r\n',16),(33,'Achievements','<h1 class=\"page-title\" style=\"box-sizing: border-box; margin: 0px 0px 15px; font-size: 24px; font-family: Roboto, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(80, 80, 80);\">\r\n <a href=\"/userfiles/ANTI RAGGING DOCUMENT.pdf\">Achievements</a></h1>\r\n',9);
/*!40000 ALTER TABLE `ss_achievements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ss_documents`
--
DROP TABLE IF EXISTS `ss_documents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ss_documents` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`download` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`services` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ss_documents`
--
LOCK TABLES `ss_documents` WRITE;
/*!40000 ALTER TABLE `ss_documents` DISABLE KEYS */;
INSERT INTO `ss_documents` VALUES (44,'testing bny','uploads/73821.pdf',18),(58,'NCC ACTIVITIES 2022-2023','uploads/2528NCC 2022-23.pdf',2),(59,'NCC ACTIVITIES 2021-2022','uploads/2098NCC 2021-22.pdf',2),(60,'NCC ACTIVITIES 2020-2021','uploads/3875NCC 2020-21.pdf',2),(61,'NCC ACTIVITIES 2019-2020','uploads/883NCC 2019-20.pdf',2),(62,'NCC ACTIVITIES 2018-2019','uploads/1719NCC 2018-19.pdf',2),(63,'Cultural Club Activities 2018-2019 to 2022-2023','uploads/2957cultural activities.pdf',11),(64,'NSS ACTIVITIES 2022-2023','uploads/7532regularintegration2223.pdf',3),(67,'WEC ACTIVITY 2021-22','uploads/5775WEC-ACTIVITIES-2021-2022.pdf',6),(68,'WEC ACTIVITY 2022-23','uploads/3092WEC ACTIVITIES-2022-23.pdf',6),(69,'WEC ACITIVITY 2023-24','uploads/3276WEC ACTIVITIES-2023-24.pdf',6),(70,'WEC ACITIVITY 2024-25','uploads/3465WEC ACTIVITIES-2024-25.pdf',6),(71,'DRC ACTIVITES','uploads/3281SIP 2023-24.pdf',12),(75,'JKC ACTIVITIES 2022-2023','uploads/7982JKC Activities 2022-2023.pdf',1),(76,'JKC ACTIVITIES 2021-2022','uploads/7476JKC Activities 2021-2022.pdf',1),(77,'JKC ACTIVITIES 2020-2021','uploads/1970JKC Activities 2020 - 21.pdf',1),(78,'JKC ACTIVITIES 2019-2020','uploads/8440JKC Activities 2019 - 20.pdf',1),(79,'JKC ACTIVITIES 2018-2019','uploads/3398JKC Activities 2018 - 19.pdf',1),(80,'NCC ACHIEVEMENTS 2023-2024','uploads/2730NCC ACHIEVEMENTS 1.pdf',2),(81,'STUDENT\'S ART GALLERY','uploads/5470STUDENT ART GALLERY(1).pdf',11),(82,'CHILD MARRIAGE FREE BHARAT\"programme conducted by District Collector','uploads/4962WhatsApp Image 2024-11-27 at 12.09.07 PM.jpeg',6),(83,'On the occasion of Rashtriya Ekta Diwas, the Andhra Pradesh Police Department in Chittoor conducted a 3K \"Run for Unity\" event. Congratulations are in order for PVKN NCC C Certificate Cadet Vijay Kumar III(B.Sc). ','uploads/4717WhatsApp Image 2024-10-31 at 9.54.55 AM(1).jpeg',2),(84,'Ekta diwas celebrates along with the Nehru Yuva Kendra, Chittoor PIC 2','uploads/9484WhatsApp Image 2024-10-29 at 3.32.20 PM(1).jpeg',3),(85,'On the occasion of NCC Day, the PVKN NCC cadets under the 35 Andhra Battalion participated in a ceremony to pay homage to the brave Indian Army soldiers who sacrificed their lives in war. This ceremony is a tribute to the mar','uploads/7742WhatsApp Image 2024-11-24 at 11.05.47 AM.jpeg',2),(86,'NCC,NSS and YRC students from P.V.K.N. Govt. College participated in a Blood Donation Camp, demonstrating their commitment to social service and community welfare.','uploads/7906WhatsApp Image 2024-11-22 at 11.48.47 AM(1).jpeg',2),(87,'NCC,NSS and YRC students from P.V.K.N. Govt. College participated in a Blood Donation Camp, demonstrating their commitment to social service and community welfare.','uploads/4923WhatsApp Image 2024-11-22 at 11.48.47 AM(1).jpeg',3),(88,'NCC,NSS and YRC students from P.V.K.N. Govt. College participated in a Blood Donation Camp, demonstrating their commitment to social service and community welfare.','',12),(89,'NCC,NSS and YRC students from P.V.K.N. Govt. College participated in a Blood Donation Camp, demonstrating their commitment to social service and community welfare.','uploads/4261WhatsApp Image 2024-11-22 at 11.48.47 AM(1).jpeg',12),(90,'మేరా à°¯à±à°µ à°à°¾à°°à°¤à±','uploads/3802WhatsApp Image 2024-10-30 at 11.59.55 AM.jpeg',3),(91,'On the occasion of Armed Forces Flag Day, the NCC cadets from P.V.K.N Government College, under the 35 Andhra Battalion Chittoor, took the initiative to collect funds for the brave soldiers and their families who have made th','uploads/175501ncc.jpeg',2),(92,'ACTIVITIES','uploads/2522National consumer\'s Day report 24-12-2024.docx',17),(93,'ACTIVITIES','uploads/6611ELC CLUB.pdf',19),(94,'ACTIVITIES','uploads/465153d81968-4281-4899-a7b9-a6cbe694c4a1.jpg',7),(95,'HC','uploads/660692183.jpeg',4),(96,'ACTIVITIES','uploads/9126RRC&YRC REPORT ACTIVITY 2023-24 (2).pdf',16),(97,'Activities','uploads/6524ANTI RAGGING DOCUMENT.pdf',9),(98,'Exhibition on “From Waste to Wonder Transforming Plastic for a Greener Futureâ€','uploads/5159Exhibition on “From Waste to Wonder Transforming Plastic for a Greener Futureâ€..pdf',6),(99,'Workshop on “Safety measures to be taken during menstruation periodâ€','uploads/8951Workshop on “Safety measures to be taken during menstruation periodâ€..pdf',6),(100,'NSS REPORT 2023-2024','uploads/4193BHANU NSS REPORT 2023-24.pdf',2),(101,'NATIONAL SERVICE SCHEME NSS REPORT 2023-24','uploads/2533NATIONAL SERVICE SCHEME NSS REPORT 2023-24.pdf',3),(102,'NATIONAL INTEGRATION CAMPS 2022-23','uploads/6696NATIONAL INTEGRATION CAMPS 2022-23.pdf',3),(103,'PVKN NSS CAMP REPORT 2021-22','uploads/1859PVKN NSS CAMP REPORT 2021-22.pdf',3),(104,'NATIONAL SERVICE SCHEME: UNIT – I NSS REGULAR ACTIVITIES REPORT','uploads/566PVKN NSS REGULAR ACTIVITIES 2021-22.pdf',3),(105,'NSS REGULAR ACTIVITIES 2022-23 COMPLETE','uploads/9590NSS REGULAR ACTIVITIES 2022-23 COMPLETE.pdf',2),(106,'Today Swachh Andhra program contracted at our college premises along with NCC cadets, NSS volunteers and Sports students','uploads/8889WhatsApp Image 2025-02-15 at 12.00.07 PM (1).jpeg',3),(107,'15.032.2025#Today celebrated International consumer rights day by Department of Commerce','uploads/10442.jpeg',17),(108,'CHITTOOR DISTRICT LEVEL VIKSIT BHARAT YOUTH PARLIAMENT -2025 @ PVKN GC(A).21.03.2025','uploads/26974.jpeg',3),(109,'World water day celebration: NCC in association with Department of chemistry','uploads/2025WhatsApp Image 2025-03-22 at 10.31.11 AM.jpeg',2);
/*!40000 ALTER TABLE `ss_documents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ss_gallery`
--
DROP TABLE IF EXISTS `ss_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ss_gallery` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`services` int NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ss_gallery`
--
LOCK TABLES `ss_gallery` WRITE;
/*!40000 ALTER TABLE `ss_gallery` DISABLE KEYS */;
INSERT INTO `ss_gallery` VALUES (27,'GALLERY',2),(29,'GENDER EQUALITY PROGRAMME',6),(30,'POSTER PRESENTATION',6),(31,'womens sports day',6),(32,'International teachers day celebrations',6),(33,'National girl child day celebrations',6),(34,'Distribution of sanitary pads as best practice of WEC',6),(35,'Human rights day celebrations',6),(36,'Disha app installation',6),(37,'Awareness programme on child help line services',6),(38,'Diwali celebrations Rangoli competition',6),(39,'International girl child day poster presentation on save girl child',6),(40,'Women equally day celebrations',6),(41,'Distribution of Folic acid and Iron tablets to women students',6),(42,'Awareness programme on usage of Ayurvedic products',6),(43,'Distribution of sanitary pads in Godugumur',6),(44,'Distribution of sanitary pads in Godugumur',6),(45,'Students participation in youth festival',6),(46,'World\'s AIDS DAY RALLY',6),(47,'Baby Shower function to women student',6),(48,'YOGA DAY CELEBRATIONS',6),(49,'Women\'s day celebrations',6),(50,'Disha awareness programme',6),(51,'GALLERY',12),(52,'Grievances and Redressal Cell',8),(53,'Diwali celebrations Rangoli competition photos',6),(55,'E. NIRANJAN ART WORK I B.Sc(Computer Science Honours)',11),(56,'GYM AND Sports Centers Gallery',10),(57,'GYM and Sports Center pic2',10),(58,'GYM and Sports Center3',10),(59,'Gym and Sports Center pic4',10),(60,'Gym and sports Center pic 5',10),(61,'Gym and sports Center pic 6',10),(62,'Gym and sports Center pic 8',10),(63,'Gym and sports Center pic 9',10),(64,'Gym and sports Center pic 10',10),(65,'Conducted Elocution and Essay writing: ',17),(66,'Prize winners on Essay Writing and Elocution by the students',17),(67,'Teaching staff , Public reporters and students',17),(68,'ELC CLUB',19),(69,'Health Center',4),(70,'GALLERY',7),(71,'GALLERY',16),(72,'NSS',3),(73,'GALLERY',3),(74,'INTERACTION',9),(75,'BANNERS',9),(76,'From Waste to Wonder: Transforming Plastic for a Greener Future\"',6),(77,'Workshop on health hygiene programme',4),(78,'JKC GALLERY',1),(79,'Job Drive photo\'s',1);
/*!40000 ALTER TABLE `ss_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `students`
--
DROP TABLE IF EXISTS `students`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `students` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`father` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`roll` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`year` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`semester` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `students`
--
LOCK TABLES `students` WRITE;
/*!40000 ALTER TABLE `students` DISABLE KEYS */;
INSERT INTO `students` VALUES (1,'Anantha Reddy','Veerabhma Reddy','123456789','II Year','II Semester','9876543210','anantha@gmail.com','ananth','123456');
/*!40000 ALTER TABLE `students` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subjects`
--
DROP TABLE IF EXISTS `subjects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `subjects` (
`id` int NOT NULL AUTO_INCREMENT,
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`banner` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subjects`
--
LOCK TABLES `subjects` WRITE;
/*!40000 ALTER TABLE `subjects` DISABLE KEYS */;
INSERT INTO `subjects` VALUES (39,'Hindi','Invalid file'),(43,'Mathematics','uploads/staff/6171maths-banner.jpg'),(45,'Chemistry','uploads/staff/6928chemistry-banner.jpg'),(46,'Computer Science','uploads/staff/851224072024121042_93917.png'),(47,'Botany','uploads/staff/2783dep Courses.jpg'),(48,'History','uploads/staff/399history-banner.jpg'),(49,'Physics','uploads/staff/3486courses-1.jpg'),(51,'Commerce','Invalid file'),(53,'Physical Education','uploads/staff/3709physical-banner.jpg'),(54,'Economics','uploads/staff/5445economics-banner.jpg'),(55,'English','uploads/staff/2637eng.jpg'),(56,'Microbiology','uploads/staff/3185download.jpg'),(57,'Library Science','uploads/staff/51754246images.jpg'),(58,'Telugu','uploads/staff/9495dep Courses.jpg'),(59,'Urdu','uploads/staff/9495dep Courses.jpg'),(60,'Tamil','Invalid file'),(61,'Sanskrit','Invalid file'),(62,'Computer Applications','uploads/staff/8601department_of_computer_science_300_160.png'),(64,'Statistics','uploads/staff/7605Statistics image.jpg'),(67,'POLICITAL SCIENCE','Invalid file'),(68,'Zoology','Invalid file');
/*!40000 ALTER TABLE `subjects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `support_services`
--
DROP TABLE IF EXISTS `support_services`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `support_services` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `support_services`
--
LOCK TABLES `support_services` WRITE;
/*!40000 ALTER TABLE `support_services` DISABLE KEYS */;
INSERT INTO `support_services` VALUES (1,'JKC','jkc','<h3 style=\"text-align: center;\">\r\n </h3>\r\n<h3 style=\"text-align: center;\">\r\n </h3>\r\n<h3 style=\"text-align: center;\">\r\n <img alt=\"\" src=\"/userfiles/COMPLETE IMAGE_page-0002.jpg\" style=\"font-size: 12px; width: 500px; height: 213px; border-width: 2px; border-style: solid;\" /></h3>\r\n<p style=\"text-align: center;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#00f;\"> <a href=\"/userfiles/JKC(4).pdf\">Click Here to View JKC Profile.pdf<br />\r\n </a></span></strong></span></p>\r\n<p style=\"text-align: center;\">\r\n </p>\r\n<h3 style=\"text-align: center;\">\r\n <img alt=\"\" src=\"https://pvkngcchittoor.ac.in/userfiles/106.jpg\" style=\"font-size: 12px; text-align: right; width: 400px; height: 215px; border-width: 2px; border-style: solid;\" /></h3>\r\n<p style=\"text-align: center;\">\r\n </p>\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:679px;\" width=\"678\">\r\n <colgroup>\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n <col />\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"41\">\r\n <td colspan=\"6\" height=\"41\" style=\"height: 41px; width: 679px; text-align: center;\">\r\n <span style=\"font-size:16px;\"><strong><span style=\"color:#f00;\"><span style=\"background-color:#f0ffff;\">JKC TRAINED STUDENT DETAILS<br />\r\n YEAR WISE FROM 2018-2019 TO 2022-2023</span></span></strong></span></td>\r\n </tr>\r\n <tr height=\"34\">\r\n <td height=\"34\" style=\"height:34px;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">SNO</span></strong></span></td>\r\n <td style=\"width:87px;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">ACADEMIC<br />\r\n YEAR</span></strong></span></td>\r\n <td style=\"width:91px;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">SYLLABUS</span></strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">BATCH</span></strong></span></td>\r\n <td style=\"width:123px;\">\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">No.OF STUDENTS<br />\r\n REGISTERED</span></strong></span></td>\r\n <td>\r\n <span style=\"color:#00f;\"><strong><span style=\"font-size:14px;\">VIEW STUDENT DETAILS</span></strong></span></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"84\" rowspan=\"3\" style=\"height:84px;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">1</span></span></strong></td>\r\n <td rowspan=\"3\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2018-2019</span></span></strong></td>\r\n <td rowspan=\"15\">\r\n <a href=\"/userfiles/JKC_Curriculum.pdf\"><strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">SYLLABUS</span></span></strong></a></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">I</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">48</span></span></strong></td>\r\n <td rowspan=\"15\" style=\"text-align: center;\">\r\n <a href=\"/userfiles/ALL BATCHES PDF.pdf\"><strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">CLICK HERE TO VIEW THE DETAILS</span></span></strong></a></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">II</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">54</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">III</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">65</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"84\" rowspan=\"3\" style=\"height:84px;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2</span></span></strong></td>\r\n <td rowspan=\"3\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2019-2020</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">I</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">57</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">II</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">81</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">III</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">83</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"76\" rowspan=\"3\" style=\"height:76px;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">3</span></span></strong></td>\r\n <td rowspan=\"3\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2020-2021</span></span></strong></td>\r\n <td rowspan=\"3\" style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">I</span></span></strong></td>\r\n <td rowspan=\"3\" style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">74</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n </tr>\r\n <tr height=\"20\">\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"76\" rowspan=\"3\" style=\"height:76px;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">4</span></span></strong></td>\r\n <td rowspan=\"3\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2021-2022</span></span></strong></td>\r\n <td rowspan=\"3\" style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">I</span></span></strong></td>\r\n <td rowspan=\"3\" style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">81</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n </tr>\r\n <tr height=\"20\">\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"84\" rowspan=\"3\" style=\"height:84px;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">5</span></span></strong></td>\r\n <td rowspan=\"3\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">2022-2023</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">I</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">95</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">II</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">45</span></span></strong></td>\r\n </tr>\r\n <tr height=\"28\">\r\n <td height=\"28\" style=\"height: 28px; text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">III</span></span></strong></td>\r\n <td style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\">65</span></span></strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">\r\n <strong><span style=\"font-size:14px;\"><span style=\"color:#800080;\"><br />\r\n </span></span></strong></h3>\r\n'),(2,'NCC','ncc','<p>\r\n <a href=\"/userfiles/Profile of National Cadet Corps.pdf\">NCC PROFILE</a></p>\r\n'),(3,'NSS','nss','<p style=\"text-align: justify;\">\r\n <strong style=\"text-align: center;\"><span style=\"color:#f00;\"> </span></strong><strong style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\"> GOVT. COLLEGE(A), CHITTOOR</span></strong><strong style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">PVKN </span></strong><strong style=\"text-align: right;\"><span style=\"color:#f00;\"> NATIONAL SERVICE SCHEME: UNIT – I,II & II ,II<img alt=\"\" src=\"/userfiles/nss.jpg\" style=\"width: 200px; height: 200px; border-width: 3px; border-style: solid;\" /></span></strong></p>\r\n<div id=\"cke_pastebin\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"> NSS REGULAR ACTIVITIES REPORT</span></strong></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><br />\r\n </span></strong></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Submitted to</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS Bureau,</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Sri Venkateswara University Tirupati</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Submitted by</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS Programme Officers, Unit – I, II, III,</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PVKN Govt. College (A), Chittoor.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2022-23</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PVKN GOVT. COLLEGE (A), CHITTOOR NATIONAL SERVICE SCHEME REGULAR ACTIVITIES : 2022-23 UNIT - I</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.NO<span style=\"white-space:pre\"> </span>DATE<span style=\"white-space:pre\"> </span>NAME OF THE ACTIVITY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>05-06-2022<span style=\"white-space:pre\"> </span>World Environmental day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>21-06-2022<span style=\"white-space:pre\"> </span>International Yoga day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>28-07-2022<span style=\"white-space:pre\"> </span>World Nature Conservation day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>07-08-2022<span style=\"white-space:pre\"> </span>Mega tiranga rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>08-08-2022<span style=\"white-space:pre\"> </span>Quiz competition on behalf of Azadi ka Amrit Mahostsav celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>14-08-2022<span style=\"white-space:pre\"> </span>Felicitation to freedam fighters on behalf of azadi ka amrit mahostsav celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>17-09-2022<span style=\"white-space:pre\"> </span>Rakth Dhaan Amrith Mahotsav</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">8<span style=\"white-space:pre\"> </span>23-09-2022<span style=\"white-space:pre\"> </span>Distribution of Dewarming tablets and awareness programme on seasonal diseases</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">9<span style=\"white-space:pre\"> </span>24-09-2022<span style=\"white-space:pre\"> </span>National Service Scheme day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">10<span style=\"white-space:pre\"> </span>28-10-2022<span style=\"white-space:pre\"> </span>Clean India 2.0 Campaign</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">11<span style=\"white-space:pre\"> </span>31-10-2022<span style=\"white-space:pre\"> </span>National Unity day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">12<span style=\"white-space:pre\"> </span>11-11-2022<span style=\"white-space:pre\"> </span>Awareness on new voters enrollment process</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">13<span style=\"white-space:pre\"> </span>11-11-2022<span style=\"white-space:pre\"> </span>National educational Day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">14<span style=\"white-space:pre\"> </span>26-11-2022<span style=\"white-space:pre\"> </span>Blood donation Camp</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">15<span style=\"white-space:pre\"> </span>01-12-2022<span style=\"white-space:pre\"> </span>World AIDS day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">16<span style=\"white-space:pre\"> </span>20-12-2022<span style=\"white-space:pre\"> </span>Jagananna Pacha Thoranam</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">17<span style=\"white-space:pre\"> </span>19-01-2023<span style=\"white-space:pre\"> </span>Awareness on drug free Andhra Pradesh</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">18<span style=\"white-space:pre\"> </span>25-01-2023<span style=\"white-space:pre\"> </span>National Tourism day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">19<span style=\"white-space:pre\"> </span>14-02-2023<span style=\"white-space:pre\"> </span>Free hemoglobin test camp</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">20<span style=\"white-space:pre\"> </span>25-02-2023<span style=\"white-space:pre\"> </span>Awareness on Tuberculosis </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">21<span style=\"white-space:pre\"> </span>16-03-2023<span style=\"white-space:pre\"> </span>Distribution of dewarming tablets</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">22<span style=\"white-space:pre\"> </span>21-03-2023<span style=\"white-space:pre\"> </span>World water day- Save water Save life</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">23<span style=\"white-space:pre\"> </span>11-08-2023<span style=\"white-space:pre\"> </span>Distribution of dewarming tablets</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">REGULAR ACTIVITIES : 2022-23 UNIT - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.NO<span style=\"white-space:pre\"> </span>DATE<span style=\"white-space:pre\"> </span>NAME OF THE ACTIVITY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>05-06-2022<span style=\"white-space:pre\"> </span>Celebration of World Environmental day </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>21-06-2022<span style=\"white-space:pre\"> </span>Institutional programme of International Yoga day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>28-07-2022<span style=\"white-space:pre\"> </span>Awareness on World Nature Conservation day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>07-08-2022<span style=\"white-space:pre\"> </span>Procession on Mega tiranga rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>08-08-2022<span style=\"white-space:pre\"> </span>Quiz competition on behalf of Azadi ka Amrit Mahostsav celebrations Unit III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>14-08-2022<span style=\"white-space:pre\"> </span>Freedam Fighters Felicitation on behalf of azadi ka amrit mahostsav celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>17-09-2022<span style=\"white-space:pre\"> </span>Rakth Dhaan Amrith Mahotsav camp Unit - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">8<span style=\"white-space:pre\"> </span>23-09-2022<span style=\"white-space:pre\"> </span>Distribution of Albendazole tablets and awareness programme on seasonal diseases</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">9<span style=\"white-space:pre\"> </span>24-09-2022<span style=\"white-space:pre\"> </span>National Service Scheme day Unit - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">10<span style=\"white-space:pre\"> </span>28-10-2022<span style=\"white-space:pre\"> </span>Institutional programme on Clean India 2.0 Campaign</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">11<span style=\"white-space:pre\"> </span>31-10-2022<span style=\"white-space:pre\"> </span>Procession on National Unity day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">12<span style=\"white-space:pre\"> </span>11-11-2022<span style=\"white-space:pre\"> </span>A new voters enrolment process</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">13<span style=\"white-space:pre\"> </span>11-11-2022<span style=\"white-space:pre\"> </span>Celebrations of National educational Day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">14<span style=\"white-space:pre\"> </span>26-11-2022<span style=\"white-space:pre\"> </span>Blood donation Camp Unit - IIII</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">15<span style=\"white-space:pre\"> </span>01-12-2022<span style=\"white-space:pre\"> </span>World AIDS day - Rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">16<span style=\"white-space:pre\"> </span>20-12-2022<span style=\"white-space:pre\"> </span>Jagananna Pacha Thoranam – Plantation programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">17<span style=\"white-space:pre\"> </span>19-01-2023<span style=\"white-space:pre\"> </span>Awareness on drug free Andhra Pradesh Unit - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">18<span style=\"white-space:pre\"> </span>25-01-2023<span style=\"white-space:pre\"> </span>Awareness on National Tourism day </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">19<span style=\"white-space:pre\"> </span>14-02-2023<span style=\"white-space:pre\"> </span>Free hemoglobin test camp Unit - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">20<span style=\"white-space:pre\"> </span>25-02-2023<span style=\"white-space:pre\"> </span>Awareness on Tuberculosis Unit - III</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">21<span style=\"white-space:pre\"> </span>16-03-2023<span style=\"white-space:pre\"> </span>Distribution of Albendazole tablets</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">22<span style=\"white-space:pre\"> </span>21-03-2023<span style=\"white-space:pre\"> </span>World water day- Save water Save life - Rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">23<span style=\"white-space:pre\"> </span>11-08-2023<span style=\"white-space:pre\"> </span>Distribution of Albendazole tablets</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">REGULAR ACTIVITIES : 2021-22</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.NO<span style=\"white-space:pre\"> </span>DATE<span style=\"white-space:pre\"> </span>NAME OF THE ACTIVITY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>21-06-2021<span style=\"white-space:pre\"> </span>INTERNATIONAL YOGA DAY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>01-12-2021<span style=\"white-space:pre\"> </span>WORLD AIDS DAY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>14-12-2021 to</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">20-12-2022<span style=\"white-space:pre\"> </span>PARTICIPATION OF NSS VOLUNTEERS IN NATIONAL INTEGRATION CAMP</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>22-12-2021<span style=\"white-space:pre\"> </span>25TH NATIONAL YOUTH FESTIVAL - ESSAY WRITING COMPETITION</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>06-01-2022<span style=\"white-space:pre\"> </span>NSS ORIENTATION PROGRAMME</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>12-01-2022<span style=\"white-space:pre\"> </span>NATIONAL YOUTH DAY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>10-01-2022 &</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">13-01-2022<span style=\"white-space:pre\"> </span>SWACHH BHARATH NEAR TEMPLE IN THE ADOPTED VILLAGE</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">8<span style=\"white-space:pre\"> </span>24-01-2022<span style=\"white-space:pre\"> </span>CLEANING AND BEAUTIFICATION OF GROUND FOR REPUBLIC DAY CELEBRATIONS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">9<span style=\"white-space:pre\"> </span>25-01-2022<span style=\"white-space:pre\"> </span>NATIONAL VOTERS DAY CELEBRATIONS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">10<span style=\"white-space:pre\"> </span>29-01-2022<span style=\"white-space:pre\"> </span>SWACHH KALASALA THROUGH SRAMADHAN & TREE PLANTATION IN COLLEGE CAMPUS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">11<span style=\"white-space:pre\"> </span>09-02-2022<span style=\"white-space:pre\"> </span>ANTI-PLASTIC AWARENESS PROGRAMME AT VALLIAPPA NAGAR</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">12<span style=\"white-space:pre\"> </span>23-02-2022<span style=\"white-space:pre\"> </span>SWACHH BHARATH IN COLLEGE CAMPUS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">13<span style=\"white-space:pre\"> </span>11-03-2022<span style=\"white-space:pre\"> </span>DISTRIBUTION OF ALBENDAZOLE TABLETS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">14<span style=\"white-space:pre\"> </span>23-03-2022<span style=\"white-space:pre\"> </span>SWACHH KALASALA-CLEAN CAMPUS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">15<span style=\"white-space:pre\"> </span>29-03-2022<span style=\"white-space:pre\"> </span>BLOOD DONATION CAMP</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">16<span style=\"white-space:pre\"> </span>08-04-2022<span style=\"white-space:pre\"> </span>SWACHH BHARAT CAMPUS CLEANING </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">REGULAR ACTIVITIES : 2020-21</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.NO<span style=\"white-space:pre\"> </span>DATE<span style=\"white-space:pre\"> </span>NAME OF THE ACTIVITY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>21-06-2020<span style=\"white-space:pre\"> </span>International Yoga day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>02-10-2020<span style=\"white-space:pre\"> </span>Celebration of Gandhi Jayanthi</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>05-11-2020<span style=\"white-space:pre\"> </span>Massive Tree Plantation Programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>31-10-2020<span style=\"white-space:pre\"> </span>National Ekta Diwas</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>06-01-2022<span style=\"white-space:pre\"> </span>Covid-19 awareness Programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>12-01-2022<span style=\"white-space:pre\"> </span>Selected Pre Republic Parade</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>1-12-2021<span style=\"white-space:pre\"> </span>AIDS awareness programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">8<span style=\"white-space:pre\"> </span>25-01-2021<span style=\"white-space:pre\"> </span>National Voters day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">9<span style=\"white-space:pre\"> </span>29-01-2021<span style=\"white-space:pre\"> </span>Participation of NSS volunteers in Youth Parliament</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Regular Activities 2019-20.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.No<span style=\"white-space:pre\"> </span>Date<span style=\"white-space:pre\"> </span>Name of the activity</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>14-6-2019<span style=\"white-space:pre\"> </span>World blood donors day- awareness programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>21-6-2019<span style=\"white-space:pre\"> </span>International yoga day celebration</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>July<span style=\"white-space:pre\"> </span>Swachh Bharath internship programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>22-7-2019<span style=\"white-space:pre\"> </span>Tree plantation programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>29-7-2019<span style=\"white-space:pre\"> </span>Jal Abhiyan Programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>25-8-2019<span style=\"white-space:pre\"> </span>Campus cleaning</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>31-8-2019<span style=\"white-space:pre\"> </span>Go green with mud ganesa rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">8<span style=\"white-space:pre\"> </span>3-9-2019<span style=\"white-space:pre\"> </span>Posakahara Masostsavalu</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">9<span style=\"white-space:pre\"> </span>27-9-2019<span style=\"white-space:pre\"> </span>NSS day celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">10<span style=\"white-space:pre\"> </span>25-10-2019 to 31-10-2019<span style=\"white-space:pre\"> </span>NSS special campaign programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">11<span style=\"white-space:pre\"> </span>Massive tree plantation programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">12<span style=\"white-space:pre\"> </span>2-10-2019 to 8010-2019<span style=\"white-space:pre\"> </span>Celebration of 150th birth anniversary of Gandhiji</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">13<span style=\"white-space:pre\"> </span>1-12-2019<span style=\"white-space:pre\"> </span>World Aids Day awareness Rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">14<span style=\"white-space:pre\"> </span>18-1-2020<span style=\"white-space:pre\"> </span>Fit India cycle rally-refreshments</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">15<span style=\"white-space:pre\"> </span>25-1-2020<span style=\"white-space:pre\"> </span>Conduct of National</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Voters Day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">16<span style=\"white-space:pre\"> </span>26-1-2020<span style=\"white-space:pre\"> </span>Republic day celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">17<span style=\"white-space:pre\"> </span>2-3-2020<span style=\"white-space:pre\"> </span>Campus cleaning</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">18<span style=\"white-space:pre\"> </span>8-3-2020<span style=\"white-space:pre\"> </span>International women day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">REGULAR ACTIVITIES : 2018-19</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">S.NO<span style=\"white-space:pre\"> </span>DATE<span style=\"white-space:pre\"> </span>NAME OF THE ACTIVITY</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">1<span style=\"white-space:pre\"> </span>29-11-2018<span style=\"white-space:pre\"> </span>Vana Mahoshavanam</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">2<span style=\"white-space:pre\"> </span>01-12-2018<span style=\"white-space:pre\"> </span>World AIDS day Rally</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">3<span style=\"white-space:pre\"> </span>02-01-2019 to 11-01-2019<span style=\"white-space:pre\"> </span>Janmabhumi Programme</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">4<span style=\"white-space:pre\"> </span>25-01-2019<span style=\"white-space:pre\"> </span>National Voters day</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">5<span style=\"white-space:pre\"> </span>26-01-2019<span style=\"white-space:pre\"> </span>Republic day celebrations</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">6<span style=\"white-space:pre\"> </span>27-01-2019<span style=\"white-space:pre\"> </span>Youth parliament</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">7<span style=\"white-space:pre\"> </span>22-01-2019<span style=\"white-space:pre\"> </span>Blood donation camp</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS ACTIVITIES : JUNE-2022</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">WORLD ENVIRONMENT DAY (05-06-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">The NSS units of PVKN Govt. College(A), Chittoor celebrated World Environment Day on 5th June, 2022. This year, World Environment Day is being celebrated with ‘Only One Earth’ as the theme, focusing on ‘Living Sustainably in Harmony with Nature.’ The NSS volunteers actively involved in “Clean Campus-Clean Earth” activity in which they cleaned chemistry and botany blocks of the college. They separated leaf fallouts and plastic waste. The leaf fall outs are made into smaller size and poured near the trees to decompose naturally into compost.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">With an aim to promote the message of living sustainably and protecting our planet, the NSS volunteers and teaching staff of the college took a pledge. Dr. Mohanbehera, Dr. A. Sasikala, Dr. L. Md. Bakshu, NSS Program Officers-Dr. P. Bhanuprakash, Dr. N. Babu and Dr. N. Ramamurthy participated in the pledge.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS volunteers participated in door-to-door awareness campaign on “Only one earth-Save it” with placards in the residential area of Godugumuuru near Greamspet. They interacted with the public and explained the importance of the protection and nurturing of the environment to make the earth a better place to live. NSS volunteers suggested the people of Godugumuuru to plant saplings on the birthdays of their children and protect them. NSS volunteers also explained the concept of Reduce, Reuse and Recycle to them. They urged the public to spread green and save blue.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Finally, NSS volunteers created an outdoor class room on the college campus. Dr. Mohan Behara, Academic coordinator interacted with the students on “Living sustainably in harmony with nature”. Dr. P. Bhanuprakash addressed students that being closer to nature may promote learning by improving learners’ attention, minimizes levels of stress and enhances student interest levels in learning.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">INTERNATIONAL YOGA DAY (21-06-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">In the view of observance of 8th International Day of Yoga, NSS volunteers of PVKN Govt. College (A), Chittoor are deputed to celebrate International Yoga Day at DSA stadium, Chittoor organized by Nehru Yuva Kendra, Chittoor. Sri. J. Srinivasulu, MLA, Chittoor attended as chief guest for the celebration. He addressed the gathering to practice yoga in day-to-day life and experience its health benefits. Sri. B. Pradeep Kumar, District Youth Officer, Nehru Yuva Kendra, Chittoor addressed students that “Yoga is India’s gift to humanity and it is a holistic approach to balance mind, body and soul”. The training session on “Yoga and Meditation” was handled by Smt. Vani, Yoga Trainer, Yoga Association of Chittoor District, Chittoor. Dr. G. Ananda Reddy, Principal, PVKN Govt. College (A), Chittoor took part in the Yoga Day demonstration at DSA stadium, Chittoor. He appealed to the students and volunteers to resolve for practicing Yoga and Pranayam every day. Dr. P. Bhanuprakash and Dr. N. Ramamurthy NSS Program Officers participated in the celebrations of International Day of Yoga.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">The NSS units of our college celebrated International Yoga Day on 21st June 2022 in association with Physical education, NCC and WEC in the college ground. Col. Ajay Basnet, Commanding Officer, 35-Andhra Battalion, NCC Chittoor attended as chief guest of this programme. The training session on “Yoga, Pranayama and Meditation” was handled by Dr. Mohano Behra, Lecturer in Botany, PVKN Govt. College, Chittoor. He gave training on different Yoga Asanas, Pranayama, and Meditation which aim at developing mental and physical fitness and relieving stress through regular practice. Lt. A. Ramesh-NCC ANO; NSS Program Officers-Dr. P. Bhanuprakash, Dr. N. Babu and Dr. N. Ramamurthy; WEC Coordinator-Dr. A. Sasikala, teaching and non-teaching staff of the college participated in the programme.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PHOTOS:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">+ </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Lightening of lamp by Sri. J. Srinivasulu, MLA, Chittoor and other dignitaries)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Observance of International Yoga Day by the Department of physical education, NCC and NSS units in the college ground)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PRESS CLIPPING:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">WORLD NATURE CONSERVATION DAY (28-07-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">On 28th July 2022, the NSS units of our college celebrated World Nature Conservation Day in association with the Department of Chemistry at the Chemistry Seminar Hall to create awareness among students about the importance and significance of natural resources. The theme of World Nature Conservation Day 2022 is “Living Sustainably in Harmony with Nature”.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. Mohano Behara, In-charge of Botany Department, PVKN Govt. College (A), Chittoor reminded the words of Mahatma Gandhi- “The world has enough for everyone’s needs, but not everyone’s greed.” He said that everyone should take inspiration from Gandhiji’s saying and start using natural resources judiciously without being greedy and selfish. Dr. L. Md. Bakshu, Lecturer in Botany addressed the students and emphasized that everyone should take responsibility to protect various natural resources such as water, air, soil, energy, vegetation, and animal life. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. P. Sudharsanam, Lecturer in Zoology said that the world is facing a lot of problems related to nature and its conservation. The challenges are based on climate change, urbanization, pollution, deforestation, and damage to the rich flora and fauna. The need of the hour is to preserve nature and manage resources properly by keeping future generations in mind.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. P. Bhanuprakash, Lecturer in Chemistry said that Plastic is a cheaper substitute for other things, but it costs the environment dealy. Plastic products are non-biodegradable and exists in our surroundings for thousands of years. One should cut down the use of plastic and use products made of degradable components instead of plastic items for a cleaner environment.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. N. Ramamurthy and Dr. N. Babu NSS Program Officers addressed the students on the proper usage of natural resources. Lt. A. Ramesh-NCC ANO, Dr. T. Hari Babu-M.Sc Organic Chemistry Coordinator and Dr. A. Sasikala- WEC Coordinator also participated in this awareness programme.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PHOTOS:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Dr. L. Md. Bhakshu, Lecturer in Botany addressed the students on protection of natural resources)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">DR. N.RAMAMURTHY <span style=\"white-space:pre\"> </span> NSS PO - III PVKN GC(A), CHITTOOR</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">MEGA TIRANGA RALLY (07-08-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Under the aegis of Azadi Ka Amrit Mahotsav, the NSS units of PVKN Govt. College (A), Chittoor held a Mega Tiranga Rally to promote Har Ghar Tiranga on 07th August, 2022 to commemorate India’s 75 years of Independence. Dr. G. Ananda Reddy, Principal, PVKN Govt. College (A), Chittoor addressed volunteers in virtual mode and said that the idea behind Har GharTiranga activities is to invoke the feeling of patriotism in the hearts of people and to promote awareness about the Indian National Flag. Later, he started the Har Ghar Tiranga mega rally virtually. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS volunteers on Sunday took out a mega rally in the town to encourage people to bring the Tiranga home and to hoist it on top of each household to mark the 75th year of India’s independence. The rally, which started from the college campus, passed through all important localities of the town like Durganagar colony, Greamspet, Kondamitta, MSR circle, Old Bus station, High Road etc. More than 300 students, cadets and volunteers of the college enthusiastically took part in the event. The students and volunteers, who participated in the rally by carrying the National flag, raised the slogans of “Bharath Matha Ki Jai” “Vandemataram” and “Har Ghar Tiranga”. Students dressed up like our great freedom fighters and participated in the rally to make it a colourful event. Dr. P. Bhanuprakash, Dr. N. Ramamurthy, NSS program officers, Lt. A. Ramesh-NCC ANO, Dr. Mohano Behara-Academic coordinator, Dr. Shaik benazeer-Cultural coordinator and other teaching staff and non-teaching staff of the college actively participated in the awareness rally.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PHOTOS:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PRESS CLIPPINGS</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">QUIZ COMPETITION (08-08-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">BRIEF REPORT:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">As a part of Azadi Ka Amrit Mahotsav celebrations, the NSS units of PVKN Govt. College (A), Chittoor held a College level Quiz competition on 08th August, 2022 to commemorate India’s 75 years of Independence. Dr. G. Ananda Reddy, Principal, PVKN Govt. College (A), Chittoor addressed the students and said that the main objective of the quiz competition is to test the knowledge of the student on the National symbols of India and the Indian freedom struggle. He also said that the competition helps to create awareness about the involvement of freedom fighters in different freedom movements.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">The quiz questions for the competition are prepared in the following themes: National symbols of India, Indian freedom movement, Biography of Indian freedom fighters and Contribution of freedom fighters in our Independence. In this competition, 16 teams have participated and each team consists of 6 students. The quiz was conducted in five rounds and each round have 16 questions. Two rounds of the quiz were dedicated to a picture quiz on national symbols of India and Historical places of India. In this quiz program, the 6th team: K. Vanitha, G. Hemalatha, T. Lakshmi, B. Prasanth Naik, C. Karthikeyan and M. Manoj Kumar got first place and the 16th team: N. Hemanth Reddy, P. Murugesh, K. Suresh, T. Nethaji, N. Naveen and M. Ganesh got second place and 5th team: T. Neraja, A. Sharmila, K. Theja sree, S. Bhashurun, D. Ajith Kumar and T. Harish Singh got third place. The winners were given prizes on the 76th Independence day celebrations.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. P. Bhanu Prakash, Dr. A. Sasikala- and Sri O. Hari Prasad acted as Quiz masters for the program. Dr. N. Ramamurthy and Dr. N. Babu-NSS program officers; Teaching, Non-teaching staff and students of the college actively participated and accomplished the program.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PHOTOGRAPHS:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Winners and Runners of the Quiz Competition)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> FELICITATION TO FREEDOM FIGHTER (14-08-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Under Azadi Ka Amrit Mahotsav, the NSS units of PVKN Govt. College (A), Chittoor participated in the felicitation to freedom fighter’s family members on 14th August, 2022. Nearly 40 NSS volunteers visited the home of Sri. Late K. G. Narasinga Rao, a Freedom fighter in Chittoor. The volunteers felicitated the family members of K. G. Narasinga Rao who was involved in India’s freedom movement. His son Sri. K. N. Sankara Rao recalled memories and sacrifices of his father’s involvement in India’s freedom struggle with volunteers.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS volunteers were very much motivated by hearing to the struggle and sacrifices of the Freedom fighter Sri. K. G. Narasinga Rao, Chittoor. Dr. P. Bhanuprakash, Dr. N. Ramamurthy and Dr. N. Babu-NSS program officers Lt. A. Ramesh-ANO, NCC and Sri Ramsagar and G. Sudhakar-Lecturer in Physics along with NSS Volunteers actively participated in the Azadi KA Amrit Mahotsav activity.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">RAKTH DHAAN AMRITH MAHOTSAV (17-09-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Ref: D.O.No.lM-12016/02/2022-NBTC/BTS 30th August, 2022 from Govt. of lndia </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">As per above vide Reference, from the Department of Health and Family Welfare, Ministry of Health and Family Welfare, Government of India, and encouragement by Dr. G. Ananda Reddy, Principal, PVKN Government (A), Chittoor, our NSS volunteers involved in the donation of blood.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">As a part of Rakth Dhaan Amrith Mahotsav, NSS volunteers came forward to donate blood in spite of their semester-end exam schedule. 8 students have voluntarily donated blood to needy people in the Government hospital, Chittoor under the supervision of Dr. Amarnadh Reddy, Medical Officer, Govt. Blood Bank, Chittoor. Dr. P. Bhanuprakash, Dr. N. Ramamurthy and Dr. N. Babu-NSS Program Officers; Lt. A. Ramesh-NCC ANO; Dr. P. Sivaraagini-Health club Coordinator and Sri O. Hari Prasad-Lecturer in Chemistry also participated in this blood donation programme.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Students voluntarily donating blood in the Blood bank, Government Hospital, Chittoor)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">DEWORMING TABLETS DISTRIBUTION AND AWARENESS ON SEASONAL DISEASES (23-09-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">On 23rd September 2022, NSS units of PVKN Govt. College (A), Chittoor distributed Albendazole tablets (deworming medicine) to the students of college whose age falls around 18 years. Govt. of Andhra Pradesh supplied the required Albendazole tablets through Local ANM from the Health Centre, Chittoor. NSS volunteers actively distributed the deworming tablets to the students of the college by explaining the dosage and importance of the drug.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">On the same day, awareness programme on seasonal diseases like Dengue, Malaria, etc was organized through NSS. ANM, Asha worker and NSS volunteers distributed pamphlet and created awareness on the causes, symptoms and prevention tips of the seasonal diseases. Dr. P. Bhanuprakash, Dr. N. Ramamurthy, Dr. A. Sasikala, Sri. Anil and NSS volunteers participated in the programme.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Awareness programme on seasonal diseases through pamplets)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> NATIONAL SERVICE SCHEME DAY (24-09-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">As a part of NSS Day celebrations, the NSS units of PVKN Government (A), Chittoor conducted essay writing competition on 22-09-2022. The topic for the essay writing competition is “Accomplishing my aim leading to the progress of India”. Dr. Chennakesavulu, Lecturer in Telugu, acted as adjudicator for the competition. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NSS was formally launched on 24th September 1969, the birth centenary year of the Father of the Nation. 24th September is observed every year as NSS Day to sensitize youth of the nation about nation building competencies. On 24th September 2022, NSS volunteers and staff of PVKN Govt. College (A) actively involved in saplings plantation in the ground near chemistry seminar hall. Further, NSS day celebrations was held at Chemistry seminar hall in college premises. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. Mohan Behara, State Best NSS PO awardee & Academic Co-ordinator acted as Guest of honour for the NSS day celebrations. He appreciated the volunteers for taking up different social service activities in the college and also in the the adopted villages. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Sri. Nature Murali, Chittoor Nature Lovers Association, Chittoor acted as Chief guest for the function and brought awareness among the students regarding the harmful effects of single use plastics. He also suggested the preventive measures for the plastic pollution which are to be followed by each individual for the sustainable environment. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. P. Bhanuprakash, NSS programme officer explained the aim and objectives of NSS to the students. Nature Murali, Dr. N. Babu, Dr. N. Ramamurthy and Dr. A. Sasikala distributed the prizes and certificates to the winners of essay writing competition. M. Sumalatha of I. B.Voc got 1st prize and T. Lakshmi of II B.A (HEP) got 2nd prize in the competition. Finally, the event was concluded with National anthem.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">PHOTOS:</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Saplings plantation by NSS volunteers and staff of the college)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Dr. Mohan Behara, State Best NSS PO awardee addressing the volunteers)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NATIONAL UNITY DAY (31-10-2022) </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">National Unity Day was observed on 31st October 2022 on the Birth Anniversary of Sardar Valla Bhai Patel. The NSS Unit of our college successfully observed this day. On this occasion, the NSS volunteers and students of the college took active part in “National Unity Oath Ceremony” in the college. Dr. P. Bhanuprakash, NSS program officer addressed the students and recalled the life history of Sardar Valla Bhai Patel and his contributions for integrating India during post-independence period. NSS volunteers took Unity Walk from college campus to Greamspet junction. Dr. N.Ramamurthy, NSS volunteers actively participated in National Unity Day Programme.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">AWARENESS PROGRAMME ON NEW VOTER ENROLLMENT PROCESS (11-11-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">On 23rd November, NSS and NCC units of PVKN Govt. College (A), Chittoor organized conducted an awareness programme on the “New Voter Enrollment Process” in the Virtual classroom of the college in order to help staff and students understand the immense need for voting and understanding social responsibility. Dr. G. Ananda Reddy, Principal addressed the mentors and motivated them towards 100% voter enrollment in their respective wards through online mode. </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. C. Renuka, RDO, Chittoor stated that eligible young voters in the age group (18-19 years) are not registering and participating in the democratic process. She added that the teachers should sensitize them about the importance of participating in the electoral process. Smt. D. Parvathi, MRO, Chittoor and Sri Soundarajan, ASO explained the process of new voter enrollment process through the app “Voter Helpline” and through the website www.nvsp.in to the mentors of the college. The mentors in turn explained the process of voter registration to their mentees and completed the voter enrollment process. Almost 850 students are newly enrolled in the voting process.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. P. Bhanuprakash and Dr. N. Ramamurthy-NSS Programme officers, Lt. A. Ramesh-NCC officer, Teaching staff and NSS volunteers have been actively involved in the “New Voter Enrollment Process” awareness campaign.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">(Dr. G. Ananda Reddy, Principal addressed the mentors to get 100% voter enrollment in their respective wards)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">\\</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><br />\r\n </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">NATIONAL EDUCATION DAY (11-11-2022)</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"> </span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">On 11th November, NSS units of PVKN Govt. College (A), Chittoor celebrated “National Education Day” in the auditorium of the college to commemorate the birth anniversary of India's first Education Minister Maulana AbulKalam Azad.</span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\">Dr. G. Ananda Reddy, Princ</'),(4,'Health Center/First Aid Center','health-center-first-aid-center','<p style=\"text-align: justify;\">\r\n <span style=\"color:#00f;\"><span style=\"font-size:16px;\">"The Health Club promotes holistic well-being and fitness among students, staff, and faculty. Our mission is to foster a healthy and active campus community. The club offers yoga, meditation, and aerobics sessions, as well as sports and recreational activities. We also organize workshops, seminars, and awareness programs on nutrition, mental health, and stress management. By prioritizing physical and mental well-being, the Health Club supports the overall development of our institution's community."</span></span></p>\r\n'),(6,'Women Empowerment Cell','women-empowerment-cell','<p align=\"center\">\r\n <a href=\"/userfiles/PROFILE WEC.pdf\">PROFILE OF THE WOMEN EMPOWERMENT CELL </a></p>\r\n'),(7,'Career Guidance Cell','career-guidance-cell','<p style=\"text-align: justify;\">\r\n <span style=\"font-family:arial,helvetica,sans-serif;\"><span style=\"font-size:16px;\"><span style=\"color:#0000cd;\">"The Career Guidance Cell (CGC) aims to empower students with necessary skills, knowledge, and networking opportunities to achieve their career aspirations. The cell provides comprehensive guidance and support to students in choosing a suitable career path. Our team conducts workshops, seminars, and one-on-one counseling sessions to enhance employability skills. We also facilitate campus placements, internships, and industry interactions. By fostering strong industry-institution linkages, the CGC enables students to transition smoothly into the world of work."</span></span></span></p>\r\n'),(8,'Grievances and Redressal Cell','grievances-and-redressal-cell','<p align=\"center\">\r\n <a href=\"/userfiles/Grience cell.pdf\">/userfiles/Grience cell.pdf<br />\r\n </a></p>\r\n'),(9,'Anti Ragging Cell','anti-ragging-cell','<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></div>\r\n<div id=\"cke_pastebin\" style=\"text-align: justify;\">\r\n <span style=\"font-size:16px;\"><span style=\"color:#00f;\">"Our college's Anti-Ragging Cell is committed to preventing and addressing ragging incidents on campus. We ensure a safe and welcoming environment for all students, fostering a culture of respect and inclusivity. The cell comprises faculty members, students, and administrative staff who work together to monitor and prevent ragging. We organize awareness programs, workshops, and counseling sessions to promote healthy interactions among students. By taking proactive measures, we strive to maintain a ragging-free campus."</span></span></div>\r\n'),(10,'GYM and Sports Center','gym-and-sports-center','<p>\r\n The Department of Physical Education of P.V.K.N Govt college(A)is established in 1961 and is dedicated to the comprehensive development of students through engagement in physical activities and sports. Its objectives include encouraging regular physical activity to maintain and improve health, providing training and facilities to develop skills in various sports, and organizing inter-collegiate and intra-collegiate sports events to foster a competitive spirit.</p>'),(11,'Cultural Club','cultural-club','<p style=\"text-align: justify;\">\r\n <span style=\"font-size:26px;\"><span style=\"color:#f00;\"><br />\r\n </span></span></p>\r\n<p style=\"text-align: center;\">\r\n <span style=\"color:#008000;\"><span style=\"font-size:26px;\">COLLEGE CULTURAL CLUB</span></span></p>\r\n<p style=\"text-align: justify;\">\r\n <span style=\"font-size:26px;\"><span style=\"color:#f00;\">"Our college's Cultural Club is a vibrant platform for students to express their creativity and showcase their talents. The club promotes cultural diversity and inclusivity, fostering a sense of community among students. Through various events and activities, we aim to preserve and promote India's rich cultural heritage. Our club provides opportunities for students to develop their skills in music, dance, theater, and other art forms. We organize cultural festivals, competitions, and workshops, encouraging students to participate and showcase their talents. By promoting cultural awareness and appreciation, we strive to create a holistic and inclusive learning environment."</span></span></p>\r\n'),(12,'DRC','drc','<div style=\"text-align: center;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#a52a2a;\">DISTRICT RESOURCE CENTRE (DRC) - CHITTOOR</span></span></div>\r\n<div style=\"text-align: center;\">\r\n <span style=\"font-size:20px;\"><span style=\"color:#a52a2a;\"><br />\r\n </span></span></div>\r\n<div id=\"cke_pastebin\">\r\n <em><span style=\"font-size:12px;\"><span style=\"color:#00f;\">Government Degree Colleges are spread across the state in all the districts. Most of them are located in urban areas. They mostly serve students from poor and underprivileged sections of the society. The students of colleges located in rural areas face disadvantages like infrastructural and teacher shortages, lack of exposure to modern educational atmosphere and inadequate background support.</span></span></em></div>\r\n<div id=\"cke_pastebin\">\r\n <em><span style=\"font-size:12px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></em></div>\r\n<div id=\"cke_pastebin\">\r\n <em><span style=\"font-size:12px;\"><span style=\"color:#00f;\">They need additional support. Although each district has about 9 to 12 Government Degree Colleges and they are working as total individual entities so far. Pooling and sharing of resources will benefit students of all colleges especially rural colleges. </span></span></em></div>\r\n<div id=\"cke_pastebin\">\r\n <em><span style=\"font-size:12px;\"><span style=\"color:#00f;\"><br />\r\n </span></span></em></div>\r\n<div id=\"cke_pastebin\">\r\n <em><span style=\"font-size:12px;\"><span style=\"color:#00f;\">The Government Degree Colleges in each district, therefore, were networked with a select government college in the district, called the District Resource Centre (DRC). Year long activities are planned and implemented by the colleges of the district under the DRC for the benefit of the students in the subject and in general areas. The DRCs are expected tentatively to compensate some of the disadvantages faced by the students of all colleges, especially in the rural colleges.</span></span></em></div>\r\n'),(14,'Scholarship','scholarship',''),(16,'Red Ribbon Club (RRC)','red-ribbon-club-rrc-','<p style=\"text-align: justify;\">\r\n <span style=\"color:#0000cd;\"><span style=\"background-color:#f0fff0;\"><span style=\"font-size:16px;\">"The Red Ribbon Club of our college aims to create awareness about HIV/AIDS and promote healthy lifestyles among students. We organize workshops, seminars, and rallies to educate students about the prevention and control of HIV/AIDS. Our club also provides a platform for students to engage in community service and volunteer work. We collaborate with local NGOs and healthcare organizations to promote blood donation and other health initiatives. By empowering students with knowledge and skills, we strive to create a healthy and responsible community."</span></span></span></p>\r\n'),(17,'Consumer Club','consumer-club','<p>\r\n <img alt=\"\" src=\"/userfiles/National consumer\'s Day report 24-12-2024 - Copy_1.jpg\" style=\"width: 800px; height: 1000px;\" /><img alt=\"\" src=\"/userfiles/National consumer\'s Day report 24-12-2024 - Copy_2.jpg\" style=\"width: 800px; height: 1000px;\" /><img alt=\"\" src=\"/userfiles/National consumer\'s Day report 24-12-2024 - Copy_3.jpg\" style=\"width: 800px; height: 1000px;\" /><img alt=\"\" src=\"/userfiles/National consumer\'s Day report 24-12-2024 - Copy_4.jpg\" style=\"width: 800px; height: 1000px;\" /><img alt=\"\" src=\"/userfiles/National consumer\'s Day report 24-12-2024 - Copy_5.jpg\" style=\"width: 800px; height: 1000px;\" /></p>\r\n'),(19,'ELC Club','elc-club','<h3>\r\n </h3>\r\n<h1 style=\"text-align: center;\">\r\n <strong><span style=\"color:#f00;\"><span style=\"font-size:20px;\"><span style=\"font-family: "comic sans ms", cursive;\">Electoral Literacy Club (ELC)</span></span></span></strong></h1>\r\n<h3>\r\n <span style=\"font-size:16px;\"><span style=\"font-family:comic sans ms,cursive;\"><span style=\"color:#00f;\">PVKN Government College(A) in Chittoor has an Electoral Literacy Club (ELC). This club is dedicated to educating students about the importance of voting and the electoral process. It is led by a faculty member from the Political Science department and includes student representatives from various academic fields.</span></span></span></h3>\r\n');
/*!40000 ALTER TABLE `support_services` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `videos`
--
DROP TABLE IF EXISTS `videos`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `videos` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
`video` varchar(225) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `videos`
--
LOCK TABLES `videos` WRITE;
/*!40000 ALTER TABLE `videos` DISABLE KEYS */;
INSERT INTO `videos` VALUES (2,'PVKN Govt. College (A) 2nd Graduation Day -2024','https://www.youtube.com/watch?v=ZxsK89Yb7rY'),(4,'Sankranti Sambharalu Students Pvkn college','https://youtu.be/hzSimmOpFwM?si=CB7r4bF3-efZELgQ'),(5,'PVKN COLLEGE STUDENTS DANCE VIDEO','https://youtu.be/p4WYP225NcM?si=lntv90j8sRUwEyfo'),(6,'Memories of PVKN','https://youtube.com/shorts/uibAG8QMrFI?si=vKjDQgUbIqPJSlzZ'),(7,'కలెకà±à°Ÿà°°à±‡à°Ÿà±â€Œà°²à±‹ à°à°•à±à°¤à°¾ దివసౠరà±à°¯à°¾à°²à±€','https://way2.co/MTQ0OTg2NzY=_lng1/-1'),(8,'à°šà°¿à°¤à±à°¤à±‚à°°à±: బాలà±à°¯ వివాహ నిరà±à°®à±‚లనపై PVKN కళాశాలలో విదà±à°¯à°¾à°°à±à°¥à±à°²à°•ౠఅవగాహన à°•à°²à±à°ªà°¿à°‚à°šà°¿à°¨ à°Žà°¨à±à°œà±€à°“ ','https://public.app/video/sp_ctonj6wghge8k?utm_medium=android&utm_source=share'),(9,'PVKN COLLEGE YOUTUBE VIDEOS','https://youtu.be/XC_k0Ylwlg0?si=AbMX8DVIHpnXH0yj'),(10,'à°šà°¿à°¤à±à°¤à±‚రౠనగరంలోని పీవీకేఎనౠపà±à°°à°à±à°¤à±à°µ à°¡à°¿à°—à±à°°à±€ కళాశాలకౠవిదà±à°¯à°¾à°ªà°°à°‚à°—à°¾ ISO à°¸à±à°Ÿà°¾à°‚à°¡à°°à±à°¡à± అవా','https://youtu.be/auilfVqANT4?si=GZL5BePKNrbgvclZ'),(11,'à°šà°¿à°¤à±à°¤à±‚రౠగిరింపేట PVKN à°ªà±à°°à°à±à°¤à±à°µ à°¡à°¿à°—à±à°°à±€ కళాశాలలో ఈనెల20వతేదీన 2à°µ à°¸à±à°¨à°¾à°¤à°•ోతà±à°¸à°µà°‚.à°ªà±à°°à°¿à°¨à±à°¸à°¿à°','https://youtu.be/W9yGTNKJQzU?si=NYBPbHG-KR0c-2t-'),(12,'pvkn college INDEPENDENCE DAY FEST | #Pvkn college, chittoor |','https://youtu.be/NW5qe5Eto1k?si=O9rQ62KiWct0kFh8'),(13,'Pvkn college','https://youtu.be/FeFaMLoYoT0?si=l8ZM7_gSg3CMj4Ln'),(14,'#PVKN DEGREE COLLEGE #CHITTOOR.','https://youtu.be/uP6qHV54ECo?si=cK9XMifHPmaLiEyF'),(15,'NCC P.V.K.N GOVT.COLLEGE.CHITTOOR','https://youtu.be/YDtAhqvAMF4?si=1_1XN-4QErHmQCT3'),(16,'NSS SPECIAL CAMP- PVKN GOVT COLLEGE-CHITTOOR- 2021-22','https://youtu.be/VHL0djRRZDI?si=gKkeTNFvABE4gWd0');
/*!40000 ALTER TABLE `videos` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-04-28 8:02:10