HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/Backup/sbc_back/mysql/sbsc_admin_portal.sql
-- MySQL dump 10.13  Distrib 5.7.23-23, for Linux (x86_64)
--
-- Host: localhost    Database: sbsc_admin_portal
-- ------------------------------------------------------
-- Server version	5.7.23-23

/*!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 */;
/*!40101 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 */;
/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;

--
-- Current Database: `sbsc_admin_portal`
--


--
-- Table structure for table `academic`
--

DROP TABLE IF EXISTS `academic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `academic` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(350) NOT NULL,
  `image` varchar(150) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `academic`
--

LOCK TABLES `academic` WRITE;
/*!40000 ALTER TABLE `academic` DISABLE KEYS */;
INSERT INTO `academic` (`id`, `name`, `image`, `created_on`) VALUES (9,'22-06-2022','1663605509_academic_calander22-6-2022.jpeg','2022-09-19 22:08:29'),(10,'23-08-2022','1663605556_WhatsApp_Image_ac23-082022.jpeg','2022-09-19 22:09:16'),(11,'ACADEMIC CALENDAR 2022-23 FOR UNDERGRADUATE SEMESTER- I AND II','1670231975_sbsc_997.pdf','2022-12-05 14:49:35'),(12,'ACADEMIC CALENDAR 2022-23 FOR POSTGRADUATE SEMESTER- I AND II','1670232049_sbsc_998.pdf','2022-12-05 14:50:49');
/*!40000 ALTER TABLE `academic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category`
--

DROP TABLE IF EXISTS `category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `category` (
  `id` int(2) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!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` (`id`, `name`, `created_on`) VALUES (1,'News','2018-06-15 06:05:12');
/*!40000 ALTER TABLE `category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cutoff`
--

DROP TABLE IF EXISTS `cutoff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cutoff` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `year` varchar(10) NOT NULL,
  `name` varchar(500) NOT NULL,
  `image` varchar(500) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cutoff`
--

LOCK TABLES `cutoff` WRITE;
/*!40000 ALTER TABLE `cutoff` DISABLE KEYS */;
INSERT INTO `cutoff` (`id`, `year`, `name`, `image`, `status`, `created_on`) VALUES (6,'2020-21','First cut-off List','1602481338_1cut_off.pdf',1,'2020-10-12 11:12:18'),(7,'2020-21','SECOND CUT-OFF LIST','1603007022_Final-SBSC_Second-Cut-_Off-2020-21.pdf',1,'2020-10-18 13:13:42'),(8,'2020-21','THIRD CUT-OFF LIST','1603865464_Final_SBSC_Third_Cut_Off_2020-21.pdf',1,'2020-10-28 11:41:04'),(9,'2020-21','FOURTH CUT-OFF LIST','1604296191_Fourth_Cut_off.pdf',1,'2020-11-02 11:19:51'),(10,'2020-21','FIFTH CUT-OFF LIST','1604897826_SBSC__Fifth_Cut_Off_2020-21.pdf',1,'2020-11-09 10:27:06'),(11,'2021-22','First Cut Off for the UG Admission 2021-22','1636452390_First_Cut-off_2021-22.pdf',1,'2021-11-09 15:36:30'),(12,'2021-22','Second Cut Off for the UG Admission 2021-22','1636452442_Second_Cut-off_2021-22.pdf',1,'2021-11-09 15:37:22'),(13,'2021-22','Third Cut Off for the UG Admission 2021-22','1636452489_Third_Cut-off_2021-22.pdf',1,'2021-11-09 15:38:09'),(14,'2021-22','Fourth Cut Off for the UG Admission 2021-22','1636452562_Fourth_Cut-off_2021-22.pdf',1,'2021-11-09 15:39:22'),(15,'2021-22','Fifth Cut Off for the UG Admission 2021-22','1636452614_Fifth_Cut-off_2021-22.pdf',1,'2021-11-09 15:40:14'),(16,'2021-22','Special Cut Off for the UG Admission 2021-22','1636452677_Special_Cut-off_2021-22.pdf',1,'2021-11-09 15:41:17');
/*!40000 ALTER TABLE `cutoff` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `image`
--

DROP TABLE IF EXISTS `image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `image` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `category` varchar(350) NOT NULL,
  `image` varchar(350) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `image`
--

LOCK TABLES `image` WRITE;
/*!40000 ALTER TABLE `image` DISABLE KEYS */;
/*!40000 ALTER TABLE `image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `image_category`
--

DROP TABLE IF EXISTS `image_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `image_category` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image_title` varchar(350) NOT NULL,
  `image` varchar(250) NOT NULL,
  `description` text NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `image_category`
--

LOCK TABLES `image_category` WRITE;
/*!40000 ALTER TABLE `image_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `image_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `news`
--

DROP TABLE IF EXISTS `news`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(500) NOT NULL,
  `image` varchar(350) NOT NULL,
  `category` varchar(250) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_on` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1081 DEFAULT CHARSET=latin1;
/*!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` (`id`, `name`, `image`, `category`, `status`, `created_on`) VALUES (1,'STUDENT FEEDBACK FORM','1535351618_3c28e5fcd85e136854b59c60ede13cea.pdf','News',1,'2016-05-25 04:07:03'),(2,'SBSC SELF-STUDY REPORT (SSR-2016)','1535352282_SBSC-SELF-STUDY-REPORT-FINAL.pdf','News',1,'2016-06-12 02:59:19'),(3,'NOTIFICATION - ESTABLISHMENT OF SC/ST CELL TO ADDRESS THE GRIEVANCES OF SC/ST EMPLOYEE AND STUDENTS.','1535352453_d5cb6754d2af6f54c84f184864e1411d.pdf','News',1,'2016-10-19 02:00:12'),(12,'NOTICE FOR SC/ST STUDENTS - CASTE BASED DISCRIMINATION','1535354581_18655e361a1d48d20e543635676bfc0c.pdf','News',1,'2018-06-23 06:37:12'),(121,'NOTICE FOR STUDENTS REGARDING EDUCATIONAL VERIFICATION','1547530724_Educational_Verification_Order_and_Form.pdf','News',1,'2019-01-15 11:08:44'),(145,'Office Order regarding appointment of Nodal Officer (Admission)','1555053962_Dr._SUNEEL_KUMAR_KASHYAP.pdf','News',1,'2019-04-12 12:56:02'),(146,'Office Order regarding appointment of Liaison Officer for Economically Weaker Sections (EWS)','1555054051_Dr._Kul_Anand_Sharma.pdf','News',1,'2019-04-12 12:57:31'),(175,'SECOND ADMISSION LIST ON THE BASIS OF SPORTS 2019-20','1563800986_Sports_List_2nd_Admission.pdf','News',1,'2019-07-22 18:39:46'),(178,'STATUS OF VACANT SEATS UNDER SPORTS CATEGORY AFTER 2ND CUT-OFF ','1564055565_SPORTS_LIST.pdf','News',1,'2019-07-25 17:22:45'),(182,'Comments/ Suggestions on Draft Reservation Roster for Teaching w.e.f. 2019','1564571753_Draft_Reservation_Roster-Teaching.pdf','News',1,'2019-07-31 16:45:53'),(195,'Notice- Submission of Annual Admission fees for B.Com. (H) 3rd Year','1565689684_Annual_Fees.pdf','News',1,'2019-08-13 15:18:04'),(199,'Notice- Submission of Annual Admission fees for B.Com. (H) 2nd Year','1566368425_Annual_Fees_Notice.pdf','News',1,'2019-08-21 11:50:25'),(203,'Notice- Submission of Annual Admission fees for B.Com. (H) 2nd and 3rd Year','1566884548_Admission_Fee_Notice.pdf','News',1,'2019-08-27 11:12:28'),(205,'Appointment of Nodal Officer for various Scholarship Schemes','1569493156_Notice_new.pdf','News',1,'2019-08-29 12:52:59'),(208,'M.COM. SEMESTER I TIME TABLE 2019-20','1567760517_M.Com_I_Sem.pdf','News',1,'2019-09-06 14:31:57'),(209,'M.COM. SEMESTER III TIME TABLE 2019-20','1567760572_M.Com_III_Sem.pdf','News',1,'2019-09-06 14:32:52'),(210,'NOTICE- STUDENTS AID FUND 2019-20','1567760856_Student_Aid_Fund_(2019-20).pdf','News',1,'2019-09-06 14:37:36'),(222,'RESULT OF STUDENTS UNION ELECTION 2019-20','1568380618_Scan_13-Sep-2019.pdf','News',1,'2019-09-13 18:46:58'),(225,'NOTICE- LIST OF STUDENTS HAVING ZERO ATTENDANCE','1569233699_Zero_Attendance_List.pdf','News',1,'2019-09-23 15:44:59'),(228,'NOTICE- REG. FILLING OF EXAM FORMS FOR B.A.(P), B.COM.(P), B.A.(H) ALL COURSES AND B.Sc.(H) MATHS','1569493819_Exam_Form.pdf','News',1,'2019-09-26 16:00:19'),(233,'NOTICE: FOR SC,ST,OBC & EWS STUDENTS (SEMESTER-I)','1570178316_Notice.pdf','News',1,'2019-10-04 14:08:36'),(239,'EXAM FEE NOTICE FOR B.COM. (HONS.) SEMESTER-I,III & V (Reminder-I)','1571287568_Exam.pdf','News',1,'2019-10-17 10:16:08'),(241,'Practical Examination, Computer Applications in Business, B.Com. (P), 2nd Year (Semester-III)','1573105037_Notice.pdf','News',1,'2019-11-07 11:07:17'),(242,'NOTICE: GE Option Form for Even Semester (January,2020 session)','1573203347_Ge.pdf','News',1,'2019-11-08 14:25:47'),(243,'Practical Examination, Income Tax, B.Com. (P) and B.Com. (H), Semester-III','1573204466_Practical.pdf','News',1,'2019-11-08 14:44:26'),(245,'SEATING PLAN FOR FINANCIAL ACCOUNTING PRACTICAL EXAMINATION [B.COM.(HONS.)]','1573810858_B.Com._(H).pdf','News',1,'2019-11-15 15:10:58'),(246,'SEATING PLAN FOR FINANCIAL ACCOUNTING PRACTICAL EXAMINATION [B.COM.(PROG.)]','1573810891_B.Com._(P).pdf','News',1,'2019-11-15 15:11:31'),(247,'SEATING PLAN FOR INCOME TAX PRACTICAL EXAMINATION [B.COM.(PROG.) SEM-III]','1573817881_B.Com._(P).pdf','News',1,'2019-11-15 17:08:01'),(248,'SEATING PLAN FOR INCOME TAX PRACTICAL EXAMINATION [B.COM.(HONS.) SEM-III]','1573817946_B.Com._(H).pdf','News',1,'2019-11-15 17:09:06'),(249,'NOTICE: ISSUE OF ADMIT CARD FOR B.A.(H)/B.A.(P)/B.Sc.(H)/B.COM.(P)','1574059709_Notice_1.pdf','News',1,'2019-11-18 12:18:29'),(250,'NOTICE: ISSUE OF ADMIT CARD FOR B.COM. (H)','1574059773_Notice_2.pdf','News',1,'2019-11-18 12:19:33'),(251,'NOTICE- Practical Re-Examination of \"Computer Applications in Business\", B.Com.(P), Semester-III','1574679228_Practical.pdf','News',1,'2019-11-25 16:23:48'),(254,'Internal Assessment Awards - B.A. (H) Economics 3rd Year','1575538770_B.A._(H)_Economics_3rd_Year.pdf','News',1,'2019-12-05 15:09:30'),(255,'Internal Assessment Awards - B.A. (H) English 1st Year','1575538807_B.A._(H)_English_1st_Year.pdf','News',1,'2019-12-05 15:10:07'),(265,'Internal Assessment Awards - B.A. (H) History 2nd Year','1575539119_B.A._(H)_History_2nd_Year.pdf','News',1,'2019-12-05 15:15:19'),(266,'Internal Assessment Awards - B.A. (H) History 3rd Year','1575539153_B.A._(H)_History_3rd_Year.pdf','News',1,'2019-12-05 15:15:53'),(267,'Internal Assessment Awards - B.A. (H) Pol. Science 1st Year','1575539175_B.A._(H)_Pol._Science_1st_Year.pdf','News',1,'2019-12-05 15:16:15'),(268,'Internal Assessment Awards - B.A. (H) Pol. Science 3rd Year','1575539197_B.A._(H)_Pol._Science_3rd_Year.pdf','News',1,'2019-12-05 15:16:37'),(269,'Internal Assessment Awards - B.A. (H) Pol. Science 2nd Year','1575539267_B.A._(H)_Pol._Science_2nd_Year.pdf','News',1,'2019-12-05 15:17:47'),(273,'Internal Assessment Awards - B.A. (P) 1st Year','1575539356_B.A._(P)_1st_Year.pdf','News',1,'2019-12-05 15:19:16'),(274,'Internal Assessment Awards - B.A. (P) 2nd Year','1575539378_B.A._(P)_2nd_Year.pdf','News',1,'2019-12-05 15:19:38'),(275,'Internal Assessment Awards - B.A. (P) 3rd Year','1575539405_B.A._(P)_3rd_Year.pdf','News',1,'2019-12-05 15:20:05'),(276,'Internal Assessment Awards - B.Com. (P) 1st Year','1575539443_B.Com._(P)_1st_Year.pdf','News',1,'2019-12-05 15:20:43'),(277,'Internal Assessment Awards - B.Com. (P) 2nd Year','1575539468_B.Com._(P)_2nd_Year.pdf','News',1,'2019-12-05 15:21:08'),(279,'Internal Assessment Awards - B.Com. (H) 1st Year','1575539567_B.Com._(H)_1st_Year.pdf','News',1,'2019-12-05 15:22:47'),(283,'NOTICE- REGARDING INTERNAL ASSESSMENT (SEMESTER-I/III/V, 2019-20)','1575540767_Notice-_Internal_Assessment.pdf','News',1,'2019-12-05 15:42:47'),(284,'Section List: B.Com. (H) Semester-II','1578046537_B.Com.(H)_Sem-II.pdf','News',1,'2020-01-03 15:45:37'),(285,'Section List: B.Com. (H) Semester-IV','1578046564_B.Com._(H)_Sem-IV.pdf','News',1,'2020-01-03 15:46:04'),(286,'Section List: B.Com. (H) Semester-VI','1578046585_B.Com.(H)_Sem-VI.pdf','News',1,'2020-01-03 15:46:25'),(287,'B.Com. (Hons.) Time Table Semester-II,IV,VI , 2019-20','1578305830_B.Com._(Hons.)_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:47:10'),(288,'B.Com. (Prog.) Time Table Semester-II,IV,VI , 2019-20.docx','1578305852_B.Com._(Prog.)_Time_Table_Semester-II,IV,VI_,_2019-20.docx.pdf','News',1,'2020-01-06 15:47:32'),(289,'B.A. (H) Economics Time Table Semester-II,IV,VI , 2019-20','1578305930_B.A._(H)_Economics_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:48:50'),(290,'B.A. (H) English Time Table Semester-II,IV,VI , 2019-20','1578305958_B.A._(H)_English_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:49:18'),(291,'B.A. (H) Geography Time Table Semester-II,IV,VI , 2019-20','1578305984_B.A._(H)_Geography_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:49:44'),(292,'B.A. (H) Hindi Time Table Semester-II,IV,VI , 2019-20','1578306009_B.A._(H)_Hindi_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:50:09'),(293,'B.A. (H) History Time Table Semester-II,IV,VI , 2019-20','1578306034_B.A._(H)_History_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:50:34'),(294,'B.A. (Hons.) Pol. Science Time Table Semester-II,IV,VI , 2019-20','1578306057_B.A._(Hons.)_Pol._Science_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:50:57'),(295,'B.Sc. (H) Maths Time Table Semester-II,IV,VI , 2019-20','1578306084_B.Sc._(H)_Maths_Time_Table_Semester-II,IV,VI_,_2019-20.pdf','News',1,'2020-01-06 15:51:24'),(296,'Section List: B.Com. (P) Semester-II','1578308901_B.Com._(P)_Sem-II.pdf','News',1,'2020-01-06 16:38:21'),(297,'Section List: B.Com. (P) Semester-IV','1578308929_B.Com._(P)_Sem-IV.pdf','News',1,'2020-01-06 16:38:49'),(298,'Section List: B.Com. (P) Semester-VI','1578308967_B.Com._(P)_Sem-VI.pdf','News',1,'2020-01-06 16:39:27'),(299,'Notice: Applications are invited for appointment of Research Assistant for ICSSR Research Project','1578391369_Notice.pdf','News',1,'2020-01-07 15:28:07'),(300,'NOTICE- STUDENTS\' AID FUND 2019-20','1578633844_Student_Aid.pdf','News',1,'2020-01-10 10:54:04'),(301,'Notice: Applications are invited for the post of Research Assistant for ICSSR Research Project on \"Social Media: Developing ethics and protocol\"','1579502549_Research_Assistant.pdf','News',1,'2020-01-20 12:12:29'),(302,'B.A. (Prog.) Time Table Semester-II,IV,VI, 2019-20','1579856733_B.A._(P).pdf','News',1,'2020-01-24 14:35:33'),(303,'EVS Time Table Semester-II,IV,VI , 2019-20','1580277624_EVS.pdf','News',1,'2020-01-24 14:36:24'),(304,'EXAM FEE NOTICE FOR B.COM. (HONS.) SEMESTER-II,IV & VI','1580877351_Exam_Fees.pdf','News',1,'2020-02-05 10:05:51'),(310,'NOTICE - APPOINTMENT OF GUEST FACULTY IN HISTORY DEPARTMENT','1584098794_History_Appointment_Guest.pdf','News',1,'2020-03-13 16:56:34'),(311,'IMPORTANT NOTICE FOR TEACHERS AND STUDENTS IN THE LIGHT OF UNIVERSITY PRESS RELEASE DATED 12-03-2020','1584360083_IMPORTANT_NOTICE_FOR_STUDENTS.pdf','News',1,'2020-03-16 17:31:23'),(312,'IMPORTANT NOTICE FOR STAFF AND STUDENTS ','1584691302_NOTICE_FOR_WEBSITE_20-03-2020_0001.pdf','News',1,'2020-03-20 13:31:42'),(315,'INVITING PROPOSALS FOR WEB BASED IT SOLUTIONS, COMPUTER  SOFTWARE, FILM MAKING (SHORT VIDEOS) AND RELATED ACTIVITIES','1585040955_Final_Invitiing_Proposal_for_IT.pdf','News',1,'2020-03-24 14:39:15'),(316,'OFFICE ORDER TO EXTEND CLOSURE OF COLLEGE DUE TO COVID -19 TILL 14 APRIL, 2020','1585732775_Officer_order.pdf','News',1,'2020-04-01 14:49:35'),(318,'TIPS TO MANAGE QUARANTINE AND BUILD MEMORIES','1586239427_Tips_to_manage_quarantine.pdf','News',1,'2020-04-07 11:33:47'),(319,'NOTICE- POSTPONEMENT OF UNIVERSITY EXAMINATIONS','1586522187_pdfjoiner.pdf','News',1,'2020-04-10 18:06:27'),(320,'NOTICE- REGARDING AAROGYA SETU APP','1586598277_New_Microsoft_Office_Word_Document-converted.pdf','News',1,'2020-04-11 15:14:37'),(321,'NOTIFICATION - ONLINE COUNSELLING HELPLINE COMMITTEE	','1586768712_NOTIFICATION.pdf','News',1,'2020-04-13 14:35:12'),(322,'NOTICE FOR STUDENTS REGARDING ONLINE FILLING THE EXAMINATION FORMS','1587620916_Notice_for_Students_3.pdf','News',1,'2020-04-23 10:05:01'),(323,'NOTICE FOR STUDENTS REGARDING SUBMISSION OF EXAMINATION FEES','1588999259_Revised-Fee_Notice.pdf','News',1,'2020-05-09 10:10:59'),(324,'University Notification for Revaluation and Rechecking','1589280390_Revaluation-Notification.pdf','News',1,'2020-05-12 16:16:30'),(325,'NOTICE- REGARDING EXAM FEE','1589298919_EXAM_FEE_NOTICE.pdf','News',1,'2020-05-12 19:41:28'),(326,'NOTICE FOR STUDENTS REGARDING EXAMINATION FEES.','1589347461_EXAM_FEE_NOTICE.pdf','News',1,'2020-05-13 10:54:21'),(327,'NOTICE- REGARDING INTERNAL ASSESSMENT AND PRACTICALS','1589464290_Notice.pdf','News',1,'2020-05-14 19:21:30'),(329,'Schedule for Special Online Classes (Department of Economics)','1589788079_Economics.pdf','News',1,'2020-05-18 13:17:59'),(330,'Schedule for Special Online Classes (Department of English)','1589788154_English.pdf','News',1,'2020-05-18 13:19:14'),(331,'Schedule for Special Online Classes (Department of History)','1589788186_History.pdf','News',1,'2020-05-18 13:19:46'),(332,'Schedule for Special Online Classes (Department of Mathematics)','1589788211_Mathematics.pdf','News',1,'2020-05-18 13:20:11'),(333,'Schedule for Special Online Classes (Department of Political Science)','1589788236_Political_Science.pdf','News',1,'2020-05-18 13:20:36'),(334,'DU VC Appeal to contribute to the PM CARES Fund','1590143276_DU_VC_Appeal_to_contribute_to_the_PM_CARES_Fund.pdf','News',1,'2020-05-22 15:57:56'),(335,'NOTICE - Regarding Practical Examination of B.Sc (H) Mathematics, Semester-VI ','1591173460_New_Doc_06-03-2020_13.46.16.pdf','News',1,'2020-06-03 14:07:40'),(336,'Internal Assessment Awards - B.A. (Hons.) Economics 1st Year','1591871437_B.A._(Hons.)_Economics_1st_Year.pdf','News',1,'2020-06-11 16:00:37'),(337,'Internal Assessment Awards - B.A. (Hons.) Economics 2nd Year','1591871461_B.A._(Hons.)_Economics_2nd_Year.pdf','News',1,'2020-06-11 16:01:01'),(338,'Internal Assessment Awards - B.A. (Hons.) Economics 3rd Year','1591871488_B.A._(Hons.)_Economics_3rd_Year.pdf','News',1,'2020-06-11 16:01:28'),(339,'Internal Assessment Awards - B.A. (Hons.) English 1st Year','1591871514_B.A._(Hons.)_English_1st_Year.pdf','News',1,'2020-06-11 16:01:54'),(340,'Internal Assessment Awards - B.A. (Hons.) English 2nd Year','1591871534_B.A._(Hons.)_English_2nd_Year.pdf','News',1,'2020-06-11 16:02:14'),(341,'Internal Assessment Awards - B.A. (Hons.) English 3rd Year','1591871553_B.A._(Hons.)_English_3rd_Year.pdf','News',1,'2020-06-11 16:02:33'),(342,'Internal Assessment Awards - B.A. (Hons.) Geography 1st Year','1591871611_B.A._(Hons.)_Geography_1st_Year.pdf','News',1,'2020-06-11 16:03:31'),(343,'Internal Assessment Awards - B.A. (Hons.) Geography 2nd Year','1591871638_B.A._(Hons.)_Geography_2nd_Year.pdf','News',1,'2020-06-11 16:03:58'),(344,'Internal Assessment Awards - B.A. (Hons.) Geography 3rd Year','1591871660_B.A._(Hons.)_Geography_3rd_Year.pdf','News',1,'2020-06-11 16:04:20'),(345,'Internal Assessment Awards - B.A. (Hons.) Hindi 1st Year','1591871715_B.A._(Hons.)_Hindi_1st_Year.pdf','News',1,'2020-06-11 16:05:15'),(346,'Internal Assessment Awards - B.A. (Hons.) Hindi 2nd Year','1591871746_B.A._(Hons.)_Hindi_2nd_Year.pdf','News',1,'2020-06-11 16:05:46'),(347,'Internal Assessment Awards - B.A. (Hons.) Hindi 3rd Year','1591871767_B.A._(Hons.)_Hindi_3rd_Year.pdf','News',1,'2020-06-11 16:06:07'),(348,'Internal Assessment Awards - B.A. (Hons.) History 1st Year','1591871796_B.A._(Hons.)_History_1st_Year.pdf','News',1,'2020-06-11 16:06:36'),(349,'Internal Assessment Awards - B.A. (Hons.) History 2nd Year','1591871834_B.A._(Hons.)_History_2nd_Year.pdf','News',1,'2020-06-11 16:07:14'),(350,'Internal Assessment Awards - B.A. (Hons.) History 3rd Year','1591871860_B.A._(Hons.)_History_3rd_Year.pdf','News',1,'2020-06-11 16:07:40'),(351,'Internal Assessment Awards - B.A. (Hons.) Political Science 1st Year','1591871889_B.A._(Hons.)_Political_Science_1st_Year.pdf','News',1,'2020-06-11 16:08:09'),(352,'Internal Assessment Awards - B.A. (Hons.) Political Science 2nd Year','1591871913_B.A._(Hons.)_Political_Science_2nd_Year.pdf','News',1,'2020-06-11 16:08:33'),(353,'Internal Assessment Awards - B.A. (Hons.) Political Science 3rd Year','1591871935_B.A._(Hons.)_Political_Science_3rd_Year.pdf','News',1,'2020-06-11 16:08:55'),(354,'Internal Assessment Awards - B.Sc. (Hons.) Mathematics 1st Year','1591871980_B.Sc._(Hons.)_Mathematics_1st_Year.pdf','News',1,'2020-06-11 16:09:40'),(355,'Internal Assessment Awards - B.Sc. (Hons.) Mathematics 2nd Year','1591872001_B.Sc._(Hons.)_Mathematics_2nd_Year.pdf','News',1,'2020-06-11 16:10:01'),(356,'Internal Assessment Awards - B.Sc. (Hons.) Mathematics 3rd Year','1591872021_B.Sc._(Hons.)_Mathematics_3rd_Year.pdf','News',1,'2020-06-11 16:10:21'),(357,'Internal Assessment Awards - B.A. (Prog.) 1st Year','1591872100_B.A._(Prog.)_1st_Year.pdf','News',1,'2020-06-11 16:11:40'),(358,'Internal Assessment Awards - B.A. (Prog.) 2nd Year','1591872127_B.A._(Prog.)_2nd_Year.pdf','News',1,'2020-06-11 16:12:07'),(359,'Internal Assessment Awards - B.A. (Prog.) 3rd Year','1591872150_B.A._(Prog.)_3rd_Year.pdf','News',1,'2020-06-11 16:12:30'),(360,'Internal Assessment Awards - B.Com. 1st Year','1591872179_B.Com._1st_Year.pdf','News',1,'2020-06-11 16:12:59'),(361,'Internal Assessment Awards - B.Com. 2nd Year','1591872212_B.Com._2nd_Year.pdf','News',1,'2020-06-11 16:13:32'),(362,'Internal Assessment Awards - B.Com. 3rd Year','1591872232_B.Com._3rd_Year.pdf','News',1,'2020-06-11 16:13:52'),(363,'Internal Assessment Awards - B.Com. (Hons.) 1st Year','1591872268_B.Com._(Hons.)_1st_Year.pdf','News',1,'2020-06-11 16:14:28'),(364,'Internal Assessment Awards - B.Com. (Hons.) 2nd Year','1591872301_B.Com._(Hons.)_2nd_Year.pdf','News',1,'2020-06-11 16:15:01'),(365,'Internal Assessment Awards - B.Com. (Hons.) 3rd Year (Revised List)','1609079001_B.Com._(Hons.)_3rd_Year_(Revised).pdf','News',1,'2020-06-11 16:15:22'),(366,'NOTICE - Regarding Internal Assessment Marks','1591872528_Notice.pdf','News',1,'2020-06-11 16:18:48'),(367,'Final Internal Assessment Awards - B.A. (Hons.) Economics 1st Year','1592649841_B.A._(H)_Economics_1st_Year.pdf','News',1,'2020-06-20 16:14:01'),(368,'Final Internal Assessment Awards - B.A. (Hons.) Economics 2nd Year','1592649873_B.A._(H)_Economics_2nd_Year.pdf','News',1,'2020-06-20 16:14:33'),(369,'Final Internal Assessment Awards - B.A. (Hons.) Economics 3rd Year','1592649901_B.A._(H)_Economics_3rd_Year.pdf','News',1,'2020-06-20 16:15:01'),(370,'Final Internal Assessment Awards - B.A. (Hons.) English 1st Year','1592649925_B.A._(H)_English_1st_Year.pdf','News',1,'2020-06-20 16:15:25'),(371,'Final Internal Assessment Awards - B.A. (Hons.) English 2nd Year','1592649949_B.A._(H)_English_2nd_Year.pdf','News',1,'2020-06-20 16:15:49'),(372,'Final Internal Assessment Awards - B.A. (Hons.) English 3rd Year','1592649993_B.A._(H)_English_3rd_Year.pdf','News',1,'2020-06-20 16:16:33'),(373,'Final Internal Assessment Awards - B.A. (Hons.) Geography 1st Year','1592650036_B.A._(H)_Geography_1st_Year.pdf','News',1,'2020-06-20 16:17:16'),(374,'Final Internal Assessment Awards - B.A. (Hons.) Geography 2nd Year','1592650066_B.A._(H)_Geography_2nd_Year.pdf','News',1,'2020-06-20 16:17:46'),(375,'Final Internal Assessment Awards - B.A. (Hons.) Geography 3rd Year','1592650087_B.A._(H)_Geography_3rd_Year.pdf','News',1,'2020-06-20 16:18:07'),(376,'Final Internal Assessment Awards - B.A. (Hons.) Hindi 1st Year','1592650110_B.A._(H)_Hindi_1st_Year.pdf','News',1,'2020-06-20 16:18:30'),(377,'Final Internal Assessment Awards - B.A. (Hons.) Hindi 2nd Year','1592650134_B.A._(H)_Hindi_2nd_Year.pdf','News',1,'2020-06-20 16:18:54'),(378,'Final Internal Assessment Awards - B.A. (Hons.) Hindi 3rd Year','1592650152_B.A._(H)_Hindi_3rd_Year.pdf','News',1,'2020-06-20 16:19:12'),(379,'Final Internal Assessment Awards - B.A. (Hons.) History 1st Year','1592650179_B.A._(H)_History_1st_Year.pdf','News',1,'2020-06-20 16:19:39'),(380,'Final Internal Assessment Awards - B.A. (Hons.) History 2nd Year','1592650201_B.A._(H)_History_2nd_Year.pdf','News',1,'2020-06-20 16:20:01'),(381,'Final Internal Assessment Awards - B.A. (Hons.) History 3rd Year','1592650222_B.A._(H)_History_3rd_Year.pdf','News',1,'2020-06-20 16:20:22'),(382,'Final Internal Assessment Awards - B.A. (Hons.) Political Science 1st Year','1592650255_B.A._(H)_Pol._Science_1st_Year.pdf','News',1,'2020-06-20 16:20:55'),(383,'Final Internal Assessment Awards - B.A. (Hons.) Political Science 2nd Year','1592650298_B.A._(H)_Pol._Science_2nd_Year.pdf','News',1,'2020-06-20 16:21:38'),(384,'Final Internal Assessment Awards - B.A. (Hons.) Political Science 3rd Year','1592650705_B.A._(H)_Pol._Science_3rd_Year.pdf','News',1,'2020-06-20 16:28:25'),(385,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics 1st Year','1592650839_B.Sc._(H)_Mathematics_1st_Year.pdf','News',1,'2020-06-20 16:30:39'),(386,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics 2nd Year','1592650990_B.Sc._(H)_Mathematics_2nd_Year.pdf','News',1,'2020-06-20 16:33:10'),(387,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics 3rd Year','1592651040_B.Sc._(H)_Mathematics_3rd_Year.pdf','News',1,'2020-06-20 16:34:00'),(388,'Final Internal Assessment Awards - B.A. (Prog.) 1st Year','1592651084_B.A._(P)_1st_Year.pdf','News',1,'2020-06-20 16:34:44'),(389,'Final Internal Assessment Awards - B.A. (Prog.) 2nd Year','1592651132_B.A._(P)_2nd_Year.pdf','News',1,'2020-06-20 16:35:32'),(390,'Final Internal Assessment Awards - B.A. (Prog.) 3rd Year','1592651544_B.A._(P)_3rd_Year.pdf','News',1,'2020-06-20 16:42:24'),(391,'Final Internal Assessment Awards - B.Com. 1st Year','1592651596_B.Com._1st_Year.pdf','News',1,'2020-06-20 16:43:16'),(392,'Final Internal Assessment Awards - B.Com. 2nd Year','1592651650_B.Com._2nd_Year.pdf','News',1,'2020-06-20 16:44:10'),(393,'Final Internal Assessment Awards - B.Com. 3rd Year','1592651694_B.Com._3rd_Year.pdf','News',1,'2020-06-20 16:44:54'),(394,'Final Internal Assessment Awards - B.Com. (Hons.) 1st Year','1592651738_B.Com._(H)_1st_Year.pdf','News',1,'2020-06-20 16:45:38'),(395,'Final Internal Assessment Awards - B.Com. (Hons.) 2nd Year','1592651890_B.Com._(H)_2nd_Year.pdf','News',1,'2020-06-20 16:48:10'),(396,'Final Internal Assessment Awards - B.Com. (Hons.) 3rd Year','1592651956_B.Com._(H)_3rd_Year.pdf','News',1,'2020-06-20 16:49:16'),(397,'NOTICE - Final Internal Assessment Awards','1592652008_Notice.pdf','News',1,'2020-06-20 16:50:08'),(398,'INSTRUCTIONS FOR DOWNLOADING ADMIT CARDS FOR FINAL YEAR STUDENTS AND Ex-STUDENTS OF 1ST & 2ND YEAR U.G. STUDENTS','1593068049_Admit_card.pdf','News',1,'2020-06-25 12:24:09'),(399,'Mock Test- OBE : Step by Step Guide','1593424507_Step_by_Step_Guide_to_OBE-MOCK_Test.pdf','News',1,'2020-06-29 15:25:07'),(400,'Mock Test- OBE : Datesheet','1593424555_MOCK_TEST_DATE_SHEET.pdf','News',1,'2020-06-29 15:25:55'),(401,'Downloading of Question papers and uploading of scanned images of answer sheets for the Open Book Examination (OBE) of Undergraduate/Postgraduate courses (Regular, NCWEB and SOL) to be held in July, 2020','1593768604_03072020_Notification-_details_of_portal_and_e-mail_id.pdf','News',1,'2020-07-03 15:00:04'),(402,'NOTICE- Regarding non-availability of access to www.sbsceducation.com ','1593768772_notice_(2).pdf','News',1,'2020-07-03 15:02:52'),(403,'IMPORTANT NOTICE REGARDING OBE EXAMINATIONS-2020','1596895357_Notification_for_OBE.pdf','News',1,'2020-08-08 19:32:37'),(404,'Notification for OBE, 2020','1596955160_Notification_for_OBE-08.08.2020.pdf','News',1,'2020-08-09 12:09:20'),(405,'IMPORTANT NOTICE REGARDING OBE EXAMINATIONS-2020','1597223612_Instructions_for_Students_during_OBE.pdf','News',1,'2020-08-12 14:43:32'),(406,'TIME TABLE: B.COM. SEMESTER-I (AUGUST, 2020 SESSION )','1598090104_B.Com._(Sem-1).pdf','News',1,'2020-08-22 15:25:04'),(407,'TIME TABLE: B.COM. SEMESTER-III (AUGUST, 2020 SESSION )','1598090549_B.Com._(Sem-3).pdf','News',1,'2020-08-22 15:32:29'),(408,'TIME TABLE: B.COM. SEMESTER-V (AUGUST, 2020 SESSION )','1598090599_B.Com._(Sem-5).pdf','News',1,'2020-08-22 15:33:19'),(409,'TIME TABLE: B.COM. (HONS.) SEMESTER-I (AUGUST, 2020 SESSION )','1598090670_BCH_Sem-1.pdf','News',1,'2020-08-22 15:34:30'),(410,'TIME TABLE: B.COM. (HONS.) SEMESTER-III (AUGUST, 2020 SESSION )','1598090711_BCH_Sem-3.pdf','News',1,'2020-08-22 15:35:11'),(411,'TIME TABLE: B.COM. (HONS.) SEMESTER-V (AUGUST, 2020 SESSION )','1598090738_BCH_Sem-5.pdf','News',1,'2020-08-22 15:35:38'),(412,'Notification for Examination form (OBE- Second Phase) - 28.08.2020','1598715545_Notification_for_Examination_form_(OBE-_Second_Phase)-28.08.2020.pdf','News',1,'2020-08-29 21:09:05'),(413,'Notification for Examination Form (OBE-Second Phase) - 29.08.2020','1598715591_29082020_Notification_for_Examination_Form_(Second_Phase).pdf','News',1,'2020-08-29 21:09:51'),(414,'Notification: Promotion of Teachers Under Career Advancement Scheme (CAS-2018)','1598865687_CAS_2018_(1).pdf','News',1,'2020-08-31 14:51:27'),(415,'Promotion of Teachers under Career Advancement Scheme, Notice-II','1599901227_Final_Promotion_Notice-II.pdf','News',1,'2020-09-12 14:30:27'),(416,'Notification: Examination form Facility for Final Semester/Term/Year and Ex-Students for OBE mode of examinations, Second Phase of OBE, 2020','1599912868_Notification.pdf','News',1,'2020-09-12 17:44:28'),(417,'Notification: OBE Second Phase, 2020 (03.09.2020)','1600055117_07092020_additional-facility.pdf','News',1,'2020-09-14 09:15:17'),(418,'Notification: Submission of Examination forms for OBE mode of examination to be conducted in blended (offline and online) mode and measures to be adopted during the second phase of examinations to be conducted w.e.f. 14.09.2020 for the final semester/term/year students in all Undergraduate and Post Graduate courses for the academic session 2019-20 as one time measure in view of COVID-19 pandemic.','1600055171_Notification_for_Examination_form_(OBE-_Second_Phase)-28.08.2020.pdf','News',1,'2020-09-14 09:16:11'),(419,'NOTICE: REGARDING MIGRATION FOR ACADEMIC SESSION 2020-21','1600074636_Notice.pdf','News',1,'2020-09-14 14:40:36'),(420,'NOTICE: Scholarship schemes for 2020-21 by M/o Minorities Affairs, GOI on National Scholarship Portal (NSP 2.0)','1600410577_NSP_Notice.pdf','News',1,'2020-09-18 11:59:37'),(421,'NOTICE - Scholarship Schemes for Students from Dept. of Higher Education, MHRD, GOI','1600670354_scholarship_notice_for_students.pdf','News',1,'2020-09-21 12:09:14'),(422,'Notice: Submission of Annual/Admission fee by the students of Sem. III & V','1600683043_Fee_Notice.pdf','News',1,'2020-09-21 15:40:43'),(423,'Notice: Internal Complaints Committee','1602077144_ICCElection_Form_2020_Revised.pdf','News',1,'2020-10-07 18:55:44'),(424,'LECTURE FOR STUDENTS WITH DISABILITIES ON THE TOPIC \"Negotiation The New Normal Issue - Concerning Persons With Disabilities\"','1602129496_Negotiation_The_New_Normal_Issue_-_Concerning_Persons_with_Disabilities.pdf','News',1,'2020-10-08 09:28:16'),(425,'Notification procedure for rectification of discrepancies related with OBE','1602129644_Notification_procedure_for_rectification_of_discrepancies_related_with_OBE.pdf','News',1,'2020-10-08 09:30:44'),(426,'M.COM. SEMESTER-III TIME TABLE','1602475659_M.Com_III_Sem_TT_(07102020).pdf','News',1,'2020-10-12 09:37:39'),(427,'Notification: Student Admission Grievance Committee','1602502468_Notification.pdf','News',1,'2020-10-12 17:04:28'),(428,'PUBLIC NOTICE - Regarding Admissions for the academic year 2020-21','1602570779_Public_Notice_(1).pdf','News',1,'2020-10-13 12:02:59'),(429,'ADMISSION HELPDESK 2020-21','1602758081_Admission_Helpdesk_Notice.pdf','News',1,'2020-10-14 16:53:07'),(431,'UNDERTAKING FOR SC/ST/PwBD CERTIFICATE','1603035127_Undertaking.pdf','News',1,'2020-10-18 21:02:07'),(432,'UNDERTAKING FOR OBC NON CREAMY LAYER / EWS INCOME AND ASSET CERTIFICATE','1603084657_Undertaking_for_OBC,_EWS.pdf','News',1,'2020-10-19 10:47:37'),(433,'Third Cut-Off Percentage for UG Admission 2020-21','1603553208_Final_SBSC_Third_Cut_Off_2020-21.pdf','News',1,'2020-10-24 20:56:48'),(434,'NOTICE: Dr. S. N. MAHESHWARI SCHOLARSHIP','1603554074_Dr._S.N._Scholarship_draft__notice.pdf','News',1,'2020-10-24 21:11:14'),(435,'Notification: Procedure for rectification of discrepancies related with results for the OBE, 2020','1603704358_Notification_procedure_for_rectification_of_discrepancies_related_with_OBE.pdf','News',1,'2020-10-26 14:55:58'),(436,'Procedure for redressal of discrepancies in the results of OBE, 2020','1603704469_Procedure_for_redressal_of_discrepancies_in_the_result_of_OBE,_2020.pdf','News',1,'2020-10-26 14:57:49'),(437,'Notice: Regarding Internal Assessment for the academic session 2019-20','1603791581_Notification.pdf','News',1,'2020-10-27 15:09:41'),(438,'INCOME TAX OPTION FORM TAX REGIME (OLD or NEW) F.Y. 2020-2021','1603791929_Income_Tax_Option_Form.pdf','News',1,'2020-10-27 15:15:29'),(439,'SAVING DECLARATION FORM','1603791949_Saving_Declaration_Form.pdf','News',1,'2020-10-27 15:15:49'),(440,'Notification: Nodal Officers in Colleges/Departments to deal the discrepancies/grievances related with the results of the First Phase of OBE-2020','1603862954_notification_related_with_deals_the_discrepancies_in_OBE-2020.pdf','News',1,'2020-10-28 10:59:14'),(441,'Notification: Conduct of Internal Assessment (IA), Practical, Viva-Voce, Projects, Oral (Moot courts), Apprenticeship, Internship and Field work for the Academic session 2020-21','1604295134_31102020_Notification_IA_Practical.pdf','News',1,'2020-11-02 11:02:14'),(443,'Notice: Admissions Under Ward Quota for Academic Session 2020-21','1604396742_Notice.pdf','News',1,'2020-11-03 15:15:42'),(444,'Notice: Regarding Examination Forms for academic session 2020-21','1604572177_Notice.pdf','News',1,'2020-11-05 15:59:37'),(446,'Ward Quota Merit List for Academic Session 2020-21','1604986332_Ward_Quota_Merit_List.pdf','News',1,'2020-11-10 11:02:12'),(447,'Notification: Extension of Last Date of Submission of Exam Forms ','1605077618_10112020_Extension_of_Last_date.pdf','News',1,'2020-11-11 12:23:38'),(448,'Advertisement for Application for the Post of Assistant Professor on Adhoc Basis','1605088947_adhoc_Advertising_2020.pdf','News',1,'2020-11-11 15:32:27'),(449,'Notice: Regarding Admission for Academic Session 2020-21','1605534604_Admission_Notice.pdf','News',1,'2020-11-16 19:20:04'),(450,'Notice: Orientation Programme (2020-21)','1605534666_NOTICE_-_ORIENTATION_PROGRAM_2020-21.pdf','News',1,'2020-11-16 19:21:06'),(451,'Notice: Student Aid Fund 2020-21','1605674650_Notice_Student_Aid_Fund_2020.pdf','News',1,'2020-11-18 10:14:10'),(452,'Notice:Interview for Assistant Professor in English Department on purely Adhoc basis','1605867123_New_Doc_2020-11-20_15.04.26.pdf','News',1,'2020-11-20 15:42:03'),(453,'UNDERTAKING FOR POST GRADUATION ADMISSIONS 2020-21 FOR OBC / EWS CERTIFICATE','1605870235_OBC_EWS_Undertaking.pdf','News',1,'2020-11-20 16:33:55'),(454,'UNDERTAKING FOR POST GRADUATION ADMISSIONS 2020-21 FOR SC / ST / PwBD CERTIFICATE','1605870298_SC_ST_PWBD_Undertaking.pdf','News',1,'2020-11-20 16:34:58'),(455,'Notice: Interview for Assistant Professor in Mathematics Department on purely Adhoc basis','1605875495_New_Doc_2020-11-20_17.23.19_1.pdf','News',1,'2020-11-20 18:01:35'),(457,'Notice: Interview for Assistant Professor in Economics Department on purely Adhoc basis','1606129546_Economics.pdf','News',1,'2020-11-23 16:35:46'),(458,'Notification regarding Extension of Last date of Submission of Examination Forms for the Semester Examination December, 2020','1606298764_Last_Date_Notification.pdf','News',1,'2020-11-25 15:36:04'),(459,'Notice: Interview for Assistant Professor in Geography Department (For OBC and EWS Category) on purely Adhoc basis','1606302192_Geography_1.pdf','News',1,'2020-11-25 16:33:12'),(460,'Notice: Interview for Assistant Professor in Geography Department (For SC and UR Category) on purely Adhoc basis','1606302229_Geography_2.pdf','News',1,'2020-11-25 16:33:49'),(462,'Notice: Regarding Examination Fees for Semester-I, III & V','1606969481_Fee_Notice.pdf','News',1,'2020-12-03 09:54:41'),(463,'Notification: Regarding Extension of filling up the Examination Form for Semester Examination III/V','1606992010_Notification_exam_form_dated_02.12.2020.pdf','News',1,'2020-12-03 16:10:10'),(464,'Notice: Student Aid Fund : 2020-21','1606992438_Student_Aid_Fun_Notice.pdf','News',1,'2020-12-03 16:17:18'),(465,'Notice: Practical examination for B.A. (Hons) Economics, Semester-III, SEC paper: ?Data Analysis?','1607146675_Notice-merged.pdf','News',1,'2020-12-05 11:07:55'),(466,'Notification: Regarding Extension of filling up the Examination Form for Semester Examination III/V to 05.12.2020','1607154897_Notificaitons_Filling_UP_Examinations_forms.pdf','News',1,'2020-12-05 13:24:57'),(468,'Last Reminder for B.Com. (Hons.) and B.Com. 2nd & 3rd Year students','1607332628_Reminder.pdf','News',1,'2020-12-07 14:47:08'),(469,'Regarding OBE Examinations Nov./Dec., 2020','1607423930_O.O..pdf','News',1,'2020-12-08 16:08:50'),(470,'Notification: Regarding Extension of filling up the Examination Form for Semester Examination III/V to 10.12.2020','1607499139_20201209141224456.pdf','News',1,'2020-12-09 13:02:19'),(471,'INTERVIEW NOTICE - APPOINTMENT OF ASSISTANT PROFESSOR ON ADHOC BASIS IN THE DEPARTMENT OF COMMERCE','1608034557_Notice_Adhoc_Interview_Commerce.pdf','News',1,'2020-12-15 17:44:16'),(473,'Notice: Regarding Sports Category Admission 2020-21','1608549083_Notice.pdf','News',1,'2020-12-21 16:41:23'),(474,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics 3rd Year','1608977848_B.Sc._(Hons.)_Mathematics_3rd_Year.pdf','News',1,'2020-12-26 15:47:28'),(475,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics 2nd Year','1608977939_B.Sc._(Hons.)_Mathematics_2nd_Year.pdf','News',1,'2020-12-26 15:48:59'),(476,'Internal Assessment Awards: B.A. (Hons.) Political Science 3rd Year','1608978147_B.A._(Hons.)_Political_Science_3rd_Year.pdf','News',1,'2020-12-26 15:52:27'),(477,'Internal Assessment Awards: B.A. (Hons.) Political Science 2nd Year','1608978222_B.A._(Hons.)_Political_Science_2nd_Year.pdf','News',1,'2020-12-26 15:53:42'),(478,'Internal Assessment Awards: B.A. (Hons.) History 3rd Year','1608978275_B.A._(Hons.)_History_3rd_Year.pdf','News',1,'2020-12-26 15:54:35'),(480,'Internal Assessment Awards: B.A. (Hons.) History 2nd Year','1608978493_B.A._(Hons.)_History_2nd_Year.pdf','News',1,'2020-12-26 15:58:13'),(481,'Internal Assessment Awards: B.A. (Hons.) Hindi 3rd Year','1608978549_B.A._(Hons.)_Hindi_3rd_Year.pdf','News',1,'2020-12-26 15:59:09'),(482,'Internal Assessment Awards: B.A. (Hons.) Hindi 2nd Year','1608978610_B.A._(Hons.)_Hindi_2nd_Year.pdf','News',1,'2020-12-26 16:00:10'),(483,'Internal Assessment Awards: B.A. (Hons.) Geography 3rd Year','1608978665_B.A._(Hons.)_Geography_3rd_Year.pdf','News',1,'2020-12-26 16:01:05'),(484,'Internal Assessment Awards: B.A. (Hons.) Geography 2nd Year','1608978708_B.A._(Hons.)_Geography_2nd_Year.pdf','News',1,'2020-12-26 16:01:48'),(485,'Internal Assessment Awards: B.A. (Hons.) English 3rd Year','1608978786_B.A._(Hons.)_English_3rd_Year.pdf','News',1,'2020-12-26 16:03:06'),(486,'Internal Assessment Awards: B.A. (Hons.) English 2nd Year','1608978826_B.A._(Hons.)_English_2nd_Year.pdf','News',1,'2020-12-26 16:03:46'),(487,'Internal Assessment Awards: B.A. (Hons.) Economics 3rd Year','1608978884_B.A._(Hons.)_Economics_3rd_Year.pdf','News',1,'2020-12-26 16:04:44'),(488,'Internal Assessment Awards: B.A. (Hons.) Economics 2nd Year','1608978936_B.A._(Hons.)_Economics_2nd_Year.pdf','News',1,'2020-12-26 16:05:36'),(489,'Internal Assessment Awards: B.A. (Prog.) 3rd Year','1608978997_B.A._3rd_Year.pdf','News',1,'2020-12-26 16:06:37'),(490,'Internal Assessment Awards: B.A. (Prog.) 2nd Year','1608979044_B.A._2nd_Year.pdf','News',1,'2020-12-26 16:07:24'),(491,'Internal Assessment Awards: B.Com. 3rd Year','1608979132_B.Com._3rd_Year.pdf','News',1,'2020-12-26 16:08:52'),(492,'Internal Assessment Awards: B.Com. 2nd Year','1608979192_B.Com._2nd_Year.pdf','News',1,'2020-12-26 16:09:52'),(493,'Internal Assessment Awards: B.Com. (Hons.) 3rd Year (Revised List)','1609079110_B.Com._(Hons.)_3rd_Year_(Revised).pdf','News',1,'2020-12-26 16:11:52'),(494,'Internal Assessment Awards: B.Com. (Hons.) 2nd Year','1608979466_B.Com._(Hons.)_2nd_Year.pdf','News',1,'2020-12-26 16:14:26'),(495,'Notice: Internal Assessment Awards, Nov./Dec., 2020','1608979557_Notice.pdf','News',1,'2020-12-26 16:15:57'),(497,'Revised Income Eligibility criteria in Post Matric Scholarship Scheme for OBC students for the financial year 2020-21','1609233550_New_Income_for_PMS_OBC.jpg','News',1,'2020-12-29 14:49:10'),(498,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics 3rd Year','1609592836_B.Sc._(Hons.)_Mathematics_3rd_Year.pdf','News',1,'2021-01-02 18:37:16'),(499,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics 2nd Year','1609592878_B.Sc._(Hons.)_Mathematics_2nd_Year.pdf','News',1,'2021-01-02 18:37:58'),(500,'Final Internal Assessment Awards - B.A. (Hons.) Political Science 3rd Year','1609592930_B.A._(Hons.)_Political_Science_3rd_Year.pdf','News',1,'2021-01-02 18:38:50'),(501,'Final Internal Assessment Awards - B.A. (Hons.) Political Science 2nd Year','1609592991_B.A._(Hons.)_Political_Science_2nd_Year.pdf','News',1,'2021-01-02 18:39:51'),(502,'Final Internal Assessment Awards - B.A. (Hons.) History 3rd Year','1610014864_History_3rd_Year.pdf','News',1,'2021-01-02 18:40:38'),(503,'Final Internal Assessment Awards - B.A. (Hons.) History 2nd Year','1610014852_History_2nd_Year.pdf','News',1,'2021-01-02 18:41:36'),(504,'Final Internal Assessment Awards - B.A. (Hons.) Hindi 3rd Year','1609661704_B.A._(H)_Hindi_3rd_Year.pdf','News',1,'2021-01-02 18:42:34'),(505,'Final Internal Assessment Awards - B.A. (Hons.) Hindi 2nd Year','1609593222_B.A._(Hons.)_Hindi_2nd_Year.pdf','News',1,'2021-01-02 18:43:42'),(506,'Final Internal Assessment Awards - B.A. (Hons.) Geography 3rd Year','1609593264_B.A._(Hons.)_Geography_3rd_Year.pdf','News',1,'2021-01-02 18:44:24'),(507,'Final Internal Assessment Awards - B.A. (Hons.) Geography 2nd Year','1609593303_B.A._(Hons.)_Geography_2nd_Year.pdf','News',1,'2021-01-02 18:45:03'),(508,'Final Internal Assessment Awards - B.A. (Hons.) English 3rd Year','1609593368_B.A._(Hons.)_English_3rd_Year.pdf','News',1,'2021-01-02 18:46:08'),(509,'Final Internal Assessment Awards - B.A. (Hons.) English 2nd Year','1609593427_B.A._(Hons.)_English_2nd_Year.pdf','News',1,'2021-01-02 18:47:07'),(510,'Final Internal Assessment Awards: B.A. (Hons.) Economics 3rd Year','1609593489_B.A._(Hons.)_Economics_3rd_Year.pdf','News',1,'2021-01-02 18:48:09'),(511,'Final Internal Assessment Awards - B.A. (Hons.) Economics 2nd Year','1609593667_B.A._(Hons.)_Economics_2nd_Year.pdf','News',1,'2021-01-02 18:51:07'),(512,'Final Internal Assessment Awards - B.A. (Prog.) 3rd Year','1609594050_B.A._3rd_Year.pdf','News',1,'2021-01-02 18:57:30'),(513,'Final Internal Assessment Awards - B.A. (Prog.) 2nd Year','1609664562_B.A._2nd_Year.pdf','News',1,'2021-01-02 18:58:52'),(514,'Final Internal Assessment Awards - B.Com. 3rd Year','1609594230_B.Com._3rd_Year.pdf','News',1,'2021-01-02 19:00:30'),(515,'Final Internal Assessment Awards - B.Com. 2nd Year','1609594389_B.Com._2nd_Year.pdf','News',1,'2021-01-02 19:03:09'),(516,'Final Internal Assessment Awards - B.Com. (Hons.) 3rd Year','1609594626_B.Com._(Hons.)_3rd_Year.pdf','News',1,'2021-01-02 19:07:06'),(517,'Final Internal Assessment Awards - B.Com. (Hons.) 2nd Year','1609596098_B.Com._(Hons.)_2nd_Year.pdf','News',1,'2021-01-02 19:09:43'),(518,'NOTICE - Final Internal Assessment Awards','1609595003_Notice.pdf','News',1,'2021-01-02 19:13:23'),(519,'Notice: Interview for Assistant Professor in the Department of Political Science on purely Adhoc basis','1610012072_Interview_(Pol._Science).pdf','News',1,'2021-01-07 15:04:32'),(520,'Delhi University Scholarship for the Academic Year 2020-21','1610358116_Delhi_University_Scholarship.pdf','News',1,'2021-01-11 15:11:56'),(521,'Notice regarding Student Aid Fund, 2020-21','1611566747_Notice-_Student_Aid_Fund,_2020-21.pdf','News',1,'2021-01-25 14:55:47'),(522,'NOTICE - APPOINTMENT OF ASSISTANT PROFESSOR ON ADHOC BASIS IN COMMERCE UNDER PwD (VISUALLY IMPAIRED) CATEGORY','1611727860_Notice_Adhoc_Interview_in_Commerce_PwD.pdf','News',1,'2021-01-27 11:41:00'),(523,'\"Vice-Chancellor\'s Gold Medal\" for Physically Challenged Student-2020','1612333499_email.pdf','News',1,'2021-02-03 11:54:59'),(524,'Notice: Regarding submission of Examination Form (Semester-I)','1614059115_Notice.pdf','News',1,'2021-02-23 11:15:15'),(525,'Internal Assessment Notice for Semester-I students','1614072685_Internal_assessment_notice_for_semester-I_students.pdf','News',1,'2021-02-23 15:01:25'),(526,'Internal Assessment Notice for Teachers ','1614072900_internal_assessment_notice_for_teachers.pdf','News',1,'2021-02-23 15:05:00'),(527,'M.Com Semester-I Exam Fee Notice','1614147982_M.com_Sem-I_Fee_notice.pdf','News',1,'2021-02-24 11:56:22'),(528,'Notification for filling Examination Form','1615453063_Last_date_notificaiton_certt_161.pdf','News',1,'2021-03-11 14:27:43'),(530,'Guidelines for Open Book Examinations (OBE) - Semester Examinations March-2021 using OBE Portal for I Semester (students admitted in 2020) for all undergraduate (UG) Programs of all streams including NCWEB and {I/III Semester, Essential Repeaters of I/III Semester, Improvement Cases and Ex-Students of School of Open Learning (SOL)}.','1615792203_Guidelines_Under_Graduate_OBE_Exams.pdf','News',1,'2021-03-15 12:40:03'),(531,'Revised Guidelines/Policies related with Open Book Examination (OBE) for students of Divyaang (PwBD) category for academic session 2020-21 in view of the COVID-19','1615792303_Revised_PwBD_Guidelines.pdf','News',1,'2021-03-15 12:41:43'),(532,'Step-by-Step Guide for using the DU Portal for Open-Book Examination (OBE) ','1615792365_OBE_guidelines.pdf','News',1,'2021-03-15 12:42:45'),(533,'Notification regarding uploading of answer sheet on the OBE Portal for OBE Exams March-2021','1615873428_Notificaitons_1388.pdf','News',1,'2021-03-16 11:13:48'),(534,'Internal Assessment Awards: B.A. (Prog.) Semester-I','1615973551_B.A._(Prog.)_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:02:31'),(535,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics Semester-I','1615973597_B.Sc._(Hons.)_Mathematics_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:03:17'),(536,'Internal Assessment Awards: B.A. (Hons.) Political Science Semester-I','1615973634_B.A._(Hons.)_Political_Science_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:03:54'),(537,'Internal Assessment Awards: B.A. (Hons.) History Semester-I','1615973658_B.A._(Hons.)_History_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:04:18'),(538,'Internal Assessment Awards: B.A. (Hons.) Hindi Semester-I','1615976752_B.A._(Hons.)_Hindi_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:04:40'),(539,'Internal Assessment Awards: B.A. (Hons.) Geography Semester-I','1615973703_B.A._(Hons.)_Geography_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:05:03'),(540,'Internal Assessment Awards: B.A. (Hons.) English Semester-I','1615973725_B.A._(Hons.)_English_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:05:25'),(541,'Internal Assessment Awards: B.A. (Hons.) Economics Semester-I','1615973748_B.A._(Hons.)_Economics_Semester-I_Internal_Assessment_Awards.pdf','News',1,'2021-03-17 15:05:48'),(542,'Internal Assessment Awards: B.Com. Semester-I','1615973848_B.Com_Prog_IA_List.pdf','News',1,'2021-03-17 15:07:28'),(543,'Internal Assessment Awards: B.Com. (Hons.) Semester-I','1615973967_B.Com_Hons._IA_Marks.pdf','News',1,'2021-03-17 15:09:27'),(544,'Notice: Internal Assessment Awards (Semester-I)','1615974037_Notice.pdf','News',1,'2021-03-17 15:10:37'),(545,' Internal Assessment Awards: M.Com. Semester-I','1616145088_M._Com_IA_Marks.pdf','News',1,'2021-03-19 14:41:28'),(546,'M.Com. Semester-IV Time Table, 2021','1616151153_M.Com_IV_Sem_TT_(18032021).pdf','News',1,'2021-03-19 16:22:33'),(547,'Final Internal Assessment Awards - B.A. (Prog.) Semester-I','1617268136_B.A._Prog..pdf','News',1,'2021-04-01 14:38:56'),(548,'Final Internal Assessment Awards - B.Sc. (Hons.) Mathematics Semester-I','1617268197_Mathematics.pdf','News',1,'2021-04-01 14:39:57'),(549,'Final Internal Assessment Awards - B.A. (Hons.) Political Science Semester-I','1617268220_Pol._Science.pdf','News',1,'2021-04-01 14:40:20'),(550,'Final Internal Assessment Awards - B.A. (Hons.) History Semester-I','1617268252_History.pdf','News',1,'2021-04-01 14:40:52'),(551,'Final Internal Assessment Awards - B.A. (Hons.) Hindi Semester-I','1617268275_Hindi.pdf','News',1,'2021-04-01 14:41:15'),(552,'Final Internal Assessment Awards - B.A. (Hons.) Geography Semester-I','1617268295_Geo.pdf','News',1,'2021-04-01 14:41:35'),(553,'Final Internal Assessment Awards - B.A. (Hons.) English Semester-I','1617268313_Eng.pdf','News',1,'2021-04-01 14:41:53'),(554,'Final Internal Assessment Awards - B.A. (Hons.) Economics Semester-I','1617268331_Eco.pdf','News',1,'2021-04-01 14:42:11'),(555,'Final Internal Assessment Awards - B.Com. Semester-I','1617268488_B.Com.pdf','News',1,'2021-04-01 14:44:48'),(556,'Final Internal Assessment Awards - B.Com. (Hons.) Semester-I','1617268516_B.Com_(Hons.).pdf','News',1,'2021-04-01 14:45:16'),(557,'Final Internal Assessment Awards - M.Com. Semester-I','1617268536_M._Com_IA_Marks_March_2021.pdf','News',1,'2021-04-01 14:45:36'),(558,'NOTICE - Final Internal Assessment Awards','1617268565_Notice_Final_I.A..pdf','News',1,'2021-04-01 14:46:05'),(559,'Time Table: B.Com. (Semester-II)','1617618682_BCP_2_Section_wise.pdf','News',1,'2021-04-05 16:01:22'),(560,'Time Table: B.Com. (Hons.) (Semester-II)','1617618712_BCH_2_Section_wise.pdf','News',1,'2021-04-05 16:01:52'),(561,'Notice: OBE December, 2020','1618548876_Notice.jpeg','News',1,'2021-04-16 10:24:36'),(562,'Notice: Medals and Scholarship, 2020-21','1618822403_Notice.pdf','News',1,'2021-04-19 14:23:23'),(563,'Notification: Filling up the examination form by the students for the semester examination II/IV/VI/VIII (UG, PG & Professional courses along with the Essential Repeaters, Improvement & Ex-Students) for Session May-June 2021 ','1618913731_DU-Notification-Examination-Form-19-04-2021.pdf','News',1,'2021-04-20 15:45:31'),(564,'Notification: Guidelines/policies related with the conduct of Open Book Examinations (OBE) remotely for final semester/term/year students for all UG programmes of all streams including NCWEB and SOL in view of the COVID-19 pandemic as one time measure for the academic session 2020-2021.','1619494744_NOTIFICATION-OBE_(UG)_FINAL.pdf','News',1,'2021-04-27 09:09:04'),(565,'Examination and Fee Notice for OBE, May/June, 2021','1619515393_Examination_and_fee__notice_for_May_June_20-21.docx_(92).pdf','News',1,'2021-04-27 14:53:13'),(566,'Notification:  Extension of Last Date of Filling up the examination form by the students for the semester examination IV/VI/VIII (UG, PG & Professional courses along with the Essential Repeaters, Improvement & Ex-Students) for Session May-June 2021','1620015861_Extension_of_Last_Date_of_Examination_Form_30.04.2021.pdf','News',1,'2021-05-03 09:54:21'),(567,'Notice - Suspension of Online Teaching in Departments and College','1620136277_04-05-2021-Notice_-_Suspension_of_Online_Teaching_in_DepttsColleges.pdf','News',1,'2021-05-04 19:21:17'),(568,'Notification: Extension of Last Date of Filling up the examination form by the students for the semester examination IV/VI/VIII (UG, PG & Professional courses along with the Essential Repeaters, Improvement & Ex-Students) for Session May-June 2021','1620895690_Extension_of_Last_Date_of_Examination_Form_12.05.2021.pdf','News',1,'2021-05-13 14:18:10'),(569,'Notification: Postponement of Final Semester/Annual Examinations (May/June, 2021)','1621515573_20052021_Notification_postponed_of_examination.pdf','News',1,'2021-05-20 18:29:33'),(570,'Time Table: M.Com., Semester-II (April, 2021)','1621595260_M.Com_II_Sem_TT_19052021.pdf','News',1,'2021-05-21 16:37:40'),(571,'Notice: Submission of Internal Assessment for Semester-IV and VI, 2021','1621849411_Notice.pdf','News',1,'2021-05-24 15:13:31'),(572,'Notification: Regarding extension of Last Date of Filling up the examination form to 05.06.2021','1622637526_Notification.pdf','News',1,'2021-06-02 18:08:46'),(573,'Important Notice: For students appearing in OBE June-2021','1623051037_Important_Notice.pdf','News',1,'2021-06-07 12:22:25'),(576,'Notice: Regarding Casualty/death of the parents of the students of the College due to COVID-19','1623921275_Notice.pdf','News',1,'2021-06-17 14:44:35'),(577,'Notice: Schedule of dealing counters of the College','1624246680_Notice.pdf','News',1,'2021-06-21 09:08:00'),(578,'Notification: Regarding Compulsory Test in Hindi (CTH) Examination','1624679405_Scan_Jun_25,_2021.pdf','News',1,'2021-06-26 09:20:05'),(579,'Teacher-in Charge of various departments for the academic year 2021-22','1624877792_2021-06-28_034976.pdf','News',1,'2021-06-28 16:26:32'),(580,'Notification regarding Confidential Result, 2020','1625471997_Confidential_Result-2020_compressed.pdf','News',1,'2021-07-05 13:29:57'),(581,'Appointment of Nodal Officer (Admission), Convener (Grievance Redressal Committee) and Convener (Help Desk)','1626432076_Office_Order.pdf','News',1,'2021-07-16 16:11:16'),(582,'Notice: Conduct of Examination for left over students of Final Semester, May/June-2021','1626511922_Conduct_of_Examination.pdf','News',1,'2021-07-17 14:22:02'),(593,'Notice: Enrolment Nos. for 2nd Semester students','1627037717_Notice.pdf','News',1,'2021-07-23 16:25:17'),(594,'Time Table: B.Com. (Hons.) Semester-V (Session July, 2021)','1627120340_BCH5_Sectionwise.pdf','News',1,'2021-07-24 15:22:20'),(595,'Time Table: B.Com. Semester-V (Session July, 2021)','1627120358_BCP5_Sectionwise.pdf','News',1,'2021-07-24 15:22:38'),(596,'Time Table: B.A. (Hons.) English (Semester-V)','1627556310_English_Deptt._Time_Table.pdf','News',1,'2021-07-29 16:28:30'),(597,'Time Table: B.A. (Hons.) Economics (Semester-V)','1629182471_Time_Table_(Economics).pdf','News',1,'2021-07-29 16:28:46'),(598,'Time Table: B.A. (Hons.) Geography (Semester-V)','1627556343_Geography_Deptt._Time_Table.pdf','News',1,'2021-07-29 16:29:03'),(599,'Time Table: B.A. (Hons.) History (Semester-V)','1627556359_History_Deptt._Time_Table.pdf','News',1,'2021-07-29 16:29:19'),(600,'Time Table: B.A. (Hons.) Hindi (Semester-V)','1628068309_TTS.pdf','News',1,'2021-07-29 16:29:33'),(601,'Celebration of the 75th Anniversary of Indian Independence: Azadi ka Amrit Mahotsav (AKAM)','1627629511_all_directors_and_head_of_institutions.pdf','News',1,'2021-07-30 12:48:31'),(603,'Exam Fee notice','1627881608_Exam_Fee_Notice.pdf','News',1,'2021-08-02 10:50:08'),(604,'NOTICE FOR B.A. PROGRAMME SEMESTER-V STUDENTS FOR GE OPTIONS 2021-22','1627973933_Notice_for_Students_for_GE_Option.pdf','News',1,'2021-08-03 12:28:53'),(605,'Notice: Regarding Opting GE Options B.A. (P), Semester V','1628068048_Notice_to_the_students_02.08.2021.pdf','News',1,'2021-08-04 14:37:28'),(606,'Enrollment Nos.:: Students enrolled during Academic session, 2018-19','1628068142_Enrollment_Ay_2018-19.pdf','News',1,'2021-08-04 14:39:02'),(607,'Enrollment Nos.:: Students enrolled during Academic session, 2019-20','1628068189_Enrollment_2019-20.pdf','News',1,'2021-08-04 14:39:49'),(608,'Enrollment Nos.:: Students enrolled during Academic session, 2020-21','1628068212_Enrollment_2020-21.pdf','News',1,'2021-08-04 14:40:12'),(609,'Time Table: B.Sc. (Hons.) Mathematics (Semester-V)','1628246189_B.Sc_(H)_Math_Sem-V_(Updated).pdf','News',1,'2021-08-06 16:06:29'),(610,'Notification - Guidelines for Environmental Action as Academic Social Responsibility','1628423591_Notification_Guidelines_for_Environmental_Action_as_Academic_Social_Responsibility.pdf','News',1,'2021-08-08 17:23:11'),(611,'Notice regarding updated Enrolment No.','1628576670_Notice.pdf','News',1,'2021-08-10 11:54:30'),(612,'Enrollment Nos.:: Students enrolled during Academic session, 2017-18','1629111108_2017-18.pdf','News',1,'2021-08-16 16:21:48'),(613,'Notice: Regarding \"Seventh Visitor\'s Award, 2021\"','1629284923_Notice.pdf','News',1,'2021-08-18 16:38:43'),(616,'Time Table: B.Sc. (Hons.) Mathematics (Semester-III)','1629885002_BA_(P)_Sem-III_Maths_updated.pdf','News',1,'2021-08-25 15:20:02'),(617,'Internal Assessment Awards (May/June, 2021): M.Com. Semester-II ','1629885049_M.COM_SEMESTER_II.pdf','News',1,'2021-08-25 15:20:49'),(618,'Notice: Submission of Annual/Admission fee by the students of Semester-V','1629970520_Notice.pdf','News',1,'2021-08-26 15:05:20'),(619,'Notification: Conduct of second Phase Examination for Final Semester/Term/Year Regular/Ex-students of all UG and PG including NCWNEB and SOL for Academic Session 2020-21 (Admissions of 2015-2018) for the left over students who could not write Semester-l Annual Examination held in May/June 2021 due to Covid-19 Pandemic. ','1630044568_Notification_Left_Over_Students.pdf','News',1,'2021-08-27 11:39:28'),(620,'Enrolment Nos.: B.Com. (H) (2019-20)','1630478133_enrollment_2019_bcom_hons..pdf','News',1,'2021-09-01 12:05:33'),(621,'Revised List of Gold/Silver Medals and Scholarship for achievements during academic year 2018-19','1630996575_Revised_list_gold_medal_and_scholarship_2018-19.pdf','News',1,'2021-09-07 12:06:15'),(622,'Revised List of Gold/Silver Medals and Scholarship for achievements during academic year 2019-20','1630996620_Revised_2019-20_List_of_Medals_and_Scholarship.pdf','News',1,'2021-09-07 12:07:00'),(623,'OBE Phase-II Examination for Left Over Students','1632206791_OBE_Phase-II_Examination.pdf','News',1,'2021-09-21 12:16:31'),(624,'Notice: Regarding availability of Seats for Migration in Semester-III (2021-22)','1632301922_Migration_Notice.pdf','News',1,'2021-09-22 14:42:02'),(625,'Annual Fee Notice: Regarding submission of Annual/Admission Fee ','1632395035_Annual_Fee_Notice.pdf','News',1,'2021-09-23 16:33:55'),(626,'International Conference on Water, Food and Nutrition Security for Health and Wellbeing','1632811574_ICWFNHW_Conference_brochure_2.pdf','News',1,'2021-09-28 12:16:14'),(627,'Online National Geographers’ Youth Conclave on Domains of Emotional Geography: Environment, Culture and Society','1632811725_NGYC_FINAL.pdf','News',1,'2021-09-28 12:18:45'),(628,'Notice: Migration in B.Sc. (Hons.) Mathematics, Semester-III (2021-22)','1632827705_Migration_Notice.pdf','News',1,'2021-09-28 16:45:05'),(629,'First Cut Off for the UG Admission 2021-22','1633324821_SBSC-First_Cutoff_List.pdf','News',1,'2021-10-04 10:50:21'),(630,'UNDERTAKING FOR OBC-NON CREAMY LAYER EWS INCOME AND ASSET CERTIFICATE','1633324908_Undertaking_for_Admission_2021-22.pdf','News',1,'2021-10-04 10:51:48'),(631,'UNDERTAKING FOR SUBMISSION OF PENDING DOCUMENTS','1633325065_Undertaking_for_certificates.pdf','News',1,'2021-10-04 10:54:25'),(632,'Details of  Nodal Officer (Admission), Convener (Grievance Redressal Committee) and Convener (Help Desk)','1633331615_Office_Order.pdf','News',1,'2021-10-04 12:43:35'),(635,'Second Cut Off for the UG Admission 2021-22','1634109430_SBSC-2nd_Cut_Off_2021-22_(Final).pdf','News',1,'2021-10-13 12:47:10'),(636,'Notice: Application for Admission under Ward Quota for Academic Year 2021-22 (Last Date: 19.10.2021)','1634377085_SBSC__Ward_Quota_Notice.pdf','News',1,'2021-10-16 15:08:05'),(637,'Upcoming Event: Disaster Risk Reduction and Resilience','1634378940_CDMSTraining_Oct21_compressed.pdf','News',1,'2021-10-16 15:39:00'),(638,'Updated Time Table: B.Com. Semester-V (Session July, 2021)','1634711062_BCP5_Sectionwise.pdf','News',1,'2021-10-20 11:54:22'),(639,'Updated Time Table: B.Com. (Hons.) Semester-V (Session July, 2021)','1634711094_BCH5_Sectionwise.pdf','News',1,'2021-10-20 11:54:54'),(640,'Time Table: M.Com. Semester-III (2021)','1634711286_M.Com_III_Sem_TT_(16102021).pdf','News',1,'2021-10-20 11:58:06'),(641,'Third Cut Off for the UG Admission 2021-22','1634713308_Final-SBSC-3rd_Cut_Off_2021-22.pdf','News',1,'2021-10-20 12:31:48'),(642,'Final Merit List of Ward Quota Admissions for the Academic Year 2021-22','1634897414_Ward_Quota_Merit_List.pdf','News',1,'2021-10-22 15:40:14'),(643,'Time Table: B.Com. (Hons.) Semester-III (Session-2021-22)','1635157383_BCH3_Sectionwise_22-10-2021.pdf','News',1,'2021-10-25 15:53:03'),(644,'Time Table: B.Com. Semester-III (Session-2021-22)','1635157402_BCP3_Sectionwise_22-10-2021.pdf','News',1,'2021-10-25 15:53:22'),(645,'Notification regarding Equal Opportunity Cell','1635327835_Notification.pdf','News',1,'2021-10-27 15:13:55'),(646,'Fourth Cut Off for the UG Admission 2021-22','1635763556_SBSC-4th_Cut_Off_2021-22.pdf','News',1,'2021-11-01 16:15:56'),(647,'Notification: Filling up the examination form for Semester-II & IV Regular/NCWEB students for all U.G. and Semester-II P.G. programs for the Academic session 2019-2020 & 2020-2021.','1636287461_notification_filling_of_exam_form_29.10.2021.pdf','News',1,'2021-11-07 17:47:41'),(648,'Details of Officials for Admission for the Academic Year 2021-22','1636438640_Details_of_Officials_for_Admissions_(2021-22).pdf','News',1,'2021-11-09 11:47:20'),(649,'Fifth Cut Off for the UG Admission 2021-22','1636438668_Fifth_Cut-Off_Admission_List_2021-22.pdf','News',1,'2021-11-09 11:47:48'),(650,'Details of Vacant Seats after 5th Cut Off for UG Admission 2021-22 ','1636794845_Details_of_vacant_seat_after_5th_Cut_Off.pdf','News',1,'2021-11-13 14:44:05'),(651,'Special Drive Cut Off Percentage for UG Admission 2021-22 ','1636861730_Final-SBSC-Special_Drive_Cut_Off_2021-22.pdf','News',1,'2021-11-14 09:18:50'),(652,'Revised First Merit List of Ward Quota Admissions 2021-22 ','1636862252_SBSC-Ward_Quota_First_Merit_List_2021-22.pdf','News',1,'2021-11-14 09:27:32'),(653,'Final Merit List of Special Drive Admissions 2021-22 ','1637072962_Final_Merit_List_Special_Drive_(16-11-2021).pdf','News',1,'2021-11-16 19:59:22'),(654,'Notification regarding last date of submission of Examination Forms for the Examination to be held in November/December, 2021 ','1637217535_Notification_dated_08.11.2021.pdf','News',1,'2021-11-18 12:08:55'),(655,'DU Student Portal User Manual for online submission of Exam forms of University of Delhi through Samarth student portal','1637217677_DU_Student_Portal_for_Examination.pdf','News',1,'2021-11-18 12:11:17'),(656,'Notice: Gold Medal and Scholarship Committee','1637230492_Gold_Medal_and_Scholarship_Committee.pdf','News',1,'2021-11-18 15:44:52'),(658,'Time Table: B.Com. (Hons.) Semester-I (November, 2021), Session-2021-22','1638165271_BCH1_Sectionwise_22-11-2021.pdf','News',1,'2021-11-23 11:28:28'),(659,'Time Table: B.Com. Semester-I (November, 2021), Session-2021-22','1638165288_BCP1_Sectionwise_22-11-2021.pdf','News',1,'2021-11-23 11:28:51'),(660,'Notification for Students regarding Extension of Last Date upto 26.11.2021 to fill the Examination Form for OBE Nov/Dec, 2021','1637658932_last_date_of_submission_of_examination_form_23.11.2021.pdf','News',1,'2021-11-23 14:45:32'),(662,'Details of Vacant Seat after Special Drive Cut off (2021-22) on 21.11.2021','1637665630_Details_of_Vacant_seats.pdf','News',1,'2021-11-23 16:37:10'),(664,'Special Drive-II Cut Off for the UG Admission 2021-22','1637815953_Special_Drive-II_Cut_off.pdf','News',1,'2021-11-25 10:22:33'),(665,'INVITATION FOR THE PLEDGE CEREMONY ON CONSTITUTION DAY','1637906858_Invitation_for_Constitution_Day_Pledge.pdf','News',1,'2021-11-26 11:37:38'),(667,'Annual Churkin Moscow International Model United Nations (C-MIMUN), 2022','1638163690_University_of_Delhi.pdf','News',1,'2021-11-29 10:58:10'),(668,'NOTICE - APPOINTMENT OF GUEST FACULTY FOR ENVRIONMENTAL STUDIES ','1638171268_Notice_for_Guest_Faculty_Appoint_in_EVS.pdf','News',1,'2021-11-29 13:04:28'),(670,'PROGRAMME WISE AND CATEGORY WISE MERIT LIST OF SPECIAL DRIVE-  II ADMISSION 2021-22','1638185810_Revised_Special_Drive_II_Merit_List_29-11-2021_(UPDATED)_(2).pdf','News',1,'2021-11-29 17:06:50'),(671,'Second Merit List of Ward Quota Admissions 2021-22 ','1638204594_2nd_Ward_Quota_List.pdf','News',1,'2021-11-29 22:19:54'),(672,'IMPORTANT INSTRUCTIONS AND POINTS FOR STUDENTS REGARDING EXAMINATION NOV/DEC 2021 ','1638258227_Important_Notice_for_students.pdf','News',1,'2021-11-30 13:13:47'),(674,'Time Table: Department of Mathematics, Semester-I (Session-2021-22)','1638343920_Time_Table,_Deptt._of_Mathematics.pdf','News',1,'2021-12-01 13:02:00'),(675,'Notice: Practical Examination for B.A. (H) Economics [Paper-\"Data Analysis\" (UPC-12273303)]','1638350013_Notice.pdf','News',1,'2021-12-01 14:43:33'),(676,'2022 Commonwealth Masters Scholarship tenable in the United Kingdom','1638430437_Letter_dt_11.10.2021.pdf','News',1,'2021-12-02 13:03:57'),(677,'Details of Vacant Seat after Special Drive-II Cut off (2021-22) on 03.12.2021','1638514928_Vacant_Seat_Details_for_Special_Drive_-III_03.12.2021.pdf','News',1,'2021-12-03 12:32:08'),(678,'Special Drive-III Cut Off for the UG Admission 2021-22','1638597060_SBSC_special_drive-III_cut_off_2021-22.pdf','News',1,'2021-12-04 11:21:00'),(679,'Delhi University Scholarships for the Academic Year 2021-22','1638597584_Delhi_University_Scholarships.pdf','News',1,'2021-12-04 11:29:44'),(680,'NOTICE - CERTIFICATES OF GOLD, SILVER MEDALS AND SCHOLARSHIPS  FOR THE YEAR 2018-19 AND 2019-20 ','1638780964_Notice_Gold_Medal_and_Scholarship.docx','News',1,'2021-12-06 14:26:04'),(681,'Program wise Merit List of Admissions under Special Drive III 2021-22 ','1638886680_Merit_List_for_Special_Drive_-_III_2021-22.pdf','News',1,'2021-12-07 19:48:00'),(682,'Notice: Practical Examination for B.A. (Prog.) Semester-V [Paper-\"Data Analysis\" (UPC-62273506)]','1639039534_Notice.pdf','News',1,'2021-12-09 14:15:34'),(683,'Notice: Students Aid Fund: 2021-22','1639128011_Student_Aid_Fund_2021-22.pdf','News',1,'2021-12-10 14:50:11'),(684,'Third Merit List of Ward Quota Admissions 2021-22','1639129377_3rd_Ward_Quota_List.pdf','News',1,'2021-12-10 15:12:57'),(685,'Notice: Extension of date of submission of applications for Students Aid Fund: 2021-22','1640166359_Student_Aid_Fund_2021-22.pdf','News',1,'2021-12-22 15:15:59'),(686,'Notice: Financial accounting Tally Practical Exam for B.COM Hons.  and B.COM Prog. Sem I','1640340397_Notice_fro_Financial_accounting_Tally_Practical_Exam_for_B.COM_Hons.__and_B.COM_Prog._Sem_I.pdf','News',1,'2021-12-24 15:36:37'),(687,'Notice:Practical Exam for B.COM Prog. Sem III','1640340421_Notice_for_Practical_Exam_for_B.COM_Prog._Sem_III.pdf','News',1,'2021-12-24 15:37:01'),(688,'Updated Time Table: Department of Mathematics, Semester-I (Session-2021-22)','1641203317_Maths_(H)_Sem-I_updated.pdf','News',1,'2022-01-03 15:18:37'),(689,'NOTICE - APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF MATHEMATICS','1641546410_Advertisement.pdf','News',1,'2022-01-07 14:36:50'),(690,'Notification dated 10.01.22 regarding filling of Examination Forms for Examination to be held in March/April, 2022','1641997546_Notification_dated_10.01.22_regarding_filling_of_examination_form_for_Certificate_and_Diploma_etc.pdf','News',1,'2022-01-12 19:55:46'),(691,'Time Table: Department of Hindi (Session-2021-22)','1642057500_Hindi_Deptt._Time_Table.pdf','News',1,'2022-01-13 12:35:00'),(692,'Time Table: B.A. (Prog.) Semester-IV (Mathematics Department) (Session-2021-22)','1642057606_BA_(Prog)_Sem-IV.pdf','News',1,'2022-01-13 12:36:46'),(693,'Time Table: B.A. (Prog.) Semester-VI (Mathematics Department) (Session-2021-22)','1642057623_BA_(Prog)_Sem-VI.pdf','News',1,'2022-01-13 12:37:03'),(694,'Time Table: B.Com. (Prog.) Semester-IV (Session-January, 2022)','1642057675_BCP4_Sectionwise_(Jan_2022).pdf','News',1,'2022-01-13 12:37:55'),(695,'Time Table: B.Com. (Prog.) Semester-VI (Session-January, 2022)','1642057704_BCP6_Sectionwise_(Jan_2022).pdf','News',1,'2022-01-13 12:38:24'),(696,'Time Table: B.Com. (Hons.) Semester-IV (Session-January, 2022)','1642057736_BCH4_Sectionwise_(Jan_2022).pdf','News',1,'2022-01-13 12:38:56'),(697,'Time Table: B.Com. (Hons.) Semester-VI (Session-January, 2022)','1642057761_BCH6_Sectionwise_(Jan_2022).pdf','News',1,'2022-01-13 12:39:21'),(698,'Notice: Schedule of Interviews for Student Aid Fund 2021-22','1642225137_Notice_for_Interview_Student_Aid_Fund_2021-22.pdf','News',1,'2022-01-15 11:08:57'),(699,'Celebration of the event \"National Girl Child Day\" on 24th January, 2022 under Azadi ka Amrit Mahotsav','1642306882_Celebration_of_the_event_National_Girl_Child_Day.pdf','News',1,'2022-01-16 09:51:22'),(700,'Notice: Regarding Dr. Shankar Dayal Sharma Gold Medal scholarship, 2021','1642495845_Notice.pdf','News',1,'2022-01-18 14:20:45'),(701,'Notice to the Students of All Honors Courses Semester-I, Semester-IV for opting GE subject, Students of B.A. (P) Semester VI for Opting GE subject, and Students of B.A.  (P), Semester IV and VI for opting SEC subject of their choice','1643089264_Notice_to_the_students_23.01.2022.pdf','News',1,'2022-01-25 11:11:04'),(702,'Shaheed Bhagat Singh Alumni Association- Budget: 2022','1643089336_IMG-20220123-WA0001.jpg','News',1,'2022-01-25 11:12:16'),(703,'Invitation for Flag Hoisting on the occasion of 73rd Republic Day in the College','1643106491_Poster.jpeg','News',1,'2022-01-25 15:58:11'),(704,'Internal Assessment Awards: B.A. (Prog.) Semester-V (Nov./Dec.,2021)','1643365153_B.A._(P)_(Semester-V).pdf','News',1,'2022-01-28 15:49:13'),(705,'Internal Assessment Awards: B.A. (Prog.) Semester-III (Nov./Dec.,2021)','1643365177_B.A._(P)_(Semester-III).pdf','News',1,'2022-01-28 15:49:37'),(706,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics Semester-V (Nov./Dec.,2021)','1643365269_B.Sc._(H)_Mathematics_(Semester-V).pdf','News',1,'2022-01-28 15:51:09'),(707,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics Semester-III (Nov./Dec.,2021)','1643365331_B.Sc._(H)_Mathematics_(Semester-III).pdf','News',1,'2022-01-28 15:52:11'),(708,'Internal Assessment Awards: B.A. (Hons.) Political Science Semester-V (Nov./Dec.,2021)','1643365377_B.A._(H)_Political_Science_(Semester-V).pdf','News',1,'2022-01-28 15:52:57'),(709,'Internal Assessment Awards: B.A. (Hons.) Political Science Semester-III (Nov./Dec.,2021)','1643365425_B.A._(H)_Political_Science_(Semester-III).pdf','News',1,'2022-01-28 15:53:45'),(710,'Internal Assessment Awards: B.A. (Hons.) History Semester-V (Nov./Dec.,2021)','1643365459_B.A._(H)_History_(Semester-V).pdf','News',1,'2022-01-28 15:54:19'),(711,'Internal Assessment Awards: B.A. (Hons.) History Semester-III (Nov./Dec.,2021)','1643365477_B.A._(H)_History_(Semester-III).pdf','News',1,'2022-01-28 15:54:37'),(712,'Internal Assessment Awards: B.A. (Hons.) Hindi Semester-V (Nov./Dec.,2021)','1643365502_B.A._(H)_Hindi_(Semester-V).pdf','News',1,'2022-01-28 15:55:02'),(713,'Internal Assessment Awards: B.A. (Hons.) Hindi Semester-III (Nov./Dec.,2021)','1643365520_B.A._(H)_Hindi_(Semester-III).pdf','News',1,'2022-01-28 15:55:20'),(714,'Internal Assessment Awards: B.A. (Hons.) Geography Semester-V (Nov./Dec.,2021)','1643365542_B.A._(H)_Geography_(Semester-V).pdf','News',1,'2022-01-28 15:55:42'),(715,'Internal Assessment Awards: B.A. (Hons.) Geography Semester-III (Nov./Dec.,2021)','1643365559_B.A._(H)_Geography_(Semester-III).pdf','News',1,'2022-01-28 15:55:59'),(716,'Internal Assessment Awards: B.A. (Hons.) English Semester-V (Nov./Dec.,2021)','1643365581_B.A._(H)_English_(Semester-V).pdf','News',1,'2022-01-28 15:56:21'),(717,'Internal Assessment Awards: B.A. (Hons.) English Semester-III (Nov./Dec.,2021)','1643365598_B.A._(H)_English_(Semester-III).pdf','News',1,'2022-01-28 15:56:38'),(718,'Internal Assessment Awards: B.A. (Hons.) Economics Semester-V (Nov./Dec.,2021)','1643365621_B.A._(H)_Economics_(Semester-V).pdf','News',1,'2022-01-28 15:57:01'),(719,'Internal Assessment Awards: B.A. (Hons.) Economics Semester-III (Nov./Dec.,2021)','1643365642_B.A._(H)_Economics_(Semester-III).pdf','News',1,'2022-01-28 15:57:22'),(720,'Notice: Internal Assessment Award (Nov./Dec.,2021)','1643368471_Notice.pdf','News',1,'2022-01-28 16:44:31'),(721,'Important Advisory for all students by University of Delhi','1643462906_Student_Advisory.jpeg','News',1,'2022-01-29 18:58:26'),(722,'Internal Assessment Awards: B.Com. Semester-V (Nov./Dec.,2021)','1643614990_B.Com._Semester-V.pdf','News',1,'2022-01-31 13:13:10'),(723,'Internal Assessment Awards: B.Com. Semester-III (Nov./Dec.,2021)','1643615038_B.Com._Semester-III.pdf','News',1,'2022-01-31 13:13:58'),(724,'Internal Assessment Awards: B.Com. (Hons.) Semester-V (Nov./Dec.,2021)','1643615091_B.Com._(Hons.)_Semester-V.pdf','News',1,'2022-01-31 13:14:51'),(725,'Internal Assessment Awards: M.Com. Semester-III (Nov./Dec.,2021)','1643615164_M.Com._Semester-III.pdf','News',1,'2022-01-31 13:16:04'),(726,'Internal Assessment Awards: B.Com. (Hons.) Semester-III (Nov./Dec.,2021)','1643615429_B.Com._(Hons.)_Semester-III-compressed.pdf','News',1,'2022-01-31 13:20:29'),(727,'NOTICE - APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF ENGLISH','1643714177_Advertisement.pdf','News',1,'2022-02-01 16:46:17'),(728,'Last Date for Submission of documents for students of Semester-I, 2021-22','1644316221_Notice_for_Students_of_Semester-I.pdf','News',1,'2022-02-08 16:00:21'),(729,'Notification for the students of Regular UG/PG who have registered/appeared for Nov/Dec 2021 examination and whose previous result of I/II/III/IV semester for the Academic session 2019-20 and 2020-21 are not declared','1644469819_Notification.jpeg','News',1,'2022-02-10 10:39:53'),(730,'Notification regarding resumption of offline classes from 17th February, 2022','1644489504_Offline_Teaching_Resumption_w.e.f._17.02.2022.jpg','News',1,'2022-02-10 16:08:24'),(731,'Final Internal Assessment Awards: B.A. (Prog.) Semester-V (Nov./Dec.,2021)','1644645019_Marks_501___Bachelor_of_Arts,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:20:19'),(732,'Final Internal Assessment Awards: B.A. (Prog.) Semester-III (Nov./Dec.,2021)','1644645039_Marks_501___Bachelor_of_Arts,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:20:39'),(733,'Final Internal Assessment Awards: B.Sc. (Hons.) Mathematics Semester-V (Nov./Dec.,2021)','1644645071_Marks_563___Bachelor_of_Science_(Honours_Course)_Mathematics,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:21:11'),(734,'Final Internal Assessment Awards: B.Sc. (Hons.) Mathematics Semester-III (Nov./Dec.,2021)','1644645090_Marks_563___Bachelor_of_Science_(Honours_Course)_Mathematics,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:21:30'),(735,'Final Internal Assessment Awards: B.A. (Hons.) Political Science Semester-V (Nov./Dec.,2021)','1644645115_Marks_527___Bachelor_of_Arts_(Honours_Course)_(Political_Science),_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:21:55'),(736,'Final Internal Assessment Awards: B.A. (Hons.) Political Science Semester-III (Nov./Dec.,2021)','1644645144_Marks_527___Bachelor_of_Arts_(Honours_Course)_(Political_Science),_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:22:24'),(737,'Final Internal Assessment Awards: B.A. (Hons.) History Semester-V (Nov./Dec.,2021)','1644645182_Marks_518___Bachelor_of_Arts_(Honours_Course)_(History),_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:23:02'),(738,'Final Internal Assessment Awards: B.A. (Hons.) History Semester-III (Nov./Dec.,2021)','1644645205_Marks_518___Bachelor_of_Arts_(Honours_Course)_(History),_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:23:25'),(739,'Final Internal Assessment Awards: B.A. (Hons.) Hindi Semester-V (Nov./Dec.,2021)','1644645235_Marks_516___Bachelor_of_Arts_(Honours_Course)_(Hindi),_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:23:55'),(740,'Final Internal Assessment Awards: B.A. (Hons.) Hindi Semester-III (Nov./Dec.,2021)','1644645261_Marks_516___Bachelor_of_Arts_(Honours_Course)_(Hindi),_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:24:21'),(741,'Final Internal Assessment Awards: B.A. (Hons.) Geography Semester-V (Nov./Dec.,2021)','1644645283_Marks_513___Bachelor_of_Arts_(Honours_Course)_Geography,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:24:43'),(742,'Final Internal Assessment Awards: B.A. (Hons.) Geography Semester-III (Nov./Dec.,2021)','1644645327_Marks_513___Bachelor_of_Arts_(Honours_Course)_Geography,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:25:27'),(743,'Final Internal Assessment Awards: B.A. (Hons.) English Semester-V (Nov./Dec.,2021)','1644645356_Marks_511___Bachelor_of_Arts_(Honours_Course)_English,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:25:56'),(744,'Final Internal Assessment Awards: B.A. (Hons.) English Semester-III (Nov./Dec.,2021)','1644645384_Marks_511___Bachelor_of_Arts_(Honours_Course)_English,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:26:24'),(745,'Final Internal Assessment Awards: B.A. (Hons.) Economics Semester-V (Nov./Dec.,2021)','1644645406_Marks_510___Bachelor_of_Arts_(Honours_Course)_Economics,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:26:46'),(746,'Final Internal Assessment Awards: B.A. (Hons.) Economics Semester-III (Nov./Dec.,2021)','1644645423_Marks_510___Bachelor_of_Arts_(Honours_Course)_Economics,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-12 11:27:03'),(748,'Final Internal Assessment Awards: B.Com. Semester-V (Nov./Dec.,2021)','1644828569_Marks_503___Bachelor_of_Commerce,_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-14 14:19:29'),(749,'Final Internal Assessment Awards: B.Com. Semester-III (Nov./Dec.,2021)','1644828590_Marks_503___Bachelor_of_Commerce,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-14 14:19:50'),(750,'Final Internal Assessment Awards: B.Com. (Hons.) Semester-V (Nov./Dec.,2021)','1644828650_Marks_504___Bachelor_of_Commerce_(Honours_Course),_5,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-14 14:20:50'),(751,'Final Internal Assessment Awards: B.Com. (Hons.) Semester-III (Nov./Dec.,2021)','1644828689_Marks_504___Bachelor_of_Commerce_(Honours_Course),_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-14 14:21:29'),(752,'Final Internal Assessment Awards: M.Com. Semester-III (Nov./Dec.,2021)','1644828721_Marks_774___MASTER_OF_COMMERCE,_3,_SEMESTER,_2021-2022-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-02-14 14:22:01'),(753,'Notice: Final Internal Assessment Awards (Nov./Dec.,2021)','1644828739_1644645450_IA_Notice.pdf','News',1,'2022-02-14 14:22:19'),(754,'IMPORTANT ADVISORY / NOTICE FOR THE STUDENTS','1644838582_Advisory_for_Students.pdf','News',1,'2022-02-14 17:06:22'),(755,'Notification for the Students by University of Delhi dated 24.01.2022','1644994113_Notification_for_Students.pdf','News',1,'2022-02-16 12:18:33'),(756,'Time Table: B.A. (Prog.) (Even Semesters), Session-2021-22','1645002586_B.A._(Prog.).pdf','News',1,'2022-02-16 14:39:46'),(757,'Time Table: B.Sc. (Hons.) Mathematics (Semester-I/IV/VI), Session-2021-22','1645002691_Mathematics.pdf','News',1,'2022-02-16 14:41:31'),(758,'Time Table: B.A. (Hons.) History (Even Semesters), Session-2021-22','1645002715_History.pdf','News',1,'2022-02-16 14:41:55'),(759,'Time Table: B.Com. (Semester-VI), Session-2021-22','1645002761_BCP6_Sectionwise.pdf','News',1,'2022-02-16 14:42:41'),(760,'Time Table: B.Com. (Semester-IV), Session-2021-22','1645002794_BCP4_Sectionwise.pdf','News',1,'2022-02-16 14:43:14'),(761,'Time Table: B.Com. (Semester-I), Session-2021-22','1645002828_BCP1_Sectionwise.pdf','News',1,'2022-02-16 14:43:48'),(762,'Time Table: B.Com. (Hons.) (Semester-VI), Session-2021-22','1645003092_BCH6_Sectionwise.pdf','News',1,'2022-02-16 14:48:12'),(763,'Time Table: B.Com. (Hons.) (Semester-IV), Session-2021-22','1645003138_BCH4_Sectionwise.pdf','News',1,'2022-02-16 14:48:58'),(764,'Time Table: B.Com. (Hons.) (Semester-I), Session-2021-22','1645003156_BCH1_Sectionwise.pdf','News',1,'2022-02-16 14:49:16'),(765,'Time Table: M.Com. (Semester-I), Session-2021-22','1645003178_M.Com_I_Sem_TT.pdf','News',1,'2022-02-16 14:49:38'),(766,'Time Table: B.A. (Hons.) Political Science (Semester-I/II/IV/VI), Session-2021-22','1645003440_Pol._Science.pdf','News',1,'2022-02-16 14:54:00'),(767,'Time Table: B.A. (Hons.) Geography (Semester-I/IV/VI), Session-2021-22','1645075607_Geography.pdf','News',1,'2022-02-17 10:56:47'),(768,'Time Table: B.A. (Hons.) English (Semester-I/IV/VI), Session-2021-22','1645075627_English.pdf','News',1,'2022-02-17 10:57:07'),(769,'Time Table: Department of Hindi (I/II/IV/VI), Session-2021-22','1645162758_Hindi.pdf','News',1,'2022-02-18 11:09:18'),(770,'NOTICE - APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF COMMERCE','1645180966_NOTICE_-_APPOINTMENT_OF_GUEST_FACULTY_IN_COMMERCE.pdf','News',1,'2022-02-18 16:12:46'),(771,'Notice for Students: Gold Medal and Scholarship Committee for the year 2021-22','1645509157_Notice_for_Gold_Medal_and_Scholarship.pdf','News',1,'2022-02-22 11:22:37'),(772,'NOTICE - APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF POLITICAL SCIENCE','1645521939_Advertisement.pdf','News',1,'2022-02-22 14:55:39'),(773,'CANCELLATION OF WALK-IN-INTERVIEWS FOR APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF POLITICAL SCIENCE','1645860347_Final_Notification.pdf','News',1,'2022-02-26 12:55:47'),(774,'Notice: Inviting Quotation for Purchase and Printing of Student ID Card, Staff ID Card, Staff Medical Card','1646061579_Inviting_Quotation.pdf','News',1,'2022-02-28 20:49:39'),(775,'Notification: Procedure for change of name of an ex-student in the University records ','1646215572_Notification.pdf','News',1,'2022-03-02 15:36:12'),(776,'Notice: Filling up examination form for Regular Students of Semester-I for all Under Graduate (UG) & Post Graduate (PG) Programmes for the Academic Session 2021-2022','1646300653_Notice-compressed.pdf','News',1,'2022-03-03 15:14:13'),(777,'Press Note: ECI Voter awareness contest - \"My vote is my future- Power of the Vote\"','1647342175_Press_Note.pdf','News',1,'2022-03-15 16:32:55'),(778,'Filling up examination form for Regular Students of Semester 1 Non Collegiate Women Education Board (NCWEB) students of 1/IL/y Semester for al Under Graduate (UG) & Post Graduate (PG) Programmes for the Academic Session 2021-2022.','1647422802_Extension_of_date_of_filling_up_examination_form_upto_18.03.2022.pdf','News',1,'2022-03-16 14:56:42'),(779,'Conduct  of    Second  Phase  Examinations  and  filling  up  of Examination  Form  for  Leftover  Students  of  III/V/VII  Semester  of all  Under  Graduate  (UG)  and  Post  Graduate  (PG)  Programs including  School  of  Open  Learning  (SOL)  who  could  not  write examinations  held  in  November/December  2021    due  to  Covid19  Pandemic  and  other  reasons ','1647527877_letter_for_leftover_sltudents.pdf','News',1,'2022-03-17 20:07:57'),(780,'Important Notice for the Students for OBE, March-2022','1647753800_Final-Important_Notice_for_students.pdf','News',1,'2022-03-20 10:53:20'),(781,'Notice: Interview for appointment of Assistant Professors in the Department of Political Science on purely Adhoc basis','1647860536_Notice.pdf','News',1,'2022-03-21 16:32:16'),(782,'Notice: Inviting Quotation for Installation/Fixing of Tiles and Western Toilet Seat in the College','1648015362_Quotation_Invitation.pdf','News',1,'2022-03-23 11:32:42'),(783,'Notice dated 22.03.22 regarding correction in the UG Examination form of March 2022 upto 23.03.2022','1648112755_Notice_dated_22.03.22_regarding_correction_in_the_UG_Examination_form_of_March_2022_upto_23.03.2022.pdf','News',1,'2022-03-24 14:35:55'),(784,'M.Com., Semester-IV Time Table (2021-22)','1648445883_M.Com_IV_Sem_TT.pdf','News',1,'2022-03-28 11:08:03'),(785,'Notification dated 22.03.2022 for leftover students having ER in Semester-I of UG Programme appearing for Second Phase March/April, 2022','1648446384_notification_dated_22.03.22_for_left-over_students_of_1st_semester_of_UG_Program.pdf','News',1,'2022-03-28 11:16:24'),(786,'Notice: Recruitment for the designation of Senior Coordinators and Junior Coordinators in the Placement Team 2022-23','1648544118_P_Cell_Team_Recruitments_2022-23.pdf','News',1,'2022-03-29 14:25:18'),(787,'Important Notice: For Semester-IV and VI students','1648740647_2022-03-31_041148.pdf','News',1,'2022-03-31 21:00:47'),(788,'Notice: Engagement of Consultant/Architect/Civil Engineer in the College','1648803091_Bid_letter.pdf','News',1,'2022-04-01 14:21:31'),(789,'Office Order: Appointment of Liaison Officer for Economically Weaker Sections (EWS)','1649069854_Liaison_Officer_(EWS).pdf','News',1,'2022-04-04 16:27:34'),(790,'Time Table: B.Com. Semester-II (Session- January, 2022)','1649398265_BCP2_Sectionwise.pdf','News',1,'2022-04-08 11:41:05'),(791,'Time Table: B.Com. (Hons.) Semester-II (Session- January, 2022)','1649398287_BCH2_Sectionwise.pdf','News',1,'2022-04-08 11:41:27'),(792,'Draft List of Gold/Silver Medals and Scholarships for Achievements during Academic Year 2020-21 to be awarded in 2022','1649668546_List_of_Medals_and_Scholarship,_Annual_Day.pdf','News',1,'2022-04-11 14:45:46'),(793,'Notice: Interview for appointment of Assistant Professors in the Department of Mathematics on purely Adhoc basis','1649668829_Interview_Notice.pdf','News',1,'2022-04-11 14:50:29'),(794,'Notice: For B.Com. Sem.-IV students','1649840491_Notice.pdf','News',1,'2022-04-13 14:31:31'),(795,'Important Notice regarding submission of Examination Forms for May/June, 2022 Semester Examination ','1649843837_Notice.pdf','News',1,'2022-04-13 15:27:17'),(796,'Updated List of Gold/Silver Medals and Scholarships for Achievements during Academic Year 2020-21 to be awarded in 2022 (As on 19.04.2022)','1650345646_List_of_Medals_and_Scholarship,_Annual_Day_(As_on_19.04.2022).pdf','News',1,'2022-04-19 10:50:46'),(797,'Notice: College to remain closed on 22nd April, 2022 on the occasion of 55th Annual Day Programme of the College','1650449971_Notice.pdf','News',1,'2022-04-20 15:49:31'),(798,'NOTICE FOR B.COM. (HONS.) SEMESTER IV STUDENTS REGARDING PRACTICAL EXAMINATION ','1650539148_Notice_Computer_practical_2022__b.com(h).pdf','News',1,'2022-04-21 16:35:48'),(800,'APPLICATIONS ARE INVITED FOR THE POST OF RESEARCH ASSISTANT FOR THE ICSSR SPONSORED PROJECT','1651123107_Brijesh_(1).pdf','News',1,'2022-04-28 10:48:27'),(801,'Notice: Collection of Bank details for transfer of Gold Medal and Scholarship Committee ','1651483826_Notice_(Scholarship).pdf','News',1,'2022-05-02 15:00:26'),(802,'Notice: Practical Examination for B.Com. (H) Semester-IV (Computer Application in Business)','1651483963_Practical_Notice.pdf','News',1,'2022-05-02 15:02:43'),(803,'Updated Time Table: M.Com. Semester-II, Session-2021-22','1652090229_M.Com_II_Sem_TT_2_college.pdf','News',1,'2022-05-05 14:29:50'),(804,'Updated Time Table: Department of Mathematics Semester-II, Session-2021-22','1652090352_Maths(H)_Sem-II_merged.pdf','News',1,'2022-05-09 15:29:12'),(805,'Updated Time Table: Department of Economics Semester-II, Session-2021-22','1652090697_Time_Table_of_the_Department_of_Economics_for_Semester_II_(9th_May_to_7th_June_2022).pdf','News',1,'2022-05-09 15:34:57'),(806,'GeM bid for Supply of All in One Desktop in the College','1652433781_Gem_Bid_11zon.pdf','News',1,'2022-05-13 14:53:01'),(807,'Notice:  Practical Exam (E-Commerce) for the students of BCom (P) Sem IV on May 17, 2022. ','1652448700_E-Commerce_Practical_Exam_Notice_for_BCom_Sem_IV.pdf','News',1,'2022-05-13 19:01:40'),(808,'Notice: Practical Examination for re-appearing for the paper Computer Application in Business [B.Com. (H) Semester-IV]','1652865634_Notice.pdf','News',1,'2022-05-18 14:50:34'),(809,'Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-I), March, 2022','1653556228_B.Sc._(H)_Mathematics.pdf','News',1,'2022-05-26 14:40:28'),(810,'Internal Assessment Awards: B.A. (H) Political Science (Semester-I), March, 2022','1653556254_B.A._(H)_Pol._Science.pdf','News',1,'2022-05-26 14:40:54'),(811,'Internal Assessment Awards: B.A. (H) History (Semester-I), March, 2022','1653556298_B.A._(H)_History.pdf','News',1,'2022-05-26 14:41:38'),(812,'Internal Assessment Awards: B.A. (H) Hindi (Semester-I), March, 2022','1653556322_B.A._(H)_Hindi.pdf','News',1,'2022-05-26 14:42:02'),(813,'Internal Assessment Awards: B.A. (H) Geography (Semester-I), March, 2022','1653556345_B.A._(H)_Geography.pdf','News',1,'2022-05-26 14:42:25'),(814,'Internal Assessment Awards: B.A. (H) English (Semester-I), March, 2022','1653556364_B.A._(H)_English.pdf','News',1,'2022-05-26 14:42:44'),(815,'Internal Assessment Awards: B.A. (H) Economics (Semester-I), March, 2022','1653556381_B.A._(H)_Economics.pdf','News',1,'2022-05-26 14:43:01'),(816,'Internal Assessment Awards: B.Com. (Semester-I), March, 2022','1653556411_B.Com..pdf','News',1,'2022-05-26 14:43:31'),(817,'Internal Assessment Awards: B.Com. (Hons.) (Semester-I), March, 2022','1653556440_B.Com._(H).pdf','News',1,'2022-05-26 14:44:00'),(818,'Internal Assessment Awards: M.Com. (Semester-I), March, 2022','1653556467_M.Com..pdf','News',1,'2022-05-26 14:44:27'),(819,'Notice: Internal Assessment Awards (Semester-I), March, 2022','1653559082_Notice.pdf','News',1,'2022-05-26 15:28:02'),(820,'Final Internal Assessment Awards: B.A. (P) (Semester-I), March, 2022','1653992261_B.A._(P)_Sem-I.pdf','News',1,'2022-05-31 15:47:41'),(821,'Final Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-I), March, 2022','1653992288_B.Sc._(H)_Mathematics_Sem.-I.pdf','News',1,'2022-05-31 15:48:08'),(822,'Final Internal Assessment Awards: B.A. (H) Political Science (Semester-I), March, 2022','1653992310_B.A._(H)_Pol._Science_Sem.-I.pdf','News',1,'2022-05-31 15:48:30'),(823,'Final Internal Assessment Awards: B.A. (H) History (Semester-I), March, 2022','1653992328_B.A._(H)_History_Sem.-I.pdf','News',1,'2022-05-31 15:48:48'),(824,'Final Internal Assessment Awards: B.A. (H) Hindi (Semester-I), March, 2022','1653992344_B.A._(H)_Hindi_Sem.-I.pdf','News',1,'2022-05-31 15:49:04'),(825,'Final Internal Assessment Awards: B.A. (H) Geography (Semester-I), March, 2022','1653992361_B.A._(H)_Geography_Sem.-I.pdf','News',1,'2022-05-31 15:49:21'),(826,'Final Internal Assessment Awards: B.A. (H) English (Semester-I), March, 2022','1653992388_B.A._(H)_English_Sem.-I.pdf','News',1,'2022-05-31 15:49:48'),(827,'Final Internal Assessment Awards: B.A. (H) Economics (Semester-I), March, 2022','1653992416_B.A._(H)_Economics_Sem.-I.pdf','News',1,'2022-05-31 15:50:16'),(829,'Final Internal Assessment Awards: B.Com. (Semester-I), March, 2022','1654160545_B.Com..pdf','News',1,'2022-06-02 14:32:25'),(830,'Final Internal Assessment Awards: B.Com. (H) (Semester-I), March, 2022','1654160576_B.Com._(H).pdf','News',1,'2022-06-02 14:32:56'),(831,'Final Internal Assessment Awards: M.Com. (Semester-I), March, 2022','1654160596_M.Com..pdf','News',1,'2022-06-02 14:33:16'),(832,'Notice: Final Internal Assessment Awards (Semester-I), March, 2022','1654160613_1653993270_Notice.pdf','News',1,'2022-06-02 14:33:33'),(833,'NOTICE FOR B.COM. (HONS.) SEMESTER-V STUDENTS FOR CHOOSING DSE-1 AND DSE-2 SUBJECT OPTION FOR SESSION 2022-23','1655788730_B.Com_(H)_Sem_V_Notice.pdf','News',1,'2022-06-21 10:48:50'),(834,'NOTICE FOR B.COM. (HONS.) SEMESTER-III STUDENTS FOR CHOOSING SEC SUBJECT OPTION FOR SESSION 2022-23','1655788799_Notice_for_B.Com_H_Sem_III_for_SEC.pdf','News',1,'2022-06-21 10:49:59'),(835,'NOTICE FOR B.COM. SEMESTER-V STUDENTS FOR CHOOSING DSE-1 AND DSE-2 AND SKILL BASED COURSE SUBJECT OPTION FOR 2022-23','1655788868_B.Com_Notice_Sem_V.pdf','News',1,'2022-06-21 10:51:08'),(836,'NOTICE FOR B.COM. SEMESTER-III FOR CHOOSING SKILL BASED COURSE OPTION FOR SESSION 2022-23','1655789039_Notice_for_B.Com_Sem_III_for_SEC.pdf','News',1,'2022-06-21 10:53:59'),(837,'Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-VI), May-June, 2022','1656060605_Marks_563___Bachelor_of_Science_(Honours_Course)_Mathematics,_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:20:05'),(838,'Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-IV), May-June, 2022','1656060785_Marks_563___Bachelor_of_Science_(Honours_Course)_Mathematics,_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:23:05'),(839,'Internal Assessment Awards: B.A. (H) Political Science (Semester-VI), May-June, 2022','1656060811_Marks_527___Bachelor_of_Arts_(Honours_Course)_(Political_Science),_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:23:31'),(840,'Internal Assessment Awards: B.A. (H) Political Science (Semester-IV), May-June, 2022','1656060836_Marks_527___Bachelor_of_Arts_(Honours_Course)_(Political_Science),_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:23:56'),(841,'Internal Assessment Awards: B.A. (H) History (Semester-VI), May-June, 2022','1656060881_Marks_518___Bachelor_of_Arts_(Honours_Course)_(History),_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:24:41'),(842,'Internal Assessment Awards: B.A. (H) History (Semester-IV), May-June, 2022','1656060902_Marks_518___Bachelor_of_Arts_(Honours_Course)_(History),_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:25:02'),(843,'Internal Assessment Awards: B.A. (H) Hindi (Semester-VI), May-June, 2022','1656060984_Marks_516___Bachelor_of_Arts_(Honours_Course)_(Hindi),_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:26:24'),(844,'Internal Assessment Awards: B.A. (H) Hindi (Semester-IV), May-June, 2022','1656061011_Marks_516___Bachelor_of_Arts_(Honours_Course)_(Hindi),_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:26:51'),(845,'Internal Assessment Awards: B.A. (H) Geography (Semester-VI), May-June, 2022','1656061033_Marks_513___Bachelor_of_Arts_(Honours_Course)_Geography,_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:27:13'),(846,'Internal Assessment Awards: B.A. (H) Geography (Semester-IV), May-June, 2022','1656061057_Marks_513___Bachelor_of_Arts_(Honours_Course)_Geography,_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:27:37'),(847,'Internal Assessment Awards: B.A. (H) English (Semester-VI), May-June, 2022','1656061077_Marks_511___Bachelor_of_Arts_(Honours_Course)_English,_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:27:57'),(848,'Internal Assessment Awards: B.A. (H) English (Semester-IV), May-June, 2022','1656061094_Marks_511___Bachelor_of_Arts_(Honours_Course)_English,_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:28:14'),(849,'Internal Assessment Awards: B.A. (H) Economics (Semester-VI), May-June, 2022','1656061115_Marks_510___Bachelor_of_Arts_(Honours_Course)_Economics,_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:28:35'),(850,'Internal Assessment Awards: B.A. (H) Economics (Semester-IV), May-June, 2022','1656061142_Marks_510___Bachelor_of_Arts_(Honours_Course)_Economics,_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:29:02'),(851,'Internal Assessment Awards: B.A. (P) (Semester-VI), May-June, 2022','1656061166_Marks_501___Bachelor_of_Arts,_6,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:29:26'),(852,'Internal Assessment Awards: B.A. (P) (Semester-IV), May-June, 2022','1656061192_Marks_501___Bachelor_of_Arts,_4,_SEMESTER,_2021-2022-MAY_REGULAR,_IA.pdf','News',1,'2022-06-24 14:29:52'),(853,'Internal Assessment Awards: B.Com. (Semester-VI), May-June, 2022','1656061220_B._COM_PROG_SEMESTER_VI_AWARD_LIST.pdf','News',1,'2022-06-24 14:30:20'),(854,'Internal Assessment Awards: B.Com. (Semester-IV), May-June, 2022','1656062512_B._COM_PROG_SEMESTER_IV_AWARD_LIST.pdf','News',1,'2022-06-24 14:51:52'),(855,'Internal Assessment Awards: B.Com. (Hons.) (Semester-VI), May-June, 2022','1656062547_B._COM_HONS._SEMESTER_VI_AWARD_LIST.pdf','News',1,'2022-06-24 14:52:27'),(856,'Internal Assessment Awards: B.Com. (Hons.) (Semester-IV), May-June, 2022','1656062573_B.COM_HONS_SEMESTER_IV_AWARD_LIST.pdf','News',1,'2022-06-24 14:52:53'),(857,'Notice: Internal Assessment Awards (Semester-IV/VI), May-June, 2022','1656064115_Notice.pdf','News',1,'2022-06-24 15:18:35'),(858,'Notice: Second Phase Practical Examination for the students of B.Sc. (Hons.) Mathematics (Semester-IV & VI)','1656582079_Notice.pdf','News',1,'2022-06-30 15:11:19'),(859,'Internal Assessment Awards: M.Com. (Semester-IV), May-June, 2022','1656671424_M.COM_SEMESTER_IV_AWARD_LIST.pdf','News',1,'2022-07-01 16:00:24'),(860,'Internship opportunity for students in Delhi Urban Shelter Improvement Board (DUSIB)','1657088192_Internship_in_DUSIB.pdf','News',1,'2022-07-06 11:46:32'),(861,'Notice: Updation of Profile for Semester-I students on University of Delhi Samarth Portal','1657178437_Notice.pdf','News',1,'2022-07-07 12:50:37'),(862,'Notice for M.Com. Semester-II students','1657793195_Notice.pdf','News',1,'2022-07-14 15:36:35'),(863,'Final Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-VI), May-June, 2022','1657865705_B.Sc._(Hons.)_Mathematics-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:45:05'),(864,'Final Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-IV), May-June, 2022','1657865724_B.Sc._(Hons.)_Mathematics-4_May_&_June-2022.pdf','News',1,'2022-07-15 11:45:24'),(865,'Final Internal Assessment Awards: B.A. (H) Political Science (Semester-VI), May-June, 2022','1657865766_B.A._(Hons.)_Pol._Science_Semester-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:46:06'),(866,'Final Internal Assessment Awards: B.A. (H) Political Science (Semester-IV), May-June, 2022','1657865827_B.A._(Hons.)_Pol._Science_Semester-4_May_&_June-2022.pdf','News',1,'2022-07-15 11:47:07'),(867,'Final Internal Assessment Awards: B.A. (H) History (Semester-VI), May-June, 2022','1657865857_B.A._(Hons.)_History_Semester-6,_May_&_June-2022.pdf','News',1,'2022-07-15 11:47:37'),(868,'Final Internal Assessment Awards: B.A. (H) History (Semester-IV), May-June, 2022','1657865884_B.A._(Hons.)_History_Semester-4,_May_&_June-2022.pdf','News',1,'2022-07-15 11:48:04'),(869,'Final Internal Assessment Awards: B.A. (H) Hindi (Semester-VI), May-June, 2022','1657865904_B.A._(Hons.)_Hindi_Semester-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:48:24'),(870,'Final Internal Assessment Awards: B.A. (H) Hindi (Semester-IV), May-June, 2022','1657865924_B.A._(Hons.)_Hindi_Semester-4,_May_&_June-2022.pdf','News',1,'2022-07-15 11:48:44'),(871,'Final Internal Assessment Awards: B.A. (H) Geography (Semester-VI), May-June, 2022','1657865946_B.A._(Hons.)_Geography_Semester-6_May_&_June-2022_.pdf','News',1,'2022-07-15 11:49:06'),(872,'Final Internal Assessment Awards: B.A. (H) Geography (Semester-IV), May-June, 2022','1657865962_B.A._(Hons.)_Geography_Semester-4_May_&_June-2022_.pdf','News',1,'2022-07-15 11:49:22'),(873,'Final Internal Assessment Awards: B.A. (H) English (Semester-VI), May-June, 2022','1657865982_B.A._(Hons.)_English_Semester-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:49:42'),(874,'Final Internal Assessment Awards: B.A. (H) English (Semester-IV), May-June, 2022','1657865999_B.A._(Hons.)_English_Semester-4_May_&_June-2022.pdf','News',1,'2022-07-15 11:49:59'),(875,'Final Internal Assessment Awards: B.A. (H) Economics (Semester-VI), May-June, 2022','1657866017_B.A._(Hons.)_Economics_Semester-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:50:17'),(876,'Final Internal Assessment Awards: B.A. (H) Economics (Semester-IV), May-June, 2022','1657866045_B.A._(Hons.)_Economics_Semester-4_May_&_June-2022.pdf','News',1,'2022-07-15 11:50:45'),(877,'Final Internal Assessment Awards: B.A. (P) (Semester-VI), May-June, 2022','1657866072_B.A._(Prog.)_Semester-6_May_&_June-2022.pdf','News',1,'2022-07-15 11:51:12'),(878,'Final Internal Assessment Awards: B.A. (P) (Semester-IV), May-June, 2022','1657866097_B.A._(Prog.)_Semester-4_May_&_June-2022.pdf','News',1,'2022-07-15 11:51:37'),(879,'Notice to the students of B.A. (P), Semester-V, for filling their GE and SEC Option Form for the Odd Semester (Sem-V)','1658216053_Notice_to_the_students_of_BAP-Sem_V_GE_and_SEC.pdf','News',1,'2022-07-19 13:04:13'),(880,'B.Com. (Hons.) Semester-V Time Table July, 2022','1658225148_B._Com_(H)_Sem_V_Time_table_2022_pdf.pdf','News',1,'2022-07-19 15:35:48'),(881,'B.Com.Semester  V Time Table July 2022','1658225180_B.Com_prog._SEM-V_Time_Table_2022.pdf','News',1,'2022-07-19 15:36:20'),(882,'Notice: Practical Examination for the students of B.Sc. (Hons.) Mathematics (Semester-II)','1658301525_Notice.pdf','News',1,'2022-07-20 12:48:45'),(883,'Time Table- Department of Political Science: B.A. (H) and B.A. (P), Semester-V','1658311701_B.A._(H)_Political_Science_Sem-V.pdf','News',1,'2022-07-20 15:38:21'),(884,'Notice regarding declaration of results of Semester-VI students','1658381190_Notice.pdf','News',1,'2022-07-21 10:56:30'),(885,'Notice: Computer Practical Examination for B.Com. (H) Semester-IV','1658814788_Notice.pdf','News',1,'2022-07-26 11:23:08'),(887,'Programme Outcomes','1659091281_Program_outcomes.pdf','News',1,'2022-07-29 16:11:21'),(888,'Link for satisfaction Survey','1659093286_Student_Satisfaction_Survey.pdf','News',1,'2022-07-29 16:44:46'),(889,'Code of Professional Ethics','1659101304_Code-Of-Professional-Ethics-2014.pdf','News',1,'2022-07-29 18:58:24'),(890,'Procedures and policies for maintaining and utilizing physical, academic and support facilities - laboratory, library, sports complex, computers, classrooms etc.','1659167713_Procedure_and_Policies_for_maintaining_and_utilizing_various_facilities.pdf','News',1,'2022-07-30 13:25:13'),(891,'NOTIFICATION - LIST OF APPLICANTS PROVISIONALLY SHORTLISTED FOR INTERVIEW FOR THE POST OF PRINCIPAL','1659335314_Notification_-_Appointment_of_Principal_.pdf','News',1,'2022-08-01 11:58:34'),(892,'Notice for Students: Information regarding COVID-19','1659509685_Notice.pdf','News',1,'2022-08-03 12:24:45'),(893,'CORRIGENDUM (REF.-NOTIFICATION DT. 01.08.2022): LIST OF APPLICANTS PROVISIONALLY SHORTLISTED FOR INTERVIEW FOR THE POST OF PRINCIPAL','1659712523_Corrigendum.pdf','News',1,'2022-08-05 20:45:23'),(894,'INVITING QUOTATION FOR MAKING OF BOUNDARY WALL AND FIXING OF IRON GATE NEAR SPORTS GROUND ','1659783681_Boundary_wall_near_Sports_Ground_and_fixing_of_Iron_Gate.pdf','News',1,'2022-08-06 16:31:21'),(895,'INVITING QUOTATION FOR INSTALLATION/ FIXING OF TILES AND WESTERN TOILET SEAT','1659784137_Fixing_of_Tiles_and_Wester_Toilet_Seat.pdf','News',1,'2022-08-06 16:38:57'),(896,'CORRIGENDUM (REF.-CORRIGENDUM DT. 05.08.2022): LIST OF APPLICANTS PROVISIONALLY SHORTLISTED/NOT SHORTLISTED FOR INTERVIEW FOR THE POST OF PRINCIPAL','1659784382_Corrigendum.pdf','News',1,'2022-08-06 16:43:02'),(897,'INVITING QUOTATION FOR REPAIRING OF EXTERIOR WALL OF STAFF QUARTER','1659784679_Exterior_Wall_of_staff_Quarter.pdf','News',1,'2022-08-06 16:47:59'),(898,'CORRIGENDUM (Ref.-Advt. No.:SBSC/Principal/2021/834 dated 07.01.2022): REGARDING APPLICATION FOR THE POST OF PRINCIPAL','1660026198_Corrigendum.pdf','News',1,'2022-08-09 11:47:50'),(899,'Time Table- Department of Commerce: B.Com. (H) Semester-V','1660717851_Updated_B._Com_(H)_SEM-_V_TIME_TABLE_WITH_TUTES.pdf','News',1,'2022-08-17 12:00:51'),(900,'Time Table- Department of Commerce: B.Com. Semester-V','1660717868_Updated_B._Com_(pgm)_SEM-_V_TIME_TABLE_WITH_TUTES.pdf','News',1,'2022-08-17 12:01:08'),(901,'Tender for Renovation of Existing Classrooms into Computer Labs at Shaheed Bhagat Singh College, University of Delhi','1660814188_NITforuploading.pdf','News',1,'2022-08-18 14:46:28'),(903,'CORRIGENDUM (Ref.-Advt. No.: SBSC/Principal/2021/510): REGARDING APPLICATION FOR THE POST OF PRINCIPAL','1660906609_Corrigendum_19.8.2022.pdf','News',1,'2022-08-19 16:26:49'),(904,'Time Table- Department of Commerce: B.Com. Semester-III (2022)','1661505057_B.Com_(Pgm)_SEM-III_Time_Table_2022.pdf','News',1,'2022-08-26 14:40:57'),(905,'Time Table- Department of Commerce: B.Com. (Hons.) Semester-III (2022)','1661505079_BCOM(H)_SEM_III_Time_Table_2022.pdf','News',1,'2022-08-26 14:41:19'),(906,'Notice: COVID Vaccination Camp on 31st August, 2022 in the College premises','1661511944_Notice_(Covid_Vaccination_Camp).pdf','News',1,'2022-08-26 16:35:44'),(907,'Notice: Scholarship Scheme by Hindustan Petroleum','1661512239_Notice_(Scholarship).pdf','News',1,'2022-08-26 16:40:39'),(908,'Corrigendum: Renovation of Existing Classrooms into Computer Labs at Shaheed Bhagat Singh College','1661769937_Corrigendum.pdf','News',1,'2022-08-29 16:15:37'),(910,'Internal Assessment Awards B.Com (Hons.) Semester II, August 2022 ','1662198724_Internal_Assessment_Awards_B.Com_Hons._Semester_II,_August_2022_.pdf','News',1,'2022-09-03 15:22:04'),(911,'Internal Assessment Awards M.Com. Semester II, August 2022 ','1662199180_Internal_Assessment_Awards_M.Com._Semester_II,_August_2022_.pdf','News',1,'2022-09-03 15:29:40'),(912,'Internal Assessment Awards B.Sc. (H) Mathematics (Semester-II), August, 2022','1662199705_Internal_Assessment_Awards_B.Sc._(H)_Mathematics_(Semester-II),_August,_2022.pdf','News',1,'2022-09-03 15:38:25'),(913,'Internal Assessment Awards B.A. (H) Political Science (Semester-II), August, 2022','1662199819_Internal_Assessment_Awards_B.A._(H)_Political_Science_(Semester-II),_August,_2022.pdf','News',1,'2022-09-03 15:40:19'),(914,'Internal Assessment Awards B.A. (H) History (Semester-II), August, 2022','1662201965_Internal_Assessment_Awards_B.A._(H)_History_(Semester-II),_August,_2022.pdf','News',1,'2022-09-03 16:16:05'),(915,'Internal Assessment Awards B.A. (H) Hindi (Semester-II), August, 2022','1662202049_Internal_Assessment_Awards_B.A._(H)_Hindi_(Semester-II),_August,_2022.pdf','News',1,'2022-09-03 16:17:29'),(916,'Internal Assessment Awards B.A. (H) Geography (Semester-II),August, 2022','1662202114_Internal_Assessment_Awards_B.A._(H)_Geography_(Semester-II),August,_2022.pdf','News',1,'2022-09-03 16:18:34'),(917,'Internal Assessment Awards B.A. (H) English (Semester-II), August, 2022','1662202170_Internal_Assessment_Awards_B.A._(H)_English_(Semester-II),_August,_2022.pdf','News',1,'2022-09-03 16:19:30'),(918,'Notice for Internal Assessment Awards (Semester-II), August 2022','1662202489_Notice_for_Internal_Assessment_Awards_(Semester-II),_August_2022.pdf','News',1,'2022-09-03 16:24:49'),(919,'Internal Assessment Awards B.A. (P) (Semester-II), August, 2022','1662447032_Marks_501___Bachelor_of_Arts,_2,_SEMESTER,_2021-2022-MAY3_REGULAR,_IA_compressed.pdf','News',1,'2022-09-06 12:20:32'),(920,'Internal Assessment Awards B.Com. (Semester-II), August, 2022','1662447056_Marks_503___Bachelor_of_Commerce,_2,_SEMESTER,_2021-2022-MAY3_REGULAR,_IA_compressed.pdf','News',1,'2022-09-06 12:20:56'),(921,'NOTICE REGARDING SUMMARY OF TECHNICAL BIDS FOR TENDER No. SBSC/500 dated 04-08-2022 ONLINE TENDER ID 2022_DU_705076_1 ','1662650692_Notice_592_Dated_07-09-2022.pdf','News',1,'2022-09-08 20:54:52'),(922,'Appointment of Director of Centre for Disaster Management Studies ','1662718451_O.O..pdf','News',1,'2022-09-09 15:44:11'),(923,'Important Notice for the students having RA cases of Nov-Dec, 2021','1663153183_Notice.pdf','News',1,'2022-09-14 16:29:43'),(924,'Notice regarding Migration in Semester-3 for the Academic Session 2022-23','1663153403_Notice.jpeg','News',1,'2022-09-14 16:33:23'),(925,'Notice regarding Student Counselling sessions in the College ','1663322488_Notice.pdf','News',1,'2022-09-16 15:31:28'),(926,'Notice: List of applicants provisionally shortlisted for interview for the post of Principal, Shaheed Bhagat Singh College, University of Delhi','1663422044_Principal.pdf','News',1,'2022-09-17 19:10:44'),(927,'Notice: Migration in B.Com. (H) and B.Com. in 2nd Year','1663583011_Notice.pdf','News',1,'2022-09-19 15:53:31'),(928,'Notification dated 20.09.2022 regarding filling up of examination form of Semester-III/V for all UG programmes for the Academic Session 2022-23','1663670257_Notificaiton_Filling_up_exam_form_20.09.2022.pdf','News',1,'2022-09-20 16:07:37'),(929,'Final Internal Assessment Awards: B.A. (P) (Semester-II), August, 2022','1663828570_B.A._(P)_Final_I.A..pdf','News',1,'2022-09-22 12:06:10'),(930,'Final Internal Assessment Awards: B.Sc. (H) Mathematics (Semester-II), August, 2022','1663828614_B.Sc._(H)_Mathematics_Final_I.A..pdf','News',1,'2022-09-22 12:06:54'),(931,'Final Internal Assessment Awards: B.A. (H) Political Science (Semester-II), August, 2022','1663828655_B.A._(H)_Pol._Science,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:07:35'),(932,'Final Internal Assessment Awards: B.A. (H) History (Semester-II), August, 2022','1663828742_B.A._(H)_History,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:09:02'),(933,'Final Internal Assessment Awards: B.A. (H) Hindi (Semester-II), August, 2022','1663828938_B.A._(H)_Hindi,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:12:18'),(934,'Final Internal Assessment Awards: B.A. (H) Geography (Semester-II), August, 2022','1663828955_B.A._(H)_Geography,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:12:35'),(935,'Final Internal Assessment Awards: B.A. (H) English (Semester-II), August, 2022','1663828977_B.A._(H)_English,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:12:57'),(936,'Final Internal Assessment Awards: B.A. (H) Economics (Semester-II), August, 2022','1663828996_B.A._(H)_Economics,_Semester-II,_August-2022.pdf','News',1,'2022-09-22 12:13:16'),(937,'Final Internal Assessment Awards: B.Com. (Semester-II), August, 2022','1663829026_B.Com._Final_I.A..pdf','News',1,'2022-09-22 12:13:46'),(938,'Final Internal Assessment Awards: B.Com. (H) (Semester-II), August, 2022','1663838650_INTERNAL_ASSESSMENT_AWARD,_B.COM_HONS,_SEMESTER_II.pdf','News',1,'2022-09-22 14:54:10'),(939,'Final Internal Assessment Awards: M.Com. (Semester-II), August, 2022','1663838682_INTERNAL_ASSESSMENT_AWARD,_M.COM_SEMESTER_II.pdf','News',1,'2022-09-22 14:54:42'),(940,'Notice: Final Internal Assessment Awards (Semester-II), August, 2022','1663838739_IA_Notice.pdf','News',1,'2022-09-22 14:55:39'),(941,'Scholarship schemes by Shree Maheshwari Foundation','1663925819_Scholarship.pdf','News',1,'2022-09-23 15:06:59'),(942,'Annual Fees Notice: Submission of Annual Fees by the Students of 2nd and 3rd year','1664360157_Annual_Fees_notice.pdf','News',1,'2022-09-28 15:45:57'),(943,'Notification dt. 28.09.2022: List of applicants shortlisted for the interview for the Post of Principal, Shaheed Bhagat Singh College, University of Delhi','1664365505_Notification.pdf','News',1,'2022-09-28 17:15:05'),(944,'NOTICE FOR 2ND AND 3RD YEAR STUDENTS - EXTENSION OF LAST DATE TO DEPOSIT THE ANNUAL FEES ','1664790491_fees_notice_03-10-2022.pdf','News',1,'2022-10-03 15:18:11'),(945,'Student Satisfaction Report (2020-21 and 2021-22)','1665675633_Student_Satisfaction_Survey_Report.pdf','News',1,'2022-10-13 21:10:33'),(946,'Academic Calendar: 2016-17','1665744311_2016-17.pdf','News',1,'2022-10-14 16:15:11'),(947,'Academic Calendar: 2017-18','1665744327_2017-18.pdf','News',1,'2022-10-14 16:15:27'),(948,'Academic Calendar: 2018-19','1665744340_2018-19.pdf','News',1,'2022-10-14 16:15:40'),(949,'Academic Calendar: 2019-20','1665744355_2019-20.pdf','News',1,'2022-10-14 16:15:55'),(950,'Academic Calendar: 2020-21','1665744372_2020-21.pdf','News',1,'2022-10-14 16:16:12'),(951,'Organogram/Structure of the College','1665749818_Organogram.pdf','News',1,'2022-10-14 17:46:58'),(952,'CONTACT DETAILS OF ADMISSION OFFICIALS FOR THE ACADEMIC SESSION 2022-2023','1666265144_Contact_Deatils_of_Admission_Officials.pdf','News',1,'2022-10-20 16:55:44'),(953,'Applications are invited for the Post of Research Assistant for an ICSSR sponsored Research Project (BRC-ICSSR/RP/AB/2022-23) on \"Socio-economic and Cultural System of Bharia Tribes of Patalkot Valley (MP): Strategies for Sustainable Development: ','1666349612_Research_Project.pdf','News',1,'2022-10-21 16:23:32'),(954,'ORIENTATION PROGRAMME ON 02-11-2022 FOR THE ACADEMIC SESSION 2022-23','1666952391_ORIENTATION_PROGRAMME_ON_02-11-2022.pdf','News',1,'2022-10-28 15:49:51'),(955,'INTERVIEW NOTICE - APPOINTMENT OF GUEST FACULTY IN MATHEMATICS DEPARTMENT ','1667386715_Appointment_of_Guest_Lecturer_Letter_.pdf','News',1,'2022-11-02 16:28:35'),(956,'B.SC. (H) MATHEMATICS SEMESTER-I TIME TABLE 2022-23','1667471945_B.Sc.(H)_Mathematics.pdf','News',1,'2022-11-03 16:09:05'),(957,'B. COM (H) SEMESTER-I TIME TABLE 2022-23','1667472116_B._COM_(H)_SEMESTER-_1_TIME_TABLE_2022-23.pdf','News',1,'2022-11-03 16:11:56'),(958,'B. COM SEMESTER-I TIME TABLE 2022-23','1667472324_B.COM_(PGM)_SEMESTER-I_TIME_TABLE__2022-23.pdf','News',1,'2022-11-03 16:15:24'),(959,'NOTICE - SUBMISSION OF MARKSHEETS OF SEMESTER-I AND SEMESTER-II FOR MIGRATION TO B.COM. (HONS.) AND B.COM. COURSES','1667819389_NOTICE_MIGRATION_SUB_MRKSHEET.pdf','News',1,'2022-11-07 16:39:49'),(960,'Important Notice: List of provisionally shortlisted applicants for Migration in Semester-III in B.Com. (Hons.) course in this College','1668068421_B.Com._(H)_Notice.pdf','News',1,'2022-11-10 13:50:21'),(961,'Important Notice: List of provisionally shortlisted applicants for Migration in Semester-III in B.Com. (Prog.) course in this College','1668068438_B.Com._(P)_Notice.pdf','News',1,'2022-11-10 13:50:38'),(962,'B. A (HONS) HINDI SEMESTER-I TIME TABLE 2022-23','1668150541_B.A_(Hons)_Hindi.pdf','News',1,'2022-11-11 12:39:01'),(963,'Notice: Verification of Admit Card for Semester-III & V students for Semester Examination Nov./Dec., 2022','1668161034_Verification_Notice.pdf','News',1,'2022-11-11 15:33:54'),(964,'IMPORTANT INSTRUCTIONS TO BE FOLLOWED BY THE STUDENTS DURING THE UPCOMING SEMESTER EXAMINATION NOV.-DEC - 2022','1668161286_Notiece_-_Examination.pdf','News',1,'2022-11-11 15:38:06'),(965,'NOTICE FOR STUDENTS - APPLICATION FOR STUDENT MEMBER OF INTERNAL COMPLAINT COMMITTEE FOR 2022-23','1668161462_ICC_Notice.pdf','News',1,'2022-11-11 15:41:02'),(966,'NOTICE- SCHEDULE OF PRACTICAL EXAMINATION FOR STUDENTS OF B.SC (HONS) MATHEMATICS, SEMESTER-V','1668494131_Notice_Dated_15-11-2022.pdf','News',1,'2022-11-15 12:05:31'),(967,'NOTICE FOR STUDENTS- EXTENSION IN TIMELINES FOR SCHOLARSHIP SCHEMES ON NSP 2022-23 REGARDING','1668514931_OM_dtd_31_10_2022_NSP_Extension.pdf','News',1,'2022-11-15 17:52:11'),(968,'NOTICE FOR M.COM SEMESTER-III STUDENTS REGARDING HOUSE EXAM ','1668845466_notice_regarding_house_exam.pdf','News',1,'2022-11-19 13:41:06'),(969,'NOTICE FOR STUDENTS- EXTENSION OF LAST DATE TO SUBMIT APPLICATION FOR STUDENT MEMBER OF INTERNAL COMPLAINT COMMITTEE FOR 2022-23','1669026031_notice_date_extended_NEW.pdf','News',1,'2022-11-21 15:50:31'),(970,'NOTIFICATION FOR STUDENTS- CHANGE OF NAME, PARENT(S) NAME AND DATE OF BIRTH OF A STUDENT/FORMER STUDENT ','1669199052_notification__.pdf','News',1,'2022-11-23 15:54:12'),(971,'APPOINTMENT OF PUBLIC INFORMATION OFFICER ','1669447315_office_order_26-11-2022_.pdf','News',1,'2022-11-26 12:51:55'),(972,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION OF GENERIC ELECTIVE(GE) DIFFERENTIAL EQUATIONS PAPER OF SEMESTER - III','1669624186_GE.pdf','News',1,'2022-11-28 13:59:46'),(973,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION FOR B.SC (HONS) MATHEMATICS OF SEMESTER-III','1669624549_B._Sc_(hons).pdf','News',1,'2022-11-28 14:05:49'),(974,'B.SC (HONS) MATHEMATICS SEMESTER-1 TIME TABLE 2022-23','1669627300_B.SC_HONS_.pdf','News',1,'2022-11-28 14:51:40'),(975,'NOTICE FOR STUDENTS- TALLY PRACTICAL EXAMINATION FOR B.COM(P) AND B.COM(HONS) SEMESTER- 1','1669628163_dept_of_commerce.pdf','News',1,'2022-11-28 15:06:03'),(976,'NOTIFICATION REGARDING VAC/SEC COURSE','1669628710_1410_0003_NEW.pdf','News',1,'2022-11-28 15:15:10'),(977,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION FOR B.COM (P) SEMESTER-III','1669628896_B.COM(P)_compressed.pdf','News',1,'2022-11-28 15:18:16'),(978,'INTERVIEW NOTICE- WALK IN INTERVIEW FOR GUEST LECTURER IN DEPARTMENT OF HISTORY','1669875201_history_.pdf','News',1,'2022-12-01 11:43:21'),(979,'NOTIFICATION FOR STUDENTS REGARDING ABILITY ENHANCEMENT COURSE (AEC) ','1669974450_aec_notification_compressed_(1).pdf','News',1,'2022-12-02 15:17:30'),(980,'NOTIFICATION REGARDING EXTENSION OF LAST DATE FOR SUBMISSION OF BIDS IN BID NUMBER: GEM/2022/B/2752235 DATED: 17-11-2022 FOR PROCUREMENT OF ALL IN ONE PC, PRINTER AND ANTIVIRUS TILL 06-12-2022','1669977467_gem.pdf','News',1,'2022-12-02 16:07:47'),(981,'NOTICE FOR STUDENTS - STUDENT AID FUND 2022-23','1670237488_Notice_-_Student_Aid_Fund_2022-23_NEW.pdf','News',1,'2022-12-05 16:21:28'),(982,'NOTICE FOR STUDENTS- FREQUENTLY ASKED QUESTIONS ON THE FINANCIAL SUPPORT SCHEME (FSS)','1670321409_FAQs_on_FSS.pdf','News',1,'2022-12-06 15:40:09'),(983,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION FOR PAPER DATA ANALYSIS B.A (HONS) ECONOMIC SEMESTER-III','1670323910_practical_.pdf','News',1,'2022-12-06 16:21:50'),(984,'NOTICE FOR STUDENTS- CLASSES FOR SEMESTER-I STUDENTS WILL BE HELD IN ONLINE MODE','1670477882_1410_0012_(1).pdf','News',1,'2022-12-08 11:08:02'),(985,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION OF COMPUTER APPLICATIONS IN BUSINESS FOR B.COM (P) SEMESTER-III','1670579604_business_practical_exmaination_compressed.pdf','News',1,'2022-12-09 15:23:24'),(986,'NOTIFICATION: CONSTITUTION OF AN INTERNAL COMPLAINTS COMMITTEE (ICC) ','1670661419_1067.pdf','News',1,'2022-12-10 14:06:59'),(987,'Walk in interview for the post of Account Assistant on contract basis','1670759780_Walk-in-interview.pdf','News',1,'2022-12-11 17:26:20'),(988,'NOTICE FOR B.COM (H) AND B.COM SEMESTER-III STUDENTS REGARDING INCOME TAX PRACTICAL','1670837172_PRAC.pdf','News',1,'2022-12-12 14:56:12'),(989,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION OF INCOME TAX FOR B.COM (P) SEMESTER-III ','1670992748_B.com_Prog._Income_Tax_Practical_Notice.pdf','News',1,'2022-12-14 10:09:08'),(990,'NOTICE FOR STUDENTS- PRACTICAL EXAMINATION FOR B.COM (H) SEMESTER-III','1670993200_Income_Tax_Practical_B.Com(H)_Slots-2022.pdf','News',1,'2022-12-14 10:16:40'),(991,'APPOINTMENT OF NODAL OFFICER OF ANTI- SMOKING ','1671083829_anti_smoking_.pdf','News',1,'2022-12-15 11:27:09'),(992,'NOTICE- B.COM (HONS) SEMESTER IV STUDENTS FOR CHOOSING SKILL ENHANCEMENT COURSE (SEC) SUBJECT OPTION FOR SESSION 2022-23 ','1671167702_B._Com_(Hons.)_Semester_IV_students_for_choosing_Skill_Enhancement_Course_(SEC)_subject_option_for_session_2022-23.pdf','News',1,'2022-12-16 10:45:02'),(993,'NOTICE- B.COM (HONS) SEMESTER VI STUDENTS FOR CHOOSING DSE-3 AND DSE-4 SUBJECT OPTION FOR SESSION 2022-23 ','1671167814_B._Com_(Hons.)_Semester_VI_students_for_choosing_DSE-3_and_DSE-4_subject_option_for_session_2022-23.pdf','News',1,'2022-12-16 10:46:54'),(994,'NOTICE- B.COM SEMESTER VI STUDENTS FOR CHOOSING DSE-3 AND DSE-4 AND SKILL BASED COURSES SUBJECT OPTION FOR SESSION 2022-23 ','1671167936_B._Com_Semester_VI_students_for_choosing_DSE-3_and_DSE-4_and_Skill_Based_Courses_subject_option_for_session_2022-23.pdf','News',1,'2022-12-16 10:48:56'),(995,'NOTICE- B.COM SEMESTER IV STUDENTS FOR CHOOSING SKILL ENHANCEMENT COUSRE (SEC) SUBJECT OPTION FOR SESSION 2022-23 ','1671168150_B._Com_Semester_IV_students_for_choosing_Skill_Enhancement_Course_(SEC)_subject_option_for_session_2022-23.pdf','News',1,'2022-12-16 10:52:30'),(997,'APPOINTMENT OF CO-ORDINATOR OF NATIONAL INSTITUITIONAL RANKING FRAMEWORK ','1671186643_nirf_(1).pdf','News',1,'2022-12-16 16:00:43'),(998,'APPOINTMENT OF CONVENOR OF GANDHI STUDY CENTRE ','1671443566_gandhi_study_centre_.pdf','News',1,'2022-12-19 15:22:46'),(999,'APPOINTMENT OF HEAD OF IT- CELL ','1671443825_it_cell.pdf','News',1,'2022-12-19 15:27:05'),(1000,'APPOINTMENT OF CO-ORDINATOR OF E- PROCUREMENT','1671443901_e_procurement_.pdf','News',1,'2022-12-19 15:28:21'),(1001,'APPOINTMENT OF CO-ORDINATOR OF SCHOOL OF HAPPINESS','1671444210_school_of_happiness.pdf','News',1,'2022-12-19 15:33:30'),(1002,'NOTICE FOR SEMESTER- I STUDENTS REGARDING ATTENDANCE ','1671445896_attendance_.pdf','News',1,'2022-12-19 16:01:36'),(1003,'Internal Assessment Awards B.A. (Prog.) (Semester-V), December, 2022','1671448753_B.A._(P).pdf','News',1,'2022-12-19 16:49:13'),(1004,'Internal Assessment Awards B.Sc. (Hons.) Mathematics (Semester-V), December, 2022','1671448803_B.Sc._(H)_Maths.pdf','News',1,'2022-12-19 16:50:03'),(1005,'Internal Assessment Awards B.A. (Hons.) Political Science (Semester-V), December, 2022','1671448837_Marks_527___Bachelor_of_Arts_(Honours_Course)_(Political_Science),_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:50:37'),(1006,'Internal Assessment Awards B.A. (Hons.) History (Semester-V), December, 2022','1671448861_Marks_518___Bachelor_of_Arts_(Honours_Course)_(History),_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:51:01'),(1007,'Internal Assessment Awards B.A. (Hons.) Hindi (Semester-V), December, 2022','1671448877_Marks_516___Bachelor_of_Arts_(Honours_Course)_Hindi,_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:51:17'),(1008,'Internal Assessment Awards B.A. (Hons.) Geography (Semester-V), December, 2022','1671448900_Marks_513___Bachelor_of_Arts_(Honours_Course)_Geography,_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:51:40'),(1009,'Internal Assessment Awards B.A. (Hons.) English (Semester-V), December, 2022','1671448920_Marks_511___Bachelor_of_Arts_(Honours_Course)_English,_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:52:00'),(1010,'Internal Assessment Awards B.A. (Hons.) Economics (Semester-V), December, 2022','1671448940_Marks_510___Bachelor_of_Arts_(Honours_Course)_Economics,_5,_SEMESTER,_2022-2023-DECEMBER_REGULAR,_IA.pdf','News',1,'2022-12-19 16:52:20'),(1011,'Internal Assessment Awards B.Com. (Semester-V), December, 2022','1671448967_B.Com..pdf','News',1,'2022-12-19 16:52:47'),(1013,'APPOINTMENT OF DIRECTOR OF ADMINISTRATIVE REFORMS CENTRE','1671449580_ARC.pdf','News',1,'2022-12-19 17:03:00'),(1014,'Internal Assessment Awards B.Com. (Hons.) (Semester-V), December, 2022','1671516912_Internal_Assessment_Awards_B.Com._(Hons.)_(Semester-V),_December,_2022_UPDATED.pdf','News',1,'2022-12-20 09:30:10'),(1015,'Notice: Internal Assessment Awards (Semester-V), December, 2022','1671508848_Notice.pdf','News',1,'2022-12-20 09:30:48'),(1018,' NOTICE FOR STUDENTS REGARDING EXTENSION OF LAST DATE FOR SUBMISSION OF STUDENT AID FUND','1671789865_SAF.pdf','News',1,'2022-12-23 15:34:25'),(1019,'CORRIGENDUM: ESTABLISHMENT OF CENTRE FOR INCLUSION AND EMPOWERMENT OF SPECIALLY ABLED STUDENTS ','1671794368_corrigendum.pdf','News',1,'2022-12-23 16:49:28'),(1020,'Notice for Students regarding invitation of Compositions for publication of magazine by Rajbhasha Cell','1672053344_Notice_(Students).pdf','News',1,'2022-12-26 16:45:44'),(1021,'REVISED B.COM (H) SEMESTER-1 TIME TABLE 2022-23 ','1672132191_Revised_B._Com_(H)_Sem_I_Time_table_2022_24.12.2022.pdf','News',1,'2022-12-27 14:39:51'),(1022,'REVISED B.COM (PROG) SEMESTER-1 TIME TABLE 2022-23 ','1672132260_Revised_B._Com_(pgm)_Sem-I_Time_Table_2022_24.12.2022.pdf','News',1,'2022-12-27 14:41:00'),(1023,'\"Vice-Chancellor\'s Gold Medal\" for Physically Challenged Students-2022','1672212075_Scholarship.pdf','News',1,'2022-12-28 12:51:15'),(1024,'VICE- CHANCELLOR’S GOLD MEDAL FOR PHYSICALLY CHALLENGED STUDENTS- 2022','1672224600_GOLD_MEDAL.pdf','News',1,'2022-12-28 16:20:00'),(1025,'NOTICE FOR STUDENTS: EXTENSION OF LAST DATE FOR SUBMISSION OF APPLICATION BY THE APPLICANTS UNDER VARIOUS SCHOLARSHIP SCHEMES FOR FY 2022-23 TILL 31.03.2023','1672638558_Extention_of_last_date_of_PMS_on_e-district_portal.pdf','News',1,'2023-01-02 11:19:18'),(1026,'B.COM (HONS) SEMESTER-IV TIME TABLE','1672726331_B.COM(H)_SEM-IV_3.1.2023.pdf','News',1,'2023-01-03 11:42:11'),(1027,'B.COM (PROG) SEMESTER-IV TIME TABLE','1672726450_B.COM(PGM)_SEM-IV_3.1.2023.pdf','News',1,'2023-01-03 11:44:10'),(1029,'B.COM (PROG) SEMESTER-VI TIME TABLE','1672727268_B.COM(PGM)_SEM-VI_3.1.2023.pdf','News',1,'2023-01-03 11:57:48'),(1030,'B.COM (HONS) SEMESTER-VI TIME TABLE','1672727357_B.COM(H)_SEM-VI_3.1.2023_(1).pdf','News',1,'2023-01-03 11:59:17'),(1031,'Expression of Interest: Enterprise Resource Planning (ERP) software ','1672745405_Expression_of_Interest.pdf','News',1,'2023-01-03 17:00:05'),(1032,'APPOINTMENT OF NODAL OFFICER OF COLLEGE IN MEDIA ','1672830272_COLLEGE_IN_MEDIA.pdf','News',1,'2023-01-04 16:34:32'),(1034,'M.COM SEMESTER- I TIME TABLE ','1672910131_M.COM_TT_SEM-I._2023.pdf','News',1,'2023-01-05 14:45:31'),(1035,'Advertisement for Appointment of Guest Faculty in the Department of Commerce','1672917843_Advertisement.pdf','News',1,'2023-01-05 16:54:03'),(1036,'NOTICE FOR SEMESTER IV AND VI STUDENTS REGARDING ATTENDANCE','1672998691_attendance_notice.pdf','News',1,'2023-01-06 15:21:31'),(1037,'NOTICE FOR STUDENTS REGARDING CHANGING GENERIC ELECTIVE PHYSICAL EDUCATION ','1672999624_Notice_for_Changing_GE_Physical_Education.pdf','News',1,'2023-01-06 15:37:04'),(1038,'ADVERTISEMENT FOR APPOINTMENT OF GUEST FACULTY IN THE DEPARTMENT OF MATHEMATICS ','1673084544_mathematics_adv.pdf','News',1,'2023-01-07 15:12:24'),(1039,'Rescheduling of Walk-in-interview for Guest Faculty in the Department of Mathematics of the College (Ref.: SBSC/1223 dated 06.01.2023)','1673271579_Image_to_PDF_20230109_18.35.36.pdf','News',1,'2023-01-09 19:09:39'),(1040,'Student Satisfaction Survey Report (2016-17)','1673332062_Student_Survey_Report_2016.pdf','News',1,'2023-01-10 11:57:42'),(1041,'Student Satisfaction Survey Report (2017-18)','1673332099_Students_Survey_Report_2017-18.pdf','News',1,'2023-01-10 11:58:19'),(1042,'Student Satisfaction Survey Report (2018-19)','1673332123_Students_Survey_Report_2018-19.pdf','News',1,'2023-01-10 11:58:43'),(1043,'Student Satisfaction Survey Report (2019-20)','1673332149_Students_Survey_Report_2019-20.pdf','News',1,'2023-01-10 11:59:09'),(1044,'Advertisement for Appointment of Guest Faculty in the Department of History of the College','1673340372_Advertisement.pdf','News',1,'2023-01-10 14:16:12'),(1045,'Expression of Interest for Enterprise Resource Planning (ERP) software','1673439869_1672745405_Expression_of_Interest.pdf','News',1,'2023-01-11 17:54:29'),(1046,'Inaugural Program of the Centre for Indian Knowledge Systems on January 16, 2023 at 12 noon','1673601724_IMG-20230112-WA0000.jpg','News',1,'2023-01-13 14:52:04'),(1047,'Academic Calendar: 2021-22','1673846338_2021-22.pdf','News',1,'2023-01-16 10:48:58'),(1048,'Academic Calendar: 2022-23','1673846508_AC_2022-23_compressed.pdf','News',1,'2023-01-16 10:51:48'),(1049,'Notice: Scholarship by Champa Devinder Dhingra Trust for deserving sports students (Both Boys and Girls)','1673867250_Notice.pdf','News',1,'2023-01-16 16:37:30'),(1050,'Notice: \"Merit-cum-Means Scholarship\" by Shri Sultan Chand Trust ','1673867354_Notice.pdf','News',1,'2023-01-16 16:39:14'),(1051,'NOTICE FOR STUDENTS- AVAILABILITY OF STUDENT COUNSELLOR (PSYCHOLOGIST)','1673949728_saniya_mam.pdf','News',1,'2023-01-17 15:32:08'),(1052,'NOTICE FOR STUDENTS REGARDING INTERVIEW FOR STUDENTS’ AID FUND 2022-23','1674016536_FINAL_DRAFT_SAF_(1)_(1)_compressed_(1).pdf','News',1,'2023-01-18 10:05:36'),(1053,'NOTICE FOR STUDENTS: CALL FOR REGISTRATION BY THE CENTRE FOR WRITING AND COMMUNICATION','1674017100_CWC_Leaflet_compressed.pdf','News',1,'2023-01-18 10:15:00'),(1054,'Internal Assessment Awards: B.A. (Prog.) (Semester-III), November/December, 2022','1674103975_B.A._(P).pdf','News',1,'2023-01-19 10:22:55'),(1055,'Internal Assessment Awards: B.Sc. (Hons.) Mathematics (Semester-III), November/December, 2022','1674104010_B.Sc._(H)_Mathematics.pdf','News',1,'2023-01-19 10:23:30'),(1056,'Internal Assessment Awards: B.A. (Hons.) Political Science (Semester-III), November/December, 2022','1674104041_B.A._(H)_Political_Science.pdf','News',1,'2023-01-19 10:24:01'),(1057,'Internal Assessment Awards: B.A. (Hons.) History (Semester-III), November/December, 2022','1674106606_B.A._(H)_History.pdf','News',1,'2023-01-19 11:06:46'),(1058,'Internal Assessment Awards: B.A. (Hons.) Hindi (Semester-III), November/December, 2022','1674106639_B.A._(H)_Hindi.pdf','News',1,'2023-01-19 11:07:19'),(1059,'Internal Assessment Awards: B.A. (Hons.) Geography (Semester-III), November/December, 2022','1674106667_B.A._(H)_Geography.pdf','News',1,'2023-01-19 11:07:47'),(1060,'Internal Assessment Awards: B.A. (Hons.) English (Semester-III), November/December, 2022','1674106696_B.A._(H)_English.pdf','News',1,'2023-01-19 11:08:16'),(1074,'NOTICE FOR SEMESTER-i STUDENTS TO SUBMIT THEIR SEC/AEC/VAC SUBJECT OPTIONS 2022-23','1674210383_Notice_for_Semester-I_Students.pdf','News',1,'2023-01-20 15:56:23'),(1075,'Internal Assessment Awards (Migrated Students): B.Com. (Semester-III), November/December, 2022	','1674445204_Migrated_Students.pdf','News',1,'2023-01-23 09:10:04'),(1076,'Internal Assessment Awards: B.Com. (Semester-III), November/December, 2022	','1674445232_B.Com.pdf','News',1,'2023-01-23 09:10:32'),(1077,'Internal Assessment Awards: B.Com. (Hons.) (Semester-III), November/December, 2022	','1674445393_B.COM_HONS_SEMESTER_III_AWARD_LIST.pdf','News',1,'2023-01-23 09:13:13'),(1078,'Notice: Internal Assessment Awards (Semester-III), November/December, 2022','1674445432_Notice_(Sem-III).pdf','News',1,'2023-01-23 09:13:52'),(1079,'Notice regarding Scholarship Schemes being run at E-district portal by Revenue Department, GNCTD for minority students for the Academic year 2022-23 ','1674456946_Notice.pdf','News',1,'2023-01-23 12:25:46'),(1080,'APPOINTMENT OF CONVENER AND CO-CONVENER OF HERITAGE CLUB','1674554503_Heritage_Club.pdf','News',1,'2023-01-24 15:31:43');
/*!40000 ALTER TABLE `news` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subject`
--

DROP TABLE IF EXISTS `subject`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `subject` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(35) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subject`
--

LOCK TABLES `subject` WRITE;
/*!40000 ALTER TABLE `subject` DISABLE KEYS */;
INSERT INTO `subject` (`id`, `name`, `action`, `created_on`) VALUES (1,'EVS',1,'2020-04-01 18:23:29'),(2,'B.A. Programme',1,'2020-04-01 19:00:25'),(3,'Political Science',1,'2020-04-01 19:04:00'),(4,'Mathematics',1,'2020-04-01 19:04:14'),(5,'History',1,'2020-04-01 19:05:25'),(6,'Hindi',1,'2020-04-01 19:05:40'),(7,'Geography',1,'2020-04-01 19:06:07'),(8,'English',1,'2020-04-01 19:06:23'),(9,'Economics',1,'2020-04-01 19:06:37'),(10,'Commerce',1,'2020-04-01 19:06:56'),(11,'history',1,'2020-04-03 17:10:56'),(12,'GEOGRAPHY',1,'2020-04-03 23:02:55');
/*!40000 ALTER TABLE `subject` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `teacher`
--

DROP TABLE IF EXISTS `teacher`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `teacher` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject_id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=183 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `teacher`
--

LOCK TABLES `teacher` WRITE;
/*!40000 ALTER TABLE `teacher` DISABLE KEYS */;
INSERT INTO `teacher` (`id`, `subject_id`, `name`, `action`, `created_on`) VALUES (2,2,'Test',1,'2020-04-01 19:02:33'),(3,10,' MR.R. C. JAIN',1,'2020-04-02 12:54:59'),(4,10,'DR. HARISH HANDA',1,'2020-04-02 12:55:26'),(5,10,'DR. D. R. SAKLANI',1,'2020-04-02 13:12:41'),(6,10,'DR. KALPANA GUPTA',1,'2020-04-02 13:13:06'),(7,10,'DR. SHALINI GUPTA',1,'2020-04-02 13:13:30'),(8,10,'DR. ANIL KUMAR',1,'2020-04-02 13:13:56'),(9,10,'DR. MEERA MEHTA',1,'2020-04-02 13:14:23'),(10,10,'DR. SHIVANI ARORA',1,'2020-04-02 13:14:48'),(11,10,'DR. SONIKA SHARMA',1,'2020-04-02 13:15:20'),(13,10,'DR. SHIKHA GUPTA (1)',1,'2020-04-02 13:17:14'),(14,10,'MR. A. SIVASANKARAN',1,'2020-04-02 13:17:43'),(15,10,'MS. VANDANA DAHIYA',1,'2020-04-02 13:18:09'),(16,10,'DR. RUCHI GUPTA',1,'2020-04-02 13:18:36'),(17,10,'DR. SUNEEL KUMAR KASHYAP',1,'2020-04-02 13:19:04'),(18,10,'DR. SHIKHA GUPTA (2)',1,'2020-04-02 13:19:35'),(19,10,'DR. RAKESH KUMAR',2,'2020-04-02 13:20:11'),(20,10,'DR. POOJA GOEL',1,'2020-04-02 13:20:37'),(21,10,'DR. NOOPUR AGARWAL',1,'2020-04-02 13:21:19'),(22,10,'MR. SANDEEP TREHAN',1,'2020-04-02 13:21:42'),(23,10,'MS. SUCHI PRIYA MITTAL',1,'2020-04-02 13:22:11'),(24,10,'MR. RAJ KUMAR AGARWAL',1,'2020-04-02 13:22:41'),(25,10,'MS. GUNJAN',1,'2020-04-02 13:23:27'),(26,10,'AARTI SAINI',1,'2020-04-02 13:24:05'),(27,10,'DR. VIKAS PANGTU',1,'2020-04-02 13:24:35'),(28,10,'DR. MITAKSHI PANT',1,'2020-04-02 13:24:57'),(29,10,'MS. LEELA JOSHI',1,'2020-04-02 13:25:21'),(30,10,'DR. POOJA TALWAR',1,'2020-04-02 13:25:55'),(31,10,'MS. MANJU TANWAR',1,'2020-04-02 13:26:18'),(32,10,'DR. RAVI KANT',1,'2020-04-02 13:26:39'),(33,10,'DR. ARUN KUMAR ATTREE',1,'2020-04-02 13:27:01'),(34,9,'MR. JAYESH ADESHRA',1,'2020-04-02 13:32:21'),(35,9,'MS. GURPINDER KAUR',1,'2020-04-02 13:32:43'),(36,9,'MR. JAI RAM MEENA (On Leave)',1,'2020-04-02 13:33:14'),(37,9,'MR. ARUN KUMAR KAUSHAL',1,'2020-04-02 13:33:37'),(38,9,'MS. LALITA GHERA',1,'2020-04-02 13:34:04'),(39,8,'DR. K. B. VIEO POU',1,'2020-04-02 13:34:46'),(40,8,'DR. NILANJANA MUKHERJEE',1,'2020-04-02 13:35:22'),(41,8,'MS. NEETA SINGH',1,'2020-04-02 13:35:50'),(42,8,'DR. SARVCHETAN KATOCH',1,'2020-04-02 13:36:20'),(43,8,'MS. IRA GAUR',1,'2020-04-02 13:36:48'),(44,8,'DR. S. VARDHARAJ',1,'2020-04-02 13:37:14'),(45,8,'DR. V. DEEPA',1,'2020-04-02 13:37:34'),(46,8,'MS. GARIMA YADAV',1,'2020-04-02 13:38:03'),(47,7,'DR. V. A. V. RAMAN',1,'2020-04-02 13:44:39'),(48,7,'DR. POONAM SHARMA',1,'2020-04-02 13:45:11'),(49,7,'DR. KAVITA ARORA',1,'2020-04-02 13:45:52'),(50,10,'DR. SURAJ MAL',1,'2020-04-02 13:46:17'),(51,7,'DR. SWATI RAJPUT',1,'2020-04-02 13:46:45'),(52,7,'DR. VISHWA RAJ SHARMA',1,'2020-04-02 13:47:16'),(53,7,'DR. AMRITA BAJAJ',1,'2020-04-02 13:47:41'),(54,6,'DR. SUNIL KUMAR TIWARI',1,'2020-04-02 13:48:14'),(55,6,'DR. KAMLESH KUMARI',1,'2020-04-02 13:48:43'),(56,6,'DR. KEDAR PRASAD MEENA',1,'2020-04-02 13:49:21'),(57,6,'DR. JAI SINGH MEENA',1,'2020-04-02 13:49:47'),(58,6,'DR. DINESH RAM',1,'2020-04-02 13:50:21'),(59,6,'DR. KUMAR BHASKAR',1,'2020-04-02 13:50:47'),(60,6,'MR. SANTOSH ',1,'2020-04-02 13:51:22'),(61,6,'DR. HEMANT KUMAR HIMANSHU',1,'2020-04-02 13:54:38'),(62,6,'DR. PRATIMA',1,'2020-04-02 14:08:06'),(63,6,'DR. RAJ KUMAR RAJAN',1,'2020-04-02 14:09:42'),(64,5,'DR. MRITYUNJAY KUMAR',1,'2020-04-02 14:22:35'),(65,5,'NITA VARMA',1,'2020-04-02 14:23:09'),(66,5,'DR. TALAT PARVEEN',1,'2020-04-02 14:24:08'),(67,5,'MS. MITA HUSSAIN',1,'2020-04-02 14:24:34'),(68,4,'DR. RENU GUPTA',1,'2020-04-02 14:33:15'),(69,4,'DR. KUL ANAND SHARMA',1,'2020-04-02 14:33:41'),(70,4,'DR. JYOTI VARSHNEY',1,'2020-04-02 14:34:08'),(71,4,'DR. VARINDER KUMAR',1,'2020-04-02 14:34:33'),(72,4,'DR. K. KRISHNADAS',1,'2020-04-02 14:35:01'),(73,4,'DR. BINAY KUMAR SHARMA',1,'2020-04-02 14:35:29'),(74,4,'DR. NIKITA SETIA',1,'2020-04-02 14:36:07'),(75,4,'MR. SANDEEP KUMAR',1,'2020-04-02 14:37:15'),(76,4,'DR. POOJA RAJ VERMA',1,'2020-04-02 14:37:38'),(77,3,'DR. VIJAY LAKSHI DUDEJA',1,'2020-04-02 14:38:12'),(78,4,'DR. SANGEETA',1,'2020-04-02 14:38:36'),(79,3,'DR. PARVEEN KUMAR JHA',1,'2020-04-02 14:39:01'),(80,3,'DR. SIMPLE MOHANTY',1,'2020-04-02 14:39:29'),(81,3,'DR. KRISHNA MURARI',1,'2020-04-02 14:40:02'),(82,3,'DR. ANUSHA',1,'2020-04-02 14:40:32'),(83,3,'DR. SAIMA IQBAL',1,'2020-04-02 14:40:53'),(84,3,'DR. RAJEEV RANJAN SINHA',1,'2020-04-02 16:07:21'),(85,3,'DR. NINAD SHANKAR NAG',1,'2020-04-02 16:07:59'),(86,10,'MS. NEYATI AHUJA',1,'2020-04-02 16:08:41'),(87,10,'DR. SHIKHA RAJPUT',1,'2020-04-02 16:09:05'),(88,10,'DR. VIJAY VRAT ARYA',1,'2020-04-02 16:09:29'),(89,10,'DR. NISHA GUPTA',1,'2020-04-02 16:09:56'),(90,10,'DR. ANKITA KASHYAP',1,'2020-04-02 16:10:27'),(91,10,'MS. AARTI KADYAN',1,'2020-04-02 16:10:56'),(92,10,'DR. ZEHRA ZULFICAR',1,'2020-04-02 16:11:22'),(93,10,'MS. NIKUNJ AGARWAL',1,'2020-04-02 16:11:58'),(94,10,'MS. AREEMA PANDEY',1,'2020-04-02 16:12:26'),(95,10,'MS. NEETI NAGAR',1,'2020-04-02 16:12:49'),(96,10,'MS. POOJA',1,'2020-04-02 16:28:03'),(97,10,'MR. HASHIR MAIRAJ',1,'2020-04-02 16:28:29'),(98,10,'MS. CHANDNI ASWAL',1,'2020-04-02 16:28:57'),(99,10,'MR. ANIL KUMAR (JR.)',1,'2020-04-02 16:29:23'),(100,10,'MS. RACHNA',1,'2020-04-02 16:30:59'),(101,10,'MS. PRIYANKA SINGH',1,'2020-04-02 16:32:04'),(102,10,'DR. KAPIL HARIT',1,'2020-04-02 16:33:13'),(103,10,'MS.SAHER SAYED',1,'2020-04-02 16:34:19'),(104,10,'MR. VIKRAM MEENA',1,'2020-04-02 16:35:28'),(105,10,'MS. PREETI',1,'2020-04-02 16:36:13'),(106,10,'MR. VISHAL GARG',1,'2020-04-02 16:36:46'),(107,10,'MS. ANVI JAIN',1,'2020-04-02 16:37:21'),(108,10,'MS. BHAVIKA BALI',1,'2020-04-02 16:38:32'),(109,10,' MS. ILA YADAV',1,'2020-04-02 16:39:32'),(110,10,'MS. MANSI BABBAR ',1,'2020-04-02 16:40:39'),(111,10,'DR. RANJANA',1,'2020-04-02 16:41:44'),(112,10,'MS. DEEPIKA SWAMI',1,'2020-04-02 16:42:28'),(113,9,'Dr. ADITI AERON BANSAL',1,'2020-04-02 16:49:02'),(171,9,'RACHNA MATHUR',1,'2020-04-08 11:54:53'),(115,9,'DR. CHARU GROVER',1,'2020-04-02 16:50:41'),(116,9,'MS. JASPREET KAUR',1,'2020-04-02 16:51:19'),(117,9,'VALBHA SHAKYA',1,'2020-04-02 16:51:47'),(118,9,'MS. PRIYANKA SINGH',1,'2020-04-02 16:52:18'),(119,9,'MS. SWARAN LATA MEENA',1,'2020-04-02 16:53:11'),(120,9,'MS. MAMTA',1,'2020-04-02 16:53:45'),(121,10,'MS. RINKI DAHIYA',1,'2020-04-02 16:54:15'),(122,8,'DR. KOMAL AGARWAL',1,'2020-04-02 17:04:45'),(123,8,'MS. TANVI SHARMA',1,'2020-04-02 17:05:40'),(124,8,'MS. KANIKA GANDHI',1,'2020-04-02 17:06:19'),(125,8,'MS. RIDHI SHARMA',1,'2020-04-02 17:06:41'),(126,8,'MS. BEENA ARYA',1,'2020-04-02 17:07:16'),(127,8,'MR. SINCHUILUNG GANGMEI KABUI',1,'2020-04-02 17:07:54'),(129,7,'DR. NEHA ARORA',1,'2020-04-02 17:10:41'),(130,7,'DR. JANKI JIWAN',1,'2020-04-02 17:11:05'),(131,7,'DR. RASHMI RANI ANAND',1,'2020-04-02 17:11:31'),(132,7,'MR. SANTOSH KUMAR',1,'2020-04-02 17:11:55'),(133,7,'MS. CHANDRAKANTA',1,'2020-04-02 17:12:47'),(134,7,'DR. RAM LAL',1,'2020-04-02 17:13:32'),(135,5,'DR. NIDA ARSHI',1,'2020-04-02 17:14:14'),(136,5,'MR. VIVEK KUMAR SINGH',1,'2020-04-02 17:14:41'),(137,5,'DR. PRASHANT KUMAR',1,'2020-04-02 17:15:48'),(138,5,'DR. SALIM ANSARI',1,'2020-04-02 17:16:15'),(139,7,'MR. ANANT PRAKASH',1,'2020-04-02 17:16:42'),(140,10,'MR. MOHD. HUSSAN',1,'2020-04-02 17:56:42'),(141,10,'MS. NIKITA TULI',1,'2020-04-02 17:57:01'),(142,10,'MS. RAAVI MASTA',1,'2020-04-02 17:58:04'),(143,10,'MS. SHRUTI GULATI',1,'2020-04-02 17:58:30'),(144,10,'MS. SHILPA PRAKASH',1,'2020-04-02 17:58:55'),(145,10,'MS. RITU RATHEE',1,'2020-04-02 17:59:30'),(146,10,'MR. RAJ KUMAR AKELA',1,'2020-04-02 17:59:52'),(147,10,'MR. SUMIT KUMAR MANJHI',1,'2020-04-02 18:01:19'),(148,10,'MS. SANTOSHI DEVI',1,'2020-04-02 18:02:18'),(149,9,'MS. PRIYANKA ARORA',1,'2020-04-03 16:02:38'),(150,9,'MS. ANU VERMA',1,'2020-04-03 16:03:15'),(151,9,'MS. ARUSHI AHLAWAT',1,'2020-04-03 16:03:53'),(152,9,'MS. CHAVI ASRANI',1,'2020-04-03 16:04:31'),(153,8,'MS. MANVI SINGH',1,'2020-04-03 16:05:02'),(175,7,'Chandrakanta',1,'2020-04-09 12:55:12'),(155,1,'MR. SUGHOSH MADHAV',1,'2020-04-03 16:06:22'),(156,1,'MR. NAMRATA PRIYA',1,'2020-04-03 16:07:03'),(157,1,'DR. KUMAR ANANDAN',1,'2020-04-03 16:08:12'),(158,1,'MS. HARSHITA ASTHANA',1,'2020-04-03 16:08:44'),(159,1,'DR. YASHPAL SINGH NARWARIA',1,'2020-04-03 16:09:20'),(160,7,'MR. ANKUR SRIVASTAVA',1,'2020-04-03 16:11:08'),(161,7,'MS. EKTA RAMAN',1,'2020-04-03 16:11:42'),(162,7,'MR. PRASHANT KUMAR',1,'2020-04-03 16:12:10'),(163,7,'DR. VIJAY PANDEY',1,'2020-04-03 16:15:23'),(164,7,'MR. NIRBHAV',1,'2020-04-03 16:16:52'),(165,4,'MR. RANKESH MEENA',1,'2020-04-03 16:17:36'),(166,4,'MR. SONU',1,'2020-04-03 16:18:03'),(167,3,'DR. LAMNEIVAH',1,'2020-04-03 16:18:35'),(168,3,'MR. KUMAR RAAJESH',1,'2020-04-03 16:19:05'),(169,3,'MR. SUBH KRITI',1,'2020-04-03 16:19:29'),(172,9,'RAJANI KAPOOR ',1,'2020-04-08 15:06:23'),(173,9,'RINKI DAHIYA ',1,'2020-04-08 15:06:55'),(174,8,'HEENA CHAUHAN',1,'2020-04-08 15:25:23'),(176,10,'Ila yadav',1,'2020-04-09 15:18:07'),(177,5,'MR. SUDIPTA MANDAL',1,'2020-04-13 11:38:48'),(178,3,'Dr Simple Mohanty',1,'2020-04-15 11:38:30');
/*!40000 ALTER TABLE `teacher` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tender`
--

DROP TABLE IF EXISTS `tender`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tender` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(500) NOT NULL,
  `image` varchar(500) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tender`
--

LOCK TABLES `tender` WRITE;
/*!40000 ALTER TABLE `tender` DISABLE KEYS */;
/*!40000 ALTER TABLE `tender` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `time_table`
--

DROP TABLE IF EXISTS `time_table`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `time_table` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(350) NOT NULL,
  `image` varchar(150) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `time_table`
--

LOCK TABLES `time_table` WRITE;
/*!40000 ALTER TABLE `time_table` DISABLE KEYS */;
INSERT INTO `time_table` (`id`, `name`, `image`, `created_on`) VALUES (1,'B.COM. (HONS.) SEMESTER I III V TIME TABLE 2019-20','1563529786_B.Com._(Hons.)_Semester_I_III_V_Time_Table_2019-20.pdf','2019-07-19 15:19:46');
/*!40000 ALTER TABLE `time_table` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user`
--

DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
  `id` int(1) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(100) NOT NULL,
  `user_password` varchar(100) NOT NULL,
  `role_id` tinyint(1) NOT NULL,
  `created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user`
--

LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` (`id`, `user_name`, `user_password`, `role_id`, `created_on`) VALUES (1,'admin','ba8b330942354fc3fa997008745999ae',1,'2018-08-28 06:38:59'),(2,'e-resources','8d788385431273d11e8b43bb78f3aa41',1,'2020-03-24 06:06:59');
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `video`
--

DROP TABLE IF EXISTS `video`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `video` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `video_title` varchar(350) NOT NULL,
  `url` varchar(350) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `video`
--

LOCK TABLES `video` WRITE;
/*!40000 ALTER TABLE `video` DISABLE KEYS */;
/*!40000 ALTER TABLE `video` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `work`
--

DROP TABLE IF EXISTS `work`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `work` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject_id` int(11) NOT NULL,
  `teacher_id` int(11) NOT NULL,
  `name` varchar(500) NOT NULL,
  `image` varchar(500) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `created_on` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2017 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `work`
--

LOCK TABLES `work` WRITE;
/*!40000 ALTER TABLE `work` DISABLE KEYS */;
INSERT INTO `work` (`id`, `subject_id`, `teacher_id`, `name`, `image`, `action`, `created_on`) VALUES (849,6,60,'hindi aalochana','1586361225_नयी_कविता_का_आत्मसंघर्ष.docx',1,'2020-04-08 21:23:45'),(848,6,60,'hindi aalochana','1586361183_दुसरे_सप्तक_की_भूमिका.docx',1,'2020-04-08 21:23:03'),(847,6,60,'hindi aalochana','1586361137_कहानी_अच्छी_और_नयी.docx',1,'2020-04-08 21:22:17'),(846,9,173,'The Indian Economy since 1947','1586356223_Indian_economy-Service_sector.pdf',1,'2020-04-08 20:00:23'),(845,9,173,'The Indian Economy since 1947','1586356024_Indian_Economy_-Poverty.pdf',1,'2020-04-08 19:57:04'),(844,9,173,'The Indian Economy since 1947','1586355651_Indian_Economy_..pdf',1,'2020-04-08 19:50:51'),(843,9,173,'The Indian Economy since 1947','1586355350_Indian_economy-_Industrial_growth.pdf',1,'2020-04-08 19:45:50'),(842,10,141,'Re-apportionment of overheads','1586353433_Reapportionment_of_overheads.pdf',1,'2020-04-08 19:13:53'),(841,10,147,'Industrial Relations','1586352348_Industrial_Relations.pptx',1,'2020-04-08 18:55:48'),(840,7,129,'thematic cartography','1586348316_thematic_carto_test.pdf',1,'2020-04-08 17:48:36'),(839,9,117,'GE-4, Public Finance','1586340219_14th_FINANCE_COMMISSION,_Chapter_12.pdf',1,'2020-04-08 15:33:39'),(838,10,104,'European union (EU)','1586339461_European_union.docx',1,'2020-04-08 15:21:01'),(837,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1586339440_GAME_THEORY-_PRACTICE_QUESTIONS.pdf',1,'2020-04-08 15:20:40'),(836,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1586339357_Game_Theory_test-_Dominant_Strategies.pdf',1,'2020-04-08 15:19:17'),(835,10,104,'Stock markets and Exchange Markets ','1586339171_1586186666_International_Business-UNIT_III-_L2.pptx',1,'2020-04-08 15:16:11'),(834,10,104,'International Financial Environment ','1586338874_International_Business-UNIT_III-_L7.pptx',1,'2020-04-08 15:11:14'),(833,7,129,'Thematic cartography','1586337767_IMG_20200408_143301.jpg',1,'2020-04-08 14:52:47'),(832,7,129,'Thematic cartography','1586337654_IMG_20200408_143253.jpg',1,'2020-04-08 14:50:54'),(831,7,129,'Thematic cartography','1586337461_IMG_20200408_143307.jpg',1,'2020-04-08 14:47:41'),(830,7,129,'Thematic cartography','1586337434_IMG_20200408_143307.jpg',1,'2020-04-08 14:47:14'),(829,7,129,'Thematic cartography','1586337181_IMG_20200408_143314.jpg',1,'2020-04-08 14:43:01'),(828,9,118,'Money','1586336935_new_money.pdf',1,'2020-04-08 14:38:55'),(827,9,118,'Indian Economy','1586336180_service_(part2).pdf',1,'2020-04-08 14:13:09'),(826,8,127,'BA (P) Core English IV Semester','1586335277_ComposeduponWestminsterbridge.pdf',1,'2020-04-08 14:11:17'),(825,8,127,'B.Com (H), Sec- H, Aecc English','1586333886_the_paper_bag_princess1.pdf',1,'2020-04-08 13:48:06'),(821,3,167,'BA (P)  Lecture Notes Topic: Contemporary World Actors: Grouping of  77 ( G77 Countries ) Historical Background, Objectives & Organisation Structure .','1586331492_G77.pdf',1,'2020-04-08 13:08:12'),(820,3,167,' BA (Hons) GE-  Lecture notes                                                                                                                          Globalization and the demise of Nation State ','1586331226_DEMISE_OF_STATE_SOVEREIGNTY.docx',1,'2020-04-08 13:03:46'),(822,8,127,'BA (P) Core English IV Semester','1586331675_Cyborg.Expl.Pub.v20190430-36729-1n3doit.pdf',1,'2020-04-08 13:11:15'),(823,9,150,'Economic development and policies in india','1586332781_trade-_part_1.pdf',1,'2020-04-08 13:29:41'),(824,8,127,'English (H), Sem VI','1586333630_--1390991678-14.william.full.pdf',1,'2020-04-08 13:43:50'),(816,9,171,'Financial Economics   - Topic- Difference between Macaulay duration and Modified duration ','1586328967_Difference_between_Macaulay_duration_and_Modified_duration2.docx',1,'2020-04-08 12:26:07'),(815,10,143,'COST ACC- B.COM-5','1586327456_5unitcosting.pdf',1,'2020-04-08 12:00:56'),(814,10,97,'Corporate Accounting Assignment -1','1586327119_Amalgamation_Question.pdf',2,'2020-04-08 11:55:19'),(813,10,97,'Corporate Accounting Study Material -3','1586327025_AS_3.pdf',1,'2020-04-08 11:53:45'),(812,10,97,'Corporate Accounting Study Material -2','1586326977_Valuation_on_goodwill.pdf',1,'2020-04-08 11:52:57'),(811,10,97,'Corporate Accounting Study Material -1','1586326919_PPT_on_Amalgamation.pptx',1,'2020-04-08 11:51:59'),(810,10,97,'GST Study Material - 5','1586326834_tax_invoice_final.pdf',1,'2020-04-08 11:50:34'),(808,10,97,'GST Study Material - 3','1586326685_RCM_pdf.pdf',1,'2020-04-08 11:48:05'),(809,10,97,'GST Study Material - 4','1586326739_Job_work_ppt.pdf',1,'2020-04-08 11:48:59'),(807,10,97,'GST Study Material - 2','1586326621_GST_Exemption_List_of_Items_and_Services_exempted_under_GST-converted.pdf',1,'2020-04-08 11:47:01'),(806,10,97,'GST Study Material - 1','1586326564_Input_Tax_credit_under_GST.pptx',1,'2020-04-08 11:46:04'),(805,10,102,'Computer Applications in Business Theory L6','1586314394_Computers_-L6.pdf',1,'2020-04-08 08:23:14'),(804,10,102,'Computer Applications in Business Theory L5','1586314330_Computers_-L5.pdf',1,'2020-04-08 08:22:10'),(803,10,102,'Computer Applications in Business Theory L4','1586314270_Computers_-L4.pdf',1,'2020-04-08 08:21:10'),(802,10,102,'Computer Applications in Business Theory L3','1586314205_Computers_-L3.pdf',1,'2020-04-08 08:20:05'),(801,10,102,'Computer Applications in Business Theory L2','1586314168_Computers_-L2.pdf',1,'2020-04-08 08:19:28'),(800,10,102,'Computer Applications in Business Theory L1','1586314105_Computers_-L1.pdf',1,'2020-04-08 08:18:25'),(799,10,102,'International Business Unit III L9','1586313733_International_Business-UNIT_III-_L9.pdf',1,'2020-04-08 08:12:13'),(798,10,102,'International Business Unit III L8','1586313695_International_Business-UNIT_III-_L8.pdf',1,'2020-04-08 08:11:35'),(797,10,102,'International Business  Unit III L7','1586313659_International_Business-UNIT_III-_L7.pdf',1,'2020-04-08 08:10:59'),(796,10,102,'International Business  Unit III L6','1586313617_International_Business-UNIT_III-_L6.pdf',1,'2020-04-08 08:10:17'),(795,10,102,'International Business  Unit III L5','1586313578_International_Business-UNIT_III-_L5.pdf',1,'2020-04-08 08:09:38'),(794,10,102,'International Business  Unit III L4','1586313489_International_Business-UNIT_III-_L4.pdf',1,'2020-04-08 08:08:09'),(793,10,102,'International Business  Unit III L3','1586313450_International_Business-UNIT_III-_L3.pdf',1,'2020-04-08 08:07:30'),(792,10,102,'International Business  Unit III L2','1586313409_International_Business-UNIT_III-_L2.pdf',1,'2020-04-08 08:06:49'),(791,10,102,'International Business  Unit III L1','1586313289_International_Business-UNIT_III-_L1.pdf',1,'2020-04-08 08:04:49'),(790,10,141,'INTRODUCTION TO NETWORKING','1586287734_INTRODUCTION_TO_NETWORKING.pptx',1,'2020-04-08 00:58:54'),(789,9,120,'Public Finance_FINANCE COMMISSION PAPER 2','1586285754_FC_PAPER_2_Y_V_REDDY_UNIT_4.docx',1,'2020-04-08 00:25:54'),(788,9,120,'Public Finance_FINANCE COMMISSION PAPER 1','1586285723_FC_PAPER_1_unit_3.docx',1,'2020-04-08 00:25:23'),(787,9,120,'Public Finance_GST PAPER 4','1586285666_Some_Concerns_Regarding_the_Goods_and_Services_Tax__GST_paper_4.docx',1,'2020-04-08 00:24:26'),(786,9,120,'GE_Public Finance_GST PAPER 3','1586285628_GST_Paper_3__sarvar_allam.docx',1,'2020-04-08 00:23:48'),(785,9,120,'GE_Public Finance_GST PAPER 2','1586285597_WORKING_OF_GST-_GST_PAPER_2.docx',1,'2020-04-08 00:23:17'),(784,9,120,'GE_Public Finance_GST PAPER 1','1586285561_Present_State_of_Goods_and_Services_Tax_GST_PAPER_1.docx',1,'2020-04-08 00:22:41'),(783,9,120,'GE_Introductory Macroeconomics_Policy implication of classical equilibrium model_3','1586285192_intro_macro_lecture_6_.pdf',1,'2020-04-08 00:16:32'),(782,9,120,'GE_Introductory Macroeconomics_Policy implication of classical equilibrium model_2','1586285112_intro_macro_lecture_5.pdf',1,'2020-04-08 00:15:12'),(781,9,150,'Contemporary economic issue','1586284972_fiscal_federalism-lekha.pdf',1,'2020-04-08 00:12:52'),(780,9,120,'GE_Introductory Macroeconomics_Policy implication of classical equilibrium model 1','1586284844_intro_macro_lecture_4.pdf',1,'2020-04-08 00:10:44'),(779,9,150,'Principal of macroeconomics-1','1586284767_principle_of_macroeconomics-_1.pdf',1,'2020-04-08 00:09:27'),(778,9,120,'GE_Introductory Macroeconomics_Classical theory of interest rate 1_ video ','1586284359_Introductory_Macroeconomics__lecture_3_video_lecture.docx',1,'2020-04-08 00:02:39'),(777,3,82,'Dilemmas in Politics','1586282019_Global_justice_reading.pdf',1,'2020-04-07 23:23:39'),(776,10,105,'Computer Application in Business','1586276858_Questions_for_practice-_Computer_pdf.pdf',1,'2020-04-07 21:57:38'),(774,10,94,'GST Notes 7','1586273319_GST_notes_7.pdf',1,'2020-04-07 20:58:39'),(775,10,94,'Auditing and CSR Notes-7','1586274154_Audit_7.pdf',1,'2020-04-07 21:12:34'),(773,10,105,'Computer Application in Business','1586270842_Excel-_frequency_distribution_PDF.pdf',1,'2020-04-07 20:17:22'),(772,10,101,'Entrepreneurship (GE)','1586268392_business_incubator.pdf',1,'2020-04-07 19:36:32'),(770,10,101,'Financial markets and institutions(depository institutions)','1586267988_FMI_2_pdf.pdf',1,'2020-04-07 19:29:48'),(771,10,101,'Financial markets and institutions(non-depository institutions)','1586268209_fmi-_non_depository_inst..pdf',1,'2020-04-07 19:33:29'),(768,10,101,'Financial markets and institutions (financial institutions)','1586268075_FMI_1_pdf.pdf',1,'2020-04-07 19:19:20'),(767,10,141,'Apportionment of overheads','1586265760_Apportionment_of_overheads.pdf',1,'2020-04-07 18:52:40'),(766,10,96,'CORPORATE LAW ( Assignment -Winding up)','1586260086_winding_up.pptx',1,'2020-04-07 17:18:06'),(765,10,96,'CORPORATE LAW (UNIT 5)','1586260021_UNIT_5.pptx',1,'2020-04-07 17:17:01'),(764,10,96,'CORPORATE LAW ( CASE LAW)','1586259971_case_laws.pdf',1,'2020-04-07 17:16:11'),(763,10,96,'CORPORATE LAW (  Assignment on Audit and Auditor)','1586259680_audit_and_auditors_presentation.pptx',1,'2020-04-07 17:11:20'),(762,9,113,'Seigniorage  - GE Macroeconomics','1586259645_seiniorage_GE_Macro.pdf',1,'2020-04-07 17:10:45'),(761,1,157,'BIODIVERSITY','1586257493_Biodiversity_and_Conservation.pdf',1,'2020-04-07 16:34:53'),(760,7,129,'environmental geography','1586252925_Lecture_5_env.docx',1,'2020-04-07 15:18:45'),(818,4,166,'Probability and Statistics-Day -2','1586329689_a1.pdf',1,'2020-04-08 12:38:09'),(742,10,98,'CORPORATE ACCOUNTING','1586241246_Amalgamation_Part-3_lecture-3.pptx',1,'2020-04-07 12:04:06'),(741,10,104,'SAARC Preferential Trading Arrangement SAPTA','1586240192_Document_(3).docx',1,'2020-04-07 11:46:32'),(740,10,104,'Foreign Direct investment ','1586240038_Document_(5).docx',1,'2020-04-07 11:43:58'),(739,10,104,'Foreign exchange Management Act(FEMA),1999 ','1586239830_Document_(4).docx',1,'2020-04-07 11:40:30'),(736,4,76,'PDE: Uniqueness and existence of the heat conduction problem. (B. SC. (H) Maths sem-IV ) ','1586236312_existence_and_uniqueness_of_heat_conduction_problem.pdf',1,'2020-04-07 10:41:52'),(735,9,119,'B. Com. (P) Sem-VI, Lecture-III GE-Principles of Macroeconomics Topic-Liquidity Preference Theory of Interest Rate (Part-I)','1586236191_B._Com._(P)_Sem-VI,_Lecture-III_GE-Principles_of_Macroeconomics_Topic-Liquidity_Preference_Theory_of_Interest_Rate_(Part-I).pdf',1,'2020-04-07 10:39:51'),(732,4,76,'PDE: Uniqueness of the vibrating string problem, (B. SC. (H) Maths sem-IV )','1586235880_uniqueness_theorem_for_vibrating_string_problem.pdf',1,'2020-04-07 10:34:40'),(733,4,76,'PDE: the Laplace and beam equation , (B. SC. (H) Maths sem-IV )','1586236045_the_Laplace_and_beam_equation.pdf',1,'2020-04-07 10:37:25'),(731,9,119,'B. Com. (P) Sem-VI Lecture-II GE-Principles of Macroeconomics Topic- The Quantity Theory of Money','1586235749_B._Com._(P)_Sem-VI,_Lecture-II_GE-Principles_of_Macroeconomics_Topic-_The_quantity_theory_of__money.docx',1,'2020-04-07 10:32:29'),(724,9,119,'Lecture-V: GE-Macroeconomics, Topic- Policy Implications of the Classical Equilibrium Model','1586230569_Lecture-V_Sem-II,_GE-_Macroeconomics_Topic-_Policy_Implications_of_the_Classical_Equilibrium_Model.pdf',1,'2020-04-07 09:06:09'),(723,1,156,'ASSIGNMENT FOR BA (P) 2nd Sem','1586202592_ASSIGNMENTS(BA(P)).docx',1,'2020-04-07 01:19:52'),(722,9,120,'IntroductoGE_Introductory Macroeconomics_Classical theory of interest rate 1','1586200018_Introductory_Macroeconomics__lecture_3_pdf.pdf',1,'2020-04-07 00:36:58'),(721,9,120,'GE_Introductory Macroeconomics_Classical macroeconomics 2','1586199899_Introductory_Macroeconomics__lecture_2_pdf.pdf',1,'2020-04-07 00:34:59'),(734,4,76,'PDE: the heat conduction problem , (B. SC. (H) Maths sem-IV )','1586236166_heat_conduction_problem.pdf',1,'2020-04-07 10:39:26'),(719,9,120,'GE_Introductory Macroeconomics_Classical macroeconomics 1','1586199545_Introductory_Macroeconomics__lecture_1.pdf',1,'2020-04-07 00:29:05'),(729,9,119,'B. Com. (P) Sem-VI, Lecture I GE- Principles of Macroeconomics Topic- Money','1586234906_B._Com._(P)_Sem-VI,_Lecture-I_GE-Principles_of_Macroeconomics_Topic-_Money.pdf',1,'2020-04-07 10:18:26'),(717,9,119,'Lecture-IV: GE-Macroeconomics, Topic- Classical Theory of Interest Rate','1586198966_Lecture-IV,_sem-II,_GE-Macroeconomics_Topic-_Classical_Theory_of_Interest_Rate.pdf',1,'2020-04-07 00:19:26'),(716,9,119,'Lecture-III: GE-Macroeconomics, Topic- Classical Aggregate Demand Curve','1586198856_Lecture-III,_Sem-II,_GE-Macroeconomics_Topic-_Clssical_Aggregate_Demand_Curve.pdf',1,'2020-04-07 00:17:36'),(715,9,119,'Lecture-II: GE-Macroeconomics, Topic- The Quantity Theory of Money','1586199138_Lecture-II,_Sem-II,_GE-Macroeconomics_Topic-The_quantity_Theory_of__Money.docx',1,'2020-04-07 00:12:02'),(714,9,119,'Lecture-I: GE-Macroeconomics, Topic-Hyper Inflation','1586198097_Lecture-I_GE-Macroeconomics_Topic-Hyper_Inflation.docx',1,'2020-04-07 00:04:57'),(713,3,82,'Development Processes and Social Movements in Contemporary India','1586189974_Green_Revolution.pdf',1,'2020-04-06 21:49:34'),(712,3,82,'Development Processes and Social Movements in Contemporary India','1586189895_Agrarian_distress.pdf',1,'2020-04-06 21:48:15'),(711,10,104,'International Financial Environment ','1586328461_1586186666_International_Business-UNIT_III-_L2_(1).pdf',1,'2020-04-06 20:54:26'),(709,10,94,'Auditing and CSR Notes-6','1586182412_Audit_6.pdf',1,'2020-04-06 19:43:32'),(710,10,104,'International Financial Environment ','1586328559_1586186268_International_Business-UNIT_III-_L7_(1).pdf',1,'2020-04-06 20:47:48'),(708,10,103,'Business Law','1586182032_SALE_OF_GOODS_ACT,_1930_Performance_of_contract_of_sale.pptx',1,'2020-04-06 19:37:12'),(707,10,103,'Business Law','1586181974_SALE_OF_GOODS_ACT,_1930_Transfer_of_property.pptx',1,'2020-04-06 19:36:14'),(706,1,159,' Unit 6 Global Environmental Issues and Policies (Hindi)','1586181669_Unit_6_Global_Environmental_Issues_and_Policies_(Hind).pdf',1,'2020-04-06 19:31:09'),(705,10,94,'GST PPT 6','1586181299_GST_6.pdf',1,'2020-04-06 19:24:59'),(703,9,151,'Indian Economy (GE)','1586179644_Services_(Part_b).pdf',1,'2020-04-06 18:57:24'),(704,10,141,'Classification of overheads','1586179766_Classification_of_overheads.pdf',1,'2020-04-06 18:59:26'),(699,9,151,'Indian Economy (GE)','1586177157_Unit_4_-_Services-led_Growth.pdf',1,'2020-04-06 18:15:57'),(702,9,151,'Indian Economy (GE)','1586179290_Land_Reforms.pdf',1,'2020-04-06 18:51:30'),(697,10,100,'Corporate accounting ','1586176299_PDF_20200331231724.pdf',1,'2020-04-06 18:01:39'),(696,6,62,'Hindi B','1586174257_Andher_nagri.pdf',1,'2020-04-06 17:27:37'),(695,6,62,'Hindi Rangmanch','1586172800_hindi_rangmanch.pdf',1,'2020-04-06 17:03:20'),(692,4,69,'Finite differecces(Ge-4)','1586158858_finite_diff.pdf',1,'2020-04-06 13:10:58'),(691,4,69,'Ge-4 interpolation ','1586158385_interpolation.pdf',1,'2020-04-06 13:03:05'),(694,10,91,'GST and Customs Law','1586168898_Reverse_Charge_Mechanism.pdf',1,'2020-04-06 15:58:18'),(688,4,69,'Ge-4(Numerical Differentiation)','1586156756_Numerical_Diff.pdf',1,'2020-04-06 12:35:56'),(686,7,129,'thematic cartography','1586155697_Presentation_for_them.pptx',1,'2020-04-06 12:18:17'),(685,7,129,'thematic cartography','1586155634_lec5.pdf',1,'2020-04-06 12:17:14'),(684,7,129,'thematic cartography','1586155573_lec3tm.docx',1,'2020-04-06 12:16:13'),(683,7,129,'thematic cartography','1586155519_lec2tm.docx',1,'2020-04-06 12:15:19'),(682,7,129,'thematic cartography','1586155474_lec_1tm.docx',1,'2020-04-06 12:14:34'),(681,7,129,'environmental geography','1586155386_lec5.pdf',1,'2020-04-06 12:13:06'),(679,7,129,'environmental geography','1586155242_lec3.docx',1,'2020-04-06 12:10:42'),(680,7,129,'environmental geography','1586155295_lec4.docx',1,'2020-04-06 12:11:35'),(670,9,149,'B.Com (H) GE Economics 2nd Sem Lecture Notes -5','1586149606_B_Com_(H)_GE_Economics_2nd_Sem_Class_Notes_-_5.pdf',1,'2020-04-06 10:36:46'),(678,7,129,'environmental geography','1586155189_lec2ev.docx',1,'2020-04-06 12:09:49'),(663,7,129,'Environmental geography','1586095876_20190411103521431_National_Environment_Policy,_2006.pdf',1,'2020-04-05 19:41:16'),(662,7,129,'Environmental geography','1586094210_20190411103521431_National_Environment_Policy,_2006.pdf',1,'2020-04-05 19:13:30'),(1510,10,105,'Business Mathematics and Statistics','1587645393_Application_of_matrices(lecture_3).pdf',1,'2020-04-23 18:06:33'),(667,7,129,'Environmental geography','1586097435_environmental_law.pdf',1,'2020-04-05 20:07:15'),(658,10,107,'Fundamentals of Investment','1586090190_Mutual_Funds.pptx',1,'2020-04-05 18:06:30'),(677,7,129,'environmental geography','1586155115_Lecture1.docx',1,'2020-04-06 12:08:35'),(657,1,158,'Case Studies (Movements and Projects_Biodiversity','1586080395_Case_Studies_(Movements_and_Projects_under_Biodiversity).pdf',1,'2020-04-05 15:23:15'),(656,1,158,'Biodiversity Conservation strategies','1586080336_Biodiversity_Conservation_strategies.pdf',1,'2020-04-05 15:22:16'),(655,1,158,'Values of Biodiversity and Threats to Biodiversity','1586080205_Values_of_Biodiversity_and_threat_to_Biodiversity.pdf',1,'2020-04-05 15:20:05'),(654,1,158,'IUCN Red List (Categories and Criteria)','1586080118_IUCN.pdf',1,'2020-04-05 15:18:38'),(653,1,158,'Biodiversity (Levels, India- mega-biodiversity, Biogeographic Zones, Hot Spots)','1586080041_Biodiversity_(Levels,_Biogeographic_Zone,_Hotspots).pdf',1,'2020-04-05 15:17:21'),(659,4,69,'Numerical Methods(Ge-4,Numerical Integration)','1586090472_numerical_integration.pdf',1,'2020-04-05 18:11:12'),(652,1,159,' Unit 6 : Global Environmental Issues and Policies','1586078402_Unit_6_Global_Issues_and_Environment.pdf',1,'2020-04-05 14:50:02'),(648,10,147,'Corporate Law - Company Management Part 1','1586074426_Corporate_Law_CH-15_Company_Management_Part-1.pdf',2,'2020-04-05 13:43:46'),(647,7,131,'political geography 6th semester','1586068617_Meinig-Heartland-Rimland.pdf',1,'2020-04-05 12:06:57'),(646,7,131,'political geography 6th semester','1586068311_Forest_Rights.pptx',1,'2020-04-05 12:01:51'),(645,7,131,'political geography 6th semester','1586067805_Geographic_influence_on_voting_pattern.pptx',1,'2020-04-05 11:53:25'),(644,7,131,'gis 4the semester','1586067156_GPS_notes_2013_edusat_AB.pdf',1,'2020-04-05 11:42:36'),(643,7,131,'gis 4the semester','1586066777_03_Septmber_gps_PartII__Er_Ashutosh_Bhardwaj.pdf',1,'2020-04-05 11:36:17'),(642,7,131,'gis 4the semester','1586066384_3._Database_Concepts_and_Non-Spatial_Data_Modelling.pdf',1,'2020-04-05 11:29:44'),(641,9,149,'B.A.(H) Economics 2nd Sem MME lecture slides (4 to 9) ','1587206945_MME_-_2_SBSC_-_2.pdf',1,'2020-04-05 11:20:59'),(639,9,150,'Contemporary economic issue','1586021330_14th_FC.pdf',1,'2020-04-04 22:58:50'),(640,9,150,'Contemporary economic issue','1586021999_15th_FC.pdf',1,'2020-04-04 23:09:59'),(637,10,109,'computer applications loan and lease accounting','1586018328_loan_and_lease_1.docx',1,'2020-04-04 22:08:48'),(638,7,160,'Global Positioning System','1586018466_GPS_INTRO.pdf',1,'2020-04-04 22:11:06'),(635,4,166,'Probability and Statistics-Day -1','1586010821_Scan_Apr_4,_2020_(1).pdf',1,'2020-04-04 20:03:41'),(636,4,75,'Differential Equations Paper','1586017146_information.pdf',1,'2020-04-04 21:49:06'),(634,4,166,'Probability and Statistics(Book-1)','1586010696_[Robert_V._Hogg,_Allen_Craig]_Introduction_to_Math(BookFi).pdf',1,'2020-04-04 20:01:36'),(633,4,166,'RT&LA-II (Book-Friedberg)','1586010267_stephen-h.-friedberg-arnold-j.-insel-lawrence-e.-spence-linear-algebra-pearson-2014.pdf',1,'2020-04-04 19:54:27'),(632,4,166,'RT&LA-II Day-5','1586010001_Scan_Apr_4,_2020.pdf',1,'2020-04-04 19:50:01'),(631,4,166,'RT&LA-II Day-4','1586009840_Scan_Apr_2,_2020.pdf',1,'2020-04-04 19:47:20'),(1005,9,115,'GE Introductory Macro Economics_National Income_1','1586606868_Unit1_GE_Introductory_Macro_1.pptx',1,'2020-04-11 17:37:48'),(817,4,166,'Linear Algebra-6','1586329549_a.pdf',1,'2020-04-08 12:35:49'),(630,4,166,'RT&LA-II Day-3','1586009714_Scan_Apr_1,_2020.pdf',1,'2020-04-04 19:45:14'),(627,9,115,'Introductory Macro Economics - Classical Economics_2','1586008851_GE_introductory_macro_sec_A_2.pdf',1,'2020-04-04 19:30:51'),(737,3,167,'Challenges of Globalization ','1586239321_GE-__CHALLENGES_OF_GLOBALIZATION.pdf',1,'2020-04-07 11:32:01'),(738,3,167,'Contemporary World Actors ( WTO)','1586239503_BA_(P)-_WTO.pdf',1,'2020-04-07 11:35:03'),(621,4,76,'PDE : The vibrating string  (B. SC.  (H) Maths,  sem-IV) ','1586002050_the_vibrating_string.pdf',1,'2020-04-04 17:37:30'),(620,4,76,'PDE: Goursat problem (B. SC.  (H) Maths,  sem-IV) ','1586001963_goursat_problem.pdf',1,'2020-04-04 17:36:03'),(619,4,76,'PDE : The Reimann Method (B. SC.  (H) Maths,  sem-IV) ','1586001788_Reimann_Method.pdf',1,'2020-04-04 17:33:08'),(616,10,142,'Computer Applications in Business (Theory) (4)','1586000008_CAB_4.pptx',1,'2020-04-04 17:03:28'),(615,4,69,'Real analysis( B.Sc.(H) Maths. Sem ii)','1585999669_real_analysis.pdf',1,'2020-04-04 16:57:49'),(614,9,149,'BCom(P) GE Economics 6th Sem Lecture Notes -2','1585994516_BCom(P)_GE_Economics_6th_Sem_Class_Notes_-_2.pdf',1,'2020-04-04 15:31:56'),(613,10,142,'Computer Applications in Business (Theory) (3)','1585994111_CAB_3.pptx',1,'2020-04-04 15:25:11'),(612,10,142,'Computer Applications in Business (Theory) (2) ','1585994050_CAB_2.pptx',1,'2020-04-04 15:24:10'),(611,10,142,'Computer Applications in Business (Theory) (1)','1585993890_CAB_1.pptx',1,'2020-04-04 15:21:30'),(610,9,149,'B.A.(H) Economics 2nd Sem MME lecture slides (1 to 3)','1585999918_MME_-2_SBSC.pdf',1,'2020-04-04 15:11:08'),(609,9,149,'B.Com (H) GE Economics 2nd Sem Lecture Notes -4','1585993088_B.Com_(H)_GE_Economics_2nd_Sem_Class_Notes_-_4.pdf',1,'2020-04-04 15:08:08'),(608,9,149,'B.Com (H) GE Economics 2nd Sem Lecture Notes -3','1585992915_B.Com_(H)_GE_Economics_2nd_Sem_Class_Notes_-3.pdf',1,'2020-04-04 15:05:15'),(607,8,124,'Translation Studies ','1585992852_what_is_translation_essay-20200326135656.pdf',1,'2020-04-04 15:04:12'),(606,9,149,'B.Com (H) GE Economics 2nd Sem Lecture Notes -2','1585992813_B.Com_(H)_GE_Economics_2nd_Sem_Class_Notes_-2.pdf',1,'2020-04-04 15:03:33'),(604,4,166,'RT&LA-II Day-1','1586009580_Scan_Mar_30,_2020.pdf',1,'2020-04-04 14:03:08'),(605,8,124,'Women Empowerment ','1585992714_(Routledge_Companions)_Sarah_Gamble_-_The_Routledge_Companion_to_Feminism_and_Postfeminism_(Routledge_Companions)-Routledge_(2001)_(1).pdf',1,'2020-04-04 15:01:54'),(759,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1586252320_Sequential_Games_and_Backward_Induction.pdf',1,'2020-04-07 15:08:40'),(758,9,117,'GE-4, Public Finance','1586251183_14th_FC,_Y_V_Reddy.pdf',1,'2020-04-07 14:49:43'),(756,10,143,'COST ACC B.COM (H) - 2','1586248396_2stocklevels.pptx',1,'2020-04-07 14:03:16'),(757,10,143,'COST ACC B.COM (H) - 3','1586248446_3materiallosses.pdf',1,'2020-04-07 14:04:06'),(755,10,143,'COST ACC B.COM (H) -1','1586248353_1InventoryABC.pptx',1,'2020-04-07 14:02:33'),(754,10,143,'COMPUTER APPLICATIONS-THEORY 3','1586248227_3cloudcomputing.pptx',1,'2020-04-07 14:00:27'),(752,10,143,'COMPUTER APPLICATIONS-THEORY 1','1586247979_1computersystems.pptx',1,'2020-04-07 13:56:19'),(596,5,137,'History of India (1700-1950), B.A(P) IV SEM','1585986706_quit-india-movement(_hindi_Notes).pdf',1,'2020-04-04 13:21:46'),(595,5,137,'History of India (1700-1950), B.A(P) IV SEM','1585986586_GANDHI_AND_THE_QUIT_INDIA.pdf',1,'2020-04-04 13:19:46'),(753,10,143,'COMPUTER APPLICATIONS-THEORY 2','1586248162_2networktopologies.pptx',1,'2020-04-07 13:59:22'),(748,10,143,'COST ACC- B.COM-1','1586247736_1machine_hour.pptx',1,'2020-04-07 13:52:16'),(749,10,143,'COST ACC- B.COM-2','1586247828_2OHabsorption.pptx',1,'2020-04-07 13:53:48'),(750,10,143,'COST ACC- B.COM-3','1586247859_3OHSpecialitems.pdf',1,'2020-04-07 13:54:19'),(751,10,143,'COST ACC- B.COM-4','1586247916_4ABCCosting.pdf',1,'2020-04-07 13:55:16'),(589,5,137,' B,A (P) Sem IV: History of India ( 1700-1950)','1585986150_non_cooperation_movement_(_HIndi_Notes).docx',1,'2020-04-04 13:12:30'),(588,9,150,'Introductory macroeconomic','1585985921_(IME)chapter-9_part-1.pdf',1,'2020-04-04 13:08:41'),(587,9,150,'Introductory macroeconomic','1585985775_(IME)_chpter-3.pdf',1,'2020-04-04 13:06:15'),(586,10,109,'corporate law assignment 1','1585985768_CL_assigment_1.docx',1,'2020-04-04 13:06:08'),(584,9,150,'Introductory macroeconomics','1585985505_(IME)chapter-2.pdf',1,'2020-04-04 13:01:45'),(585,5,137,'History of South East Asia B.A(H) VI sem ','1585985735_advent_of_british_in_burma_(_hindi_).docx',1,'2020-04-04 13:05:35'),(583,10,109,'corporate laws (dividend continued)','1585985503_Chapter_dividend_continued-converted.pdf',1,'2020-04-04 13:01:43'),(581,5,137,'History of South East Asia B.A(H) VI sem / assignment topics ','1585985327_assignment_topics.docx',1,'2020-04-04 12:58:47'),(580,5,137,'History of South East Asia B.A(H) VI sem ','1585985207_vietnam_notes_(_hindi).pdf',1,'2020-04-04 12:56:47'),(579,5,137,'History of South East History; BA(H) History','1585983356_Expansion-Dutch-colonial-territories-in-Indonesia-1782-1920.png',1,'2020-04-04 12:25:56'),(578,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM','1585983257_Week_6.pdf',1,'2020-04-04 12:24:17'),(577,5,137,'History of South East Asia B.A(H) VI sem ','1585983236_burma.pdf',1,'2020-04-04 12:23:56'),(576,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM','1585983180_biogeochemical_cycles.pdf',1,'2020-04-04 12:23:00'),(575,7,161,'DISASTER MANAGEMENT VI SEM BA PROG ','1585982970_disaster_management_in_India_case_studies_by_NIDM.pdf',1,'2020-04-04 12:19:30'),(574,7,161,'DISASTER MANAGEMENT VI SEM BA PROG ','1585982824_India_Disaster_Report_2011_case_studies.pdf',1,'2020-04-04 12:17:04'),(573,7,161,'DISASTER MANAGEMENT VI SEM BA PROG ','1585982724_disater_management_mitigation_by_govt.pdf',1,'2020-04-04 12:15:24'),(571,5,137,'History of South East Asia B.A(H) VI sem ','1585982198_decolonization_of_indonesia.docx',1,'2020-04-04 12:06:38'),(570,7,52,'Thematic Cartography','1585982126_thematic_new.doc',1,'2020-04-04 12:05:26'),(567,5,137,'history of south east asia ','1585981891_Effects_of_Dutch_Colonialism_in_Indonesia.docx',1,'2020-04-04 12:01:31'),(590,5,137,'B.A (P) SemIV: History of India (1700-1950)','1585986329_non_cooperation_movement_english_notes.pdf',1,'2020-04-04 13:15:29'),(569,5,137,'History of South East Asia B.A(H) VI sem ','1585982087_The_Impact_of_Colonial_Capitalism_on_the_Peasantry_of_South_East_Asia.docx',1,'2020-04-04 12:04:47'),(560,9,149,'B.Com (H) GE Economics 2nd Sem Lecture Notes -1','1585978926_BCom(H)_GE_EConomics_2nd_Sem_Class_Notes_-1_.pdf',1,'2020-04-04 11:12:06'),(559,9,149,'BCom(P) GE Economics 6th Sem Lecture Notes -1','1585978423_BCom(P)_GE_Economics_6th_Sem_Class_Notes_-1.pdf',1,'2020-04-04 11:03:43'),(558,1,155,'MONTREAL PROTOCOL','1585976304_MONTREAL_PROTOCOL.pptx',1,'2020-04-04 10:28:24'),(557,1,155,'Ecological footprints','1585976261_E_Footprints.pptx',1,'2020-04-04 10:27:41'),(556,1,155,'Nitrogen Cycle','1585975941_Nitrogen_Cycle.ppt',1,'2020-04-04 10:22:21'),(555,1,155,'Soil, Thermal, Nuclear pollution & Solid waste manangment','1585975542_Soil,_Thermal,_Nuclear_pollution.pdf',1,'2020-04-04 10:15:42'),(554,1,155,'Air Pollution','1585974968_Air_Pollution.pdf',1,'2020-04-04 10:06:07'),(553,1,155,'Water Pollution','1585974918_Water_Pollution.pdf',1,'2020-04-04 10:05:18'),(552,1,155,'Environmental Law','1585974605_Environmental_Law.pdf',1,'2020-04-04 10:00:05'),(551,1,155,'Uni 7','1585974017_EVS_Notes_Unit-7.pdf',1,'2020-04-04 09:50:17'),(550,1,155,'Unit 6','1585973921_EVS_Unit_6_Notes_.pdf',1,'2020-04-04 09:48:41'),(1008,9,115,'GE Introductory Macro Economics Audio Lectures - IS Curve (2 lectures)','https://drive.google.com/drive/folders/13fCRRZekjfqnf89RO4qB3gVsOMaxrL9O?usp=sharing',1,'2020-04-11 17:43:24'),(549,1,155,'Natural Resources','1585973799_Natural_Resources.pdf',1,'2020-04-04 09:46:39'),(548,10,142,'Cost Accounting B.Com Prog. Sem 4 Sec. A','https://photos.app.goo.gl/Kfc7qAuY8opJ7RJz5',1,'2020-04-04 03:40:33'),(544,9,115,'B.Com Prog, Principles of Macro Economics Money_1','1585939325_Unit5_Money_Bcom(P).pptx',1,'2020-04-04 00:12:05'),(543,9,115,'B.Com Prog, Principles of Macro Economics_Open Economy_4','1586612862_BCom_GE_5.pdf',1,'2020-04-04 00:11:28'),(541,9,115,'B.Com Prog, Principles of Macro Economics_Open Economy_3','1585939240_BCom_GE_4.pdf',1,'2020-04-04 00:10:40'),(545,9,115,'GE Introductory Macro Economics - Classical Economics_1','1585939785_GE_Introductory_Macro_SecA_1.pdf',1,'2020-04-04 00:19:45'),(540,9,115,'B.Com Prog, Principles of Macro Economics_Open Economy_2','1585939186_BCom_GE_3.pdf',1,'2020-04-04 00:09:46'),(537,9,115,'B.Com Prog, Principles of Macro Economics - Numericals on Determination of GDP','1585938921_BCom_GE_1.pdf',1,'2020-04-04 00:05:21'),(539,9,115,'B.Com Prog, Principles of Macro Economics_Open Economy_1','1585939119_BCom_GE_2.pdf',1,'2020-04-04 00:08:39'),(535,10,98,'COMPUTER APPLICATION IN BUSINESS','https://www.youtube.com/watch?v=8CgoWJAoXEU&t=69s',1,'2020-04-03 23:40:23'),(534,7,160,'GIS OVERVIEW','1585937143_LectureNotes.pdf',1,'2020-04-03 23:35:43'),(533,10,89,'Corporate Accounting-Amalgamation-lecture5','1585934410_Presentation5_final.pdf',1,'2020-04-03 22:50:10'),(532,10,89,'Corporate Accounting-Amalgamation-lecture4','1585934039_amalgamation_lecture_4.pptx',1,'2020-04-03 22:43:59'),(529,10,89,'Corporate Accounting-Amalgamation-lecture2','1585933720_amalgamation_lecture_2_Methods_of_PC.pptx',1,'2020-04-03 22:38:40'),(530,10,89,'Corporate Accounting-Amalgamation-lecture 1','1585933876_Amalgamation_lecture_1.pptx',1,'2020-04-03 22:41:16'),(531,10,89,'Corporate Accounting-Amalgamation-lecture3','1585933960_amalgamation_lecture_3a.pptx',1,'2020-04-03 22:42:40'),(526,10,105,'Business Mathematics and Statistics','1585932015_Business_Mathematics_(_finance)_pdf.pdf',1,'2020-04-03 22:10:15'),(525,10,105,'Business Mathematics and Statistics','1585931141_BMS_practice_set.pdf',1,'2020-04-03 21:55:41'),(524,10,105,'Computer Application in Business','1585930888_Workbook_for_CBCS_Bcom_hons_Section_A.docx',1,'2020-04-03 21:51:28'),(523,10,105,'Business Mathematics and Statistics','1585930807_Determining_lines_of_regression_pdf.pdf',1,'2020-04-03 21:50:07'),(522,10,105,'Business Mathematics and Statistics','1585930672_PROPERTIES_OF_REGRESSION_COEFFICIENT_pdf.pdf',1,'2020-04-03 21:47:52'),(521,10,105,'Business Mathematics and Statistics','1585930623_Regression_Solved_Question_pdf.pdf',1,'2020-04-03 21:47:03'),(520,10,105,'Business Mathematics and Statistics','1585930567_Regression_pdf_1.pdf',1,'2020-04-03 21:46:07'),(519,10,109,'computer applications','1585929496_LOAN_AND_LEASE_ACCOUNTING.docx',1,'2020-04-03 21:28:16'),(518,10,109,'computer applications','1585929426_STEPS_TO_SOLVE_THE_QUESTION_OF_LOAN_AND_LEASE.docx',1,'2020-04-03 21:27:06'),(517,10,109,'computer applications','1585929375_COMPUTER_PRACTICAL.docx',1,'2020-04-03 21:26:15'),(516,10,109,'corporate law ','1585929169_UNIT_IV-_DIVIDENDS,_AUDIT_AND_WINDING_UP.pptx',1,'2020-04-03 21:22:49'),(515,10,109,'corporate laws','1585929071_SHAREHOLDERS_MEETINGS-converted.pdf',1,'2020-04-03 21:21:11'),(514,10,107,'Fundamentals of Investment','1585925557_FOI_Assignment(roll_no-787-849).docx',1,'2020-04-03 20:22:37'),(513,10,107,'Fundamentals of Investment','1585925499_FOI_Assignment_(roll_no-_703-785).docx',1,'2020-04-03 20:21:39'),(512,10,107,'Computer Applications in Business','1585925242_Computer_Workbook_BCH_Sem_IV-Sec.B.pdf',1,'2020-04-03 20:17:22'),(511,10,103,'Personal Selling and Salesmanship','1585923950_Unit_4_personal_selling_process.pptx',1,'2020-04-03 19:55:50'),(510,10,103,' Business Law -Sales of Goods Act, 1930','1585923829_SALE_OF_GOODS_ACT,_1930-_Nature_of_contract_of_sale.pptx',1,'2020-04-03 19:50:39'),(509,1,159,'Unit 1 Topic Environment Calendar ','1585923528_EkoCalendar-2020.pdf',1,'2020-04-03 19:48:48'),(508,10,86,'Financial Reporting Analysis- Conceptual Framework-Lecture 3','1585923026_Conceptual_Framework_-_Lecture_3.ppt',1,'2020-04-03 19:40:26'),(507,10,86,'Financial Reporting Analysis- Conceptual Framework-Lecture 2','1585922953_Conceptual_Framework_-_Lecture_3.ppt',1,'2020-04-03 19:39:13'),(506,10,86,'Financial Reporting Analysis- Conceptual Framework-Lecture 1','1585922889_Conceptual_Framework.ppt',1,'2020-04-03 19:38:09'),(505,10,86,'Financial Reporting Analysis- Comparative Statement & Common Size Statement- Lecture 3','1585922802_Comparitive_and_Commonsize-_Lecture_3.ppt',1,'2020-04-03 19:36:42'),(504,10,86,'Financial Reporting Analysis- Comparative Statement & Common Size Statement- Lecture 2','1585922708_Comparitive_and_Commonsize-_Lecture_3.ppt',1,'2020-04-03 19:35:08'),(503,10,86,'Financial Reporting Analysis- Comparative Statement & Common Size Statement- Lecture 1','1585922626_Comparitive_and_Commonsize-_Lecture_1_-_Copy.pptx',1,'2020-04-03 19:33:46'),(502,10,86,'Financial Reporting Analysis- Operating Lease','1585922347_AS-19.pptx',1,'2020-04-03 19:29:07'),(501,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 6','1585922022_Internal_Reconstruction_-_Lecture_6.pptx',1,'2020-04-03 19:23:42'),(500,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 5','1585921961_Internal_Reconstruction_-_lecture_5.pptx',1,'2020-04-03 19:22:41'),(499,1,159,'Assegement','1585921903_IMG-20200403-WA0007.jpg',1,'2020-04-03 19:21:43'),(498,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 4','1585921901_Internal_Reconstruction_-_Lecture_4.pptx',1,'2020-04-03 19:21:41'),(497,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 3','1585921836_Internal_Reconstruction_-_Lecture_3.ppt',1,'2020-04-03 19:20:36'),(496,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 2','1585921765_Internal_Reconstruction_-_lecture_2.ppt',1,'2020-04-03 19:19:25'),(495,1,159,'Assegement Topics  B.A Hindi (H)','1585921747_IMG-20200403-WA0008.jpg',1,'2020-04-03 19:19:07'),(494,10,86,'Corporate Accounting- Internal Reconstruction-Lecture 1','1585921651_Internal_Reconstruction_-_Lecture_1.pptx',1,'2020-04-03 19:17:31'),(493,1,159,'Chipko  Movement ','1585921326_Chipko_Movement.ppt',1,'2020-04-03 19:12:06'),(491,10,94,'Auditing and CSR Notes-4','1585921179_Audit_4.pdf',1,'2020-04-03 19:09:39'),(492,10,94,'Auditing and CSR Notes-5','1585921251_Audit_5.pdf',1,'2020-04-03 19:10:51'),(490,10,94,'Auditing and CSR Notes-3','1585921117_Audit_3.pdf',1,'2020-04-03 19:08:37'),(489,10,94,'Auditing and CSR Notes-2','1585921053_audit_2.pdf',1,'2020-04-03 19:07:33'),(959,10,141,'Capacity Levels of Overheads','1586525708_Capacity_Levels_of_Overheads.pdf',1,'2020-04-10 19:05:08'),(960,10,141,'Distributed Computer Network 1','1586527245_New_Microsoft_PowerPoint_Presentation.pptx',1,'2020-04-10 19:30:45'),(484,10,94,'GST PPT 4','1585920578_GST_4.pdf',1,'2020-04-03 18:59:38'),(485,1,159,'Unit  3 Ecosystem ','1585920733_Ecosystem_Final.docx',1,'2020-04-03 19:02:13'),(693,10,95,'FUNDAMENTALS OF INVESTMENT','1586161043_FUNDAMENTALS_OF_INVESTMENT..pdf',1,'2020-04-06 13:47:23'),(481,10,145,'Broad banding','1585920384_broadbanding-140825055233-phpapp01.pdf',1,'2020-04-03 18:56:24'),(480,1,159,' Unit 2 Natural Resources ','1585920369_Natural_Resources_final-1.docx',1,'2020-04-03 18:56:09'),(479,10,94,'GST PPT 1-3','1585920334_GST_notes_1-3.pptx',1,'2020-04-03 18:55:34'),(478,10,95,'FUNDAMENTALS OF INVESTMENT','1585920249_INVESTOR_PROTECTION.pdf',1,'2020-04-03 18:54:09'),(487,10,94,'Auditing and CSR Notes-1','1585920978_audit_1.pdf',1,'2020-04-03 19:06:18'),(477,10,95,'FUNDAMENTALS OF INVESTMENT','1585920172_EFFICIENT_MARKET_HYPOTHESIS.pdf',1,'2020-04-03 18:52:52'),(486,10,94,'GST PPT 5','1585920823_GST_5.pdf',1,'2020-04-03 19:03:43'),(475,1,159,'Unit 4   Biodiversity and its Conservation ','1585919869__Biodiversity_.pdf',1,'2020-04-03 18:47:49'),(474,1,159,'Unit 4   Biodiversity and its Conservation ','1585919736_unit4__biodiversity.pdf',1,'2020-04-03 18:45:36'),(473,10,145,'Executive compensation ppt (Comp. management)','1585918402_Executive_Compensation.pdf',1,'2020-04-03 18:23:22'),(472,10,145,'Executive compensation notes (Comp. management)','1585918297_EXECUTIVE_COMPENSATION_notes.docx',1,'2020-04-03 18:21:37'),(471,10,145,'job design (compensation management)','1585918211_job_design.pdf',1,'2020-04-03 18:20:11'),(470,10,145,'Compensation management (study material)','1585917959_DU_compensation.pdf.pdf',1,'2020-04-03 18:15:59'),(469,2,2,'Issues In World History (20th Century)','1585917828_Forces_Behind_Globalization.docx',1,'2020-04-03 18:13:48'),(468,2,2,'Issues In World History (20th Century)','1585917511_Media.pdf',1,'2020-04-03 18:08:31'),(467,5,136,'History of USSR','1585917249_Secret_Speech_Khrushchev.docx',1,'2020-04-03 18:04:09'),(466,5,136,'History of USSR','1585916410_politicalandsocialreformsofkhrushchev-100217060021-phpapp02.pdf',1,'2020-04-03 17:50:10'),(465,1,157,'ASSIGNMENT','1585916192_ASSIEGNMENT_FOR_BA.docx',1,'2020-04-03 17:46:32'),(464,5,136,'History of USSR','1585915820_Secret_Speech_Khrushchev.docx',1,'2020-04-03 17:40:20'),(462,5,136,'History of USSR','1585915424_gorbachecv_the_new_thinking.pdf',1,'2020-04-03 17:33:44'),(461,5,136,'History of USSR','1585914913_Brezhnev.pdf',1,'2020-04-03 17:25:13'),(460,1,157,'Environmental Pollution-1','1585914853_Air_Pollution.pdf',1,'2020-04-03 17:24:13'),(459,5,136,'History of USSR','1585914801_Disintegration.pdf',1,'2020-04-03 17:23:21'),(457,1,157,'Environmental Pollution-2','1585914508_Water_Pollution.pdf',1,'2020-04-03 17:18:28'),(458,1,157,'Environmental Pollution-3','1585914664_Soil,_Thermal,_Nuclear_pollution.pdf',1,'2020-04-03 17:21:04'),(455,1,157,'Human Population and Environment','1585914042_Human_Population_and_Environment.pdf',1,'2020-04-03 17:10:42'),(454,1,157,'Natural Resources-3','1585913834_UNIT_32.pdf',1,'2020-04-03 17:07:14'),(453,1,157,'Natural Resources-2','1585913672_Unit_31.pdf',1,'2020-04-03 17:04:32'),(452,1,157,'Natural Resources-1','1585913536_Unit_3.pdf',1,'2020-04-03 17:02:16'),(451,10,98,'COMPUTER APPLICATION IN BUSINESS','1585913046_LOAN_&_LEASE_LEC_1.pptx',1,'2020-04-03 16:54:06'),(450,10,98,'CORPORATE ACCOUNTING','1585912924_Cash_Flow_Assignment.pdf',1,'2020-04-03 16:52:04'),(449,10,98,'CORPORATE ACCOUNTING','1585912788_Amalgamation_Part-2-PDF.pdf',1,'2020-04-03 16:49:48'),(448,10,98,'CORPORATE ACCOUNTING','1585912684_Amalgamation_Part-1-PDF.pdf',1,'2020-04-03 16:48:04'),(447,9,113,'Environmental Economics','1585912675_Stavins_cont.docx',1,'2020-04-03 16:47:55'),(445,10,91,'GST and Customs Law','1585912475_Time_of_Supply.pdf',1,'2020-04-03 16:44:35'),(444,10,91,'GST and Customs Law','1585912428_Time_of_Supply2.docx',1,'2020-04-03 16:43:48'),(446,10,91,'GST and Customs Law','1585912516_Value_of_Taxable_Supply.pdf',1,'2020-04-03 16:45:16'),(442,9,113,'Environmental Economics','1585912274_Notes_Blackman_Unit_3.docx',1,'2020-04-03 16:41:14'),(441,9,113,'Environmental Economics','1585912205_unit_1_notes.docx',1,'2020-04-03 16:40:05'),(439,9,113,'Environmental Economics','1585912034_Chapter_7_lecture1.pdf',1,'2020-04-03 16:37:14'),(440,9,113,'Environmental Economics','1585912128_hedonic_price_theory.pdf',1,'2020-04-03 16:38:48'),(437,10,90,'Business Mathematics','https://drive.google.com/open?id=1IBpuGJS_Qr7POu_TK6F3EpQyQvLW3Dk4',1,'2020-04-03 16:17:32'),(436,2,2,'sample','1585747979_sample.pdf',1,'2020-04-01 19:02:59'),(850,6,60,'hindi kavita ','1586361450_अरुण_कमल_की_काव्य_संवेदना.docx',1,'2020-04-08 21:27:30'),(851,6,60,'hindi kavita ','1586361481_आदतों_के_बारे_में.docx',1,'2020-04-08 21:28:01'),(852,6,60,'hindi kavita ','1586361515_उसकी_गृहस्थी.docx',1,'2020-04-08 21:28:35'),(853,6,60,'hindi kavita ','1586361555_धार.docx',1,'2020-04-08 21:29:15'),(854,10,94,'GST PPT 8','1586361558_GST_8.pdf',1,'2020-04-08 21:29:18'),(855,6,60,'hindi kavita ','1586361589_नए_इलाके_में.docx',1,'2020-04-08 21:29:49'),(856,10,94,'Auditing and CSR Notes-8','1586361610_Audit_8.pdf',1,'2020-04-08 21:30:10'),(857,6,60,'hindi kavita ','1586361626_बच्चे_काम_पर_जा_रहे_हैं.docx',1,'2020-04-08 21:30:26'),(858,6,60,'hindi kavita ','1586361661_मारे_जाएंगे.docx',1,'2020-04-08 21:31:01'),(859,6,60,'hindi kavita ','1586361718_राजेश_जोशी.docx',1,'2020-04-08 21:31:58'),(860,6,60,'hindi kavita ','1586361757_मोचीराम.docx',1,'2020-04-08 21:32:37'),(861,9,35,'Introductory Macroeconomics','1586363384_IMG-20200408-WA0045.jpg',1,'2020-04-08 21:59:44'),(862,9,35,'Introductory Macroeconomics','1586363462_IMG-20200408-WA0046.jpg',1,'2020-04-08 22:01:02'),(863,10,147,'Corporate Law- Company Management part 2','1586366386_DIN.pdf',1,'2020-04-08 22:49:46'),(864,10,110,'Business maths DUALITY','1586367537_BM_Duality_(1).pdf',1,'2020-04-08 23:08:57'),(865,10,110,'Business maths- Artificial variables','1586367873_Artificial_Variables.pdf',1,'2020-04-08 23:14:33'),(866,10,110,'Differentiation','1586367998_Differentiation.pdf',1,'2020-04-08 23:16:38'),(867,10,110,'Business maths ','1586368066_BM_1(_G).docx',2,'2020-04-08 23:17:46'),(868,10,110,'Differentiation part 2','1586368151_Differentiation_Part-2_(1).pdf',1,'2020-04-08 23:19:11'),(869,10,110,'Maths- Application of Differentiation','1586368268_Application_of_Differentiation.pdf',1,'2020-04-08 23:21:08'),(870,10,110,'Application of differentiation part 2','1586368425_Maxima_&_Minima.pdf',1,'2020-04-08 23:23:45'),(871,10,93,'Financial Markets and Institutions','1586372164_Mutual_Funds_in_India.docx',1,'2020-04-09 00:26:04'),(872,10,93,'Financial Markets and Institutions','1586372277_commercial_Banks.pptx',1,'2020-04-09 00:27:57'),(873,10,93,'Business Maths- Applications of Differentiation','1586372398_LECTURE_1.pdf',1,'2020-04-09 00:29:58'),(874,10,93,'Business Maths- Applications of Differentiation','1586372469_LECTURE_2_(1).pdf',1,'2020-04-09 00:31:09'),(875,10,93,'Business Maths- Applications of Differentiation','1586372537_LECTURE_3.pdf',1,'2020-04-09 00:32:17'),(876,10,93,'Business Maths- Applications of Differentiation','1586372590_LECTURE_4.pdf',1,'2020-04-09 00:33:10'),(877,10,93,'Business Maths- Applications of Differentiation','1586372646_LECTURE_5.pdf',1,'2020-04-09 00:34:06'),(878,10,141,'Types of Network','1586374077_Types_of_Network.pptx',1,'2020-04-09 00:57:57'),(879,10,145,'INTERNATIONAL COMPENSATION','1586379456_international_compensation.pdf',1,'2020-04-09 02:27:36'),(880,6,62,'हिंदी रंगमंच','1586381135_Screenshot_2020-04-09-02-54-31-212_com.chrome.beta.png',1,'2020-04-09 02:55:35'),(881,10,145,'INTERNAL ASSESSMENT ','1586381996_INTERNAL_ASSESSMENT.docx',1,'2020-04-09 03:09:56'),(894,10,87,'Corporate Accounting: Online lecture material on Holding companies- part II','1586417917_Corporate_Accounting_Accounts_of_Holding_Companies_Part_II.pdf',1,'2020-04-09 13:08:37'),(893,10,87,'Corporate Accounting: Online lecture material on Holding companies- part I','1586417601_Corporate_Accounting_Accounts_of_Holding_Companies_Part_I.pdf',1,'2020-04-09 13:03:21'),(888,4,166,'Linear Algebra-7','1586407635_b.pdf',1,'2020-04-09 10:17:15'),(889,4,69,'Real Analysis( B.Sc.(H), Sen.ii)','1586409684_Real_Analy.pdf',1,'2020-04-09 10:51:24'),(890,10,109,'corporate law - audit and auditors','1586410990_AUDIT_AND_AUDITORS-converted.pdf',1,'2020-04-09 11:13:10'),(891,10,27,'corporate laws','1586415807_directors.pptx',1,'2020-04-09 12:33:27'),(886,10,87,'Corporate Accounting: Lectures on Employees stock option plan & underwriting commission ','1586399131_Corporate_Accounting_ES_OP_and_Underwriting_Commission.pdf',1,'2020-04-09 07:55:31'),(895,10,106,'Business Maths B.com (H) - Section B - IV Sem.','1586418928_8.pdf',1,'2020-04-09 13:25:28'),(896,10,98,'COMPUTER APPLICATION IN BUSINESS','1586418987_Ratio_Analysis_QUES-PDF.pdf',1,'2020-04-09 13:26:27'),(897,7,129,'thematic cartography','1586419146_thematic_carto_test.pdf',1,'2020-04-09 13:29:06'),(898,10,143,'COMPUTER APPLICATIONS-THEORY 4','1586419347_4computerhistory.pptx',1,'2020-04-09 13:32:27'),(899,9,118,'Indian Economy_1','1586419711_New_Doc_2020-04-09_13.35.27_1.jpg',1,'2020-04-09 13:38:31'),(900,7,129,'thematic cartography','1586420121_legy303.pdf',1,'2020-04-09 13:45:21'),(901,8,127,'English (H), Sem VI','1586420154_Volga_To_Ganga_-_Rahula_Sankrityayana.pdf',1,'2020-04-09 13:45:54'),(902,7,129,'thematic cartography','1586420206_chap09.pdf',1,'2020-04-09 13:46:46'),(903,8,127,'B.Com (H), Sec- H, Aecc English','1586420214_The_Story_of_an_Hour.pdf',1,'2020-04-09 13:46:54'),(904,3,83,'Communalism in India','1586421577_COMMUNALISM.pdf',1,'2020-04-09 14:09:37'),(905,3,83,'Minority communalism ppt in pdf form','1586421669_minority_communalism.pdf',1,'2020-04-09 14:11:09'),(906,3,83,'caste and politics, political process in India, ppt in pdf form','1586422062_Caste_And_Politics.pdf',1,'2020-04-09 14:15:04'),(907,3,83,'dalit and politics, ppt in pdf form','1586422246_Dalits_or_Scheduled_Caste.pdf',1,'2020-04-09 14:20:46'),(908,3,83,'jati aur rajniti, political process in india','1586422336_jati_aur_rajniti_hindi.pdf',1,'2020-04-09 14:22:16'),(909,3,83,'jati aur rajniti 2','1586422986_aijra-vol-ii-issue-4-61_jati_aur_rajniti.pdf',1,'2020-04-09 14:33:06'),(910,10,101,'Entrepreneurship (GE) ( business sustainability & digital marketing)','1586425345_enterpreneurship-GE.pdf',1,'2020-04-09 15:12:25'),(911,10,144,'Introduction to cost accounting','1586427127_Introduction_to_Cost_Accounting.pdf',1,'2020-04-09 15:42:07'),(912,3,167,'GE( BA HONS) Globalization & Human Migration Lecture Notes 1','1586428968_GE__Globalization_&_Human_Migration_Lecture_notes_1.pdf',1,'2020-04-09 16:12:47'),(913,3,167,'BA (P)  Topic : G 77  Lecture Notes 2 ','1586429108_BA_(P)_-G_77__Lecture_notes_-_2_Charter_&_Agreements.pdf',1,'2020-04-09 16:15:08'),(914,10,144,'Cost Accounting','1586429425_Cost_Accounting_Unit_1-min.pdf',1,'2020-04-09 16:20:25'),(915,10,144,'Output or Unit Costing','1586429660_output_or_unit_costing.pdf',1,'2020-04-09 16:24:20'),(916,10,144,'Job Costing','1586429815_Job_costing.pdf',1,'2020-04-09 16:26:55'),(917,10,144,'Contract Costing','1586430138_contract_costing.pdf',1,'2020-04-09 16:32:18'),(918,10,144,'Process costing','1586430466_process_costing.pdf',1,'2020-04-09 16:37:46'),(919,10,144,'Process Costing 2','1586430906_Process_costing(1).pdf',1,'2020-04-09 16:45:06'),(920,10,144,'Joint Products and By Products','1586431057_joint_products_and_by_products.pdf',1,'2020-04-09 16:47:37'),(921,10,144,'Service Costing','1586431367_service_costing.pdf',1,'2020-04-09 16:52:47'),(922,9,113,'Hyperinflation - GE - 2, Introductory Macroeconomics','1586433505_hyperinflation.pdf',1,'2020-04-09 17:28:25'),(923,9,117,'GE-4, Public Finance','1586436413_UNIT_3,_Budget_and_Deficits.pdf',1,'2020-04-09 18:16:53'),(924,10,141,'Absorption of overheads','1586441792_Absorption_of_overheads.pdf',1,'2020-04-09 19:46:32'),(925,10,142,'Cost Accounting (Activity Based Costing) ','1586442733_Activity_Based_Costing.pdf',1,'2020-04-09 20:02:13'),(926,10,141,'Network Typology','1586443867_Typology.pptx',1,'2020-04-09 20:21:07'),(927,10,147,'Corporate Law- Company Management Part 3 ','1586443980_Company_Management_-_Part_3.pptx',1,'2020-04-09 20:23:00'),(928,10,94,'GST PPT 9','1586446023_GST_9.pdf',1,'2020-04-09 20:57:03'),(929,10,94,'Auditing and CSR Notes-9','1586446078_Audit_9.pdf',1,'2020-04-09 20:57:58'),(930,10,146,'Basics of stock market. ','1586447368_Indian_Stock_Market.pptx',1,'2020-04-09 21:19:28'),(931,10,88,'IB: Export Promotion of Consultancy and Management Services from India','1586449421_Export_Promotion_of_Consultancy_and_Management_Services_from_India.pdf',1,'2020-04-09 21:53:41'),(932,10,88,'Auditing and Corporate Governance: The Companies Act, 2013','1586449655_Companies_Act_2013.pdf',1,'2020-04-09 21:57:35'),(933,10,88,'Auditing and Corporate Governance: The Companies Amendment  Act, 2019','1586449846_AMENDMENTACT_01082019.pdf',1,'2020-04-09 22:00:46'),(934,10,88,'Auditing and Corporate Governance: Corporate Social Responsibility (CSR) Snapshot Spending','1586450742_CSRPRESENTATION15092016.pptx',1,'2020-04-09 22:15:42'),(935,10,88,'International Business: SEZ Act 2005','1586451172_SEZAct2005.pdf',1,'2020-04-09 22:22:52'),(936,10,88,'International Business: SEZ Amendment Act 2019','1586451272_SEZ_(Amendment)_Act,_2019.pdf',1,'2020-04-09 22:24:32'),(937,10,88,'International Business: Foreign Trade Policy 2015-2020','1586451912_Foreign_Trade_Policy_2015-2020.pdf',1,'2020-04-09 22:35:12'),(938,10,88,'International Business: Foreign Trade Policy Statement','1586452551_Foreign_Trade_Policy_Statement.pdf',1,'2020-04-09 22:45:51'),(939,10,88,'International Business: Special Economic Zone Factsheet','1586452607_SEZ_factsheet.pdf',1,'2020-04-09 22:46:47'),(940,10,147,'Industrial Relations Part 2','1586453928_Industrial_Relations_Part_2.pptx',1,'2020-04-09 23:08:48'),(941,10,107,'Fundamentals of Investment','1586455191_Mutual_Funds_Notes.pdf',1,'2020-04-09 23:29:51'),(942,10,107,'Fundamentals of Investment','1586455338_Practical_Questions-Mutual_Funds.pdf',1,'2020-04-09 23:32:18'),(943,10,107,'Computer Applications in Business','1586455490_DEPRECIATION.pdf',1,'2020-04-09 23:34:50'),(944,10,142,'Computer Applications in Business (Theory) (5)','1586455903_CAB_5.pptx',1,'2020-04-09 23:41:43'),(945,4,166,'Linear Algebra-8','1586491478_c.pdf',1,'2020-04-10 09:34:38'),(946,10,104,'International Financial Environment ','1586496280_new.pptx',1,'2020-04-10 10:54:40'),(948,9,120,'GE_Introductory Macroeconomics_Chap 11_Monetary Policy 1','1586500351_Chapter_11_Monetary_Policy.ppt',1,'2020-04-10 12:02:31'),(949,10,143,'COST ACC B.COM (H) -4','1586505588_4labour.pptx',1,'2020-04-10 13:29:48'),(950,3,83,'politics of obc, ppt in pdf form','1586514715_politics_of_OBC.pdf',1,'2020-04-10 16:01:55'),(951,2,2,'hindi cinema','1586521528_cinema_1.pdf',1,'2020-04-10 17:55:28'),(952,2,2,'hindi cinema 2','1586521579_cinema2.pdf',1,'2020-04-10 17:56:19'),(953,6,59,'hindi sahitya ka itihaas','1586521664_hindi_sahitya_ka_itihaas.pdf',1,'2020-04-10 17:57:44'),(954,6,59,'hindi sahitya ka itihaas 2','1586521738_hindi_sahitya_ka_itihaas2.pdf',1,'2020-04-10 17:58:58'),(955,9,117,'GE-4, Public Finance','1586521792_Chapter_7_State_Finances.pdf',1,'2020-04-10 17:59:52'),(956,9,117,'GE-4, Public Finance','1586521829_Chapter_9_Local_Governments.pdf',1,'2020-04-10 18:00:29'),(957,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1586522651_Public_Goods,_Varian.pdf',1,'2020-04-10 18:14:11'),(958,1,159,'Unit: 7 Human Communities and the Environment','1586523730_Unit_7_Engllish.pdf',1,'2020-04-10 18:32:10'),(962,10,105,'Computer Application in Business','1586529492_Depreciation_-_Example_1(Solution)_pdf.pdf',1,'2020-04-10 20:08:12'),(984,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1XH3lyI0gErJq99griQ96ELazUzKpKGYP',1,'2020-04-10 22:31:28'),(982,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1YTBTetCkASB1PODY4Akipw3ClRqFooVx',1,'2020-04-10 22:29:19'),(983,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1zRZg_Q6U1DLwo8KDQv6bD-A1QJ87jjQ-',1,'2020-04-10 22:30:25'),(969,10,105,'Business Mathematics and Statistics','1586529715_Business_Math-_Matrices.pdf',1,'2020-04-10 20:11:55'),(980,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1Caadv_YgfAOUasOYtnj47h8hzU3KEjv5',1,'2020-04-10 22:25:39'),(981,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1AWuodskmGXyVdZKd7N8Nu3HmtkSPsaBb',1,'2020-04-10 22:28:21'),(976,10,146,'Investment in stock market. ','1586533950_1494501305219.pdf',1,'2020-04-10 21:22:30'),(977,10,147,'Corporate Law - Company Management Part 4','1586534164_Classification_of_Directors.pptx',1,'2020-04-10 21:26:04'),(978,6,62,'Hindi Rangmanch','https://www.hindivibhag.com/%E0%A4%A8%E0%A4%BE%E0%A4%9F%E0%A4%95-%E0%A4%A4%E0%A4%A4%E0%A5%8D%E0%A4%B5-%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%E0%A5%80/',1,'2020-04-10 21:51:13'),(985,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1g1Hfbf5Gdbp5bmoMb8-X8Y4CTli5Wnrx',1,'2020-04-10 22:32:46'),(986,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1JTE4uzQsM1xpWVpFA2rkRvGik47a9sNJ',1,'2020-04-10 22:33:37'),(987,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1zHKP-lv2b49QD4Dck37F2oTdzIbXOuO2',1,'2020-04-10 22:34:20'),(988,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1QSeMkaSDyuYXgxvltcRP_ZQ5OptChoeD',1,'2020-04-10 22:35:04'),(989,10,146,'Financial reporting and analysis','1586538651_financialstatementanalysis-121109105608-phpapp01.pdf.pdf',1,'2020-04-10 22:40:51'),(990,10,110,'Business maths- Average and marginal cost','1586539324_Average_&_Marginal_Cost.pdf',1,'2020-04-10 22:52:04'),(991,10,142,'Computer Applications in Business (Theory) (6)','1586541347_CAB_6.pptx',1,'2020-04-10 23:25:47'),(992,10,101,'FMI( commercial banks)','1586582829_commercial_banks1.pdf',1,'2020-04-11 10:57:09'),(993,4,166,'Linear Algebra-9','1586582876_d.pdf',1,'2020-04-11 10:57:56'),(994,4,166,'Probability and Statistics-Day -3','1586582966_a2.pdf',1,'2020-04-11 10:59:26'),(995,10,101,'Entrepreneurship (GE)(angel investor& private equity)','1586583137_Angel_investors1.pdf',1,'2020-04-11 11:02:17'),(996,8,127,'Contemporary India: Women Empowerment','1586590230_A_Contemplation_on_Sultanas_Dream.pdf',1,'2020-04-11 13:00:30'),(997,3,83,'vaishvikaran ki rajniti, reading','1586590599_vaishvikaran.pdf',1,'2020-04-11 13:06:39'),(998,3,83,'vaishvikaran ki rajniti, reading , GE','1586590693_vaishvikaran_2.pdf',1,'2020-04-11 13:08:13'),(999,7,133,'Cultural regions of the world (based ob Russell)','',1,'2020-04-11 13:10:35'),(1000,7,133,'Principles of human geography','',1,'2020-04-11 13:12:05'),(1001,3,83,'Features of Globalisation, GE(politics of Globalisation)','1586593604_features_of_globalisation.pdf',1,'2020-04-11 13:56:44'),(1002,3,83,'decline of State and Sovereignty, GE (Politics of Globalisation)','1586593694_decline_of_state.pdf',1,'2020-04-11 13:58:14'),(1003,10,109,'computer applications- loan Rescheduling ','https://youtu.be/fcCIU5zsLj8',1,'2020-04-11 14:27:06'),(1004,9,171,'B.A prog G.E ..Macro Economics... Chapter summary  -Labour Market , unemployment and inflation','',1,'2020-04-11 14:47:00'),(1006,9,115,'GE Introductory Macro Economics_National Income_2','1586606903_Unit1_GE_Introductory_Macro_2.pptx',1,'2020-04-11 17:38:23'),(1007,9,115,'B.Com Prog, Principles of Macro Economics Money _2','1586607023_Unit5_Money_Bcom(P)_2.pptx',1,'2020-04-11 17:40:23'),(1009,10,143,'COMPUTER APPLICATIONS-THEORY 5','1586613541_5Distributedcomputing.pptx',1,'2020-04-11 19:29:01'),(1010,10,147,'Corporate Law - Company Management Part 1','1586613720_CCL_CH-15_Company_Management_Part-1.pdf',1,'2020-04-11 19:32:00'),(1011,10,141,'Labour Costing-1','1586613848_Labour_Turnover.pdf',1,'2020-04-11 19:34:08'),(1012,10,143,'COST ACC- B.COM- 6','1586614155_6jobcosting.pdf',1,'2020-04-11 19:39:15'),(1013,10,141,'Distributed Computer Network 2','1586615452_New_Microsoft_PowerPoint_Presentation_(2).pptx',1,'2020-04-11 20:00:52'),(1014,10,98,'CORPORATE ACCOUNTING','1586617473_Amalgamation_Part-4_Lecture-4-PDF.pdf',1,'2020-04-11 20:34:33'),(1016,10,147,'Industrial Relations Part 3','1586620133_Industrial_Relations_Part_3.pptx',1,'2020-04-11 21:18:53'),(1017,10,142,'Cost Accounting (Job Costing) ','1586620736_JOB_COSTING.pdf',1,'2020-04-11 21:28:56'),(1018,10,142,'Cost Accounting (Job Costing)','1586620838_Job_Costing(Q).pdf',1,'2020-04-11 21:30:38'),(1019,3,82,'Dilemmas in Politics','1586625629_Feminism_reading.pdf',1,'2020-04-11 22:50:29'),(1020,10,105,'Computer Application in Business','https://drive.google.com/open?id=1oMDy_bSihY8NuLkgCBGNBR4YQS4bjwKA',1,'2020-04-11 22:52:08'),(1021,10,103,'Business Law','1586627146_SALE_OF_GOODS_ACT,_1930_Unpaid_seller_and_his_rights.pptx',1,'2020-04-11 23:15:46'),(1022,8,122,'British Romantic Literaure_Frankenstein','1586627150_Frankenstein__Gender_and_Race.pdf',1,'2020-04-11 23:15:50'),(1023,8,122,'British Romantic Literaure_Frankenstein','1586627195_Frankenstein_A_Psychoananlytic_Reading.pdf',1,'2020-04-11 23:16:35'),(1024,10,103,'Business Law','1586627293_LIMITED_LIABILITY_PARTNERSHIP_ACT,_2008-Introduction,_nature_and_scope.pptx',1,'2020-04-11 23:18:13'),(1025,8,122,'British Romantic Literaure_Frankenstein','1586627304_Alienation_in_Frankenstein.pdf',1,'2020-04-11 23:18:24'),(1026,8,122,'British Romantic Literaure_Frankenstein','1586627350_Frankenstein_An_Interdisciplinary_Reading_Creativity_and_Responsibility.pdf',1,'2020-04-11 23:19:10'),(1027,8,122,'British Romantic Literaure_Frankenstein','https://newrepublic.com/article/101435/mary-shelley-frankenstein-godwin-bodleian-oxford',1,'2020-04-11 23:20:07'),(1028,10,100,'computer applications in business','1586627563_garbage_cleaning.pptx',1,'2020-04-11 23:22:43'),(1029,8,122,'GE English for B.A. Prog Sem VI ','http://www.historydiscussion.net/notes/study-notes-on-sufism-and-bhakti-movement/5916',1,'2020-04-11 23:39:26'),(1030,8,122,'GE English for B.A. Prog Sem VI ','https://www.academia.edu/25692382/Linguistic_Plurality_within_the_Sufi_and_Bhakti_Movements',1,'2020-04-11 23:41:39'),(1031,8,122,'AECC English for B.Com. H. Sem 2, Sec A','https://web.cn.edu/kwheeler/researchassignment3.html',1,'2020-04-11 23:43:49'),(1032,10,110,'Application of diff Lec 4','1586629363_Average_&_Marginal_Revenue.pdf',1,'2020-04-11 23:52:43'),(1033,9,173,'Introductory macroeconomics','1586674581_Money-.pdf',1,'2020-04-12 12:26:21'),(1034,9,173,'Introductory macroeconomics','1586674620_Demand_for_money.pdf',1,'2020-04-12 12:27:00'),(1035,9,173,'The Indian Economy since 1947','1586674662_Ch-2_(Integrating_growth_and_development).pdf',1,'2020-04-12 12:27:42'),(1036,9,118,'Exports','1586684049_export_1.pdf',1,'2020-04-12 15:04:09'),(1037,10,91,'GST and Customs Law','1586688668_Problems_on_Reverse_Charge_Mechanism_under_GST.pdf',1,'2020-04-12 16:21:08'),(1038,1,159,' unit 7 Topic Environment Movement in India','1586688767_EVS_Movement.pdf',1,'2020-04-12 16:22:47'),(1039,10,144,'Meaning of Cost Accounting','1586690922_Meaningof_cost_accounting.pdf',1,'2020-04-12 16:58:42'),(1040,10,144,'Installation of Costing System','1586690973_Installation_of_Costing_system_(1).pdf',1,'2020-04-12 16:59:33'),(1041,10,144,'Difference between financial and cost accounting','1586691023_Difference_between_financial_and_cost_accounting_(1).pdf',1,'2020-04-12 17:00:23'),(1042,10,144,'cost centre and cost unit','1586691064_Cost_Centre_and_cost_unit.pdf',1,'2020-04-12 17:01:04'),(1043,10,144,'classification of costs, ascertainment and estimation','1586691115_Classification_of_Costs,_ascertainment_and_estimation.pdf',1,'2020-04-12 17:01:55'),(1044,10,144,'accounting and analytical costs','1586691162_Accounting_and_Analytical_Cost.pdf',1,'2020-04-12 17:02:42'),(1045,10,141,'Labour Costing-2','1586702659_Time_Keeping.pdf',1,'2020-04-12 20:14:19'),(1046,9,150,'Introductory macroeconomics','1586704880_chapter-9_part2.pdf',1,'2020-04-12 20:51:20'),(1047,9,149,'B.A.(H) Economics 2nd Sem MME lecture slides (9 to 12)','1587124385_MME_-2_SBSC_-_3.pdf',1,'2020-04-12 23:06:49'),(1048,10,142,'Cost Accounting (Contract Costing)','1586713132_Contract_Costing.pdf',1,'2020-04-12 23:08:52'),(1049,6,62,'Hindi B','1586713796_भारतेंदु_हरिश्चंद्र_और_अंधेर_नगरी.pdf',1,'2020-04-12 23:19:56'),(1050,6,62,'Hindi B','1586714206_भारतेंदु_हरिश्चंद्र_और_अंधेर_नगरी.pdf',1,'2020-04-12 23:26:46'),(1051,3,82,'Dilemmas in Politics','1586715007_Feminism_outlines.pdf',1,'2020-04-12 23:40:07'),(1052,6,62,'Hindi B','1586715178_Andher_Nagri_COmplete.pdf',1,'2020-04-12 23:42:58'),(1053,9,113,'Environmental Economics','1586751678_Stated_Preferences_experiments_Referenda.pdf',1,'2020-04-13 09:51:18'),(1054,3,167,'GE(BA HONS)  : Globalization & Human Migration Lecture Notes II','1586755649_Migration_Lecture_notes_II.pdf',1,'2020-04-13 10:57:29'),(1055,4,73,'Complex Analysis; Complex Analysis (Practical)','1586755755_SEM-VI,_2020__practical_complex.pdf',1,'2020-04-13 10:59:15'),(1058,4,166,'Linear Algebra-10','1586757668_e.pdf',1,'2020-04-13 11:31:08'),(1059,9,173,'Introductory macroeconomics','1586761071_macro-1.pdf',1,'2020-04-13 12:27:51'),(1061,3,167,'BA (P)  Topic : G 77  Lecture Notes III','1586761235_G77__Lecture_notes_III.pdf',1,'2020-04-13 12:30:35'),(1062,9,173,' Indian Economy ','1586761402_indian_economy.pdf',1,'2020-04-13 12:33:22'),(1063,1,159,'Unit: 7 Human Communities and the Environment (Hindi Medium)','1586778790_Unit_7_Hindi_(1).pdf',1,'2020-04-13 17:23:10'),(1064,10,143,'COMPUTER APPLICATIONS-THEORY 6','1586781860_6Ppaymentgateways.ppt',1,'2020-04-13 18:14:20'),(1065,9,117,'GE-4, Public Finance','1586783361_Chapter_1,_NSC,_Unit_4.pdf',1,'2020-04-13 18:39:21'),(1066,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1586783580_Monopoly_Part_A.pdf',1,'2020-04-13 18:43:00'),(1067,9,119,'B.Com. (P) Sem-VI, GE- Principles of Macroeconomics, Topic- Liquidity Preference Theory of Interest Rate (PART-2).','1586783651_Liquidity_Preference_Theory_of_Interest_Rate_Determination_(Part-2).pdf',1,'2020-04-13 18:44:11'),(1068,9,119,'Lecture-VI, GE- Introductory Macroeconomics Sem-II, Topic- Income & Spending (PART-1)','1586783971_Income_and_Spending-AD_and_Equilibrium_Output_(Part-1)_.pdf',1,'2020-04-13 18:49:31'),(1069,9,119,'Lecture-VII, GE- Introductory Macroeconomics Sem-II, Topic- Income & Spending (PART-2)','1586784124_Income_and_Spending-_AD_and_Equilibrium_Output_(Part-2).pdf',1,'2020-04-13 18:52:04'),(1070,7,129,'environmental geography','1586784463_Lecture_6_envt.docx',1,'2020-04-13 18:57:43'),(1071,7,129,'environmental geography','1586784827_1512556621environmentalmovementscontent.pdf',1,'2020-04-13 19:03:47'),(1072,10,141,'Basic Internet Terminology','1586790662_Internet.pptx',1,'2020-04-13 20:41:02'),(1073,7,160,'GEOREFRENCING TUTORIAL','https://www.youtube.com/watch?v=GGFAMv4sUh0',1,'2020-04-13 23:05:17'),(1076,10,110,'Lecture 5','1586801643_Elasticity_(1).pdf',1,'2020-04-13 23:44:03'),(1077,10,142,'Computer Applications in Business (Theory) (7)','1586802335_CAB_7.pptx',1,'2020-04-13 23:55:35'),(1078,4,166,'Probability and Statistics-Day -4','1586844041_a3.pdf',1,'2020-04-14 11:30:41'),(1079,8,127,'Contemporary India: Women Empowerment','1586849168_9781474237970.ch-018.pdf',1,'2020-04-14 12:56:08'),(1080,8,127,'BA (P) Core English IV Semester','1586849246_Language_in_India_Nov_2018.pdf',1,'2020-04-14 12:57:26'),(1081,4,69,'Conditional con(BSc(H)Math Sem ii)','1586851726_infinite_series.pdf',1,'2020-04-14 13:38:46'),(1082,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=16Q1uY6uzY0Wi6S8FdQdJRiUlEtyQ8hW3',1,'2020-04-14 13:44:26'),(1083,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1dqt96GYH_z_mhZDbxCsks96t5VpXB5zv',1,'2020-04-14 13:45:30'),(1084,10,104,'Indian joint Ventures and abroad ','1586861272_joint_venture.docx',1,'2020-04-14 16:17:52'),(1085,1,157,'Renewable Energy in India Status and Future Prospects','1586863133_Renewable_Energy_in_India_Status_and_Future_Prospects.pdf',1,'2020-04-14 16:48:53'),(1086,3,167,' BA (Hons)  GE-Lecture notes on Migration External & Internal ','1586864142_Migration_Lecture_notes_IV.pdf',1,'2020-04-14 17:05:42'),(1087,3,167,'BA (P) Lecture notes I - Global Environment Issues','1586864341_Environment_issues_Lecture_I.pdf',1,'2020-04-14 17:09:01'),(1088,9,115,'GE Introductory Macro Economics_Balance of Payments','1586865854_Unit1_GE_Introductory_Macro_3.pptx',1,'2020-04-14 17:34:14'),(1089,10,143,'COST ACC- B.COM-7','1586869393_7contractcost.pdf',1,'2020-04-14 18:33:13'),(1090,9,120,'GE_Introductory Macroeconomics_Chap 11_Monetary Policy 2','1586869630_chap_11__monetary_Policy_2.ppt',1,'2020-04-14 18:37:10'),(1091,10,94,'GST PPT 10','1586872954_GST_10.pdf',1,'2020-04-14 19:32:34'),(1092,10,94,'Auditing and CSR Notes-10','1586873135_Audit_10.pdf',1,'2020-04-14 19:35:35'),(1093,10,141,'Labour Costing-3','1586874030_Idle_time.pdf',1,'2020-04-14 19:50:30'),(1094,10,101,'Financial markets and institutions','1586877285_functions_of_commercial_banks.pdf',1,'2020-04-14 20:44:45'),(1098,9,115,'B.Com Prog, Principles of Macro Economics - National Income Accounting','1586880512_Bcom_Prog_Measuring_National_Income.pdf',1,'2020-04-14 21:38:32'),(1096,10,101,'Entrepreneurship (GE)','1586877364_venture_capital_and_self_help_group.pdf',1,'2020-04-14 20:46:04'),(1099,10,110,'Lecture 6','1586883794_Elasticity_2.pdf',1,'2020-04-14 22:33:14'),(1100,10,105,'Computer Application in Business','https://drive.google.com/open?id=1un8rHIbid_ykOaCpjyjx_krPTX14w49G',1,'2020-04-14 22:37:12'),(1101,10,105,'Computer Application in Business','https://drive.google.com/open?id=1NYvT4fY-kqn2sZJgZ6TlftlBoi26ZA4l',1,'2020-04-14 22:40:13'),(1102,10,105,'Computer Application in Business','https://drive.google.com/open?id=10vzE--BcVCJ-6BuyNAaupidlmI2yBxCA',1,'2020-04-14 22:41:01'),(1103,10,105,'Computer Application in Business','1586884444_Depreciation-_2nd_solution_pdf.pdf',1,'2020-04-14 22:44:04'),(1104,10,141,'INTRODUCTION TO DATABASE SYSTEM','1586884681_New_Microsoft_PowerPoint_Presentation_(1).pptx',1,'2020-04-14 22:48:01'),(1105,3,82,'Dilemmas in Politics','1586886433_Capability_approach.pdf',1,'2020-04-14 23:17:13'),(1106,3,82,'Development Processes and Social Movements in Contemporary India','1586886510_land_reforms_in_India.docx',1,'2020-04-14 23:18:30'),(1107,10,147,'Corporate Law - Company Management Part 5','1586888815_Corporate_Law_-_Company_Management_Part_5.pptx',1,'2020-04-14 23:53:23'),(1108,3,80,'Political Theory: Concepts & Debates','https://docs.google.com/file/d/0B0Izh6GcIA_DaVhWQlJPMU5MelU/edit',1,'2020-04-15 11:52:33'),(1109,3,80,'Political Theory: Concepts & Debates','https://docs.google.com/file/d/0B0Izh6GcIA_DWFhtU3NWMk83UUU/edit',1,'2020-04-15 11:54:10'),(1110,3,80,'Pol Theory: Concepts & Debates','https://docs.google.com/file/d/0B0Izh6GcIA_DSG9wZXlTX21CaGs/edit',1,'2020-04-15 12:10:28'),(1111,3,80,'Feminist Theory & Practice','https://docs.google.com/file/d/0B0Izh6GcIA_DSG9wZXlTX21CaGs/edit',1,'2020-04-15 12:36:13'),(1112,3,80,'Feminist Theory & Practice ','https://docs.google.com/file/d/0B0Izh6GcIA_DSG9wZXlTX21CaGs/edit',1,'2020-04-15 12:45:13'),(1113,9,118,'IS curve','1586935166_1.pdf',1,'2020-04-15 12:49:26'),(1114,3,80,'Feminist Theory & Practice ','1586935806_4A152795-FB74-4247-90C4-6BF733898312.jpeg',1,'2020-04-15 13:00:06'),(1115,3,80,'Feminist Theory & Practice','1586935960_D06307AC-597F-4103-8E32-2A265C8444DF.jpeg',1,'2020-04-15 13:02:40'),(1116,3,167,'BA (H) GE- Globalization & its challenge to migration.','1586938174_Globalization_and_its_challenge_to_migration_V.pdf',1,'2020-04-15 13:39:34'),(1117,3,167,'BA(P)  Lecture notes on -  Global Environment issues : UN & Environment  Agreement & Protocol','1586938337_UN_&_ENVIRONMENT.pdf',1,'2020-04-15 13:42:17'),(1118,9,113,'GE-II - Introductory Macroeconomics','1586943094_Monetary_policy_Pulapre_Balakrishnan_Partha_Ray.pdf',1,'2020-04-15 15:01:34'),(1119,10,141,'Unit Costing','1586943902_Unit_Costing.pdf',1,'2020-04-15 15:15:02'),(1120,5,177,'History of India 1757 - 1857','https://www.jstor.org/stable/4419570?seq=1',1,'2020-04-15 15:55:13'),(1121,5,177,'History of India 1757 - 1857','https://www.jstor.org/stable/312880?Search=yes&resultItemClick=true&searchText=seema&searchText=alavi&searchUri=%2Faction%2FdoBasicSearch%3FQuery%3Dseema%2Balavi&ab_segments=0%2Fbasic_SYC-5152%2Fcontrol&refreqid=search%3A5f07c8e16a3667d21d1e26d7732e3808',1,'2020-04-15 16:02:14'),(1122,9,171,'B.A prog G.E ..Macro Economics...  -Labour Market , unemployment and inflation part 1','1586947312_Labour_Market.pdf',1,'2020-04-15 16:11:52'),(1123,5,177,'History of India 1757 - 1857','https://www.jstor.org/stable/3216953?Search=yes&resultItemClick=true&searchText=tirthankar&searchText=roy&searchText=india&searchText=economy&searchUri=%2Faction%2FdoBasicSearch%3FQuery%3Dtirthankar%2Broy%2Bindia%2Beconomy&ab_segments=0%2Fbasic_SYC-5152%2Fcontrol&refreqid=search%3A30c7e444f5d1ee120a5ba92ef60c23a4&seq=1',1,'2020-04-15 16:17:59'),(1124,5,177,'History of India 1757 - 1857','http://egyankosh.ac.in/handle/123456789/44593',1,'2020-04-15 16:24:58'),(1125,5,177,'History of India 1757 - 1857','http://egyankosh.ac.in/bitstream/123456789/44500/1/Unit-3.pdf',1,'2020-04-15 16:28:14'),(1126,9,116,'Money and Financial Markets-unit 5','1586948427_Chapter_9.pdf',1,'2020-04-15 16:30:27'),(1127,9,116,'Money and Financial Markets-unit 5','1586948564_A_VASUDEVAN.pdf',1,'2020-04-15 16:32:44'),(1137,5,177,'Issues in World History','https://sol.du.ac.in/my/study_materials.php',1,'2020-04-15 16:49:46'),(1129,9,116,'Money and Financial Markets-unit 5','1586948697_annual_report_of_RBI_(1).pdf',1,'2020-04-15 16:34:57'),(1131,9,116,'GE public finance- finance commission report','1586948864_14th_FINANCE_COMMISSION.pdf',1,'2020-04-15 16:37:44'),(1132,9,120,'GE_Public Finance_FINANCE COMMISSION PAPER 3_','1586948888_FC_PAPER_3__CHAPTER_12.docx',1,'2020-04-15 16:38:08'),(1133,9,116,'GE public finance- finance commission report','1586948965_Chapter_9_Local_Governments.pdf',1,'2020-04-15 16:39:25'),(1134,9,116,'GE public finance- finance commission report','1586949054_Chapter_7.pdf',1,'2020-04-15 16:40:54'),(1135,9,116,'GE public finance- National Statistical Commission report','1586949213_chapter_1_nsc.pdf',1,'2020-04-15 16:43:33'),(1136,9,116,'Money and Financial Markets-unit 5','1586949397_MONETARY_POLICY_rbi.pdf',1,'2020-04-15 16:46:37'),(1138,9,116,'GE public finance- finance commission report','1586949701_Chapter_14_Fiscal_Environment_and_Fiscal_Consolidation_Roadmap.pdf',1,'2020-04-15 16:51:41'),(1139,1,158,'Unit 6 International Environmental laws and legislation','1586953033_International_Environmental_Laws_and_Legislations_Harshita.pdf',1,'2020-04-15 17:47:13'),(1140,1,158,'Unit 6 National Action Plan on Climate Change','1586953099_Unit_6_National_Action_Plan_on_Climate_Change.pdf',1,'2020-04-15 17:48:19'),(1141,1,158,'Unit 6 Environmental legislation in India','1586953154_Unit_6_Environment_Legislation_in_India.pdf',1,'2020-04-15 17:49:14'),(1142,9,150,'Contemporary economic issue','1586955045_(subramanian)_mis-estimation_of_GDP.pdf',1,'2020-04-15 18:20:45'),(1143,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1l5CM-AsC76gltTJbw9l8xzrT6YwhOMMW',1,'2020-04-15 19:04:11'),(1144,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1xyhLLzufw6461XC7dNyPUhxv4z4EMKqW',1,'2020-04-15 19:05:24'),(1145,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1MZy9YYTdjyW-D3wSiXoEYI1dIgSjbjMF',1,'2020-04-15 19:06:48'),(1146,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1n3TgDCF5rH9P6jZk3ITmn8bQ2WEGjrk6',1,'2020-04-15 19:07:33'),(1147,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1d3z0c0aguITLAQa76rWYIkAeN_EyrGHi',1,'2020-04-15 19:08:57'),(1148,10,141,'Relational Data Model','1586958638_RELATIONAL_DATA_MODEL.pptx',1,'2020-04-15 19:20:38'),(1149,9,173,'Introductory macroeconomics','1586960904_macro..pdf',1,'2020-04-15 19:58:24'),(1150,10,107,'Computer Applications in Business','1586962710_Ratio_Analysis_Question_and_Formulae.pdf',1,'2020-04-15 20:01:26'),(1151,10,107,'Computer Applications in Business','1586961526_Ratio_Analysis_Solution.pdf',1,'2020-04-15 20:08:46'),(1152,10,94,'GST PPT 11','1586963600_GST_11.pdf',1,'2020-04-15 20:43:20'),(1153,10,94,'GST PPT 12','1586963659_GST_12.pdf',1,'2020-04-15 20:44:19'),(1154,10,94,'Auditing and CSR Notes-11','1586963709_Audit_11.pdf',1,'2020-04-15 20:45:09'),(1155,3,82,'Development Processes and Social Movements in Contemporary India','1586969724_Maoism_in_India.pdf',1,'2020-04-15 22:25:24'),(1156,3,82,'Dilemmas in Politics','1586969831_Cosmopolitanism_outlines.pdf',1,'2020-04-15 22:27:11'),(1157,10,105,'Business Mathematics and Statistics','1586969962_Matrices(_lecture_2).pdf',1,'2020-04-15 22:29:22'),(1158,10,147,'Industrial Relations Unit 2 - Part 1 Industrial Dispute','1586972411_Industrial_Relations_Unit_2_-_Part_1.pptx',1,'2020-04-15 23:10:11'),(1159,8,127,'Contemporary India: Women Empowerment','1587008018_MWG-010-B3-U2.pdf',1,'2020-04-16 09:03:38'),(1161,3,167,'BA (HONS) GE-Emerging issues in Migration & addressing challenge','1587017008_Emerging_issues_in_Migration.pdf',1,'2020-04-16 11:33:28'),(1162,3,168,'B.A. (H) GE (Governance Issues & Challenges) Changing Dimensions Of Development 1(Notes to go with Audio Class on WhatsApp)','1587017056_ChangingFacesOfDev1.pdf',1,'2020-04-16 11:34:16'),(1163,3,168,'B.A. (H) GE (Governance Issues & Challenges) Changing Dimensions Of Development 2 (Notes to go with Audio Class on WhatsApp)','1587017151_ChangingFacesOfDev2.pdf',1,'2020-04-16 11:35:51'),(1164,3,168,'B.A. (H) GE (Governance Issues & Challenges) Changing Dimensions Of Development 3 (Notes to go with Audio Class on WhatsApp)','1587017519_ChangingFacesOfDev3.pdf',1,'2020-04-16 11:41:59'),(1165,3,168,'B. Com. (Progm) In lieu Of MIL (Intro to Pol Th) Politics: Terminology & Scope (to go with Audio-Class on WhatsApp)','1587017908_PolitcsTerminologyScope.pdf',1,'2020-04-16 11:48:28'),(1166,9,120,'GE_Introductory Macroeconomics_Chap 11_The Classical Case','1587021438_The_classical_Case.ppt',1,'2020-04-16 12:47:18'),(1167,9,117,'GE-4, Public Finance','1587029702_Chapter_2,_NSC,_Unit_4.pdf',1,'2020-04-16 15:05:02'),(1168,10,141,'Job Costing','1587030432_Job_Costing.pdf',1,'2020-04-16 15:17:12'),(1169,3,167,'BA (P) Lecture notes  II :  Impact of Global warming & Efforts by United Nations -UNEP, UNFCC,  Kyoto Protocol, Paris Climate Agreement ','1587034503_IMPACT_OF_GLOBAL_WARMING_&_EFFORTS_BY_UN.pdf',1,'2020-04-16 16:25:03'),(1170,10,143,'COST ACC B.COM (H) -5','1587037505_5labour.pptx',1,'2020-04-16 17:15:05'),(1171,10,105,'Computer Application in Business','https://drive.google.com/open?id=1kO-bHToOGABAVSR5TGxXSm20nK8Kscso',1,'2020-04-16 18:03:49'),(1172,10,105,'Computer Application in Business','https://drive.google.com/open?id=1nKw6dNGiS00moSHkYD-N8rWKszORC-iX',1,'2020-04-16 18:04:34'),(1173,10,105,'Computer Application in Business','1587040520_Depreciation(Solution_3)_pdf.pdf',1,'2020-04-16 18:05:20'),(1174,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1-zXxQ-HDcqpsIAiuVRRs7rnaydYhngFn',1,'2020-04-16 18:07:04'),(1175,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=12b4M0gnLviNaK4AyuNYGo8yUHmuihVRo',1,'2020-04-16 18:07:57'),(1176,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1iOmNZaIKW7PhensiFgGz8K3qbRSlOu5w',1,'2020-04-16 18:09:00'),(1177,10,91,'GST and Customs Law','1587046560_Job_Work.pdf',1,'2020-04-16 19:46:00'),(1178,10,94,'GST PPT 13','1587047893_GST_13.pdf',1,'2020-04-16 20:08:13'),(1179,10,94,'GST PPT 14','1587047972_GST_14.pdf',1,'2020-04-16 20:09:32'),(1180,10,94,'GST PPT 15','1587048025_GST_15.pdf',1,'2020-04-16 20:10:25'),(1181,10,146,'Financial reporting and analysis','1587051030_acc_standards_ppt.pptx',1,'2020-04-16 21:00:30'),(1182,10,146,'Investment in stock market. ','1587051483_Introduction_to_future_and_options.pdf',1,'2020-04-16 21:08:03'),(1183,10,147,'Corporate Law - Company Management Part 6','1587056230_Corporate_Law_-_Company_Management_Part_6.pptx',1,'2020-04-16 22:27:10'),(1184,10,141,'ER to Relational Data-1','1587057648_ER_to_Relational_Mapping-1.pptx',1,'2020-04-16 22:50:48'),(1185,9,173,' Indian Economy ','1587058264_agricultural_...pdf',1,'2020-04-16 23:01:04'),(1186,10,110,'lecture 7','1587058965_Applied_Problems.pdf',1,'2020-04-16 23:12:45'),(1187,3,82,'Development Processes and Social Movements in Contemporary India','1587059229_Dalit_movement_in_India.pdf',1,'2020-04-16 23:17:09'),(1188,10,110,'lecture 8','1587059404_Applied_Problems_2.pdf',1,'2020-04-16 23:20:04'),(1192,8,45,'Way of the World - Notes 1','https://www.jstor.org/stable/2873172?read-now=1&refreqid=excelsior%3A0b43481a2ef01b5ee0bb2d241cd03ae4&seq=8#page_scan_tab_contents',1,'2020-04-16 23:54:55'),(1191,10,142,'Computer Applications in Business (Theory) (8)','1587061462_CAB_8.pptx',1,'2020-04-16 23:54:22'),(1197,8,45,'Way of the World - Notes 5','https://www.jstor.org/stable/3207489?seq=1#metadata_info_tab_contents',1,'2020-04-17 00:16:45'),(1194,8,45,'Way of the World - Notes 3','https://www.jstor.org/stable/pdf/2872831.pdf?seq=1#metadata_info_tab_contents',1,'2020-04-17 00:05:31'),(1195,8,45,'Way of the World - Notes 4','https://www.jstor.org/stable/3205354?seq=1#metadata_info_tab_contents',1,'2020-04-17 00:06:24'),(1196,8,45,'Way of the World - Notes 2','https://www.jstor.org/stable/450072?seq=1#metadata_info_tab_contents',1,'2020-04-17 00:12:14'),(1200,7,48,'Unit 2: Ecosystem:Concept, Structure and Functions','1587063713_Unit_2_Environmental_Geography.pdf',1,'2020-04-17 00:31:53'),(1201,7,48,'Unit 2: Ecosystem:Concept, Structure and Functions','1587063757_Ecosystem_concept_-structure1532673767Paper01_Module1_etext.pdf',1,'2020-04-17 00:32:37'),(1202,7,48,'Unit 2: Ecosystem:Concept, Structure and Functions','1587063807_Ecosytem_Structure1532673820paper01_Module2_etext.pdf',1,'2020-04-17 00:33:27'),(1203,7,48,'Unit 2: Ecosystem:Concept, Structure and Functions','1587063893_Food_Chain-web1547702892paper01_module5__etext.pdf',1,'2020-04-17 00:34:53'),(1204,7,48,'Unit 2: Ecosystem:Concept, Structure and Functions',' https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=14',1,'2020-04-17 00:35:46'),(1205,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1O1maeDZqOUElfb2LgXxk4iJhczll_5gr',1,'2020-04-17 01:19:34'),(1206,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1_eWe49WVsxCVysoVcbWclcn57n-BmNqA',1,'2020-04-17 01:21:15'),(1207,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1hCmvk9lg7dXZxvJe4_Fu7zHgUQtWXrZm',1,'2020-04-17 01:22:18'),(1208,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=11GqOU1iAUaO5_TP-ilkQnM6PLNxztSmp',1,'2020-04-17 01:23:19'),(1209,10,142,'Cost Accounting (Contract Costing)','1587069438_Contract_Costing(Q).pdf',1,'2020-04-17 02:07:18'),(1210,10,142,'Computer Applications in Business (Theory) (9)','1587074523_CAB_9.pptx',1,'2020-04-17 03:32:03'),(1211,5,136,'Issues In World History (20th Century)','1587079316_Feminism.pdf',1,'2020-04-17 04:51:56'),(1212,3,167,'BA (Hons.) GE- Unit VII Lecture Notes I : Inequality in Globalization ','1587102787_Unit_VII_Lecture_Notes_I_Inequality_in_Globalisation.pdf',1,'2020-04-17 11:23:07'),(1213,9,120,'GE_Public Finance_FINANCE COMMISSION PAPER 4_CHAP 7','1587105250_FC_PAPER_4__CHAPTER_7_FC_REPORT.docx',1,'2020-04-17 12:04:10'),(1215,4,166,'Linear Algebra-11','1587106896_f.pdf',1,'2020-04-17 12:31:36'),(1216,4,166,'Linear Algebra-12','1587107108_g.pdf',1,'2020-04-17 12:35:08'),(1217,10,101,'Entrepreneurship (GE)','1587115997_sources_of_Business_Idea.pdf',1,'2020-04-17 15:03:17'),(1218,10,101,'Entrepreneurship (GE)','1587116055_cost_buget1.pdf',1,'2020-04-17 15:04:15'),(1219,10,100,'computer applications in business','1587116456_FLOATING_RATE_OF_INTEREST.pptx',1,'2020-04-17 15:10:56'),(1220,10,141,'Contract Costing-1','1587120503_Contract_Costing-1.pdf',1,'2020-04-17 16:18:23'),(1221,10,24,'GST','1587121546_GST.pdf',1,'2020-04-17 16:35:46'),(1222,10,24,'GST LECTURE 1','https://youtu.be/e1vv3DkanbM',1,'2020-04-17 16:39:22'),(1223,10,24,'GST TRANSACTION VALUE','https://youtu.be/CsvIvwJ4ujo',1,'2020-04-17 16:40:20'),(1224,10,24,'GST INPUT TAX CREDIT','https://youtu.be/l36L1xbryJQ',1,'2020-04-17 16:41:00'),(1225,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587126736_Monopoly_Part_B.pdf',1,'2020-04-17 18:02:16'),(1226,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587126849_Chapter_37,_Asymmetric_Information,_Varian.pdf',1,'2020-04-17 18:04:09'),(1227,9,118,'BOP','1587132545_BOP.pdf',1,'2020-04-17 19:39:05'),(1228,9,173,'Introductory macroeconomics','1587132972_Introductory_Macroeconomics..pdf',1,'2020-04-17 19:46:12'),(1229,10,105,'Business Mathematics and Statistics','1587133452_Matrices(lecture_3).pdf',1,'2020-04-17 19:54:12'),(1230,10,94,'Auditing and CSR Notes-12','1587133547_Audit_12.pdf',1,'2020-04-17 19:55:47'),(1231,10,94,'Auditing and CSR Notes-13','1587133600_Audit_13.pdf',1,'2020-04-17 19:56:40'),(1232,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1wbEiIMr7JxTbTX1y0FKZ3Af_nXlhMLuM',1,'2020-04-17 19:57:25'),(1233,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1Q6W7VbcV9WCKkL_7WtkwqA8n6PKuAYAQ',1,'2020-04-17 19:59:12'),(1234,10,141,'ER to Relational Data-2','1587138349_ER_to_Relational_Mapping-__2.pptx',1,'2020-04-17 21:15:49'),(1235,6,62,'Hindi B','https://realwordsweb.com/%E0%A4%AC%E0%A4%BF%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE-%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A5%80-%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%AE%E0%A4%BE/',1,'2020-04-17 22:07:06'),(1236,6,62,'Hindi B','http://gadyakosh.org/gk/%E0%A4%AE%E0%A4%B9%E0%A4%BE%E0%A4%A6%E0%A5%87%E0%A4%B5%E0%A5%80_%E0%A4%9C%E0%A5%80_%E0%A4%95%E0%A5%87_%E0%A4%97%E0%A4%A6%E0%A5%8D%E0%A4%AF_%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%AF_%E0%A4%AE%E0%A5%87%E0%A4%82_%E0%A4%AE%E0%A4%BE%E0%A4%A8%E0%A4%B5%E0%A5%80%E0%A4%AF_%E0%A4%B8%E0%A4%82%E0%A4%B5%E0%A5%87%E0%A4%A6%E0%A4%A8%E0%A4%BE%E0%A4%8F%E0%A4%81_/_%E0%A4%B8%E0%A5%81%E0%A4%B6%E0%A5%80%E0%A4%B2_%E0%A4%9C%E0%A5%88%E0%A4%A8',1,'2020-04-17 22:18:04'),(1237,10,147,'Industrial Relations Unit 2 - Part 2 Industrial Dispute','1587142605_Industrial_Relations_Unit_2_Part_2.pptx',1,'2020-04-17 22:26:45'),(1238,10,109,'corporate law- audit and auditors continued','1587143032_AUDIT_AND_AUDITORS_(CONTD).pptx',1,'2020-04-17 22:33:52'),(1239,10,147,'Corporate Law - Company Management Part 7','1587147507_Corporate_Law_-_Comapny_Management_Part_7.pptx',1,'2020-04-17 23:48:27'),(1240,10,110,'Lecture 9','1587147610_Monopoly.pdf',1,'2020-04-17 23:50:10'),(1241,9,119,'B.Com. (P) Sem-VI, GE- Principles of Macroeconomics','1587147888_Money_Supply.pdf',1,'2020-04-17 23:54:48'),(1242,9,119,'B.Com. (P) Sem-VI, GE- Principles of Macroeconomics','1587147990_Commercial_Banks_and_Money_or_Credit_Creation.pdf',1,'2020-04-17 23:56:30'),(1243,9,119,'GE- Introductory Macroeconomics Semester-II','1587148153_Key_Macroeconomic_Issues_.docx',1,'2020-04-17 23:59:13'),(1244,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1b5e_ENi62V17wYU6X5ZNt9rR-GGts3vv',1,'2020-04-18 00:35:43'),(1245,3,82,'Development Processes and Social Movements in Contemporary India','1587150394_Tribal_movement.pdf',1,'2020-04-18 00:36:34'),(1246,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1_qkU1AXrYxGKhANS-vz39AOf8j38AkIh',1,'2020-04-18 00:36:44'),(1247,3,82,'Development Processes and Social Movements in Contemporary India','1587150436_Tribal_movement_2.pdf',1,'2020-04-18 00:37:16'),(1248,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1SGSwDzGsY7G55NM7S_VVgAdEyW14s2U4',1,'2020-04-18 00:37:34'),(1249,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1xqYPX4o6f7WhvvN1-7THJPF3w0AXv1F_',1,'2020-04-18 00:38:58'),(1250,10,145,'INCENTIVE PLANS (COMPENSATION MANAGEMENT)','1587150878_incentive_plans.pdf',1,'2020-04-18 00:44:38'),(1251,10,142,'Computer Applications in Business (Theory) (10)','1587155325_CAB_10.pptx',1,'2020-04-18 01:58:45'),(1252,10,142,'Cost Accounting (Process Costing)','1587155428_Process_Costing.pdf',1,'2020-04-18 02:00:28'),(1253,10,98,'CORPORATE ACCOUNTING','1587195875_Amalgamation_Part-5_Lecture-5_PDF.pdf',1,'2020-04-18 13:14:35'),(1256,10,105,'Computer Application in Business','1587207788_Loan_and_lease(1)_pdf.pdf',1,'2020-04-18 16:33:08'),(1255,10,105,'Computer Application in Business','https://drive.google.com/open?id=1B8tg0iQEEnLOzWufLPlEG2aUQ-oMN0r3',1,'2020-04-18 16:31:39'),(1257,10,141,'Contract Costing-2','1587210465_Contract_Costing-2.pdf',1,'2020-04-18 17:17:45'),(1258,7,130,'Behaviourism_A Concept in Geographical Thought','1587211232_Behaviorism.pdf',1,'2020-04-18 17:30:32'),(1259,7,130,'Contributions of Britain to Geographical Thought','1587211445_British_Geographical_Thought.pdf',1,'2020-04-18 17:34:05'),(1260,7,130,'Determinism In Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:35:44'),(1261,7,130,'Feminism In Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:36:54'),(1262,7,130,'Contributions of France to Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:38:01'),(1263,7,130,'Paradigms In Geography','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:40:33'),(1264,7,130,'Contributions of USA to Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:41:33'),(1265,7,130,'Contributions of Germany to Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:42:53'),(1266,7,130,'Possibilism In Geographical Thought ','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:43:49'),(1267,7,130,'Post-Modernism in Geographical Thought','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:44:55'),(1268,7,130,'Quantitative Revolution ','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:46:10'),(1269,7,130,'Radicalism in Geographical Thought ','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:47:35'),(1270,7,130,'Region and Regional Geography','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:49:05'),(1271,7,130,'System Analysis','https://epgp.inflibnet.ac.in/Home/ViewSubject?catid=17',1,'2020-04-18 17:49:55'),(1272,10,109,'corporate law- assignment','1587225558_Assignment-_Corporate_Law.docx',1,'2020-04-18 21:29:18'),(1273,9,119,'GE- Introductory Macroeconomics Topic- Concept of Multiplier','1587232652_Multiplier.pdf',1,'2020-04-18 23:27:32'),(1274,10,147,'Corporate Law - Company Management Part 8','1587233582_Corporate_Law_-_Comapany_Management_Part_8.pptx',1,'2020-04-18 23:43:02'),(1275,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Government Sector (Multiplier) ','1587233610_Government_sector_(Multiplier).pdf',1,'2020-04-18 23:43:30'),(1280,10,142,'Computer Applications in Business (Theory) (11)','',1,'2020-04-19 01:55:48'),(1279,10,142,'Cost Accounting (Process Costing 2)','',1,'2020-04-19 01:52:02'),(1282,10,110,'lecture 10','',1,'2020-04-19 02:28:53'),(1285,9,118,'LM','',1,'2020-04-19 12:05:37'),(1286,10,97,'GST Study Material - 6','',1,'2020-04-19 13:50:32'),(1524,10,142,'Cost Accounting (Joint Products & By-Products)','1587666275_Joint_and_By-Products.pdf',1,'2020-04-23 23:54:35'),(1288,9,115,'GE Introductory Macro Economics Audio Lectures - LM Curve (2 lectures)','https://drive.google.com/drive/folders/14_dRLYDnSJAzziv4C2B46MFm8JC7BgjE?usp=sharing',1,'2020-04-19 14:58:33'),(1526,4,166,'Probability and Statistics-Day -5','1587705775_a4.pdf',1,'2020-04-24 10:52:55'),(1527,4,166,'Probability and Statistics-Day -6','1587705964_a5.pdf',1,'2020-04-24 10:56:04'),(1291,9,173,' Indian Economy ','',1,'2020-04-19 15:50:00'),(1292,9,173,'Introductory macroeconomics','',1,'2020-04-19 15:54:08'),(1295,10,105,'Business Mathematics and Statistics','',1,'2020-04-19 16:46:49'),(1296,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1ssmsUZBNdXJ0LZ7UCAYjjLxsAdIj56U7',1,'2020-04-19 16:48:46'),(1297,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1d2jS6-Seci21BPi-3-lhfJUaW4W9358n',1,'2020-04-19 16:52:06'),(1298,10,105,'Computer Application in Business','https://drive.google.com/open?id=1-xJYICUJXclX_AX9wMddlGYa35P0m89Y',1,'2020-04-19 16:53:33'),(1299,10,105,'Computer Application in Business','',1,'2020-04-19 16:55:30'),(1301,10,87,'Accounts of Holding Companies- Part III','Corporate Accounting_Accounts of Holding Companies_Part_III',1,'2020-04-19 18:39:49'),(1302,10,100,'corporate accounting','',1,'2020-04-19 20:53:31'),(1303,10,100,'corporate accounting','',1,'2020-04-19 20:57:07'),(1304,10,109,'cpmputer applications- loan rescheduling 2','https://youtu.be/JaOQ8WD-HI8',1,'2020-04-19 21:42:00'),(1306,9,149,'BCom(P) GE Economics 6th Sem Lecture Notes -3','',1,'2020-04-19 22:44:12'),(1307,10,147,'Corporate Law - Company Management Part 9','https://drive.google.com/open?id=1QlZx--6fGttNck_G2jPOT86lr8XqnoSs',1,'2020-04-19 22:59:38'),(1308,7,161,'DISASTER MANAGEMENT VI SEM BA PROG ','https://youtu.be/Tc2OAGk7aXA',1,'2020-04-19 23:16:17'),(1309,7,161,'DISASTER MANAGEMENT VI SEM BA PROG  prevention, preparedness and mitigation','https://youtu.be/JHowlkB1btY',1,'2020-04-19 23:17:45'),(1310,7,161,'DISASTER MANAGEMENT VI SEM BA PROG ','https://youtu.be/BCVBdBTkDLo',1,'2020-04-19 23:18:31'),(1311,7,161,'DISASTER MANAGEMENT VI SEM BA PROG (FLOOD DISASTER IN INDIA )','https://youtu.be/CwprG_foRNI',1,'2020-04-19 23:20:26'),(1312,7,161,'DISASTER MANAGEMENT VI SEM BA PROG (DRAUGHT DISASTER)','https://youtu.be/jjjqeTwIDTw',1,'2020-04-19 23:23:21'),(1313,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM (HYDROLOGICAL CYCLE)','https://youtu.be/UglqCu1YLuE',1,'2020-04-19 23:28:03'),(1314,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM(WEATHER AND CLIMATE)','https://youtu.be/6ttBfKRZg34',1,'2020-04-19 23:30:01'),(1315,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM ( UNIT 5 MANAGEMENT GOVERNANCE AND POLICY)','https://youtu.be/HVtoP05vxeA',1,'2020-04-19 23:35:14'),(1316,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM(UNIT 4 INTEGRATED ASSESSMENT OF VULNERABILITY , RISK , RESILIENCE AND SUSTAINABILITY ))','https://youtu.be/OeBYDkNFbik',1,'2020-04-19 23:37:48'),(1317,7,161,'COUPLE HUMAN ENVIRONMENT SYSTEM BA (H) 2 SEM (HIMALAYAN GANGA SYSTEM)','https://youtu.be/RIGr8OqSjgQ',1,'2020-04-19 23:44:49'),(1318,9,35,'introductory macro','',1,'2020-04-19 23:52:58'),(1319,9,35,'introductory macro','',1,'2020-04-19 23:53:52'),(1320,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1kdSlT25KS6n1IYk_DRVPmW9q9fxmeETd',1,'2020-04-20 01:16:08'),(1321,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1yEduTdOrglm9P9GTD5yO32EE53O_Q457',1,'2020-04-20 01:17:55'),(1322,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1iPsPYKx5Ay1owZxqX4oSf546IUJQqYoH',1,'2020-04-20 01:19:57'),(1323,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=14bpuIII8XAL90qjiJ0Z4Q2WycJeFPQbO',1,'2020-04-20 01:21:44'),(1324,6,62,'Rangmanch','https://www.wikiwand.com/hi/%E0%A4%A8%E0%A4%BE%E0%A4%9F%E0%A4%95',1,'2020-04-20 01:22:19'),(1325,6,62,'Rangmanch','https://books.google.com/books/about/%C4%80dhunika_Bh%C4%81rat%C4%ABya_ra%E1%B9%85galoka.html?id=-5PbuRFBc34C',1,'2020-04-20 01:29:59'),(1333,6,62,'Hindi B','https://www.hindikunj.com/2019/02/hindi-upanyas-udbhav.html?m=1',1,'2020-04-20 02:01:00'),(1329,6,62,'Hindi B','https://www.hindivyakran.com/2019/11/hindi-natak-vikas.html?m=1',1,'2020-04-20 01:32:10'),(1331,6,62,'Hindi B','https://www.hindikunj.com/2019/02/hindi-natak-vikas.html?m=1',1,'2020-04-20 01:34:11'),(1335,10,142,'Computer Applications in Business (Theory) (12)','',1,'2020-04-20 03:09:00'),(1336,10,95,'FUNDAMENTALS OF INVESTMENT','',1,'2020-04-20 13:46:20'),(1337,10,95,'FUNDAMENTALS OF INVESTMENT','',1,'2020-04-20 13:47:52'),(1431,9,115,'B.Com Prog, Principles of Macro Economics - Two Sector Model_1','',1,'2020-04-22 12:49:27'),(1339,10,95,'FUNDAMENTALS OF INVESTMENT','',1,'2020-04-20 13:54:12'),(1340,10,143,'COMPUTER APPLICATIONS-THEORY 7','',1,'2020-04-20 14:03:51'),(1341,10,105,'Computer Application in Business','https://drive.google.com/open?id=1_unFYVTCSSHNMZhN2kzruhMZ1juNQJN0',1,'2020-04-20 14:05:14'),(1342,10,105,'Computer Application in Business','https://drive.google.com/open?id=1G7IgX6K6RnnQ1LkSxchh84ccNtVZJXY_',1,'2020-04-20 14:06:18'),(1356,10,104,'Recent Developments and Issues in international business ','',1,'2020-04-20 15:09:57'),(1353,3,167,'GE( BA Hons) Unit VII Lecture Notes II  Globalization & Global Inequality','',1,'2020-04-20 14:55:05'),(1355,5,136,'History of USSR','',1,'2020-04-20 15:07:33'),(1357,5,136,'Issues In World History (20th Century)','',1,'2020-04-20 15:09:59'),(1358,5,136,'Issues In World History (20th Century)','',1,'2020-04-20 15:10:45'),(1359,10,104,'International business','',1,'2020-04-20 15:23:11'),(1360,10,104,'Recent Developments and Issues in international business ','',1,'2020-04-20 15:25:07'),(1362,9,116,'Money and Financial Markets-Non-performing Assets in Indian Banks','',1,'2020-04-20 15:59:42'),(1363,9,173,'Introductory macroeconomics','',1,'2020-04-20 17:46:40'),(1367,10,141,'Service Costing','https://drive.google.com/file/d/1TrIJStIZ5kYU5-lcJV1_Wb_x3sqM18H3/view?usp=drivesdk',1,'2020-04-20 19:26:22'),(1365,8,122,'Assignment for GE English for Semester VI','',1,'2020-04-20 18:16:03'),(1366,8,122,'Assignment for English Hons Semester IV_British Romantic Literature','',1,'2020-04-20 18:22:03'),(1371,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- The Budget','',1,'2020-04-20 19:42:37'),(1370,3,167,'BA (P)  Unit III Lecture Notes III Climate change and its implications ','',1,'2020-04-20 19:37:25'),(1373,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Full Employment & Budget Surplus','',1,'2020-04-20 19:53:17'),(1484,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587618938_ImperfectCompetitionPart1.pdf',1,'2020-04-23 10:45:38'),(1375,10,94,'Auditing and CSR Notes-14','',1,'2020-04-20 20:24:11'),(1376,10,146,'Investment in stock market. ','',1,'2020-04-20 21:43:52'),(1377,8,122,'AECC for B.Com. (H) Sem 2, Sec A','https://www.youtube.com/watch?v=_t1U4B2gdrc&t=4s',1,'2020-04-20 21:51:43'),(1378,8,122,'AECC for B.Com. (H) Sem 2, Sec A','https://www.inc.com/bill-murphy-jr/7-things-to-do-when-you-have-to-give-a-short-speech.html',1,'2020-04-20 21:53:52'),(1380,8,122,'AECC for B.Com. (H) Sem 2, Sec A','https://www.englishmate.com/blog/how-to-prepare-and-deliver-a-speech-effectively/',1,'2020-04-20 21:59:59'),(1381,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1KwbsTKiq3HNJtYMHeAuZulLOmAej5UBq',1,'2020-04-20 22:13:13'),(1382,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1zOPTmeB3tNqhGWQUiWRhS8gWpeQseFs3',1,'2020-04-20 22:21:10'),(1383,10,147,'Corporate Law - Ch - 16 Meetings & Proceedings Part 1','https://drive.google.com/open?id=1vRolxqPAF00lHoyWcYbbsyjIYvQfUsws',1,'2020-04-20 22:29:44'),(1384,10,141,'Computer Applications- SQL','https://drive.google.com/file/d/1WX8Tgi090Fh6xuph4DO9kRm5EQf6wgno/view?usp=sharing',1,'2020-04-20 22:40:49'),(1385,3,82,'Dilemmas in Politics','',1,'2020-04-20 23:50:37'),(1386,10,142,'Cost Accounting (Process Costing) (WIP- FIFO)','',1,'2020-04-20 23:54:21'),(1387,3,167,'BA(Hons) GE Unit VII :  Lecture notes III  -Inequality in Globalization  : Domestic response ','',1,'2020-04-21 09:47:20'),(1388,10,112,'Corporate Accounting','https://drive.google.com/open?id=1yrlAQZY-IdKmzBDGdJjaCa1B3Nhf0BDD',1,'2020-04-21 12:33:10'),(1389,3,167,'BA (P)  Lecture notes I : BIODIVERSITY','',1,'2020-04-21 13:26:58'),(1390,10,101,'Financial markets and institutions','',1,'2020-04-21 15:02:06'),(1391,10,101,'Entrepreneurship (GE)','',1,'2020-04-21 15:05:15'),(1393,9,150,'Principle of macro economics','',1,'2020-04-21 16:01:10'),(1394,10,95,'Fundamental of investment','',1,'2020-04-21 16:11:56'),(1395,10,144,'Reconciliation of Cost and Financial Accounts','',1,'2020-04-21 16:33:57'),(1396,3,168,'Overall Guidance for GE Section B (Governance: Issues & Challenges)','',1,'2020-04-21 17:26:55'),(1465,5,138,'Delhi through the ages','',1,'2020-04-23 00:16:01'),(1466,5,138,'Introducing Indian art','',1,'2020-04-23 00:16:42'),(1398,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1NnYBeQuFKVWERWBycHfKoMK0t73t5VpZ',1,'2020-04-21 17:47:01'),(1399,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1r4an8-K6Z2Jw6u8TProv1I2axclMzeOI',1,'2020-04-21 17:47:58'),(1525,4,166,'Linear Algebra-13','1587696561_h.pdf',1,'2020-04-24 08:19:21'),(1402,9,120,'GE_Introductory Macroeconomics_Chap 11_FISCAL POLICY 1','',1,'2020-04-21 18:25:22'),(1409,10,89,'Corporate Accounting','https://drive.google.com/open?id=1FDaFA9EjZ9fqKgTm7lQcDHyIej_4BU6w',1,'2020-04-21 18:47:13'),(1435,10,98,'CORPORATE ACCOUNTING','',1,'2020-04-22 13:28:10'),(1407,9,173,'Introductory macroeconomics','',1,'2020-04-21 18:36:10'),(1411,10,143,'COMPUTER APPLICATIONS-THEORY 8','',1,'2020-04-21 20:39:53'),(1412,10,143,'COST ACC- B.COM- 8','',1,'2020-04-21 20:42:48'),(1683,10,143,'COST ACC- B.COM-12','1588060745_12integratedacc.pdf',1,'2020-04-28 13:29:05'),(1415,10,147,'Industrial Relations - Unit 3 Industrial Unrest Part 1','https://drive.google.com/open?id=1sInPjftBE-LvGDxHVz-qsKNnMuqDB0bX',1,'2020-04-21 21:33:13'),(1416,10,142,'Computer Applications in Business (Theory) (13)','',1,'2020-04-21 22:19:08'),(1417,10,146,'Financial reporting and analysis','',1,'2020-04-21 22:25:52'),(1418,3,82,'Dilemmas in Politics','',1,'2020-04-21 22:40:14'),(1419,10,142,'Cost Accounting (Process Costing) (WIP- FIFO 2)','',1,'2020-04-21 23:37:04'),(1420,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 2','https://drive.google.com/open?id=1z8HIWQ4v7JGXrUEqfE0EkvwwWe3zvaNE',1,'2020-04-21 23:59:57'),(1421,10,110,'Business maths ','',1,'2020-04-22 02:23:52'),(1422,10,86,'Financial Reporting Analysis- Additional Disclosure- Lecture 1','',1,'2020-04-22 11:01:23'),(1423,10,86,'Financial Reporting Analysis- Additional Disclosure- Lecture 2','',1,'2020-04-22 11:02:13'),(1424,10,86,'Financial Reporting Analysis- Accounting Standards','',1,'2020-04-22 11:03:15'),(1425,10,86,'Corporate Accounting- Amalgamation-Lecture 1','',1,'2020-04-22 12:06:27'),(1426,10,86,'Corporate Accounting- Amalgamation-Lecture 3','',1,'2020-04-22 12:11:21'),(1427,10,86,'Corporate Accounting- Amalgamation-Lecture 4','',1,'2020-04-22 12:12:41'),(1428,10,86,'Corporate Accounting- Amalgamation-Lecture 2','',1,'2020-04-22 12:14:46'),(1429,9,115,'GE Introductory Macro Economics- Questions on National Income Accounting','',2,'2020-04-22 12:46:32'),(1433,10,91,'GST and Customs Law','',1,'2020-04-22 13:13:26'),(1434,10,91,'GST and Customs Law','',1,'2020-04-22 13:14:09'),(1436,9,120,'GE_Public Finance_FINANCE COMMISSION PAPER 5_CHAP 9','',1,'2020-04-22 13:43:55'),(1439,10,101,'Entrepreneurship (GE)','',1,'2020-04-22 15:14:16'),(1440,10,101,'Financial markets and institutions','',1,'2020-04-22 15:20:26'),(1441,10,100,'Corporate accounting ','',1,'2020-04-22 15:47:31'),(1442,3,167,'BA(Hons) GE Unit VII :  Lecture notes III  -Inequality in Globalization  : Global  response ','',1,'2020-04-22 17:57:28'),(1443,3,167,'BA (P)  Lecture notes II :  Efforts to protect Biodiversity','',1,'2020-04-22 19:32:19'),(1444,10,143,'COST ACC- B.COM-9','',1,'2020-04-22 19:38:25'),(1445,10,109,'computer applications- capital budgeting','https://youtu.be/dDkTHB9B8uE',1,'2020-04-22 20:02:13'),(1446,10,94,'GST PPT 16','',1,'2020-04-22 20:08:52'),(1447,10,142,'Cost Accounting (Process Costing) (WIP- Avg Cost)','',1,'2020-04-22 20:31:59'),(1451,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1oEQl4ZWmDcC7NAInICgdiB7GowkSEpg0',1,'2020-04-22 21:26:58'),(1449,10,105,'Business Mathematics and Statistics','',1,'2020-04-22 21:24:45'),(1450,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1KTdCBPRda-U-V2wf0FntzQ-1qZZN7pFN',1,'2020-04-22 21:25:44'),(1452,10,105,'Computer Application in Business','',1,'2020-04-22 21:30:31'),(1453,10,105,'Computer Application in Business','https://drive.google.com/open?id=1h6ZE44KqGRQgkdroZHeZPrkFUBjbgIgc',1,'2020-04-22 21:32:04'),(1454,10,105,'Computer Application in Business','',1,'2020-04-22 21:33:01'),(1455,10,105,'Computer Application in Business','https://drive.google.com/open?id=1mQsYw2MW3O0rtxGVOgHbShpdvojzsw44',1,'2020-04-22 21:34:17'),(1456,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 3','https://drive.google.com/open?id=13q3Xh-mXhzeD6wH2uHOsl33wtRlZTRK8',1,'2020-04-22 21:46:29'),(1457,10,147,'Industrial Relations - Unit 3 Industrial Unrest Part 2','https://drive.google.com/open?id=19qYrlWkxB5oGjc4r9txHx3twilKjO3kX',1,'2020-04-22 21:47:56'),(1458,9,119,'B. Com. (P) GE- Principles of Macroeconomics Sem-VI, Topic- Measures of Money Supply in India','',1,'2020-04-22 21:59:57'),(1459,9,119,'B. Com. (P) GE- Principles of Macroeconomics Sem-VI, Topic- Macroeconomic Policy- Monetary Policy','',1,'2020-04-22 22:03:51'),(1460,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- The Goods Market & the IS Curve','',1,'2020-04-22 22:07:09'),(1461,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- The Slope of the IS Curve','',1,'2020-04-22 22:11:22'),(1462,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1P1guUQEBfYOanWO6AWfNnVIuAF-nAjPj',1,'2020-04-22 23:46:25'),(1463,10,107,'Computer Applications in Business','https://drive.google.com/open?id=16ubDYfiGJsDg07ovcFCcZwNp7bsHTMVZ',1,'2020-04-22 23:47:36'),(1464,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1wdzSdZpYGRkLGdKXCK7bp4V7HVUB3k1V',1,'2020-04-22 23:48:42'),(1467,5,138,'Understanding Popular culture ','',1,'2020-04-23 00:17:16'),(1468,5,138,'Understanding Popular culture ','',1,'2020-04-23 00:27:43'),(1469,5,138,'Understanding Popular culture ','',1,'2020-04-23 00:28:48'),(1470,5,138,'Introducing Indian art','',1,'2020-04-23 00:33:55'),(1471,5,138,'Introducing Indian art','',1,'2020-04-23 00:35:08'),(1477,6,62,'Hindi B','https://amp.bharatdiscovery.org/india/%E0%A4%B8%E0%A4%82%E0%A4%B8%E0%A5%8D%E0%A4%AE%E0%A4%B0%E0%A4%A3',1,'2020-04-23 02:00:39'),(1494,10,148,'BUDGET AND BUDGETARY CONTROL','1587638936_New_Doc_2020-04-04_17.52.32.pdf',1,'2020-04-23 16:18:56'),(1480,3,167,'BA (Hons) GE -Unit VII Lecture Notes IV : Alternative perspective to globalization ','',1,'2020-04-23 09:40:10'),(1481,10,110,'Business maths ','',1,'2020-04-23 10:15:49'),(1482,10,110,'Business maths ','',1,'2020-04-23 10:24:05'),(1485,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587619171_Imperfect_Competition_Part2.pdf',1,'2020-04-23 10:49:31'),(1486,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587619633_Monopoly_Part_C.pdf',1,'2020-04-23 10:57:13'),(1487,2,2,'Delhi through the ages','',1,'2020-04-23 12:44:34'),(1488,2,2,'Delhi through the ages','1587626686_1857_in_delhi.pdf',1,'2020-04-23 12:54:46'),(1489,3,167,'BA (P) Unit III  (a)Lecture notes I  : Resource scarcity ','1587627027_Resource_scarcity.pdf',1,'2020-04-23 13:00:27'),(1490,10,148,'BUDGET AND BUDGETARY CONTROL','1587628775_Unit-14_BUDGET_AND_BUDGETARY_CONTROL.pdf',1,'2020-04-23 13:29:35'),(1491,10,145,'ENTREPRENEURSHIP ','1587635967_UNIT_1-_ENTREPRENEURHIP.pdf',1,'2020-04-23 15:29:27'),(1492,10,145,'ENTREPRENEURSHIP (UNIT-2)','1587636033_UNIT_2_-MSME.docx',1,'2020-04-23 15:30:33'),(1493,10,145,'ENTREPRENEURSHIP ','1587636162_RESOURCE_MOBILIZATION.docx',1,'2020-04-23 15:32:42'),(1495,10,147,'Industrial Relations - Unit 3 Industrial Unrest Part 3','https://drive.google.com/open?id=1xnuqcdqtefk46rqxTcGL8-wzQR6aswp1',1,'2020-04-23 16:20:00'),(1496,10,148,'BUDGET AND BUDGETARY CONTROL','1587639057_H.W_on_Budgeting_6.4.2020.pdf',1,'2020-04-23 16:20:57'),(1497,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 4','https://drive.google.com/open?id=1DR-fFoLe2PCC4Fc9FehiXORVhA0W7dSZ',1,'2020-04-23 16:22:03'),(1498,1,159,'Unit 5  Environmental  Pollution ','1587639123_Unit_5_Engllish(1).pdf',1,'2020-04-23 16:22:03'),(1499,10,148,'BUDGET AND BUDGETARY CONTROL','1587639462_illustration_18.4.pdf',1,'2020-04-23 16:27:42'),(1500,10,148,'BUDGET AND BUDGETARY CONTROL','1587639616_Classwork_on_Budgeting_8.4.2020.pdf',1,'2020-04-23 16:30:16'),(1502,10,148,'BUDGET AND BUDGETARY CONTROL','1587640487_Classwork_9.4.2020_1.pdf',1,'2020-04-23 16:44:47'),(1503,10,148,'BUDGET AND BUDGETARY CONTROL','1587640606_question_9.4.2020.pdf',1,'2020-04-23 16:46:46'),(1505,10,148,'BUDGET AND BUDGETARY CONTROL','1587641022_Problem_Questions.pdf',1,'2020-04-23 16:53:42'),(1506,9,119,'B. Com. (P) GE- Principles of Macroeconomics Sem-VI, Topic- Bank Rate & Cash Reserve Ratio (CRR)','1587641244_Bank_Rate_&_CRR.pdf',1,'2020-04-23 16:57:24'),(1507,9,115,'B.Com Prog, Principles of Macro Economics - Two Sector Model_2','1587642424_Bcom_Prog_Aggregate_Expenditure_and_Output_2.pdf',1,'2020-04-23 17:17:04'),(1508,9,115,'GE Introductory Macro Economics- Questions on National Income Accounting','1587642988_Questions_National_Income_Accounting.pdf',1,'2020-04-23 17:26:28'),(1509,9,115,'GE Introductory Macro Economics- Equilibrium-IS, LM Curve and AD Curve','https://drive.google.com/open?id=1qoSoUaOHQQWGYf-Ws5OZC-hcz_aUwgiU',1,'2020-04-23 17:39:15'),(1511,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1xgAJNoDqLboH2WqQIatEl9xt_ECD-LTK',1,'2020-04-23 18:09:19'),(1512,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=14x0x1e9cYpGvjpU0JgHcc3ANVef4XrGW',1,'2020-04-23 18:10:16'),(1513,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1DydzYGt43cccfQ4dPXi1RMzOYv_2KhZg',1,'2020-04-23 18:10:56'),(1514,10,105,'Computer Application in Business','https://drive.google.com/open?id=1mWdF-o9nhamOuf4kZv2WdKf5tj5DTVGE',1,'2020-04-23 18:12:12'),(1515,10,105,'Computer Application in Business','https://drive.google.com/open?id=1UAoextORGGDbVp6sS-QQPZKaQ6FuJ_pq',1,'2020-04-23 18:13:05'),(1516,10,105,'Computer Application in Business','1587645835_Payroll_(Solution_2)_PDF.pdf',1,'2020-04-23 18:13:55'),(1517,10,141,'Process Costing-1','1587648092_Process_Costing_1.pdf',1,'2020-04-23 18:51:32'),(1518,10,141,'Process Costing-2','1587648212_Process_Costing_2.pdf',1,'2020-04-23 18:53:32'),(1519,10,94,'GST PPT 17','1587651533_GST_17.pdf',1,'2020-04-23 19:48:53'),(1520,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1tQ_Z38w6awXmctZoKk3hyxL6RVOt-BZt',1,'2020-04-23 20:29:38'),(1521,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1Q19_F7ahyq36mSkNolxf_xVaMoVrUnE1',1,'2020-04-23 20:31:36'),(1522,10,107,'Computer Applications in Business','https://drive.google.com/open?id=122g5yFR_IViRlqZLBSCvagDQ7zh68Qig',1,'2020-04-23 20:32:51'),(1523,10,97,'GST Study Material - 7','1587665198_types_of_duties.pdf',1,'2020-04-23 23:36:38'),(1528,4,166,'Linear Algebra-14','1587706545_i.pdf',1,'2020-04-24 11:05:45'),(1529,4,166,'Linear Algebra-15','1587706705_j.pdf',1,'2020-04-24 11:08:25'),(1531,4,166,'Linear Algebra-16','1587707187_k.pdf',1,'2020-04-24 11:16:27'),(1532,3,167,'GE( BA Hons) Unit VII    Globalization and Inequality','1587707738_Globalization_and_Inequality;_Chapter_4__World_Economic_Outlook,_October_2007.pdf',1,'2020-04-24 11:25:38'),(1533,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587712023_Imperfect_Competition_Part3.pdf',1,'2020-04-24 12:37:03'),(1534,10,98,'CORPORATE ACCOUNTING','1587713509_Internal_Reconstruction_Lecture-2-PDF.pdf',1,'2020-04-24 13:01:49'),(1535,2,2,'Labour Market, unemployment and inflation – Part 2','1587714775_Labour_Market2.pdf',1,'2020-04-24 13:22:55'),(1536,9,171,'Labour Market, unemployment and inflation – Part 2','1587714854_Labour_Market2.pdf',1,'2020-04-24 13:24:14'),(1537,2,2,'Labour Market, unemployment and inflation – Part1','1587714965_Labour_Market.pdf',1,'2020-04-24 13:26:05'),(1538,10,101,'Entrepreneurship (GE)','1587719626_network_mgt.pdf',1,'2020-04-24 14:43:46'),(1539,10,21,'Coroprate Governance ','1587720510_Lecture_Notes_on_Audit_&_Corporate_Governannce_Dr_Noopur_Agrawal.pdf',1,'2020-04-24 14:58:30'),(1540,10,21,'Coroprate Governance ','1587720767_meaning_and_theories_of_corporate_Governance_by_Dr_Noopur.pdf',1,'2020-04-24 15:02:47'),(1541,10,21,'Coroprate Governance ','1587721117_Lecture_Notes_on_Code_of_Corporate_Governance.pdf',1,'2020-04-24 15:08:37'),(1542,9,173,' Indian Economy ','1587725521_Indian_economy.pdf',1,'2020-04-24 16:22:01'),(1543,1,158,'Unit 6 Global Climate Change','1587726911_Unit_6_Global_Climate_Change.pdf',1,'2020-04-24 16:45:11'),(1544,10,141,'Process Costing-3','1587727406_Process_Costing_3.pdf',1,'2020-04-24 16:53:26'),(1545,10,145,'Retirement Benefits (Compensation Management)','1587732994_Retirement_benefits.docx',1,'2020-04-24 18:26:34'),(1546,10,145,'Business Incubators (Entrepreneurship)','1587734858_business_incubators.pdf',1,'2020-04-24 18:57:38'),(1547,9,115,'GE Introductory Macro Economics- IS Curve','1587739001_Introductory_Macro_Economics—IS_Curve.pdf',1,'2020-04-24 20:06:41'),(1548,10,110,'Business maths ','1587740581_Application_of_Partial_Diff.pdf',1,'2020-04-24 20:33:01'),(1549,3,167,'BA(P) Unit III (b) Lecture notes I - Contemporary world issues : Poverty ','1587742153_Contemporary_world_issues_Poverty.pdf',1,'2020-04-24 20:59:13'),(1550,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1ubBcs1brRNHoZz9TogrDCbrJMRa2HZsN',1,'2020-04-24 22:13:04'),(1551,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=17pvmcwPCNi-j-KVrzbdOGl2vZ5rxSbTe',1,'2020-04-24 22:13:52'),(1552,10,105,'Business Mathematics and Statistics','1587746715_Application_of_matrices_(solution_Lecture_4).pdf',1,'2020-04-24 22:15:15'),(1553,9,150,'Economic Development and policy in india','1587747707_EDPI_trade_part-2.pdf',1,'2020-04-24 22:31:47'),(1554,10,147,'Industrial Relations - Unit 3 Industrial Unrest Part 4','1588000083_Unit_3_Industrial_Unrest_–_Part_4.pdf',1,'2020-04-24 22:46:32'),(1555,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 5','https://drive.google.com/open?id=1psw5X0z696lRJ8SVFoBIciqq85xKjjwt',1,'2020-04-24 22:47:15'),(1556,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- The Money Market and the LM-Curve','1587749552_The_Money_Market_and_the_LM_Curve.pdf',1,'2020-04-24 23:02:32'),(1557,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Slope of the LM Curve','1587749720_Slope_of_the_LM-Curve.pdf',1,'2020-04-24 23:05:20'),(1558,10,142,'Cost Accounting B.Com (Hons.) ','1587751980_Material.pdf',1,'2020-04-24 23:43:00'),(1559,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1VtCmwzEufsmQligBE-RFxgOoqUNuh3fc',1,'2020-04-25 01:01:40'),(1560,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1Uxhq1rQe2T9iIJo9B2eHDCtftCMwNpOT',1,'2020-04-25 01:03:07'),(1561,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1WVsqyUd0xXcn6DkfX7Mqflm4iOPzPHbG',1,'2020-04-25 01:04:30'),(1563,10,142,'Computer Applications in Business (Theory) (14)','1587759965_DBMS_1.pptx',1,'2020-04-25 01:56:05'),(1564,10,142,'Cost Accounting (Service Costing) ','1587763449_Service_Costing.pdf',1,'2020-04-25 02:54:09'),(1565,10,92,'Database Management','1587771325_DATABASE_MANAGEMENT_SYSTEM.docx',1,'2020-04-25 05:05:25'),(1566,10,92,'Computer Applications Assignment','1587771389_computer_workbook.docx',1,'2020-04-25 05:06:29'),(1567,10,92,'Collective bargaining in practise','1587771487_collec_barg_chapter_-4.docx',1,'2020-04-25 05:08:07'),(1568,10,92,'Process of Collective Bargaining','1587771547_Process_of_collective_bargaining_-_chapter-5.docx',1,'2020-04-25 05:09:07'),(1569,10,92,'Process of Collective Bargaining','1587771598_COLLECTIVE_BARGIANING-_Chapter_5.pptx',1,'2020-04-25 05:09:58'),(1570,9,150,'Contemporary economic issue','1587785784_Creating_Jobs_and_Growth.pdf',1,'2020-04-25 09:06:24'),(1571,4,165,'Algebra','1587788838_Rankesh_algebra_v1.pdf',1,'2020-04-25 09:57:18'),(1572,10,92,'Understanding Negotiation','1587800803_Understanding_Negotiation-_chap_6.docx',1,'2020-04-25 13:16:43'),(1573,10,91,'GST and Customs Law','1587807746_Payment_of_Taxes.pdf',1,'2020-04-25 15:12:26'),(1574,10,143,'COMPUTER APPLICATIONS-THEORY 9','1587810085_9P2P.pptx',1,'2020-04-25 15:51:25'),(1575,10,143,'COST ACC- B.COM-10','1587810156_10wip.pdf',1,'2020-04-25 15:52:36'),(1576,10,98,'CORPORATE ACCOUNTING','1587810596_Internal_Reconstruction_Lecture-3-PDF.pdf',1,'2020-04-25 15:59:56'),(1577,10,145,'Venture Capital (Entrepreneurship)','1587813080_venturecapital.pdf',1,'2020-04-25 16:41:20'),(1578,10,145,'Payment of Gratuity ACT,1972 (compensation management)','1587813190_THE_PAYMENT_OF_GRATUITY_ACT.docx',1,'2020-04-25 16:43:10'),(1579,10,87,' Online lectures on Liquidation of Companies','1587817958_Liquidation_of_Companies.pdf',1,'2020-04-25 18:02:38'),(1580,10,105,'Business Mathematics and Statistics','1587818614_Differentiation_basic_rules.pdf',1,'2020-04-25 18:13:34'),(1581,10,141,'Process Costing-4','1587818682_Process_Costing_4.pdf',1,'2020-04-25 18:14:42'),(1582,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1z4XRYydWiLxR8PBhbTS4nQucaOLDmbjP',1,'2020-04-25 18:15:51'),(1583,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=180y91oT018CXhjQpsazzHKVMXJtR5a1H',1,'2020-04-25 18:16:41'),(1584,9,115,'GE Introductory Macro Economics- Fiscal and Monetary Policy Multplier (Audio lecture)','https://drive.google.com/open?id=1NxLfQH4j1uqDTlBsjrVVsl1RP_nuxU-4',1,'2020-04-25 20:06:01'),(1585,10,147,'Industrial Relations - Unit 3 Industrial Unrest Part 5','https://drive.google.com/open?id=1tbojdgOq756qP3peOFkslgOnCKrZzLB9',1,'2020-04-25 21:44:33'),(1586,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 6','https://drive.google.com/open?id=156cdaNCI_JH_pmlfXViHn82H9fLMKVnq',1,'2020-04-25 21:45:24'),(1587,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1TtnadMm5WRgWd86OJcIDDXx3ilPQ6mzB',1,'2020-04-25 22:19:21'),(1588,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1tpG-hoT1Ad3uzOpCuEuP1GVUl1JPTRn6',1,'2020-04-25 22:21:03'),(1589,10,107,'Computer Applications in Business','https://drive.google.com/open?id=17CFR_zmSbNIC_qrMux0XHw-guWcPG0fK',1,'2020-04-25 22:22:38'),(1590,10,144,'Material Cost','1587834528_material_cost.pdf',1,'2020-04-25 22:38:48'),(1591,10,144,'Economic Order Quantity','1587834636_Economic_Ordering_Quantity.pdf',1,'2020-04-25 22:40:36'),(1592,10,144,'ABC Analysis','1587834692_ABC_Analysis.pdf',1,'2020-04-25 22:41:32'),(1593,1,159,'Unit  5 Environmental pollution  Complete ','1587834693_Unit_5_Engllish_(3).pdf',1,'2020-04-25 22:41:33'),(1594,10,144,'Pricing Methods','1587834748_Pricing_Methods.pdf',1,'2020-04-25 22:42:28'),(1595,10,144,'Metods of Pricing Material Issues','1587834839_Methods_of_Pricing_Material_Issues.pdf',1,'2020-04-25 22:43:59'),(1596,7,160,'BIODIVERSITY LOSS','https://pubs.iied.org/pdfs/17636IIED.pdf',1,'2020-04-25 23:25:25'),(1597,10,148,'Standard costing and variance analysis','1587838180_Standard_costing_and_variance_analysis.pdf',1,'2020-04-25 23:39:40'),(1598,10,148,'Standard costing and variance analysis','1587838411_Homework_Material_Variance_20.4.20.pdf',1,'2020-04-25 23:43:31'),(1599,10,148,'Standard costing and variance analysis','1587838841_Classwork_Std_Costing_20.4.2020.pdf',1,'2020-04-25 23:50:41'),(1600,6,62,'Hindi B','https://groups.google.com/forum/m/#!topic/hindistf/APyiQAZgpxU',1,'2020-04-26 01:49:49'),(1601,6,62,'Hindi B','https://hi.m.wikibooks.org/wiki/%E0%A4%B9%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%80_%E0%A4%B0%E0%A4%BF%E0%A4%AA%E0%A5%8B%E0%A4%B0%E0%A5%8D%E0%A4%A4%E0%A4%BE%E0%A4%9C%E0%A4%BC_%E0%A4%95%E0%A4%BE_%E0%A4%87%E0%A4%A4%E0%A4%BF%E0%A4%B9%E0%A4%BE%E0%A4%B8',1,'2020-04-26 01:55:32'),(1602,6,62,'Hindi B','https://amp.bharatdiscovery.org/india/%E0%A4%B0%E0%A5%87%E0%A4%96%E0%A4%BE%E0%A4%9A%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%B0',1,'2020-04-26 02:05:12'),(1603,4,165,'Algebra- Matrices','1587858606_Rankesh_algebra_v2.pdf',1,'2020-04-26 05:20:06'),(1604,10,98,'COMPUTER APPLICATION IN BUSINESS','https://youtu.be/CIR-SITuqQ8',1,'2020-04-26 13:13:24'),(1605,2,2,'Labour Market, unemployment and inflation – Part 3','1587897741_Labour_Market3.pdf',1,'2020-04-26 16:12:21'),(1606,9,171,' B.A prog 4th semester     Labour Market, unemployment and inflation – Part 3','1587897790_Labour_Market3.pdf',1,'2020-04-26 16:13:10'),(1607,10,103,'Personal selling and Salesmanship','1588746723_Sales_report_and_documentation.pdf',1,'2020-04-26 16:15:50'),(1608,10,100,'Corporate accounting ','1587910940_Holding_company__lecture_8.pdf',1,'2020-04-26 19:52:20'),(1609,10,147,'Corporate Law - Ch 16 Meetings & Proceedings Part 7','https://drive.google.com/open?id=1ZRPMC9k3GAyDOvZd84KSPUQyZfwJWiVk',1,'2020-04-26 21:20:08'),(1610,10,147,'Industrial Relations - Unit 4 Prevention of Industrial Dispute - Part 1','https://drive.google.com/open?id=1XMhu3kDuCcEsXVs9Hyj8qoyaW0sfw8PA',1,'2020-04-26 21:20:51'),(1611,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Equilibrium in an Economy (IS-LM Equilibrium Model)','1587919866_Equilibrium_in_an_Economy_(IS-LM_Model).pdf',1,'2020-04-26 22:21:06'),(1612,10,105,'Computer Application in Business','https://drive.google.com/open?id=1OcO8c5wy1tIVSsxnVqbgqoUz7T-Jjzwq',1,'2020-04-26 22:28:12'),(1613,10,105,'Computer Application in Business','https://drive.google.com/open?id=1K3U3759PP2jjECJK8sUhhotHRpuJQOfj',1,'2020-04-26 22:29:06'),(1614,10,105,'Computer Application in Business','https://drive.google.com/open?id=1IvWq1FegJn85OZBTJfg4gkJHUtmVK-u3',1,'2020-04-26 22:30:20'),(1615,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Algebraic Treatment of the IS-LM Model','1587920991_Algebraic_Treatment_of_IS-LM_Model.pdf',1,'2020-04-26 22:39:51'),(1616,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Monetary & Fiscal Multipliers in IS-LM Framework','1587921175_Monetary_&_Fiscal_Policy_Multipliers_in_IS-LM_Framework.pdf',1,'2020-04-26 22:42:55'),(1617,10,110,'Business maths ','1587921708_Production_Function.pdf',1,'2020-04-26 22:51:48'),(1618,10,148,'Standard costing and variance analysis','1587923688_Material_and_Labour_Variance.pdf',1,'2020-04-26 23:24:48'),(1619,10,148,'Standard costing and variance analysis','1587923783_Theory_notes_material_and_Labour_Varience.pdf',1,'2020-04-26 23:26:23'),(1620,10,148,'Standard costing and variance analysis','1587923874_Homework_on_Material_and_Labour_variance.pdf',1,'2020-04-26 23:27:54'),(1621,10,142,'Cost Accounting (Service Costing)','1587925384_Service_Costing_(Q).pdf',1,'2020-04-26 23:53:04'),(1622,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1SMrQRTayvf_sbSlURhCHdH1hv0DcMLNN',1,'2020-04-27 00:33:40'),(1623,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1GuVIYg8KDBep4LhiUSWQVHtIUt1wfpy_',1,'2020-04-27 00:34:45'),(1624,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1WvNTc6Vf8m-xdulN8EkYk7rzakJs5bUU',1,'2020-04-27 00:35:45'),(1625,10,142,'Cost Accounting (Integral & Non-Integral Systems)','1587935200_Integral_and_Non-integral_systems.pdf',1,'2020-04-27 02:36:40'),(1626,10,142,'Cost Accounting (Reconciliation)','1587935325_Reconciliation.pdf',1,'2020-04-27 02:38:45'),(1627,4,165,'Algebra v3','1587949573_Rankesh_Algebra_v3.pdf',1,'2020-04-27 06:36:13'),(1628,4,165,'Algebra- Rank of a matrix','1587949770_Rankesh_Algebra_v4.pdf',1,'2020-04-27 06:39:30'),(1629,9,113,'Environmental Economics','1587967709_Harris_and_Roach_part1.docx',1,'2020-04-27 11:38:29'),(1630,9,113,'Environmental Economics','1587967766_Harris_and_Roach_part_2.pdf',1,'2020-04-27 11:39:26'),(1631,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1587968834_Imperfect_Competition_Part4.pdf',1,'2020-04-27 11:57:14'),(1632,10,92,'Computer Applications zoom class','https://us04web.zoom.us/j/77548228776?pwd=M3UwNHBtV3VSMVpERGtoSjVQdXBkQT09',1,'2020-04-27 12:56:07'),(1633,10,92,'Computer Applications zoom class','https://us04web.zoom.us/j/71713002049?pwd=TEdEMnVtbXI0My95ZzA1T2Q0WDA2UT09',1,'2020-04-27 12:57:04'),(1634,10,92,'Collective bargaining in practice','https://us04web.zoom.us/j/3137824933?pwd=d01xUDFLVDJrRFI2SHRlVVE1OW4zUT09',1,'2020-04-27 12:58:32'),(1635,10,92,'Process of Collective Bargaining','https://us04web.zoom.us/j/77608732803?pwd=M0NIcHoveC9DK1BVYlJOdndHU3ladz09',1,'2020-04-27 12:59:34'),(1636,10,92,'Understanding Negotiation','https://us04web.zoom.us/j/3137824933?pwd=ogswSu3Rj_k',1,'2020-04-27 13:01:21'),(1637,3,167,'BA(Hons) GE- Dimensions of Globalization - Economic','1587972992_Economic_Globalization.pdf',1,'2020-04-27 13:06:32'),(1638,3,167,'BA(P) Unit III(b) Poverty- UN role in poverty reduction  Inequality  Concepts, causes and trends ','',1,'2020-04-27 13:09:11'),(1639,3,167,'BA(P) Unit III(b) Poverty- UN role in poverty reduction  ','1587973330_UN_ROLE_IN_POVERTY_REDUCTION.pdf',1,'2020-04-27 13:12:10'),(1640,3,167,'BA(P) Unit III(b) INEQUALITY-   Concepts, causes and trends ','1587973387_INEQUALITY.pdf',1,'2020-04-27 13:13:07'),(1641,9,150,'Contemporary economic issue','1587974698_pdf_Prices_and_Inflation.pdf',1,'2020-04-27 13:34:58'),(1642,10,143,'COST ACC- B.COM-11','1587977575_11servicecosting.pdf',1,'2020-04-27 14:22:55'),(1643,10,143,'COST ACC B.COM (H) -6','1587977854_6labour.pptx',1,'2020-04-27 14:27:34'),(1644,10,105,'Computer Application in Business','1587978633_Payroll_accounting_solution_4_pdf.pdf',1,'2020-04-27 14:40:33'),(1645,10,105,'Computer Application in Business','https://drive.google.com/open?id=1zq5R8Cae-mRyQpjl2n-HXdDcWeTeWWfa',1,'2020-04-27 14:43:34'),(1646,10,105,'Computer Application in Business','https://drive.google.com/open?id=1TWsye-lNK-BF5-mOUwrMrgMoWMCHuwKR',1,'2020-04-27 14:44:35'),(1647,9,120,'GE_Introductory Macroeconomics_Chap 11_FISCAL POLICY 2','1587979358_Chapter_11_Fiscal_Policy_2.ppt',1,'2020-04-27 14:52:38'),(1649,9,120,'GE_Introductory Macroeconomics_DERIVATIONS','1587980916_New_Doc_2020-03-18_20.00.45.pdf',1,'2020-04-27 15:18:36'),(1650,9,120,'GE_Public Finance_FISCAL DATA CHAP 1','1587983365_Fiscal_Data_chap_1_pdf.pdf',1,'2020-04-27 15:59:25'),(1651,4,166,'Linear Algebra-17','1587983732_l.pdf',1,'2020-04-27 16:05:32'),(1652,4,166,'Probability and Statistics-Day -7','1587983939_a6.pdf',1,'2020-04-27 16:08:59'),(1653,10,95,'FUNDAMENTALS OF INVESTMENT','1587985025_FINANCIAL_DERIVATIVES.pdf',1,'2020-04-27 16:27:05'),(1654,10,95,'FUNDAMENTALS OF INVESTMENT','1587985070_FINACIAL_DERIVATIVES_2.pdf',1,'2020-04-27 16:27:50'),(1655,10,95,'FUNDAMENTALS OF INVESTMENT','1587985115_FINANCIAL_DERIVATIVES_3.pdf',1,'2020-04-27 16:28:35'),(1656,10,95,'FUNDAMENTALS OF INVESTMENT','1587985333_portfolioanalysis.pdf',1,'2020-04-27 16:32:13'),(1657,10,95,'FUNDAMENTALS OF INVESTMENT','1587985395_PORTFOLIO_SELECTION.pdf',1,'2020-04-27 16:33:15'),(1658,10,95,'FUNDAMENTALS OF INVESTMENT','1587985473_CAPITAL_MARKET_THEORY.pdf',1,'2020-04-27 16:34:33'),(1659,10,95,'FUNDAMENTALS OF INVESTMENT','1587985526_PORTFOLIO_EVALUATION.pdf',1,'2020-04-27 16:35:26'),(1660,10,141,'Material Costing-1','1587987667_Material_Costing_1.pdf',1,'2020-04-27 17:11:07'),(1661,10,141,'Material Costing-2','1587991287_Material_Costing_2.pdf',1,'2020-04-27 18:11:27'),(1662,8,127,'BA (P) Core English IV Semester','1587995441_CB26_Larkin.pdf',1,'2020-04-27 19:20:41'),(1663,8,127,'BA (P) Core English IV Semester','1587995497_E_138_Frost_at_Midnight.pdf',1,'2020-04-27 19:21:37'),(1665,10,147,'Industrial Relations Unit 4 - Prevention of Industrial Dispute - Part 2','https://drive.google.com/open?id=1F4HFAHB5SeGyIWEgw_-Lrnq7bnH4yta6',1,'2020-04-27 20:35:07'),(1733,9,115,'B.Com Prog, Principles of Macro Economics - Saving Investment Approach','1588179065_Aggregate_Expenditure_and_Output_3.docx',1,'2020-04-29 22:21:05'),(1666,10,104,'Special economic zone (SEZ)','1588006079_today.docx',1,'2020-04-27 22:17:59'),(1667,7,160,'Forest Monitoring through GIS','1588006793_Forest_monitoring_GIS.pdf',1,'2020-04-27 22:29:53'),(1668,7,160,'Air pollution aspects in India','1588007479_2016_Breathing-Cleaner-Air-Ten-Scalable-Solutions-for-Indian-Cities.pdf',1,'2020-04-27 22:41:19'),(1669,10,145,'Fringe Benefits','1588011002_Fringe_Benefits.pdf',1,'2020-04-27 23:40:02'),(1670,10,142,'Computer Applications in Business (Theory) (15)','1588018069_Payment_Gateway.pdf',1,'2020-04-28 01:37:01'),(1671,10,110,'Business maths ','1588018550_Isoquants.pdf',1,'2020-04-28 01:45:50'),(1672,4,165,'Algebra - System of linear equations','',1,'2020-04-28 07:02:15'),(1673,4,165,'Algebra - System of linear equations','1588037740_Rankesh_Algebra_v5.pdf',1,'2020-04-28 07:05:40'),(1674,4,165,'Algebra - The characteristic Equation of a matrix','1588037945_Rankesh_Algebra_v6.pdf',1,'2020-04-28 07:09:05'),(1675,9,117,'B.A. (H) Economics, Intermediate Microeconomics','1588050935_Imperfect_Competition_Part5.pdf',1,'2020-04-28 10:45:35'),(1676,9,113,'Environmental Economics','1588056358_Harris_nd_Roach_Part_3.docx',1,'2020-04-28 12:15:58'),(1677,10,89,'accounts of holding company','1588058973_Holding_Company.pptx',1,'2020-04-28 12:59:33'),(1678,3,167,'BA(Hons) GE Globalization  : Lecture notes II-  Political dimensions ','1588059449_Globlisation_Politial_Dimensions.pdf',1,'2020-04-28 13:07:29'),(1679,3,167,'BA(P) Unit III(b) INEQUALITY-   Consequences,  globalization and global inequality','1588059607_CONSEQUENCES_OF_GLOBAL_INEQUALITY.pdf',1,'2020-04-28 13:10:07'),(1680,3,167,'BA(P) Unit III(c)   International Terrorism -Definition, factors , types','1588059786_INTERNTIONAL_TERRORISM.pdf',1,'2020-04-28 13:13:06'),(1681,10,89,'accounts of holding company','1588060432_PRACTICAL_2.pptx',1,'2020-04-28 13:23:52'),(1682,10,89,'accounts of holding company','1588060472_practical_3.pptx',1,'2020-04-28 13:24:32'),(1684,10,143,'COST ACC- B.COM-13','1588060791_13reconciliation.pdf',1,'2020-04-28 13:29:51'),(1685,10,98,'CORPORATE ACCOUNTING','1588061378_Internal_Reconstruction_Lecture-4-PDF.pdf',1,'2020-04-28 13:39:38'),(1686,10,98,'COMPUTER APPLICATION IN BUSINESS','https://youtu.be/4_bEqbi4__c',1,'2020-04-28 13:40:48'),(1687,10,89,'accounts of holding company','https://drive.google.com/open?id=1nFrvG71rFrObPJI8dt3l8-9WIfcl7oIq',1,'2020-04-28 14:18:09'),(1688,10,105,'Business Mathematics and Statistics','1588066156_AR,_MR_Solution.pdf',1,'2020-04-28 14:59:16'),(1689,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=111YH181MifVCc90s39qAjlZAu4KNLVlP',1,'2020-04-28 15:00:53'),(1690,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=13v9fr5fCCwcueq1EmhhCRFa-m5BGTLGJ',1,'2020-04-28 15:01:53'),(1691,9,115,'GE Introductory Macro Economics- Fiscal Policy','https://youtu.be/PjrhwZfempA',1,'2020-04-28 15:42:58'),(1692,9,115,'GE Introductory Macro Economics- Monetary Policy','https://youtu.be/abRHZMfyhbc',1,'2020-04-28 15:46:16'),(1693,10,92,'Preparing for negotiation','1588069487_Preparing_for_Negotiations-7.docx',1,'2020-04-28 15:54:47'),(1704,1,159,'Unit 5 Environmental Pollution Hindi','1588089864_Unit_5__Hindi_(1).pdf',1,'2020-04-28 21:34:24'),(1695,10,102,'International Business Unit IV L1','1588079186_International_Business-UNIT_IV-_L1.pdf',1,'2020-04-28 18:36:26'),(1696,10,102,'International Business Unit IV L2','1588079272_International_Business-UNIT_IV-_L2.pdf',1,'2020-04-28 18:37:52'),(1697,10,102,'International Business Unit IV L3','1588079323_International_Business-UNIT_IV-_L3.pdf',1,'2020-04-28 18:38:43'),(1698,10,102,'International Business Unit V L1','1588079378_IB-UNIT-V-L1.pdf',1,'2020-04-28 18:39:38'),(1699,10,102,'International Business Unit V L2','1588079421_IB-Unit-V-_L2.pdf',1,'2020-04-28 18:40:21'),(1700,10,94,'GST PPT 18','1588085178_GST_18.pdf',1,'2020-04-28 20:16:18'),(1701,10,94,'GST PPT 19','1588085234_GST_19.pdf',1,'2020-04-28 20:17:14'),(1702,10,109,'corporate law- Depositories act 1996','1588087436_THE_DEPOSITORIES_ACT_,1996.pptx',1,'2020-04-28 20:53:56'),(1703,10,104,'IB: Export Promotion of Consultancy and Management Services from India ','1588089243_sez.pdf',1,'2020-04-28 21:24:03'),(1705,10,90,'Business Mathematics Part II','https://drive.google.com/open?id=1t6ffzReGWLsntp3OaI4IIqUz21Ui6zpA',1,'2020-04-28 21:47:30'),(1706,9,173,' Indian Economy ','1588091205_Indian_economy_Unit-V.......pdf',1,'2020-04-28 21:56:45'),(1707,9,113,'GE-II - Introductory Macroeconomics','1588094009_Prices_and_Inflation_in_India_ES.pdf',1,'2020-04-28 22:43:29'),(1708,10,147,'Industrial Relations Unit 4 - Prevention of Industrial Dispute - Part 3','https://drive.google.com/open?id=1Rjl3wawVwJWh_Ru6r97pLtl1Z7FbpUXz',1,'2020-04-28 23:05:39'),(1709,10,147,'Corporate Law - Unit 4 Ch 17 Dividend Part 1','https://drive.google.com/open?id=1X0UiTh7QETQw8Wr5UddJcxEnPK3eCQ61',1,'2020-04-28 23:06:17'),(1710,10,145,'PAYMENT OF WAGES ACT,1936','1588095857_PAYMENT_OF_WAGES_ACT,_1936.pdf',1,'2020-04-28 23:14:17'),(1711,9,119,'B.Com. (P) GE- Principles of Macroeconomics Sem-VI, Topic- Qualitative Credit Controls; Limitations & Effectiveness of Monetary Policy','1588096518_Qualitative_Credit_Control;_Limitation_&_Effectiveness_of_Monetary_Policy.pdf',1,'2020-04-28 23:25:18'),(1712,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Monetary Policy','1588096647_Monetary_Policy.pdf',1,'2020-04-28 23:27:27'),(1713,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Liquidity Trap  & the Classical Range','1588096772_Liquidity_Trap_&_the_Classical_Case.pdf',1,'2020-04-28 23:29:32'),(1714,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Fiscal Policy & Crowd Out Effect','1588096929_Fiscal_Policy_and_Crowd_Out_Effect.pdf',1,'2020-04-28 23:32:09'),(1715,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1F6ykva626XO3mcwP1G3Se9hzfq1fwBc-',1,'2020-04-29 02:46:40'),(1716,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1WaaxlHyx20mlep2rJ-yjCwjOWTZJBuHp',1,'2020-04-29 02:47:32'),(1717,10,107,'Fundamentals of Investment','https://drive.google.com/open?id=1ntw5F3J80pSW2-4Use0gwEC08xYxsZQe',1,'2020-04-29 02:48:53'),(1718,4,165,'Algebra- De Moivre\'s Theorem','1588129717_Algebra_v22.pdf',1,'2020-04-29 08:38:37'),(1719,4,165,'Algebra- Application of De Moivre\'s Theorem','1588130063_Algebra_v23.pdf',1,'2020-04-29 08:44:23'),(1720,4,165,'Numerical Methods - Interpolation L1','1588130316_Nm_v1.pdf',1,'2020-04-29 08:48:36'),(1721,4,165,'Numerical Methods - Interpolation L2','1588130560_NM_v2.pdf',1,'2020-04-29 08:52:40'),(1722,10,105,'Computer Application in Business','https://drive.google.com/open?id=19pm01rl0mxB6M5zLQH-r4HOvPuCJiA0x',1,'2020-04-29 15:01:53'),(1723,10,105,'Computer Application in Business','https://drive.google.com/open?id=18aYT3Cw-0jYztEjjz2MmEXIAKrKsiKfS',1,'2020-04-29 15:03:39'),(1724,10,105,'Computer Application in Business','https://drive.google.com/open?id=1-xJYICUJXclX_AX9wMddlGYa35P0m89Y',1,'2020-04-29 15:04:30'),(1725,3,167,'BA(Hons) GE Globalization  : Lecture notes I-  Cultural dimensions ','1588152881_Cultural_Dimensions_Lecture_notes_I.pdf',1,'2020-04-29 15:04:41'),(1726,3,167,'BA(P) Unit III (c) Lecture notes II - Contemporary world issues :  role of state in International terrorism ','1588153560_Role_of_State_in_Internationl_Terrorism.pdf',1,'2020-04-29 15:16:00'),(1727,10,141,'Material Costing-3','1588153880_Material_Costing_3.pdf',1,'2020-04-29 15:21:20'),(1728,10,141,'Computer Applications','1588155148_Past_year_papers.pdf',1,'2020-04-29 15:42:28'),(1729,1,159,'Air Pollution ','1588159985_Unit_5_Lecture14.pdf',1,'2020-04-29 17:03:05'),(1730,10,145,'Payment of Bonus Act,1965','1588164212_Payment_of_Bonus_Act,1965.pdf',1,'2020-04-29 18:13:32'),(1731,10,147,'Corporate Law - Unit 4 Ch 17 Dividend Part 2','https://drive.google.com/open?id=1xeAdMUCAwYV90YaayKIWjNAvsrF8ZUP_',1,'2020-04-29 21:38:26'),(1732,10,147,'Corporate Law - Unit 4 Ch 18 Books of Accounts Part 1','https://drive.google.com/open?id=1Ns8ir8eQjtjAEvzaU0DopJYe5EUT_S_L',1,'2020-04-29 21:39:05'),(1734,10,105,'Business Mathematics and Statistics','1588180225_Price_Elasticity.pdf',1,'2020-04-29 22:40:25'),(1735,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1QBHbYiLqgcBjMYa5grDibX2tgSs_lxSY',1,'2020-04-29 22:41:29'),(1736,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1GNNotNYvNhZovbr6YkGgdh8uM1Mwoc5Y',1,'2020-04-29 22:42:19'),(1737,10,148,'Overheads Variance : Part 1','1588184269_Overhead_Variance_Part_1.pdf',1,'2020-04-29 23:47:49'),(1738,10,148,'practice on overhead variances','1588184424_Homework_on_Overheads_variance_part_1.pdf',1,'2020-04-29 23:50:24'),(1739,10,110,'Business maths ','1588185065_Lagrange.pdf',1,'2020-04-30 00:01:05'),(1740,5,136,'Issues In World History (20th Century)','1588196386_THE_COLD_WAR_A_SHORT_HISTORY.pdf',1,'2020-04-30 03:09:46'),(1741,5,136,'Issues In World History (20th Century)','1588196441_THE_COLD_WAR_A_SHORT_HISTORY.pdf',1,'2020-04-30 03:10:41'),(1742,10,100,'Corporate accounting ','1588216474_Holding_company_lecture_9.pdf',1,'2020-04-30 08:44:34'),(1743,10,105,'Computer Application in Business','https://drive.google.com/open?id=13HC2xWvXylZA3VJ4TQSxwxHngYcMAjKa',1,'2020-04-30 10:47:26'),(1744,10,105,'Computer Application in Business','https://drive.google.com/open?id=1K-uE-4K6CqeXfbnXe0HrVUz6Di8f7nbT',1,'2020-04-30 10:48:31'),(1745,9,120,'GE_Public Finance_FISCAL DATA_ CHAP 2','1588224024_CHAPTER_2_FISCAL_DATA.pdf',1,'2020-04-30 10:50:24'),(1746,10,105,'Computer Application in Business','1588224025_Ratio_analysis_pdf.pdf',1,'2020-04-30 10:50:25'),(1747,1,159,'Unit 5 topic Noise Pollution','1588241086_Unit_5_Lec_15.pdf',1,'2020-04-30 15:34:46'),(1748,9,113,'Environmental Economics','1588247614_Harris_and_Roach_Part_4_-_Technical_challenge_theories.pdf',1,'2020-04-30 17:23:34'),(1749,10,141,'Cost Accounting 1','1588249946_Past_questions_1.pdf',1,'2020-04-30 18:02:26'),(1750,10,141,'Cost Accounting 2','1588250108_Past_questions_2.pdf',1,'2020-04-30 18:05:08'),(1751,9,115,'GE Introductory Macro Economics- Slope of IS Curve','1588262143_slope_of_IS_Curve.pdf',1,'2020-04-30 21:25:43'),(1752,9,120,'GE_Introductory Macroeconomics_FISCAL POLICY 3','1588266089_Investment_subsidy.ppt',1,'2020-04-30 22:31:29'),(1753,10,147,'Corporate Law - Unit 4 Ch 18 Books of Accounts Part 2','https://drive.google.com/open?id=1EOM7JJs6uKJ31hyHggFCke1vpJnIqKjf',1,'2020-04-30 23:14:42'),(1754,10,147,'Corporate Law - Unit 4 Ch 17 Dividend Part 3','https://drive.google.com/open?id=1DJHNoxZiDtNow6HQz6R5B_pKf2b09QSm',1,'2020-04-30 23:17:25'),(1755,10,145,'Minimum wage Act','1588269433_Minimum_wages_Act,_1948.pdf',1,'2020-04-30 23:27:13'),(1756,8,127,'English (H), Sem VI','1588295074_ALTERNATIVE_REALITIES_LOVE_IN_THE_LIVES_OF_MUSLIM_WOMEN.pdf',1,'2020-05-01 06:34:34'),(1757,4,166,'Linear Algebra-18','1588308768_m.pdf',1,'2020-05-01 10:22:48'),(1758,4,166,'Linear Algebra-19','1588309105_n.pdf',1,'2020-05-01 10:28:25'),(1759,9,118,'Indian Industry (1)','1588322711_industry_(1).pdf',1,'2020-05-01 14:15:11'),(1760,10,105,'Business Mathematics and Statistics','1588323678_Max._of_TR.pdf',1,'2020-05-01 14:31:18'),(1761,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1TdebE9tWzvd_CCsrhACyi3F_Z6_D3_Vg',1,'2020-05-01 14:32:37'),(1762,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1Ijbl9MvULmuZ-ZRyte5z_wYwvLxjRk0z',1,'2020-05-01 14:33:27'),(1763,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1laKZzAV6V9hmkZ08W725-0TqyiRs8cg8',1,'2020-05-01 14:34:15'),(1764,10,144,'fixation of inventory levels','1588326124_Fixation_of_Inventory_Levels.pdf',1,'2020-05-01 15:12:04'),(1765,10,144,'FIFO, LIFO, SIMPLE AND WEIGHTED AVERAGE','1588326230_FIFO,_LIFO,_SIMPLE_AND_WEIGHTED_AVERAGE.pdf',1,'2020-05-01 15:13:50'),(1766,10,144,'Control Over Material','1588326302_Control_Over_Material.pdf',1,'2020-05-01 15:15:02'),(1767,10,144,'Accounting and Control of Wastage','1588326376_Accounting_and_control_of_wastage.pdf',1,'2020-05-01 15:16:16'),(1768,9,115,'B.Com Prog, Principles of Macro Economics - Multiplier','1588329340_Aggregate_Expenditure_and_Output_4.docx',1,'2020-05-01 16:05:40'),(1769,1,159,' Unit 5 Soil Pollution and Thermal Pollution','1588334799_Unit_5_Lec_16-converted.pdf',1,'2020-05-01 17:36:39'),(1770,9,171,'CORPORATE  FINANCE  PART 3  Chapter – 14','1588340070_CORPORATE__FINANCE__PART_3_chapter_14.pdf',1,'2020-05-01 19:04:30'),(1771,10,103,'Business Law','1588358520_LIMITED_LIABILITY_PARTNERSHIP_ACT,_2008-Incorporation_of_LLP.pdf',1,'2020-05-02 00:12:00'),(1772,10,103,'Business Law','1588358638_LIMITED_LIABILITY_PARTNERSHIP_ACT,_2008_PARTNERS__AND_THEIR_RELATIONS_IN_LLP.pdf',1,'2020-05-02 00:13:58'),(1773,10,105,'Business Mathematics and Statistics','1588365337_Minimization_of_Cost.pdf',1,'2020-05-02 02:05:37'),(1774,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1ViaPW2_Y3pOvvrzhoovyj_oaxp6LK-yL',1,'2020-05-02 02:06:59'),(1775,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1x_LAx6Oep4lOf6ghYwy3nZZrN-QvjGHL',1,'2020-05-02 02:07:56'),(1776,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=103w62AnSTkgerLjsu4bgnGbE-u1Ofmvb',1,'2020-05-02 02:08:49'),(1777,9,115,'GE Introductory Macro Economics- LM Curve - Slope and Shift (Lecture Notes)','1588383601_LM_curve.pdf',1,'2020-05-02 07:10:01'),(1778,10,91,'GST and Customs Law','1588404034_Invoicing_under_gst.pdf',1,'2020-05-02 12:50:34'),(1779,10,98,'COMPUTER APPLICATION IN BUSINESS','https://youtu.be/BKc60CwZraM',1,'2020-05-02 13:46:58'),(1780,4,165,'Algebra - application of De moivre\'s Theorem','1588416618_Algebra_v24.pdf',1,'2020-05-02 16:20:18'),(1781,4,165,'Numerical Methods - Interpolation L3','1588416795_NM_v3.pdf',1,'2020-05-02 16:23:15'),(1782,4,165,'Numerical Methods - Interpolation L4','1588416947_NM_v4.pdf',1,'2020-05-02 16:25:47'),(1783,4,165,'Algebra - Theory of equations 1','1588417616_Algebra_v25.pdf',1,'2020-05-02 16:36:56'),(1784,9,173,' Indian Economy ','1588418453_Indian_Economy_-_B.A_(Prog.)_6th_sem.pdf',1,'2020-05-02 16:50:53'),(1785,10,97,'GST Study Material - 8','1588428256_custom_valuation.pdf',1,'2020-05-02 19:34:16'),(1786,10,147,'Corporate Law - Unit 4 Ch 18 Books of Account Part 3','https://drive.google.com/open?id=1SOBlD7us2Ekz29smoAR-YOoUNRnXM4hu',1,'2020-05-02 21:23:59'),(1787,10,147,'Industrial Relations - Unit 4 Prevention of Industrial Dispute - Part 4','https://drive.google.com/open?id=1KbkrcP9cD_vvDyIS87pnB776hkE0YmOy',1,'2020-05-02 21:25:27'),(1788,9,119,'GE- Introductory Macroeconomics Sem-II, ','1588436490_Effectiveness_of_Fiscal_Policy-_Two_Typical_Cases.pdf',1,'2020-05-02 21:51:30'),(1789,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Is Crowding Important?','1588436815_Is_Crowding_Out_Important.pdf',1,'2020-05-02 21:56:55'),(1790,10,145,'Workmen\'s Compensation Act','1588440580_WORKMENS_COMPENSATION_ACT.pdf',1,'2020-05-02 22:59:40'),(1791,10,110,'Business maths ','1588441444_Doc.pdf',1,'2020-05-02 23:14:04'),(1792,10,147,'Industrial Relations - Unit 4 Prevention of Industrial Dispute - Part 5','https://drive.google.com/open?id=1Ufh6w8bUHechZiQDVQ1frGPbw5bG6bc3',1,'2020-05-03 02:16:14'),(1793,10,147,'Corporate Law - Unit 4 Ch 19 Audit & Auditors Part 1','https://drive.google.com/open?id=1tHtRU_FmH1ugHtGLBu6HkmJGb2U7oeiS',1,'2020-05-03 02:16:52'),(1794,10,105,'Business Mathematics and Statistics','1588494249_Max._of_profit.pdf',1,'2020-05-03 13:54:09'),(1795,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1zEsozqfEsBOR1vsBLYW8wH2EoPz9mIm9',1,'2020-05-03 13:55:59'),(1796,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1yobOc0NDRR_KMwFyQfQ29DVnfLWcfAwN',1,'2020-05-03 13:56:40'),(1797,4,165,'Algebra - Theory of equations 2','1588497732_Algebra_v26.pdf',1,'2020-05-03 14:52:12'),(1798,4,165,'Numerical Methods - Interpolation L5','1588497831_NM_v5.pdf',1,'2020-05-03 14:53:51'),(1799,4,165,'Numerical Methods - Interpolation L6','1588497966_NM_v6.pdf',1,'2020-05-03 14:56:06'),(1800,10,104,'SEZ FACTS','1588509199_sez_facts.pdf',1,'2020-05-03 18:03:19'),(1801,10,110,'Business maths ','1588520383_App_Optimization.pdf',1,'2020-05-03 21:09:43'),(1802,1,157,'Acid Rain','1588531489_ACID_RAIN.pdf',1,'2020-05-04 00:14:49'),(1803,1,157,'Global Warming','1588531610_Global_warmming.pdf',1,'2020-05-04 00:16:50'),(1805,1,157,'Sustainable Development ','1588532188_Unit_6.pdf',1,'2020-05-04 00:26:28'),(1806,10,105,'Computer Application in Business','https://drive.google.com/open?id=13HC2xWvXylZA3VJ4TQSxwxHngYcMAjKa',1,'2020-05-04 09:33:02'),(1807,10,105,'Computer Application in Business','https://drive.google.com/open?id=1K-uE-4K6CqeXfbnXe0HrVUz6Di8f7nbT',1,'2020-05-04 09:34:15'),(1808,10,105,'Computer Application in Business','1588565145_Ratio_analysis_pdf.pdf',1,'2020-05-04 09:35:45'),(1809,9,120,'GE_Introductory Macroeconomics','1588578069_unit_2.pdf',1,'2020-05-04 13:11:09'),(1810,3,167,'BA(Hons) GE Lecture notes I- Technological Dimensions of Globalization ','1588588891_Technological_Dimensions_of_Globlization__Lecture_notes_I.pdf',1,'2020-05-04 16:11:31'),(1811,3,167,'BA(P) Unit III (c) Lecture notes III - Contemporary world issues :  role of UN in International terrorism ','1588588976_Role_of_UN__to_combat_Terrorism.pdf',1,'2020-05-04 16:12:56'),(1812,9,113,'Environmental Economics','1588593259_Harris_and_Roach_part_5_-_climate_change_in_action.pdf',1,'2020-05-04 17:24:19'),(1813,1,158,'Human Population,  impacts and Carbon credit','1588595489_human_population_growth_Carbon_credit.docx',1,'2020-05-04 18:01:29'),(1814,1,158,'Resettlement and Rehabilitation_development projects','1588595600_Resettlement_and_Rehabilitation_of_development_projects.docx',1,'2020-05-04 18:03:20'),(1815,10,143,'COMPUTER APPLICATIONS-THEORY 10','1588596452_10Computersecurity.pptx',1,'2020-05-04 18:17:32'),(1816,10,143,'COST ACC- B.COM-14','1588596937_14jointbyprod.pdf',1,'2020-05-04 18:25:37'),(1817,10,147,'Corporate Law - Unit 4 Ch 19 Audit & Auditors Part 2','https://drive.google.com/open?id=1V8o-IfIqtAG-r_3pwfhyl1KwdCKuuOzx',1,'2020-05-04 20:51:13'),(1818,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Disputes Part 1','https://drive.google.com/open?id=1xHs7RNsD6lBBWx52O-3tvNkl1NHYrzqC',1,'2020-05-04 20:53:18'),(1819,10,110,'Business maths ','1588606570_Integration.pdf',1,'2020-05-04 21:06:10'),(1820,9,115,'GE Introductory Macro Economics- Aggregate Demand Lecture Notes','1588610389_Aggrgate_demand.pdf',1,'2020-05-04 22:09:49'),(1821,9,115,'GE Introductory Macro Economics- Formal Treatment of IS LM','1588610451_formal_treatment_of_IS_and_LM_curve.pdf',1,'2020-05-04 22:10:51'),(1822,10,145,'Employee State Insurance Act','1588614671_Employee_state_insurance_act.pdf',1,'2020-05-04 23:21:11'),(1823,9,173,'Introductory macroeconomics','1588657450_Introductory_Macroeconomics_(_Unit-4)new.pdf',1,'2020-05-05 11:14:10'),(1824,9,173,'Introductory macroeconomics','1588657542_Introductory_Macroeconomics_(_Unit-4)ch-11_new.pdf',1,'2020-05-05 11:15:42'),(1825,3,167,'BA(Hons) GE Lecture notes II- ICT & Globalization of Social Media.','1588660809_ICT_&_Globalization_of_Social_Media.pdf',1,'2020-05-05 12:10:09'),(1826,3,167,'BA(P)  Topic: Globalisation & the Role of the State- Challenges & Perspective','1588661028_Globalization_and_the_Role_of_the_State__Challenges_and_Perspectives.pdf',1,'2020-05-05 12:13:48'),(1827,1,158,'Unit 7_ Environmental movements, ethics, philosophy and public awareness','1588661791_Unit_7_Human_Population_ethics_and_environment.docx',1,'2020-05-05 12:26:31'),(1828,10,92,'Process of Negotiation and Effective Negotiation','1588664271_PROCESS_OF_NEGOTIATION_AND_EFFECTIVE_NEGOTIATIONS_Chapter-8.docx',1,'2020-05-05 13:07:51'),(1829,10,98,'COMPUTER APPLICATION IN BUSINESS','https://youtu.be/-hWzZviW9uc',1,'2020-05-05 13:12:10'),(1830,10,98,'CORPORATE ACCOUNTING','1588665474_Holding_Company_Lecture-_1_PDF.pdf',1,'2020-05-05 13:27:54'),(1831,10,105,'Business Mathematics and Statistics','1588670657_Business_Mathematics_(_finance)_pdf.pdf',1,'2020-05-05 14:54:17'),(1832,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1kt5kuHGWJOVkeAvedhY_2xGNPiEOIS7N',1,'2020-05-05 14:55:24'),(1833,1,159,'Unit 1 Introduction  to Environmental Studies Hindi','1588678378_Unit_1__Hindi.pdf',1,'2020-05-05 17:02:58'),(1834,9,118,'Indian Industry (2)','1588678987_industry_2.pdf',1,'2020-05-05 17:13:07'),(1835,9,150,'Contemporary economic issue','1588688117_State_of_Economy-1.pdf',1,'2020-05-05 19:45:17'),(1836,10,141,'Overhead Costing','1588688904_Solved_Problems_1.pdf',1,'2020-05-05 19:58:24'),(1837,9,120,'GE_Public Finance','1588702984_BUDGET_AT_A_GLANCE.pdf',1,'2020-05-05 23:53:04'),(1838,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1Q-PWRbAHX1UMIa9sng28J1dMHnuFtcSD',1,'2020-05-06 01:31:58'),(1839,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1UierPyjD8qYbDOTmXpdx3HRhEkr5vOsT',1,'2020-05-06 01:33:40'),(1840,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1Ae56LSY0dF01emBvaL5Muk5pqlG1d5pN',1,'2020-05-06 01:34:40'),(1841,4,166,'Probability and Statistics-Day -8','1588739872_a7.pdf',1,'2020-05-06 10:07:52'),(1842,4,166,'Probability and Statistics-Day -9','1588739947_a8.pdf',1,'2020-05-06 10:09:07'),(1843,10,105,'Business Mathematics and Statistics','1588745367_Finance_-_Compound_interest.pdf',1,'2020-05-06 11:39:27'),(1844,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1cot2X-wJT2tajHPOlmxSozJgf4i1Wu11',1,'2020-05-06 11:44:28'),(1845,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1zDhFWZclJBUvv-ON4NJkcLvYyjUhQmFf',1,'2020-05-06 11:45:46'),(1846,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1AMpIjKd6LjL-n_cqQYwnTrNrpoRS3ogt',1,'2020-05-06 11:47:09'),(1847,10,103,'Business Law','1588746917_LLP_ACT,_2008_TAXATION_OF_LLP.pdf',1,'2020-05-06 12:05:17'),(1848,10,103,'Business Law','1588746978_LLP_ACT,_2008_Conversation_to_LLP.pdf',1,'2020-05-06 12:06:18'),(1849,9,118,'Multiplier','1588750231_multiplier_1.pdf',1,'2020-05-06 13:00:31'),(1850,1,155,'Unit 1','1588750812_Unit_1_Introduction_to_environmental_studies.pdf',1,'2020-05-06 13:10:12'),(1851,1,155,'Unit 2 Ecosystem','1588750885_Unit_2_Ecosystem_Part-1.pdf',1,'2020-05-06 13:11:25'),(1852,9,115,'GE Introductory Macro Economics - Investment Subsidy and Policy Mix','https://drive.google.com/open?id=1TDgI9Ycr84gjgaVOoHTS_ix2NxVkHsce',1,'2020-05-06 13:20:21'),(1853,9,115,'GE Introductory Macro Economics - Numericals IS LM','https://drive.google.com/open?id=1TDgI9Ycr84gjgaVOoHTS_ix2NxVkHsce',1,'2020-05-06 13:21:11'),(1854,3,167,'BA(Hons) GE Lecture notes - Debates on Globalization : Pros & cons ( Advantages & Disadvantages)','1588754740_Debates_on_Globalization.pdf',1,'2020-05-06 14:15:40'),(1855,3,167,'BA(P) Lecture notes - Debates on Globalization : Pros & cons ( Advantages & Disadvantages)','1588754970_Debates_on_Globalization.pdf',1,'2020-05-06 14:19:30'),(1856,3,167,'BA(P)  Lecture notes : Structural reforms of  United Nations','1588755102_The_structural_reform_of_the_UN.pdf',1,'2020-05-06 14:21:42'),(1857,1,159,'गंगा कार्य र्ोजना (Ganga Action plan) (GAP), ठोस अपशिष्ट प्रबंधन (Solid waste management','1588761070_Unit_5_Lec_20.pdf',1,'2020-05-06 16:01:10'),(1858,8,127,'BA (P) Core English IV Semester','1588766278_05_chapter_2.pdf',1,'2020-05-06 17:27:58'),(1859,8,127,'BA (P) Core English IV Semester','1588766398_AUG14010111.pdf',1,'2020-05-06 17:29:58'),(1860,8,127,'English (H), Sem II','1588766457_Noble_Groping__The_Franklins_Characterization_in_The_Canterbury.pdf',1,'2020-05-06 17:30:57'),(1861,10,141,'Overhead Costing','1588768298_Solved_problems_2.pdf',1,'2020-05-06 18:01:38'),(1862,10,141,'Overhead Costing','1588768892_Solved_problems_3.pdf',1,'2020-05-06 18:11:32'),(1863,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Disputes Part 2','https://drive.google.com/open?id=1iygKnz8Lwl5tYdUrYW2o18L5OO5SGJte',1,'2020-05-06 18:27:47'),(1864,10,147,'Corporate Law - Unit 4 Ch 19 Audit & Auditors Part 3','https://drive.google.com/open?id=1956AvrzBDmwX2pCextKaDkLhf7CmTL2u',1,'2020-05-06 18:28:31'),(1865,10,110,'Business maths ','1588784564_Int_Part-2(1).pdf',1,'2020-05-06 22:32:44'),(1866,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Composition of Output and Policy Mix','1588788462_Composition_of_Output_&_Policy_Mix.pdf',1,'2020-05-06 23:37:42'),(1867,9,119,'GE- Introductory Macroeconomics Sem-II, Topic- Investment Subsidy','1588788572_Investment_Subsidy.pdf',1,'2020-05-06 23:39:32'),(1868,10,100,'Corporate accounting ','1588790689_Internal_reconstruction_lecture_2.pdf',1,'2020-05-07 00:14:49'),(1869,10,100,'Corporate accounting ','1588790887_Internal_reconstruction__lecture_1.pdf',1,'2020-05-07 00:18:07'),(1870,10,147,'Corporate Law - Hand Written Notes of Audit & Auditors Part 1 ','https://drive.google.com/open?id=1v6VJvk8q5WN-qygY4jaL5zGlvSdyNOWY',1,'2020-05-07 03:43:44'),(1871,10,147,'Corporate Law - Hand Written Notes of Audit & Auditors Part 2','https://drive.google.com/open?id=1Svn10MwQquvpiWqpX5HGIiU3AGS4taEF',1,'2020-05-07 03:44:40'),(1872,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Disputes Part 3','https://drive.google.com/open?id=1GnJ7iwwLRxO_tm0UZe56YDddH2HAeLCK',1,'2020-05-07 03:45:26'),(1873,10,105,'Business Mathematics and Statistics','1588827607_Interest_compounded_continuously.pdf',1,'2020-05-07 10:30:07'),(1874,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1KvoOeI8AGTBpQBBr2L7AN4GcSetjxOws',1,'2020-05-07 10:32:20'),(1875,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1hIB-NGs7ARthjAetR_UBINpbACz9UgBQ',1,'2020-05-07 10:33:52'),(1876,10,110,'Business maths ','1588831448_Int_Part-2(2).pdf',1,'2020-05-07 11:34:08'),(1877,10,143,'COMPUTER APPLICATIONS-THEORY 11','1588831576_11android.pptx.ppt',1,'2020-05-07 11:36:16'),(1878,10,143,'COST ACC B.COM (H) -7','1588831631_7practicalqs.pdf',1,'2020-05-07 11:37:11'),(1879,10,98,'CORPORATE ACCOUNTING','1588838408_Holding_Company_Lecture-2_PDF.pdf',1,'2020-05-07 13:30:08'),(1880,10,98,'CORPORATE ACCOUNTING','1588838698_Holding_Company_Lecture-3F_PDF.pdf',1,'2020-05-07 13:34:58'),(1881,3,167,'Bcom in lieu of MIL Paper : Introduction to Political Theory .  Lecture notes Unit II : Concepts of Justice- Rawls theory of Justice ','1588840690_THEORY_OF_JUSTICE.pdf',1,'2020-05-07 14:08:10'),(1882,8,122,'English Hons Sem IV Robert Burns 1','1588856006_Robert_Burns_by_David_Daiches.pdf',1,'2020-05-07 18:23:26'),(1883,8,122,'English Hons Sem IV Robert Burns 2','1588856065_Robert_Burns_as_poet_and_person.pdf',1,'2020-05-07 18:24:25'),(1884,10,141,'Overhead Costing','1588858117_Solved_Problems_4.pdf',1,'2020-05-07 18:58:37'),(1885,10,141,'Overhead Costing','1588859429_Solved_problems_5.pdf',1,'2020-05-07 19:20:29'),(1886,9,150,'Contemporary economic issues','1588873324_Fiscal_Developments-1.pdf',1,'2020-05-07 23:12:04'),(1887,10,110,'Business maths ','1588877764_App_of_integration.pdf',1,'2020-05-08 00:26:04'),(1888,9,115,'Bcom Prog - Pardox of Thrift','1588916538_paradox_of_thrift.pdf',1,'2020-05-08 11:12:18'),(1889,10,105,'Computer Application in Business','https://drive.google.com/open?id=1gfdfy1x5Jbj81LqIfiNe_RQHy8dk8ze9',1,'2020-05-08 13:11:43'),(1890,10,105,'Computer Application in Business','https://drive.google.com/open?id=1TIr96zik79bcNYgL_F6rgmi8vikNjqN5',1,'2020-05-08 13:12:37'),(1891,10,105,'Computer Application in Business','https://drive.google.com/open?id=1chSxswm_R2sPqC9d4fCJYMj16bIj6Xtq',1,'2020-05-08 13:13:32'),(1892,3,167,'Bcom in lieu of MIL Paper : IPT _ Lecture notes II : Concepts of Justice- Nozick theory of Justice & Marxist theory of Justice ','1588928685_Theory_of_Justice_Robert_Nozick_&_Marxist_theory.pdf',1,'2020-05-08 14:34:45'),(1893,10,91,'GST and Customs Law','1588928843_Registration_process.pdf',1,'2020-05-08 14:37:23'),(1894,9,120,'GE_Introductory Macroeconomics','1588929866_blanchard_chp_4.pdf',1,'2020-05-08 14:54:26'),(1895,1,157,'WASTELAND RECLAMATION','1588931348_WASTELAND_RECLAMATION.pdf',1,'2020-05-08 15:19:08'),(1896,1,157,'NUCLEAR DISASTER','1588931450_NUCLEAR_ACCIDENTS.pdf',1,'2020-05-08 15:20:50'),(1897,10,143,'COMPUTER APPLICATIONS-THEORY 12','1588941439_12erdiagram.pptx',1,'2020-05-08 18:07:19'),(1898,10,147,'Corporate Law - Hand Written Notes of Dividend Part 1','https://drive.google.com/open?id=1j-DAXwAWyRYZjBwON-GSWWDezFga6Ov4',1,'2020-05-08 18:45:16'),(1899,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Dispute Part 4','https://drive.google.com/open?id=1xHs7RNsD6lBBWx52O-3tvNkl1NHYrzqC',1,'2020-05-08 18:46:20'),(1900,10,143,'COST ACC- B.COM-15','1588946072_15practicalqs.pdf',1,'2020-05-08 19:24:32'),(1901,10,104,'INTERNATIONAL BUSINESS ','1588948241_international_Business.pdf',1,'2020-05-08 20:00:41'),(1902,10,145,'Unit- 3 Compensation Strategy','1588961955_Unit_-3_Compensation_Strategy.pdf',1,'2020-05-08 23:49:15'),(1903,10,145,'Compensation Strategy ppt','1588962440_Compensation_Strategy_ppt.pdf',1,'2020-05-08 23:57:20'),(1904,10,92,'IMPASSE RESOLUTION & CONTRACT DRAFTING','1588965066_IMPASSE_RESOLUTION-_chapter_9.pdf',1,'2020-05-09 00:41:06'),(1905,10,110,'Business maths ','1588965078_Profit_App.pdf',1,'2020-05-09 00:41:18'),(1906,10,92,'IMPASSE RESOLUTION & CONTRACT DRAFTING','1588965108_IMPASSE_RESOLUTION-_chapter_9.pdf',1,'2020-05-09 00:41:48'),(1907,10,105,'Business Mathematics and Statistics','1589004112_Effective_and_Nominal_interest_rate.pdf',1,'2020-05-09 11:31:52'),(1908,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1iZW0RjBC5qeTOdCIWPlPqFJN40m1ogf7',1,'2020-05-09 11:35:40'),(1909,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1O4iiCVKzHQBVx9qK3UPa4QD9QO_MRd62',1,'2020-05-09 11:36:19'),(1910,9,150,'Contemporary economic issue','1589011284_Social_Infrastructure-1.pdf',1,'2020-05-09 13:31:24'),(1911,10,91,'GST and Customs Law','1589019231_Returns_under_GST.pdf',1,'2020-05-09 15:43:51'),(1912,10,141,'Labour Costing','1589028165_Solved_Problems_1.pdf',1,'2020-05-09 18:12:45'),(1913,10,147,'Corporate Law - Hand Written Notes of Dividend Part 2','https://drive.google.com/open?id=1RepiDhaWKAtrEqLLCtGLv1yh9_f55vVW',1,'2020-05-09 21:24:59'),(1914,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Dispute Part 5','https://drive.google.com/open?id=1iygKnz8Lwl5tYdUrYW2o18L5OO5SGJte	',1,'2020-05-09 21:25:51'),(1915,10,110,'Business maths ','1589142434_Elasticity_Int.pdf',1,'2020-05-11 01:57:14'),(1916,10,103,'Business Law','1589181683_INTRODUCTION_TO_INFORMATION_TECHNOLOGY_ACT.pdf',1,'2020-05-11 12:51:23'),(1917,10,103,'Business Law','1589181741_DIGITAL_SIGNATURE.pdf',1,'2020-05-11 12:52:21'),(1918,10,98,'COMPUTER APPLICATION IN BUSINESS','https://youtu.be/NjP8H94hD6Y',1,'2020-05-11 13:11:59'),(1919,9,120,'GE_Public Finance_GST ','1589186221_Jayanta_roy_chowdhury_GST.docx',1,'2020-05-11 14:07:01'),(1920,10,86,'Corporate Accounting-Holding Company','1589196735_Holding_Company-_Theoretical.pdf',1,'2020-05-11 17:02:15'),(1921,10,86,'Financial Reporting and Analysis-  IFRS','1589196917_IFRS-Lecture.pdf',1,'2020-05-11 17:05:17'),(1922,9,173,'Introductory macroeconomics','1589199641_Introductory_Macroeconomics_(_Unit-4)..pdf',1,'2020-05-11 17:50:41'),(1923,9,173,'Introductory macroeconomics','1589199782_Introductory_Macroeconomics_(_Unit-4)ch--20200415192030_(1).pdf',1,'2020-05-11 17:53:02'),(1924,10,141,'Labour Costing','1589202430_Solved_problems_2.pdf',1,'2020-05-11 18:37:10'),(1925,10,141,'Unit Costing','1589202587_Solved_Problems_1.pdf',1,'2020-05-11 18:39:47'),(1926,10,147,'Corporate Law - Unit 4 Ch 20 Winding Up Part 1','https://drive.google.com/open?id=1LgKFdjhAjBtOrs-XYBVFEvO_tGS4n1AT',1,'2020-05-11 18:53:34'),(1927,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Dispute Part 6','https://drive.google.com/open?id=1GnJ7iwwLRxO_tm0UZe56YDddH2HAeLCK	',1,'2020-05-11 18:54:51'),(1928,10,143,'COMPUTER APPLICATIONS-THEORY 13','1589264949_13erdiagram2.pptx',1,'2020-05-12 11:59:09'),(1929,10,92,'Computer Applications zoom class','https://us04web.zoom.us/j/3137824933?pwd=Y1MxblFGZEhZeFFsK0haeTJkeUdPQT09',1,'2020-05-12 12:16:14'),(1930,10,105,'Business Mathematics and Statistics','1589267952_Finance_-_Depreciation.pdf',1,'2020-05-12 12:49:12'),(1931,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1akhxkP6yCgmIVT1daOaz3ixJhUn3TGA4',1,'2020-05-12 12:52:04'),(1932,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1QMsmdBV7xk_UE3CyinquTyxX5aV8eM2Y',1,'2020-05-12 12:58:45'),(1933,10,105,'Business Mathematics and Statistics','https://drive.google.com/open?id=1oXcbvlgwtespzgsaarYYiYlJM1u9GTef',1,'2020-05-12 12:59:44'),(1934,9,115,'GE Introductory Macro Economics - Crowding Out','1589273660_GE-Introductory_Macro_Economics_-_Fiscal_Policy.pptx',1,'2020-05-12 14:24:20'),(1935,1,157,'Environmental Legislations','1589276730_Legislation_in_India.pdf',1,'2020-05-12 15:15:30'),(1936,1,157,'Consumerism and waste generation ','1589276839_CONSUMERISM_AND_WASTE_PRODUCTS.pdf',1,'2020-05-12 15:17:19'),(1937,10,91,'GST and Customs Law','1589277331_TAXABILITY_OF_E-COMMERCE.pdf',1,'2020-05-12 15:25:31'),(1938,1,159,'मृदा प्रदूषण (Soil Pollution):','1589281593_Unit_5_Lec_16-converted.pdf',1,'2020-05-12 16:36:33'),(1939,10,91,'GST and Customs Law','1589281603_ANTI-PROFITEERING_MEASURE.pdf',1,'2020-05-12 16:36:43'),(1940,10,145,'Employee Provident Fund Act, 1952','1589282105_Employee_provident_funds_Act,_1952.pdf',1,'2020-05-12 16:45:05'),(1941,10,91,'GST and Customs Law','1589283608_E-WAY_Bill.pdf',1,'2020-05-12 17:10:08'),(1943,10,141,'Unit Costing','1589298612_Solved_problems_2.pdf',1,'2020-05-12 21:20:12'),(1944,10,141,'Unit Costing','1589298682_Solved_problems_3.pdf',1,'2020-05-12 21:21:22'),(1945,10,141,'Unit Costing','1589299163_Solved_Problems_4.pdf',1,'2020-05-12 21:29:23'),(1946,9,150,'Contemporary economic issue','1589305679_External_Sector-1.pdf',1,'2020-05-12 23:17:59'),(1947,9,150,'Contemporary economic issue','1589305780_External_Sector-1.pdf',1,'2020-05-12 23:19:40'),(1948,10,110,'Business maths ','1589306999_CS_&_PS.pdf',1,'2020-05-12 23:39:59'),(1949,9,115,'GE Introductory Macro Economics - Monetary Policy and Transmission Mechanism','1589347412_GE-Introductory_Macro_Economics_-_Monetary_Policy.pptx',1,'2020-05-13 10:53:32'),(1950,9,118,'Indian Industry (3)','1589353297_msme.pdf',1,'2020-05-13 12:31:37'),(1951,4,165,'Linear algebra 1','1589354923_New-Doc-2020-04-05-20.20.52.pdf',1,'2020-05-13 12:58:43'),(1952,4,165,'Linear algebra 2','1589355338_1587487183_Mathematics__GE_II_Linear_Algebra.pdf',1,'2020-05-13 13:05:38'),(1953,4,165,'Linear algebra 3','1589356247_New-Doc-2020-04-19-18.18.49.pdf',1,'2020-05-13 13:20:47'),(1954,10,98,'CORPORATE ACCOUNTING','1589357869_Liquidations_of_Company_NOTES.pdf',1,'2020-05-13 13:47:49'),(1955,10,103,'Business Law','1589360628_E_GOVERNANCE.pdf',1,'2020-05-13 14:33:48'),(1956,10,103,'Business Law','1589360772_ATTRIBUTION,_ACKNOWLEDGEMENT__AND_DISPATCH_OF_ELECTRONIC_RECORDS.pdf',1,'2020-05-13 14:36:12'),(1957,10,103,'Business Law','1589360838_REGULATION_OF_CERTIFYING_AUTHORITIES.pdf',1,'2020-05-13 14:37:18'),(1958,9,120,'GE_Introductory Macroeconomics','1589373045_FORMAL_TREATMENT_OF_IS-LM.pdf',1,'2020-05-13 18:00:45'),(1959,1,159,'Unit 3 Natural Resources (Hindi)','1589375086_Unit_3__Hindi_(1).pdf',1,'2020-05-13 18:34:46'),(1960,10,145,'Profit Sharing (Compensation Management)','1589387051_PROFIT_SHARING.docx',1,'2020-05-13 21:54:11'),(1961,10,145,'Revision Work (Compensation Management)','1589387433_Compensation_Management_Revision_1.docx',1,'2020-05-13 22:00:33'),(1962,10,141,'Labour Costing','1589389854_Solved_Problems_1.pdf',1,'2020-05-13 22:40:54'),(1964,10,147,'Corporate Law - Unit 4 Ch 20 Winding Up Part 2','https://drive.google.com/open?id=1c13eZV25E5HUkn_LV67uXhsu-VK2K0BH',1,'2020-05-13 22:43:46'),(1965,10,147,'Industrial Relations - Unit 5 Settlement of Industrial Dispute Part 7','https://drive.google.com/open?id=1xHs7RNsD6lBBWx52O-3tvNkl1NHYrzqC	',1,'2020-05-13 22:44:40'),(1966,3,168,'Human-Environment Interaction -1 (GE/ Governance: Issues and Challenges) To go with WhatsApp Audio Classes','1589438334_IMG_5190.jpg',1,'2020-05-14 12:08:54'),(1967,10,143,'COST ACC- B.COM-17','1589438449_17practicalqs3.pdf',1,'2020-05-14 12:10:49'),(1968,10,143,'COMPUTER APPLICATIONS-THEORY 14','1589438517_14erdiagram3.pptx',1,'2020-05-14 12:11:57'),(1969,3,168,'Human-Environment Interaction - 2 (GE/ Governance: Issues and Challenges) To go with WhatsApp Audio Classes','1589438604_IMG_5187.jpg',1,'2020-05-14 12:13:24'),(1970,3,168,'Human-Environment Interaction - 3 (GE/ Governance: Issues and Challenges) To go with WhatsApp Audio Classes','1589438892_IMG_5189.jpg',1,'2020-05-14 12:18:12'),(2002,10,141,'Job Costing','1589564476_Solved_Problems_1.pdf',1,'2020-05-15 23:11:16'),(2003,10,141,'Transport Costing','1589565152_Solved_Problems_1.pdf',1,'2020-05-15 23:22:32'),(1973,10,91,'GST and Customs Law','1589440123_Offences_and_Penalties_nder_GST.pdf',1,'2020-05-14 12:38:43'),(1974,10,91,'GST and Customs Law','1589440167_Appeals_under_GST.pdf',1,'2020-05-14 12:39:27'),(1976,9,118,'INDIAN INDUSTRY (4)','1589446503_MSME_UPDATED.pdf',1,'2020-05-14 14:25:03'),(1977,9,118,'INDIAN INDUSTRY (4)','1589446510_MSME_UPDATED.pdf',1,'2020-05-14 14:25:10'),(1978,10,105,'Business mathematics and Statistics','1589449586_Present_value_&_Equation_of_value.pdf',1,'2020-05-14 15:16:26'),(1979,10,105,'Business mathematics and Statistics','https://drive.google.com/open?id=1019c2BxRfJq9rj7TJt9wd2ZxrpXC-nXQ',1,'2020-05-14 15:26:09'),(1980,10,105,'Business mathematics and Statistics','https://drive.google.com/open?id=1nPE7LFbvqxRHA1g2WrSGYdKgJNOCFK4B',1,'2020-05-14 15:26:53'),(1981,10,105,'Business mathematics and Statistics','https://drive.google.com/open?id=1SYfApfe9JF0YQq21tUwtEAEYq8MtAR1B',1,'2020-05-14 15:27:35'),(1982,10,105,'Business mathematics and Statistics','https://drive.google.com/open?id=1umecsZlS8nQfSJ3e8V0eTn5fx8ATlHTP',1,'2020-05-14 15:28:31'),(1983,10,141,'Activity Based Costing','1589467514_New_Microsoft_Office_Word_Document-2.pdf',1,'2020-05-14 20:15:14'),(1984,9,118,'ISLM Continued','1589470879_ISLM_(Continued).pdf',1,'2020-05-14 21:11:19'),(1985,9,118,'Inflation (graphs)','1589470981_inflation_graphs.pdf',1,'2020-05-14 21:13:01'),(1986,10,147,'Corporate Law - Unit 4 Ch 20 Winding Up Part 3','https://drive.google.com/open?id=17_8mIACTbVIICvPsQSBzXb9EBzmm8s1W',1,'2020-05-14 21:44:00'),(1987,10,147,'Corporate Law - Unit 4 Ch 20 Winding Up Part 4','https://drive.google.com/open?id=1bFjTh5gv3qqVzqKNM2RtDv9qjEqgIWIS',1,'2020-05-14 21:44:40'),(1988,1,159,'Water Resources','1589473500_Water_Resources-converted_(1).pdf',1,'2020-05-14 21:55:00'),(1989,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1rQWsA2A2kCTk2TbUTJARW8rdZqAhweIA',1,'2020-05-14 23:49:17'),(1990,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1AMfrR2iYKqkYdP-Wrll05a9D8WPglDTW',1,'2020-05-14 23:50:51'),(1991,10,107,'Computer Applications in Business','https://drive.google.com/open?id=1CEoV6KvkTXprt2dR9mr-exgxh13L-Ieq',1,'2020-05-14 23:52:25'),(1992,10,110,'Business maths ','1589488400_Rate_of_sales.pdf',1,'2020-05-15 02:03:20'),(1993,9,118,'AD derivation','1589523313_ISLM_AD_derivation.pdf',1,'2020-05-15 11:45:13'),(1994,9,118,'Money(additional note)','1589523397_MONEY_(Part3).pdf',1,'2020-05-15 11:46:37'),(1995,10,103,'Business Law','1589527663_CYBER_CONTRAVENTIONS_AND_OFFENCES.pdf',1,'2020-05-15 12:57:43'),(1996,10,103,'Business Law','1589527729_ADJUDICATION_AND_APPELLATE_TRIBUNAL.pdf',1,'2020-05-15 12:58:49'),(1997,1,159,'Biodiversity  Hindi ','1589535188_जैव_विविधता.pdf',1,'2020-05-15 15:03:08'),(1998,10,145,'Employee Stock Ownership Plan','1589555779_Employee_Stock_Ownership_Plan.docx',1,'2020-05-15 20:46:19'),(1999,10,145,'Compensation Management (Revision work 2)','1589555909_Compensation_Management_Revision_2.docx',1,'2020-05-15 20:48:29'),(2000,10,92,'MS ACCESS- TABLE CREATION','https://drive.google.com/file/d/1yg6WJ-zsbtsoBEe3ImnpuvZKAv0202Sa/view',1,'2020-05-15 21:23:55'),(2001,10,92,'MS ACCESS- part 2','https://drive.google.com/file/d/1UzDSZjRfEvbAqmXkAWsPQfL3t16uS-6w/view',1,'2020-05-15 21:25:03'),(2004,10,145,'Compensation Management (Revision work 3)','1589731106_Compensation_Management__revision_3.docx',1,'2020-05-17 21:28:26'),(2005,4,73,'Complex Analysis; Complex Analysis ','1589791981_complex_notes.pdf',1,'2020-05-18 14:23:01'),(2006,1,158,'Human Population ethics and environment/ NGT/ Case studies','1589796735_Unit_7_Human_Population_ethics_and_environment1.pdf',1,'2020-05-18 15:42:15'),(2007,9,119,'GE Introductory Macroeconomics Numerical Exercise-1','1589825261_Solved_Numericals-1.pdf',1,'2020-05-18 23:37:41'),(2008,9,115,'Bcom Prog - National Income Accounting - Questions_1','1590139485_Bcom_Prog_-national_income_accounting-Questions_1.pdf',1,'2020-05-22 14:54:45'),(2009,9,115,'Bcom Prog - National Income Accounting - Questions_2','1590139540_Bcom_Prog_-_National_Income_Accouting_-_Questions_2.pdf',1,'2020-05-22 14:55:40'),(2010,10,112,'Corporate Accounting_Amalgamation','https://drive.google.com/open?id=1kh4fWdN95fTuYaCQ8KGONGJw2E2ZrsqZ',1,'2020-05-23 21:04:33'),(2011,10,112,'Corporate Accounting_Holding Company Accounts','https://drive.google.com/open?id=1K5cgYaNbN10iXG9PyqYIKCtOVN5BRVnr',1,'2020-05-23 21:07:23'),(2012,9,171,'Financial Economics -Payout Policy','1590327962_PAYOUT__POLICY2.pdf',1,'2020-05-24 19:16:02'),(2013,1,157,'CLASS TEST','1590643534_Class_Test.pdf',1,'2020-05-28 10:55:34'),(2014,10,91,'Business Mathematics Practicals','https://drive.google.com/open?id=0B8CiTtQM3P2nfjNrcXdNUUNGTmx4UlkyZGhNUE1lYUxYUnM3VEdfM0JGcVFfMXZhOHpKZVk',1,'2020-05-28 11:29:33'),(2016,9,171,'Money and Financial Markets -sample questions','1592925369_Sample_Questions-Money_&_Financial_Markets.pdf',1,'2020-06-23 20:46:09');
/*!40000 ALTER TABLE `work` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'sbsc_admin_portal'
--

--
-- Dumping routines for database 'sbsc_admin_portal'
--
/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
/*!50112 PREPARE s FROM @disable_bulk_load */;
/*!50112 EXECUTE s */;
/*!50112 DEALLOCATE PREPARE s */;
/*!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 2023-01-29  9:13:08