| Current Path : /var/www/html/iews_orig/ |
| Current File : /var/www/html/iews_orig/iews.sql |
-- MySQL dump 10.11
--
-- Host: localhost Database: iews
-- ------------------------------------------------------
-- Server version 5.0.95
/*!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 utf8 */;
/*!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 */;
--
-- Current Database: `iews`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `iews` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `iews`;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL auto_increment,
`comment_id` bigint(20) unsigned NOT NULL default '0',
`meta_key` varchar(255) default NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL auto_increment,
`comment_post_ID` bigint(20) unsigned NOT NULL default '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL default '',
`comment_author_url` varchar(200) NOT NULL default '',
`comment_author_IP` varchar(100) NOT NULL default '',
`comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL default '0',
`comment_approved` varchar(20) NOT NULL default '1',
`comment_agent` varchar(255) NOT NULL default '',
`comment_type` varchar(20) NOT NULL default '',
`comment_parent` bigint(20) unsigned NOT NULL default '0',
`user_id` bigint(20) unsigned NOT NULL default '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL auto_increment,
`link_url` varchar(255) NOT NULL default '',
`link_name` varchar(255) NOT NULL default '',
`link_image` varchar(255) NOT NULL default '',
`link_target` varchar(25) NOT NULL default '',
`link_description` varchar(255) NOT NULL default '',
`link_visible` varchar(20) NOT NULL default 'Y',
`link_owner` bigint(20) unsigned NOT NULL default '1',
`link_rating` int(11) NOT NULL default '0',
`link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL default '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL default '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL auto_increment,
`option_name` varchar(64) NOT NULL default '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL default 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=1548 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://profile.iiita.ac.in/iews','yes'),(2,'blogname','Indian Institute of Information Technology-Allahabad Employees Welfare Society','yes'),(3,'blogdescription','https://twitter.com/President_IEWS','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','iews@iiita.ac.in','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:0:{}','yes'),(36,'home','http://profile.iiita.ac.in/iews','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:3:{i:0;s:97:\"/opt/arithme/mailstore/mail.iiita.ac.in/homedirs/iews/wp-content/themes/twentythirteen/footer.php\";i:1;s:96:\"/opt/arithme/mailstore/mail.iiita.ac.in/homedirs/iews/wp-content/themes/twentythirteen/style.css\";i:3;s:0:\"\";}','no'),(44,'template','twentythirteen','yes'),(45,'stylesheet','twentythirteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','26691','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:4:{i:2;a:3:{s:5:\"title\";s:15:\"Society Address\";s:4:\"text\";s:104:\"Society Office,\r\nI I I T - Allahabad,\r\nJhalwa Campus, Deoghat,\r\nAllahabad-211012\r\nUttar Pradesh, India\r\n\";s:6:\"filter\";b:1;}i:3;a:3:{s:5:\"title\";s:13:\"Announcements\";s:4:\"text\";s:139:\"Second meeting of the society scheduled at 06:15 PM on Thursday, March 20, 2014 in Society Office, IIIT-A Jhalwa Campus.\r\n\r\nSecretary, IEWS\";s:6:\"filter\";b:1;}i:4;a:3:{s:5:\"title\";s:7:\"Twitter\";s:4:\"text\";s:38:\"<strong>\r\n\r\n@President_IEWS\r\n</strong>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','23','yes'),(88,'page_on_front','2','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','26691','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:17:\"Recent Activities\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:10:\"nav_menu-2\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:14:\"recent-posts-2\";i:1;s:6:\"text-3\";}s:13:\"array_version\";i:3;}','yes'),(142,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:17:\"Please go through\";s:8:\"nav_menu\";i:2;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'cron','a:5:{i:1584114381;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584128100;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1584142929;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1584188083;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'_transient_random_seed','e0e565149d198ba0d30ac9d0afdb44d3','yes'),(102,'auth_key','g@5JxoQ-!xw`&:uNnr%^$Mcd3$VELg{]|&fcX^fFPh7/m?sF#hAv+D_?ufc%Fdny','yes'),(103,'auth_salt','UtZ|xL+I|&+tV[#[v^hPYV;;LU+Y&$Dv*z@`$(mw8[]n8[lP?K^t#KS/ 3ACT,32','yes'),(104,'logged_in_key','_`TEr!cY05wl``2~-RxwAO;kBp1UZ9DM~y#n6v9+2lePX9R|7%Zh>4{q&JE>X]zo','yes'),(105,'logged_in_salt','->b_S1cE.$v_fZ<1G,^DoCH4U^hqZ32UMXVo(s$RUz?;e0Df-!fOr@9CKX6FzDQ)','yes'),(106,'nonce_key','uBkrJ70-gy:tak?>VdV;Dv!-)@4|rK<~z<8$~GO`xW:yKmE=h7QxRpX~Q%0Ao=-.','yes'),(107,'nonce_salt','CzG%&YM}e}<MOcEb#hi{9ShJ%E.igC6e3=^o^o;B])xCs1u;j3,J7G@vs2XDnLqz','yes'),(108,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:18:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.4\";s:7:\"version\";s:5:\"5.1.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.5\";s:7:\"version\";s:5:\"5.2.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.4\";s:7:\"version\";s:5:\"5.1.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.8\";s:7:\"version\";s:5:\"5.0.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.13\";s:7:\"version\";s:6:\"4.9.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.12\";s:7:\"version\";s:6:\"4.8.12\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:8;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.16.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.16\";s:7:\"version\";s:6:\"4.7.16\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:9;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.17\";s:7:\"version\";s:6:\"4.6.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:10;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.20.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.20-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.20\";s:7:\"version\";s:6:\"4.5.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:11;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.21.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.21\";s:7:\"version\";s:6:\"4.4.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:12;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.22.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.22\";s:7:\"version\";s:6:\"4.3.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:13;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.26.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.26.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.26-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.26-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.26\";s:7:\"version\";s:6:\"4.2.26\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:14;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.29\";s:7:\"version\";s:6:\"4.1.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:15;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.0.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.0.29\";s:7:\"version\";s:6:\"4.0.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:16;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.9.30.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.9.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-3.9.30-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"3.9.30\";s:7:\"version\";s:6:\"3.9.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:17;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.8.32.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.8.32.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.8.32-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-3.8.32-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.8.32-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.8.32-rollback-1.zip\";}s:7:\"current\";s:6:\"3.8.32\";s:7:\"version\";s:6:\"3.8.32\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:5:\"3.8.1\";}}s:12:\"last_checked\";i:1584101575;s:15:\"version_checked\";s:5:\"3.8.1\";s:12:\"translations\";a:0:{}}','yes'),(1544,'_site_transient_timeout_theme_roots','1584103373','yes'),(1545,'_site_transient_theme_roots','a:3:{s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(113,'_site_transient_timeout_browser_a08aaaebc93b57e69beb7ce74f6c6d86','1395404087','yes'),(114,'_site_transient_browser_a08aaaebc93b57e69beb7ce74f6c6d86','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"16.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(119,'can_compress_scripts','1','yes'),(1546,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1584101576;s:7:\"checked\";a:3:{s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.9.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.0.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','yes'),(280,'_transient_timeout_plugin_slugs','1473260554','no'),(281,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(282,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1473217317','no'),(283,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: connect() timed out!</p></div><div class=\"rss-widget\"><p><strong>RSS Error</strong>: WP HTTP Error: couldn\'t connect to host</p></div><div class=\"rss-widget\"><ul></ul></div>','no'),(261,'secure_auth_key','#O33ezw(i(PhSRbf9?k~bkIPH-.1H>WQnHE}:~>9z$[nkWytB@O0mP~D:g]S(@gr','yes'),(262,'secure_auth_salt','@x+[BiXr,))i8F=3:ga|Mvi~2n[:CvIAp<Gz>9(Qr<*Uc@1h1:>ia:d%Od2W_v9M','yes'),(133,'_transient_twentyfourteen_category_count','1','yes'),(134,'theme_mods_twentyfourteen','a:8:{s:16:\"header_textcolor\";s:3:\"fff\";s:16:\"background_color\";s:6:\"f5f5f5\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:23:\"featured_content_layout\";s:4:\"grid\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1394799433;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(135,'current_theme','Twenty Thirteen','yes'),(136,'theme_mods_twentytwelve','a:8:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"1e73be\";s:16:\"background_color\";s:6:\"1e73be\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1394799933;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(137,'theme_switched','','yes'),(138,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:16:\"header_textcolor\";s:5:\"blank\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:85;s:3:\"url\";s:71:\"http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle31.png\";s:13:\"thumbnail_url\";s:71:\"http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle31.png\";s:6:\"height\";i:230;s:5:\"width\";i:1600;}s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:12:\"header_image\";s:71:\"http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle31.png\";}','yes'),(139,'_site_transient_timeout_wporg_theme_feature_list','1394810537','yes'),(140,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:6:\"Layout\";a:3:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(141,'ftp_credentials','a:3:{s:8:\"hostname\";s:25:\"profile.iiita.ac.in/iews/\";s:8:\"username\";s:4:\"iews\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(272,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1584080457;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:9:\"hello.php\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(170,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(277,'_transient_is_multi_author','0','yes'),(186,'category_children','a:0:{}','yes'),(198,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'recently_activated','a:0:{}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL auto_increment,
`post_id` bigint(20) unsigned NOT NULL default '0',
`meta_key` varchar(255) default NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=185 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(23,2,'_edit_lock','1473091051:1'),(24,2,'_edit_last','1'),(60,23,'_edit_last','1'),(59,21,'_edit_lock','1395328861:1'),(58,21,'_edit_last','1'),(57,19,'_edit_lock','1395326732:1'),(56,19,'_edit_last','1'),(36,16,'_menu_item_type','post_type'),(37,16,'_menu_item_menu_item_parent','0'),(38,16,'_menu_item_object_id','2'),(39,16,'_menu_item_object','page'),(40,16,'_menu_item_target',''),(41,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(42,16,'_menu_item_xfn',''),(43,16,'_menu_item_url',''),(61,23,'_edit_lock','1395231269:1'),(62,25,'_edit_last','1'),(63,25,'_edit_lock','1473091033:1'),(68,29,'_menu_item_type','post_type'),(69,29,'_menu_item_menu_item_parent','0'),(70,29,'_menu_item_object_id','25'),(71,29,'_menu_item_object','page'),(72,29,'_menu_item_target',''),(73,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,29,'_menu_item_xfn',''),(75,29,'_menu_item_url',''),(77,30,'_menu_item_type','post_type'),(78,30,'_menu_item_menu_item_parent','0'),(79,30,'_menu_item_object_id','23'),(80,30,'_menu_item_object','page'),(81,30,'_menu_item_target',''),(82,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,30,'_menu_item_xfn',''),(84,30,'_menu_item_url',''),(120,45,'_menu_item_object_id','44'),(86,31,'_menu_item_type','post_type'),(87,31,'_menu_item_menu_item_parent','0'),(88,31,'_menu_item_object_id','21'),(89,31,'_menu_item_object','page'),(90,31,'_menu_item_target',''),(91,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,31,'_menu_item_xfn',''),(93,31,'_menu_item_url',''),(121,45,'_menu_item_object','page'),(95,32,'_menu_item_type','post_type'),(96,32,'_menu_item_menu_item_parent','0'),(97,32,'_menu_item_object_id','19'),(98,32,'_menu_item_object','page'),(99,32,'_menu_item_target',''),(100,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,32,'_menu_item_xfn',''),(102,32,'_menu_item_url',''),(122,45,'_menu_item_target',''),(119,45,'_menu_item_menu_item_parent','0'),(118,45,'_menu_item_type','post_type'),(117,44,'_edit_last','1'),(113,37,'_edit_last','1'),(114,37,'_edit_lock','1395328983:1'),(123,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(124,45,'_menu_item_xfn',''),(125,45,'_menu_item_url',''),(126,44,'_edit_lock','1395327090:1'),(184,85,'_wp_attachment_is_custom_header','twentythirteen'),(142,68,'_wp_attached_file','2014/05/circ-logo.tif'),(143,68,'_wp_attachment_context','custom-header'),(144,69,'_wp_attached_file','2014/05/circle-2.png'),(145,69,'_wp_attachment_context','custom-header'),(146,70,'_wp_attached_file','2014/05/circle-3.png'),(147,70,'_wp_attachment_context','custom-header'),(148,71,'_wp_attached_file','2014/05/circle.png'),(149,71,'_wp_attachment_context','custom-header'),(150,72,'_wp_attached_file','2014/05/circle1.png'),(151,72,'_wp_attachment_context','custom-header'),(152,73,'_wp_attached_file','2014/05/circle2.png'),(153,73,'_wp_attachment_context','custom-header'),(183,85,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:20:\"2016/09/circle31.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(182,85,'_wp_attachment_context','custom-header'),(181,85,'_wp_attached_file','2016/09/circle31.png'),(158,75,'_edit_last','1'),(159,75,'_edit_lock','1426603399:1'),(162,77,'_edit_last','1'),(163,77,'_edit_lock','1426603393:1'),(180,84,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:1600;s:6:\"height\";i:230;s:4:\"file\";s:19:\"2016/09/circle3.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(175,68,'_edit_lock','1473090686:1'),(179,84,'_wp_attached_file','2016/09/circle3.png');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`post_author` bigint(20) unsigned NOT NULL default '0',
`post_date` datetime NOT NULL default '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL default 'publish',
`comment_status` varchar(20) NOT NULL default 'open',
`ping_status` varchar(20) NOT NULL default 'open',
`post_password` varchar(20) NOT NULL default '',
`post_name` varchar(200) NOT NULL default '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL default '0',
`guid` varchar(255) NOT NULL default '',
`menu_order` int(11) NOT NULL default '0',
`post_type` varchar(20) NOT NULL default 'post',
`post_mime_type` varchar(100) NOT NULL default '',
`comment_count` bigint(20) NOT NULL default '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2014-03-14 11:42:05','2014-03-14 11:42:05','<p style=\"text-align: justify;\">Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\".</p>\r\n<p style=\"text-align: justify;\">The aims and objectives of the Society are as follows:</p>\r\n<p style=\"text-align: justify;\">(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.</p>\r\n<p style=\"text-align: justify;\">Under the aegis of this society two forum has been constituted for staffs of IIIT-Allahabad. The \"Forum for Teaching fraternity\" is constituted to represent the teaching staffs of the institute whereas the \"Forum for Non-Teaching fraternity\" is meant to represent the non-teaching staffs of the Institute. To know more about the forums, visit the<a title=\"Forums at IIIT-Allahabad\" href=\"http://profile.iiita.ac.in/iews/?page_id=44\" target=\"_blank\"> forum link</a>.</p>\r\n<p style=\"text-align: justify;\"></p>','Home','','publish','closed','closed','','about-us','','','2014-03-20 14:36:20','2014-03-20 14:36:20','',0,'http://profile.iiita.ac.in/iews/?page_id=2',1,'page','',0),(8,1,'2014-03-14 15:42:19','2014-03-14 15:42:19','The aims and objectives of the Association is\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology-Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n','About Us','','inherit','open','open','','2-revision-v1','','','2014-03-14 15:42:19','2014-03-14 15:42:19','',2,'http://profile.iiita.ac.in/iews/?p=8',0,'revision','',0),(9,1,'2014-03-14 15:44:10','2014-03-14 15:44:10','The aims and objectives of the Association is\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','About Us','','inherit','open','open','','2-revision-v1','','','2014-03-14 15:44:10','2014-03-14 15:44:10','',2,'http://profile.iiita.ac.in/iews/?p=9',0,'revision','',0),(86,1,'2016-09-05 15:59:04','2016-09-05 15:59:04','You can reach us at\r\n\r\n<strong>Society Office,\r\nIndian Institute of Information Technology- Allahabad,\r\nJhalwa Campus, Deoghat,\r\nAllahabad-211012\r\nUttar Pradesh, India\r\n</strong>\r\n\r\nYou can drop us a mail at <strong>\"iews{AT}iiita.ac.in\"</strong>\r\nNote: <em>Please replace {AT} with @</em>\r\n\r\n<strong>Twitter: https://twitter.com/President_IEWS</strong>','Contact Us','','inherit','open','open','','25-revision-v1','','','2016-09-05 15:59:04','2016-09-05 15:59:04','',25,'http://profile.iiita.ac.in/iews/?p=86',0,'revision','',0),(11,1,'2014-03-14 15:46:41','2014-03-14 15:46:41','The aims and objectives of the Association is\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','Home','','inherit','open','open','','2-revision-v1','','','2014-03-14 15:46:41','2014-03-14 15:46:41','',2,'http://profile.iiita.ac.in/iews/?p=11',0,'revision','',0),(12,1,'2014-03-14 15:47:00','2014-03-14 15:47:00','The aims and objectives of the Association is\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','About Us','','inherit','open','open','','2-revision-v1','','','2014-03-14 15:47:00','2014-03-14 15:47:00','',2,'http://profile.iiita.ac.in/iews/?p=12',0,'revision','',0),(16,1,'2014-03-19 11:11:11','2014-03-19 11:11:11',' ','','','publish','open','open','','16','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=16',1,'nav_menu_item','',0),(61,1,'2014-03-20 14:47:07','2014-03-20 14:47:07','<p style=\"text-align: justify;\"><b>1. Definitions : </b>In these articles following definitions shall be used, unless the context otherwise requires:</p>\n<p style=\"text-align: justify;\">(a) The \"Institute\" as well as \"IIIT-A\" means Indian Institute of Information Technology-Allahabad situated at Allahabad, India.</p>\n<p style=\"text-align: justify;\">(b) The \"Employee\" means all regular employees who are working at Indian Institute of Information Technology-Allahabad or any of its campuses funded from IIIT-Allahabad budget.</p>\n<p style=\"text-align: justify;\">(c) \"Association\" means the Association of the employees of the Institute as mentioned in (a) & (b) above and who has signed the MOA.</p>\n<p style=\"text-align: justify;\">(d) “Executive Body” mean all the members of the Association who has signed the MOA.</p>\n<p style=\"text-align: justify;\">(e) A \"member\" of the Association shall mean any \"employee\" who has signed the Memorandum of the Association and who agrees to abide by the Rules and Regulations of the Association.</p>\n<p style=\"text-align: justify;\">(f) The \"year\" of the Association shall mean the calendar year. The working hours will be 6.15 p.m. to 8.15 p.m. (Monday through Friday). Though other days declared as holidays/vacations etc. shall be no bar for working.</p>\n<p style=\"text-align: justify;\">(g) In these Articles \"He\", \"His\" shall also mean \"She\", \"Her\" respectively.</p>\n<p style=\"text-align: justify;\">(h) “Forum for Teaching Staff” means the group of regular employees belonging to teaching fraternity of the institute.</p>\n<p style=\"text-align: justify;\">(i) “Forum for Non-Teaching Staff” means the group of regular employees belonging to Non-teaching fraternity of the institute.</p>\n<p style=\"text-align: justify;\"><b>2. Membership:</b></p>\n<p style=\"text-align: justify;\">(a) As defined in 5(e) above and 6(h).</p>\n<p style=\"text-align: justify;\">(b) Admission fees for membership: There shall be a non-refundable admission fee of INR 5000/- (INR Five Thousand Only) which should be paid in single installment.</p>\n<p style=\"text-align: justify;\">(c) Membership Register: The Association shall open and maintain a Register of all its members which shall be open for inspection by any member of the Association at the Registered Office on any working day of the society during its working hours. The Secretary of the association shall be the custodian for its safe custody and truthfulness of the records therein.</p>\n<p style=\"text-align: justify;\">(d) Cessation of Membership: The membership of the Association shall cease in the event of, resignation of the member from the Association or he left the institute or he died.</p>\n<p style=\"text-align: justify;\">(e) Termination of Membership: Membership of a person shall stand terminated in the event of his action being prejudicial to the interests of this Association. This shall be done according to the following procedure. If the charges against him in this regard are proved beyond doubt, he shall be issued a notice by the Secretary, calling for explanation of his conduct and in absence of reply convincing to the Executive Body about his conduct and/or a solemn undertaking never to indulge in such activity coming forth within a reasonable time not exceeding 30 days after the issue of the notice, the Executive Body can terminate his membership by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\n<p style=\"text-align: justify;\">(f) A member of the Association once removed according to Clause 6(e) can be readmitted to the Association after a lapse of one year from the date of termination only after the approval of the Executive Body by a majority of two-thirds of those present in the Executive Body meeting. The quorum for such meeting shall be 75% of the total members of the Association.</p>\n<p style=\"text-align: justify;\">(g) Any member may resign from the membership of the association after giving at least 30 days advance notice. In no case however the admission fees shall be refunded.</p>\n<p style=\"text-align: justify;\">(h) Addition of new members: The Association may include a new member by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\n<p style=\"text-align: justify;\">(i) Rights and Duties of Members:</p>\n<p style=\"text-align: justify;\">(1) Every member who has been on rolls of the Association for shall have right to:</p>\n<p style=\"text-align: justify;\"> (a) the benefits provided by the Association:</p>\n<p style=\"text-align: justify;\"> (b) inspect account books, register of the members and such other records.</p>\n<p style=\"text-align: justify;\">(2) Every member shall conduct himself in such a manner as to bring credit to the Association and the Institute.</p>\n<p style=\"text-align: justify;\">(3) While every member has the right to put forth genuine problems arising in his day-to-day work in the Institute campus, the same shall be scrutinized by the Executive Body on merits and then if found appropriate, taken up with the Authorities. The Association shall make all efforts to secure redressal. No member including the members of Executive Body shall represent the Association in his personal capacity on issues which the Association has already taken up for solution. For any issue desired to be taken up by the association he/she shall have to convince the executive body of the association that all resonable attempts/efforts through regular channels have been tried, exhausted and failed, except in case of emergency executive body shall be also be free to take suo-motto cognizance of the issue affecting members at large.</p>\n<p style=\"text-align: justify;\"><b>3. The “Forum for Teaching Staff” and “Forum for Non Teaching Staff”</b></p>\n<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\n</b></p>\n<p style=\"text-align: justify;\"><b>8. Management of Association:</b></p>\n<p style=\"text-align: justify;\"> (a) The business affairs of the Association, financial and otherwise shall be conducted by Executive Body.</p>\n<p style=\"text-align: justify;\"> (b) Every member of the association shall have one vote and all matters except for which special provision is made in the Rules and Regulations of the Association that shall be decided by a simple majority.</p>\n<p style=\"text-align: justify;\"> (c) The elections to the posts of President, Secretary and Treasurer will be done every two years in the meeting of the association by simple majority.</p>\n<p style=\"text-align: justify;\"> (d) The members who are to retire before the end of their terms shall remain on the Executive Body till the new elected members replace them.</p>\n<p style=\"text-align: justify;\"> (e) Eligibility :</p>\n<p style=\"text-align: justify;\">(1) Members who take any assignment of representing the authorities of the Institute on matters connected with the Association, will automatically seize to continue in the Executive Body during the period of such assignment.</p>\n<p style=\"text-align: justify;\">(2) If at least four members of the Executive Body are of the opinion that a certain member on the Body is not eligible to remain a member of the association then the Executive body shall meet within fifteen days of the requisition of notice especially to decide the eligibility. The association shall decide the eligibility or otherwise by a simple majority of those present in the meeting.</p>\n<p style=\"text-align: justify;\"> (f) Co-opting : In case of a casual vacancy during the term of the executive membership; Executive Body may co-opt/invite additional members from among the members of the Association to help the Body in executing its duties However, the co-opted members shall not have voting right in the meeting of the Executive Body.</p>\n<p style=\"text-align: justify;\">(g) Vacancies in and removal from the Executive Body:</p>\n<p style=\"text-align: justify;\"> (1) If the number of vacancies in the Executive Body is two and more at any time before the lapse of the stipulated period of two years, then the vacancies shall be filled by election through secret ballot by the members of the Association.</p>\n<p style=\"text-align: justify;\"> (2) Any member of the Executive Body can be removed from the association by a majority of two-thirds of the members. The reason for the removal can be misuse of office or working against the interests of the Association or continued absence from the Executive Body meetings for three times consecutively without valid reasons. However, the member of the Executive Body to be so removed shall be given adequate opportunity to explain his conduct.</p>\n<p style=\"text-align: justify;\">(h) The Executive Body shall function towards fulfilling the Aims and Objectives of the Association as detailed in the Memorandum and in execution of its duties and exercising its powers, it shall follow the Rules and Regulations of the Association.</p>\n<p style=\"text-align: justify;\">4<b>. Powers/Duties of the Members of Executive Body:</b></p>\n<p style=\"text-align: justify;\"> (a) President:</p>\n<p style=\"text-align: justify;\">(1) The President shall preside over all the meetings and shall sign minutes of all these meetings.</p>\n<p style=\"text-align: justify;\">(2) The President shall have the power to call for Special meeting whenever necessary or shall call a special meeting on receipt of a written requisition signed by more than 50% of the elected members of the association within a maximum of 15 days of the receipt of such a notice.</p>\n<p style=\"text-align: justify;\">(3) In the absence of the President, the Executive Body shall elect one person from amongst its members as President for the period of absence.</p>\n<p style=\"text-align: justify;\"> (b) Secretary:</p>\n<p style=\"text-align: justify;\"> (1) The Secretary shall make a note of the discussion at all meetings of the the association and record minutes, conduct all correspondence on behalf of the Association. The Secretary shall put forward the minutes of the previous meetings for confirmation by the association. The Secretary shall be responsible for calling all meetings in consultation & advice of the President.</p>\n<p style=\"text-align: justify;\"> (2) The Secretary shall be responsible for submitting all returns and notices as required.</p>\n<p style=\"text-align: justify;\"> (3) In the absence of the Secretary, the association shall elect one person from amongst its elected members as Secretary for the period of absence.</p>\n<p style=\"text-align: justify;\"> (c) Treasurer:</p>\n<p style=\"text-align: justify;\"> (1) The Treasurer shall be responsible for the funds of the Association and the relevant records. He shall operate the funds under the directions of the Secretary.</p>\n<p style=\"text-align: justify;\"> (2) The Treasurer shall receive contributions, donations and admission fees from the members and other parties and issue receipts provided for the purpose by the Association. Any donations shall be accepted by him only after expressed consent of President and Secretary.</p>\n<p style=\"text-align: justify;\"> (3) The Treasurer shall make payments after getting vouchers in respect of them attested by the Secretary or President in the absence of Secretary.</p>\n<p style=\"text-align: justify;\">(4) The Treasurer shall prepare the annual Balance Sheet and the statement of Income and Expenditure for the consideration of association and thereafter for submission to the Registrar of Societies.</p>\n<p style=\"text-align: justify;\">(5) In the absence of the Treasurer, a member authorized by the Executive Body shall look after the functions of the Treasurer for the period of his absence.</p>\n<p style=\"text-align: justify;\"> (6) The Secretary, assisted by the Treasurer of the association shall be responsible for preparation and filing with the concerned Registrar of such records, annual or other statements as specified in the Society\'s Act and Sections/Rules.</p>\n<p style=\"text-align: justify;\">(7) Normally, the Treasurer shall not keep with him the in trust case of more than Rupees Five Hundred at a time unless permitted by the Secretary. He shall remit all the amounts received on any account whatsoever, to the bank to the credit of the Association.</p>\n<p style=\"text-align: justify;\"> (d) Annual Audit:</p>\n<p style=\"text-align: justify;\"> (1) The Association shall make due provision for the annual audit of its accounts by the auditors appointed by the President.</p>\n<p style=\"text-align: justify;\"> (2) Copies of the rules, the receipt and expenditure account and the Balance Sheet will be kept readily available in the registered office of the Association for inspection by any authorized member.</p>\n<p style=\"text-align: justify;\"> (e) General Funds:</p>\n<p style=\"text-align: justify;\"> (1) The General Funds of the Association shall consist of the admission fees, donations and contributions from members and others.</p>\n<p style=\"text-align: justify;\">(2) All funds shall be deposited in a Bank in the name of the Association and the account shall be operated jointly by the Treasurer and the Secretary. Also they shall be together fully responsible for the proper maintenance of funds and expenditure done in all respect.</p>\n<p style=\"text-align: justify;\">(3) The day to day business of the Association, the expenditure to be incurred.</p>\n<p style=\"text-align: justify;\"> (4) The President/Secretary shall have full power in operating/utilizing the funds of the Association while managing the Affairs/Business of the Association.</p>\n<p style=\"text-align: justify;\"> (f) The Association shall meet at least once in three month on a day and at a place as may be fixed by the Secretary in consultation with the President.</p>\n<p style=\"text-align: justify;\"> (g) Three fourth of the members of the association shall constitute the quorum. No quorum will be necessary for any adjourned meeting.</p>\n<p style=\"text-align: justify;\">(h) A notice of at least seven days shall be given for the meeting of the association. The President can, however, call emergency meetings.</p>\n<p style=\"text-align: justify;\">(i) In all matters connected with the association requiring any official/ legal negotiations/ discussions, a team of two members nominated by the association, shall represent the Association.</p>\n<p style=\"text-align: justify;\">(j) The association shall however sue and be sued in the name of the \"Secretary, Indian Institute of Information Technology-Allahabad Employees Welfare Society\"</p>\n<p style=\"text-align: justify;\"><b>5. Executive Body Meetings:</b></p>\n<p style=\"text-align: justify;\"> (a) The annual meeting of the Association shall be held in the beginning of the year on a date as may be determined by the President by giving a notice of atleast fifteen days to transact the following:</p>\n<p style=\"text-align: justify;\"> (1) to adopt the report of the work done by the Association during the preceding year and annual audited statement of accounts ;</p>\n<p style=\"text-align: justify;\"> (2) to transact such other business as may be brought before it and as provided by the Rules and Regulations of the Association or as considered necessary by the President.</p>\n<p style=\"text-align: justify;\"> (b) (1) The President/ Secretary may call special meeting of the Association whenever necessary by giving advance written notice to the Secretary.</p>\n<p style=\"text-align: justify;\"> (2) The President/ Secretary shall call a Executive Body meeting of the Association on a requisition signed at least by two third of the total strength of the members of the Association within fifteen days of receipt of such requisition.</p>\n<p style=\"text-align: justify;\"> (3) In case the President/ Secretary fails to convene such requisitioned meeting, the requisitionists shall themselves call a meeting after a due notice of fifteen days and the proceedings of such meetings shall be forwarded to the Executive Body for its consideration with a list of members who attended the requisitioned meeting along with their signatures; the association will have to abide by the above proceedings / resolutions if the relevant Rules and Regulations of the Association are satisfied.</p>\n<p style=\"text-align: justify;\"> (c) Every member present at the Executive Body meeting shall have one vote and all matters except for which special provision is made in the Rules and Regulation of the Association shall be decided by a simple majority.</p>\n<p style=\"text-align: justify;\"> (d) Two third of the total members of the Association shall constitute the quorum except for which a special provision is made in the Rules and Regulations of the Association and for the purpose of amendment Three fourth of the total members shall constitute the quorum.</p>\n<p style=\"text-align: justify;\"> 6<b>. Dissolution of the Association:</b></p>\n<p style=\"text-align: justify;\"> (a) The Association shall not be dissolved except by a vote of a majority of three-fourths of the members present and voting at its Executive Body meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.</p>\n<p style=\"text-align: justify;\"> (b) The funds and assets of the Association, after meeting all liabilities shall be disposed off according to the decisions of the dissolution meeting as per the Societies Registration Act, 1860.</p>\n<p style=\"text-align: justify;\"> 7<b>. Amendments to Rules and Regulations of the Association:</b></p>\n<p style=\"text-align: justify;\"> The name and the Rules and Regulations of the Association may be amended by a resolution passed at a special Executive Body meeting convened for the purpose of which written or printed notice shall have been delivered or sent by post or email to every member of the Association twenty one days prior to the date of the special meeting and the resolution proposing the amendment is passed by the votes cast in favor of the resolution by member who being entitled to do so, votes in person, and such votes are not less than three times the number of votes, if any, cast against the resolution by members so entitled and voting.</p>','Rules & Regulations','','inherit','open','open','','19-autosave-v1','','','2014-03-20 14:47:07','2014-03-20 14:47:07','',19,'http://profile.iiita.ac.in/iews/?p=61',0,'revision','',0),(18,1,'2014-03-19 11:14:34','2014-03-19 11:14:34','Indian Institute of Information Technology - Allahabad Employee Welfare Society (IIITAEWS) is a independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. The aims and objectives of the Association is as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 11:14:34','2014-03-19 11:14:34','',2,'http://profile.iiita.ac.in/iews/?p=18',0,'revision','',0),(19,1,'2014-03-19 11:16:27','2014-03-19 11:16:27','<p style=\"text-align: justify;\"><b>1. Definitions : </b>In these articles following definitions shall be used, unless the context otherwise requires:</p>\r\n<p style=\"text-align: justify;\">(a) The \"Institute\" as well as \"IIIT-A\" means Indian Institute of Information Technology-Allahabad situated at Allahabad, India.</p>\r\n<p style=\"text-align: justify;\">(b) The \"Employee\" means all regular employees who are working at Indian Institute of Information Technology-Allahabad or any of its campuses funded from IIIT-Allahabad budget.</p>\r\n<p style=\"text-align: justify;\">(c) \"Association\" means the Association of the employees of the Institute as mentioned in (a) & (b) above and who has signed the MOA.</p>\r\n<p style=\"text-align: justify;\">(d) “Executive Body” mean all the members of the Association who has signed the MOA.</p>\r\n<p style=\"text-align: justify;\">(e) A \"member\" of the Association shall mean any \"employee\" who has signed the Memorandum of the Association and who agrees to abide by the Rules and Regulations of the Association.</p>\r\n<p style=\"text-align: justify;\">(f) The \"year\" of the Association shall mean the calendar year. The working hours will be 6.15 p.m. to 8.15 p.m. (Monday through Friday). Though other days declared as holidays/vacations etc. shall be no bar for working.</p>\r\n<p style=\"text-align: justify;\">(g) In these Articles \"He\", \"His\" shall also mean \"She\", \"Her\" respectively.</p>\r\n<p style=\"text-align: justify;\">(h) “Forum for Teaching Staff” means the group of regular employees belonging to teaching fraternity of the institute.</p>\r\n<p style=\"text-align: justify;\">(i) “Forum for Non-Teaching Staff” means the group of regular employees belonging to Non-teaching fraternity of the institute.</p>\r\n<p style=\"text-align: justify;\"><b>2. Membership:</b></p>\r\n<p style=\"text-align: justify;\">(a) As defined in 5(e) above and 6(h).</p>\r\n<p style=\"text-align: justify;\">(b) Admission fees for membership: There shall be a non-refundable admission fee of INR 5000/- (INR Five Thousand Only) which should be paid in single installment.</p>\r\n<p style=\"text-align: justify;\">(c) Membership Register: The Association shall open and maintain a Register of all its members which shall be open for inspection by any member of the Association at the Registered Office on any working day of the society during its working hours. The Secretary of the association shall be the custodian for its safe custody and truthfulness of the records therein.</p>\r\n<p style=\"text-align: justify;\">(d) Cessation of Membership: The membership of the Association shall cease in the event of, resignation of the member from the Association or he left the institute or he died.</p>\r\n<p style=\"text-align: justify;\">(e) Termination of Membership: Membership of a person shall stand terminated in the event of his action being prejudicial to the interests of this Association. This shall be done according to the following procedure. If the charges against him in this regard are proved beyond doubt, he shall be issued a notice by the Secretary, calling for explanation of his conduct and in absence of reply convincing to the Executive Body about his conduct and/or a solemn undertaking never to indulge in such activity coming forth within a reasonable time not exceeding 30 days after the issue of the notice, the Executive Body can terminate his membership by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(f) A member of the Association once removed according to Clause 6(e) can be readmitted to the Association after a lapse of one year from the date of termination only after the approval of the Executive Body by a majority of two-thirds of those present in the Executive Body meeting. The quorum for such meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(g) Any member may resign from the membership of the association after giving at least 30 days advance notice. In no case however the admission fees shall be refunded.</p>\r\n<p style=\"text-align: justify;\">(h) Addition of new members: The Association may include a new member by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(i) Rights and Duties of Members:</p>\r\n<p style=\"text-align: justify;\">(1) Every member who has been on rolls of the Association for shall have right to:</p>\r\n<p style=\"text-align: justify;\"> (a) the benefits provided by the Association:</p>\r\n<p style=\"text-align: justify;\"> (b) inspect account books, register of the members and such other records.</p>\r\n<p style=\"text-align: justify;\">(2) Every member shall conduct himself in such a manner as to bring credit to the Association and the Institute.</p>\r\n<p style=\"text-align: justify;\">(3) While every member has the right to put forth genuine problems arising in his day-to-day work in the Institute campus, the same shall be scrutinized by the Executive Body on merits and then if found appropriate, taken up with the Authorities. The Association shall make all efforts to secure redressal. No member including the members of Executive Body shall represent the Association in his personal capacity on issues which the Association has already taken up for solution. For any issue desired to be taken up by the association he/she shall have to convince the executive body of the association that all resonable attempts/efforts through regular channels have been tried, exhausted and failed, except in case of emergency executive body shall be also be free to take suo-motto cognizance of the issue affecting members at large.</p>\r\n<p style=\"text-align: justify;\"><b>3. The “Forum for Teaching Staff” and “Forum for Non Teaching Staff”</b></p>\r\n<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\r\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\r\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\r\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\r\n</b></p>\r\n<p style=\"text-align: justify;\"><b>8. Management of Association:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The business affairs of the Association, financial and otherwise shall be conducted by Executive Body.</p>\r\n<p style=\"text-align: justify;\"> (b) Every member of the association shall have one vote and all matters except for which special provision is made in the Rules and Regulations of the Association that shall be decided by a simple majority.</p>\r\n<p style=\"text-align: justify;\"> (c) The elections to the posts of President, Secretary and Treasurer will be done every two years in the meeting of the association by simple majority.</p>\r\n<p style=\"text-align: justify;\"> (d) The members who are to retire before the end of their terms shall remain on the Executive Body till the new elected members replace them.</p>\r\n<p style=\"text-align: justify;\"> (e) Eligibility :</p>\r\n<p style=\"text-align: justify;\">(1) Members who take any assignment of representing the authorities of the Institute on matters connected with the Association, will automatically seize to continue in the Executive Body during the period of such assignment.</p>\r\n<p style=\"text-align: justify;\">(2) If at least four members of the Executive Body are of the opinion that a certain member on the Body is not eligible to remain a member of the association then the Executive body shall meet within fifteen days of the requisition of notice especially to decide the eligibility. The association shall decide the eligibility or otherwise by a simple majority of those present in the meeting.</p>\r\n<p style=\"text-align: justify;\"> (f) Co-opting : In case of a casual vacancy during the term of the executive membership; Executive Body may co-opt/invite additional members from among the members of the Association to help the Body in executing its duties However, the co-opted members shall not have voting right in the meeting of the Executive Body.</p>\r\n<p style=\"text-align: justify;\">(g) Vacancies in and removal from the Executive Body:</p>\r\n<p style=\"text-align: justify;\"> (1) If the number of vacancies in the Executive Body is two and more at any time before the lapse of the stipulated period of two years, then the vacancies shall be filled by election through secret ballot by the members of the Association.</p>\r\n<p style=\"text-align: justify;\"> (2) Any member of the Executive Body can be removed from the association by a majority of two-thirds of the members. The reason for the removal can be misuse of office or working against the interests of the Association or continued absence from the Executive Body meetings for three times consecutively without valid reasons. However, the member of the Executive Body to be so removed shall be given adequate opportunity to explain his conduct.</p>\r\n<p style=\"text-align: justify;\">(h) The Executive Body shall function towards fulfilling the Aims and Objectives of the Association as detailed in the Memorandum and in execution of its duties and exercising its powers, it shall follow the Rules and Regulations of the Association.</p>\r\n<p style=\"text-align: justify;\">4<b>. Powers/Duties of the Members of Executive Body:</b></p>\r\n<p style=\"text-align: justify;\"> (a) President:</p>\r\n<p style=\"text-align: justify;\">(1) The President shall preside over all the meetings and shall sign minutes of all these meetings.</p>\r\n<p style=\"text-align: justify;\">(2) The President shall have the power to call for Special meeting whenever necessary or shall call a special meeting on receipt of a written requisition signed by more than 50% of the elected members of the association within a maximum of 15 days of the receipt of such a notice.</p>\r\n<p style=\"text-align: justify;\">(3) In the absence of the President, the Executive Body shall elect one person from amongst its members as President for the period of absence.</p>\r\n<p style=\"text-align: justify;\"> (b) Secretary:</p>\r\n<p style=\"text-align: justify;\"> (1) The Secretary shall make a note of the discussion at all meetings of the the association and record minutes, conduct all correspondence on behalf of the Association. The Secretary shall put forward the minutes of the previous meetings for confirmation by the association. The Secretary shall be responsible for calling all meetings in consultation & advice of the President.</p>\r\n<p style=\"text-align: justify;\"> (2) The Secretary shall be responsible for submitting all returns and notices as required.</p>\r\n<p style=\"text-align: justify;\"> (3) In the absence of the Secretary, the association shall elect one person from amongst its elected members as Secretary for the period of absence.</p>\r\n<p style=\"text-align: justify;\"> (c) Treasurer:</p>\r\n<p style=\"text-align: justify;\"> (1) The Treasurer shall be responsible for the funds of the Association and the relevant records. He shall operate the funds under the directions of the Secretary.</p>\r\n<p style=\"text-align: justify;\"> (2) The Treasurer shall receive contributions, donations and admission fees from the members and other parties and issue receipts provided for the purpose by the Association. Any donations shall be accepted by him only after expressed consent of President and Secretary.</p>\r\n<p style=\"text-align: justify;\"> (3) The Treasurer shall make payments after getting vouchers in respect of them attested by the Secretary or President in the absence of Secretary.</p>\r\n<p style=\"text-align: justify;\">(4) The Treasurer shall prepare the annual Balance Sheet and the statement of Income and Expenditure for the consideration of association and thereafter for submission to the Registrar of Societies.</p>\r\n<p style=\"text-align: justify;\">(5) In the absence of the Treasurer, a member authorized by the Executive Body shall look after the functions of the Treasurer for the period of his absence.</p>\r\n<p style=\"text-align: justify;\"> (6) The Secretary, assisted by the Treasurer of the association shall be responsible for preparation and filing with the concerned Registrar of such records, annual or other statements as specified in the Society\'s Act and Sections/Rules.</p>\r\n<p style=\"text-align: justify;\">(7) Normally, the Treasurer shall not keep with him the in trust case of more than Rupees Five Hundred at a time unless permitted by the Secretary. He shall remit all the amounts received on any account whatsoever, to the bank to the credit of the Association.</p>\r\n<p style=\"text-align: justify;\"> (d) Annual Audit:</p>\r\n<p style=\"text-align: justify;\"> (1) The Association shall make due provision for the annual audit of its accounts by the auditors appointed by the President.</p>\r\n<p style=\"text-align: justify;\"> (2) Copies of the rules, the receipt and expenditure account and the Balance Sheet will be kept readily available in the registered office of the Association for inspection by any authorized member.</p>\r\n<p style=\"text-align: justify;\"> (e) General Funds:</p>\r\n<p style=\"text-align: justify;\"> (1) The General Funds of the Association shall consist of the admission fees, donations and contributions from members and others.</p>\r\n<p style=\"text-align: justify;\">(2) All funds shall be deposited in a Bank in the name of the Association and the account shall be operated jointly by the Treasurer and the Secretary. Also they shall be together fully responsible for the proper maintenance of funds and expenditure done in all respect.</p>\r\n<p style=\"text-align: justify;\">(3) The day to day business of the Association, the expenditure to be incurred.</p>\r\n<p style=\"text-align: justify;\"> (4) The President/Secretary shall have full power in operating/utilizing the funds of the Association while managing the Affairs/Business of the Association.</p>\r\n<p style=\"text-align: justify;\"> (f) The Association shall meet at least once in three month on a day and at a place as may be fixed by the Secretary in consultation with the President.</p>\r\n<p style=\"text-align: justify;\"> (g) Three fourth of the members of the association shall constitute the quorum. No quorum will be necessary for any adjourned meeting.</p>\r\n<p style=\"text-align: justify;\">(h) A notice of at least seven days shall be given for the meeting of the association. The President can, however, call emergency meetings.</p>\r\n<p style=\"text-align: justify;\">(i) In all matters connected with the association requiring any official/ legal negotiations/ discussions, a team of two members nominated by the association, shall represent the Association.</p>\r\n<p style=\"text-align: justify;\">(j) The association shall however sue and be sued in the name of the \"Secretary, Indian Institute of Information Technology-Allahabad Employees Welfare Society\"</p>\r\n<p style=\"text-align: justify;\"><b>5. Executive Body Meetings:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The annual meeting of the Association shall be held in the beginning of the year on a date as may be determined by the President by giving a notice of atleast fifteen days to transact the following:</p>\r\n<p style=\"text-align: justify;\"> (1) to adopt the report of the work done by the Association during the preceding year and annual audited statement of accounts ;</p>\r\n<p style=\"text-align: justify;\"> (2) to transact such other business as may be brought before it and as provided by the Rules and Regulations of the Association or as considered necessary by the President.</p>\r\n<p style=\"text-align: justify;\"> (b) (1) The President/ Secretary may call special meeting of the Association whenever necessary by giving advance written notice to the Secretary.</p>\r\n<p style=\"text-align: justify;\"> (2) The President/ Secretary shall call a Executive Body meeting of the Association on a requisition signed at least by two third of the total strength of the members of the Association within fifteen days of receipt of such requisition.</p>\r\n<p style=\"text-align: justify;\"> (3) In case the President/ Secretary fails to convene such requisitioned meeting, the requisitionists shall themselves call a meeting after a due notice of fifteen days and the proceedings of such meetings shall be forwarded to the Executive Body for its consideration with a list of members who attended the requisitioned meeting along with their signatures; the association will have to abide by the above proceedings / resolutions if the relevant Rules and Regulations of the Association are satisfied.</p>\r\n<p style=\"text-align: justify;\"> (c) Every member present at the Executive Body meeting shall have one vote and all matters except for which special provision is made in the Rules and Regulation of the Association shall be decided by a simple majority.</p>\r\n<p style=\"text-align: justify;\"> (d) Two third of the total members of the Association shall constitute the quorum except for which a special provision is made in the Rules and Regulations of the Association and for the purpose of amendment Three fourth of the total members shall constitute the quorum.</p>\r\n<p style=\"text-align: justify;\"> 6<b>. Dissolution of the Association:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The Association shall not be dissolved except by a vote of a majority of three-fourths of the members present and voting at its Executive Body meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.</p>\r\n<p style=\"text-align: justify;\"> (b) The funds and assets of the Association, after meeting all liabilities shall be disposed off according to the decisions of the dissolution meeting as per the Societies Registration Act, 1860.</p>\r\n<p style=\"text-align: justify;\"> 7<b>. Amendments to Rules and Regulations of the Association:</b></p>\r\n<p style=\"text-align: justify;\"> The name and the Rules and Regulations of the Association may be amended by a resolution passed at a special Executive Body meeting convened for the purpose of which written or printed notice shall have been delivered or sent by post or email to every member of the Association twenty one days prior to the date of the special meeting and the resolution proposing the amendment is passed by the votes cast in favor of the resolution by member who being entitled to do so, votes in person, and such votes are not less than three times the number of votes, if any, cast against the resolution by members so entitled and voting.</p>','Rules & Regulations','','publish','closed','closed','','rules-regulations','','','2014-03-20 14:45:57','2014-03-20 14:45:57','',0,'http://profile.iiita.ac.in/iews/?page_id=19',2,'page','',0),(20,1,'2014-03-19 11:16:27','2014-03-19 11:16:27','','Rules & Regulations','','inherit','open','open','','19-revision-v1','','','2014-03-19 11:16:27','2014-03-19 11:16:27','',19,'http://profile.iiita.ac.in/iews/?p=20',0,'revision','',0),(21,1,'2014-03-19 11:16:53','2014-03-19 11:16:53','The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute. Individual forum will deal with the welfare issues and concerns of its respective members. However, the forums should act in accordance with the rules and regulations laid by the association.\r\n\r\nForm can be downloaded here for membership into individual forum. For details of membership fees see the following forms.\r\n\r\nNote: \"Rules & Regulation\" of concerned forum will be decided by members of individual forum.\r\n\r\n1. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/teaching.pdf\"><b>Forum for Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\r\n\r\n2. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/non-teaching.pdf\"><b>Forum for Non-Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\r\n\r\n \r\n\r\n \r\n\r\n ','How to join','','publish','closed','closed','','how-to-join','','','2014-03-20 15:22:18','2014-03-20 15:22:18','',0,'http://profile.iiita.ac.in/iews/?page_id=21',4,'page','',0),(22,1,'2014-03-19 11:16:53','2014-03-19 11:16:53','','How to join','','inherit','open','open','','21-revision-v1','','','2014-03-19 11:16:53','2014-03-19 11:16:53','',21,'http://profile.iiita.ac.in/iews/?p=22',0,'revision','',0),(23,1,'2014-03-19 11:17:07','2014-03-19 11:17:07','','Events & Activities','','publish','closed','closed','','events-activities','','','2014-03-19 12:06:38','2014-03-19 12:06:38','',0,'http://profile.iiita.ac.in/iews/?page_id=23',5,'page','',0),(24,1,'2014-03-19 11:17:07','2014-03-19 11:17:07','','Events & Activities','','inherit','open','open','','23-revision-v1','','','2014-03-19 11:17:07','2014-03-19 11:17:07','',23,'http://profile.iiita.ac.in/iews/?p=24',0,'revision','',0),(25,1,'2014-03-19 11:18:02','2014-03-19 11:18:02','You can reach us at\r\n\r\n<strong>Society Office,\r\nIndian Institute of Information Technology- Allahabad,\r\nJhalwa Campus, Deoghat,\r\nAllahabad-211012\r\nUttar Pradesh, India\r\n</strong>\r\n\r\nYou can drop us a mail at <strong>\"iews{AT}iiita.ac.in\"</strong>\r\nNote: <em>Please replace {AT} with @</em>\r\n\r\n<strong>Twitter: https://twitter.com/President_IEWS</strong>','Contact Us','','publish','closed','closed','','contact-us','','','2016-09-05 15:59:04','2016-09-05 15:59:04','',0,'http://profile.iiita.ac.in/iews/?page_id=25',6,'page','',0),(26,1,'2014-03-19 11:18:02','2014-03-19 11:18:02','','Contact Us','','inherit','open','open','','25-revision-v1','','','2014-03-19 11:18:02','2014-03-19 11:18:02','',25,'http://profile.iiita.ac.in/iews/?p=26',0,'revision','',0),(29,1,'2014-03-19 11:21:01','2014-03-19 11:21:01',' ','','','publish','open','open','','29','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=29',6,'nav_menu_item','',0),(30,1,'2014-03-19 11:21:01','2014-03-19 11:21:01',' ','','','publish','open','open','','30','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=30',5,'nav_menu_item','',0),(31,1,'2014-03-19 11:21:01','2014-03-19 11:21:01',' ','','','publish','open','open','','31','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=31',4,'nav_menu_item','',0),(32,1,'2014-03-19 11:21:01','2014-03-19 11:21:01',' ','','','publish','open','open','','32','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=32',2,'nav_menu_item','',0),(34,1,'2014-03-19 11:25:00','2014-03-19 11:25:00','You can reach us at\n\n<strong>Society Office, \nIndian Institute of Information Technology- Allahabad,\nJhalwa Campus, Deoghat,\nAllahabad-211012\nUttar Pradesh, India\n</strong>\n\nYou can drop us a mail at <strong>\"iews{AT}iiita.ac.in\"</strong>\nPlease remove {AT} with @\n\n','Contact Us','','inherit','open','open','','25-autosave-v1','','','2014-03-19 11:25:00','2014-03-19 11:25:00','',25,'http://profile.iiita.ac.in/iews/?p=34',0,'revision','',0),(35,1,'2014-03-19 11:25:15','2014-03-19 11:25:15','You can reach us at\r\n\r\n<strong>Society Office, \r\nIndian Institute of Information Technology- Allahabad,\r\nJhalwa Campus, Deoghat,\r\nAllahabad-211012\r\nUttar Pradesh, India\r\n</strong>\r\n\r\nYou can drop us a mail at <strong>\"iews{AT}iiita.ac.in\"</strong>\r\n<em>Please remove {AT} with @</em>','Contact Us','','inherit','open','open','','25-revision-v1','','','2014-03-19 11:25:15','2014-03-19 11:25:15','',25,'http://profile.iiita.ac.in/iews/?p=35',0,'revision','',0),(36,1,'2014-03-19 11:25:40','2014-03-19 11:25:40','You can reach us at\r\n\r\n<strong>Society Office, \r\nIndian Institute of Information Technology- Allahabad,\r\nJhalwa Campus, Deoghat,\r\nAllahabad-211012\r\nUttar Pradesh, India\r\n</strong>\r\n\r\nYou can drop us a mail at <strong>\"iews{AT}iiita.ac.in\"</strong>\r\nNote: <em>Please replace {AT} with @</em>','Contact Us','','inherit','open','open','','25-revision-v1','','','2014-03-19 11:25:40','2014-03-19 11:25:40','',25,'http://profile.iiita.ac.in/iews/?p=36',0,'revision','',0),(37,1,'2014-03-19 11:30:12','2014-03-19 11:30:12','First Event by the Society will be announced soon !\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','First Event by the Society will be announced soon','','publish','closed','closed','','first-event-by-the-society-will-be-announced-soon','','','2014-03-20 15:23:02','2014-03-20 15:23:02','',0,'http://profile.iiita.ac.in/iews/?p=37',0,'post','',0),(38,1,'2014-03-19 11:30:12','2014-03-19 11:30:12','First Event by the Society will be announced soon','First Event by the Society will be announced soon','','inherit','open','open','','37-revision-v1','','','2014-03-19 11:30:12','2014-03-19 11:30:12','',37,'http://profile.iiita.ac.in/iews/?p=38',0,'revision','',0),(39,1,'2014-03-19 11:57:15','2014-03-19 11:57:15','Indian Institute of Information Technology - Allahabad Employee Welfare Society (IIITAEWS) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. The aims and objectives of the Association is as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 11:57:15','2014-03-19 11:57:15','',2,'http://profile.iiita.ac.in/iews/?p=39',0,'revision','',0),(40,1,'2014-03-19 11:57:27','2014-03-19 11:57:27','Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. The aims and objectives of the Association is as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 11:57:27','2014-03-19 11:57:27','',2,'http://profile.iiita.ac.in/iews/?p=40',0,'revision','',0),(42,1,'2014-03-19 12:02:04','2014-03-19 12:02:04','Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members and\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 12:02:04','2014-03-19 12:02:04','',2,'http://profile.iiita.ac.in/iews/?p=42',0,'revision','',0),(43,1,'2014-03-19 12:02:24','2014-03-19 12:02:24','Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 12:02:24','2014-03-19 12:02:24','',2,'http://profile.iiita.ac.in/iews/?p=43',0,'revision','',0),(44,1,'2014-03-19 12:05:49','2014-03-19 12:05:49','<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\r\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\r\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\r\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\r\n</b></p>\r\n<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"475\" height=\"246\" />','Forum','','publish','closed','closed','','forum','','','2014-03-20 14:49:13','2014-03-20 14:49:13','',0,'http://profile.iiita.ac.in/iews/?page_id=44',3,'page','',0),(45,1,'2014-03-19 12:05:49','2014-03-19 12:05:49',' ','','','publish','open','open','','45','','','2014-03-19 12:08:08','2014-03-19 12:08:08','',0,'http://profile.iiita.ac.in/iews/?p=45',3,'nav_menu_item','',0),(46,1,'2014-03-19 12:05:49','2014-03-19 12:05:49','','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-19 12:05:49','2014-03-19 12:05:49','',44,'http://profile.iiita.ac.in/iews/?p=46',0,'revision','',0),(47,1,'2014-03-19 12:07:36','2014-03-19 12:07:36','<img src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" alt=\"\" />','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-19 12:07:36','2014-03-19 12:07:36','',44,'http://profile.iiita.ac.in/iews/?p=47',0,'revision','',0),(49,1,'2014-03-19 12:08:50','2014-03-19 12:08:50','<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"501\" height=\"275\" />','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-19 12:08:50','2014-03-19 12:08:50','',44,'http://profile.iiita.ac.in/iews/?p=49',0,'revision','',0),(50,1,'2014-03-19 12:10:47','2014-03-19 12:10:47','<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"345\" height=\"190\" />','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-19 12:10:47','2014-03-19 12:10:47','',44,'http://profile.iiita.ac.in/iews/?p=50',0,'revision','',0),(51,1,'2014-03-19 12:15:32','2014-03-19 12:15:32','<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"475\" height=\"246\" />','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-19 12:15:32','2014-03-19 12:15:32','',44,'http://profile.iiita.ac.in/iews/?p=51',0,'revision','',0),(52,1,'2014-03-19 12:16:38','2014-03-19 12:16:38','First Event by the Society will be announced soon !','First Event by the Society will be announced soon','','inherit','open','open','','37-revision-v1','','','2014-03-19 12:16:38','2014-03-19 12:16:38','',37,'http://profile.iiita.ac.in/iews/?p=52',0,'revision','',0),(53,1,'2014-03-19 15:40:21','2014-03-19 15:40:21','<p align=\"right\">\r\n\r\nIndian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n</p> \r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:40:21','2014-03-19 15:40:21','',2,'http://profile.iiita.ac.in/iews/?p=53',0,'revision','',0),(54,1,'2014-03-19 15:41:26','2014-03-19 15:41:26','<p align=\"centre\">\r\n\r\nIndian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n</p> \r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:41:26','2014-03-19 15:41:26','',2,'http://profile.iiita.ac.in/iews/?p=54',0,'revision','',0),(55,1,'2014-03-19 15:41:55','2014-03-19 15:41:55','<p align=\"center\">\r\n\r\nIndian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n</p> \r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:41:55','2014-03-19 15:41:55','',2,'http://profile.iiita.ac.in/iews/?p=55',0,'revision','',0),(56,1,'2014-03-19 15:43:26','2014-03-19 15:43:26','<p align=\"justify\">\r\n\r\nIndian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:\r\n\r\n(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.\r\n\r\n</p> \r\n\r\n','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:43:26','2014-03-19 15:43:26','',2,'http://profile.iiita.ac.in/iews/?p=56',0,'revision','',0),(57,1,'2014-03-19 15:44:47','2014-03-19 15:44:47','<p style=\"text-align: justify;\">Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\". The aims and objectives of the Society are as follows:</p>\r\n<p style=\"text-align: justify;\">(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.</p>','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:44:47','2014-03-19 15:44:47','',2,'http://profile.iiita.ac.in/iews/?p=57',0,'revision','',0),(58,1,'2014-03-19 15:50:24','2014-03-19 15:50:24','<p style=\"text-align: justify;\">Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\".</p>\r\n<p style=\"text-align: justify;\">The aims and objectives of the Society are as follows:</p>\r\n<p style=\"text-align: justify;\">(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.</p>\r\n<p style=\"text-align: justify;\">Under the aegis of this society two forum has been constituted for staffs of IIIT-Allahabad. The \"Forum for Teaching fraternity\" is constituted to represent the teaching staffs of the institute whereas the \"Forum for Non-Teaching fraternity\" is meant to represent the non-teaching staffs of the Institute. To know more about the forums, visit the forum link.</p>\r\n<p style=\"text-align: justify;\"></p>','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:50:24','2014-03-19 15:50:24','',2,'http://profile.iiita.ac.in/iews/?p=58',0,'revision','',0),(59,1,'2014-03-19 15:51:19','2014-03-19 15:51:19','<p style=\"text-align: justify;\">Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IIITAEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\".</p>\r\n<p style=\"text-align: justify;\">The aims and objectives of the Society are as follows:</p>\r\n<p style=\"text-align: justify;\">(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.</p>\r\n<p style=\"text-align: justify;\">Under the aegis of this society two forum has been constituted for staffs of IIIT-Allahabad. The \"Forum for Teaching fraternity\" is constituted to represent the teaching staffs of the institute whereas the \"Forum for Non-Teaching fraternity\" is meant to represent the non-teaching staffs of the Institute. To know more about the forums, visit the<a title=\"Forums at IIIT-Allahabad\" href=\"http://profile.iiita.ac.in/iews/?page_id=44\" target=\"_blank\"> forum link</a>.</p>\r\n<p style=\"text-align: justify;\"></p>','Home','','inherit','open','open','','2-revision-v1','','','2014-03-19 15:51:19','2014-03-19 15:51:19','',2,'http://profile.iiita.ac.in/iews/?p=59',0,'revision','',0),(60,1,'2014-03-20 14:36:20','2014-03-20 14:36:20','<p style=\"text-align: justify;\">Indian Institute of Information Technology - Allahabad Employee Welfare Society (<strong>IEWS</strong>) is an independent body registered with Society Registration Act 1860 with registration number 1452/ 2013-2014. This is a humble initiative from employees of IIIT-Allahabad with motto \"सम्भूय वयम् अभिवर्धते\" which means \"Together We Grow\".</p>\r\n<p style=\"text-align: justify;\">The aims and objectives of the Society are as follows:</p>\r\n<p style=\"text-align: justify;\">(a) to promote academic excellence and professional brotherhood among the members of the association;\r\n(b) to cooperate and make endeavor to promote effective participation in the formulation and implementation of policies of the Indian Institute of Information Technology - Allahabad (IIIT-A) in the context of national aspirations as appropriate to the premier national institute of teaching, learning and scientific research;\r\n(c) to participate in the development of appropriate teaching, research & developmental methods to improve overall qualitative standards so as to enable all IIITian to contribute to rapid national development;\r\n(d) to promote the development of science & technology in all its aspects and to work for the most effective use of scientific research and the scientific method for the upliftment and welfare of society as a whole and IIIT-A members in particular;\r\n(e) to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of its members by participation in decision-making, team-building, and nurturing a sense of community and brotherhood amongst its members;\r\n(f) to promote the measures for upliftment of intellectual qualities, education, social, cultural etc. aspects along with improvement in the socio-economic condition of its members;\r\n(g) to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives as per the desires and ambitions of the members;\r\n(h) to promote any other such activity as would contribute to the effective realization of the aims and objectives of the Association.</p>\r\n<p style=\"text-align: justify;\">Under the aegis of this society two forum has been constituted for staffs of IIIT-Allahabad. The \"Forum for Teaching fraternity\" is constituted to represent the teaching staffs of the institute whereas the \"Forum for Non-Teaching fraternity\" is meant to represent the non-teaching staffs of the Institute. To know more about the forums, visit the<a title=\"Forums at IIIT-Allahabad\" href=\"http://profile.iiita.ac.in/iews/?page_id=44\" target=\"_blank\"> forum link</a>.</p>\r\n<p style=\"text-align: justify;\"></p>','Home','','inherit','open','open','','2-revision-v1','','','2014-03-20 14:36:20','2014-03-20 14:36:20','',2,'http://profile.iiita.ac.in/iews/?p=60',0,'revision','',0),(62,1,'2014-03-20 14:45:57','2014-03-20 14:45:57','<p style=\"text-align: justify;\"><b>1. Definitions : </b>In these articles following definitions shall be used, unless the context otherwise requires:</p>\r\n<p style=\"text-align: justify;\">(a) The \"Institute\" as well as \"IIIT-A\" means Indian Institute of Information Technology-Allahabad situated at Allahabad, India.</p>\r\n<p style=\"text-align: justify;\">(b) The \"Employee\" means all regular employees who are working at Indian Institute of Information Technology-Allahabad or any of its campuses funded from IIIT-Allahabad budget.</p>\r\n<p style=\"text-align: justify;\">(c) \"Association\" means the Association of the employees of the Institute as mentioned in (a) & (b) above and who has signed the MOA.</p>\r\n<p style=\"text-align: justify;\">(d) “Executive Body” mean all the members of the Association who has signed the MOA.</p>\r\n<p style=\"text-align: justify;\">(e) A \"member\" of the Association shall mean any \"employee\" who has signed the Memorandum of the Association and who agrees to abide by the Rules and Regulations of the Association.</p>\r\n<p style=\"text-align: justify;\">(f) The \"year\" of the Association shall mean the calendar year. The working hours will be 6.15 p.m. to 8.15 p.m. (Monday through Friday). Though other days declared as holidays/vacations etc. shall be no bar for working.</p>\r\n<p style=\"text-align: justify;\">(g) In these Articles \"He\", \"His\" shall also mean \"She\", \"Her\" respectively.</p>\r\n<p style=\"text-align: justify;\">(h) “Forum for Teaching Staff” means the group of regular employees belonging to teaching fraternity of the institute.</p>\r\n<p style=\"text-align: justify;\">(i) “Forum for Non-Teaching Staff” means the group of regular employees belonging to Non-teaching fraternity of the institute.</p>\r\n<p style=\"text-align: justify;\"><b>2. Membership:</b></p>\r\n<p style=\"text-align: justify;\">(a) As defined in 5(e) above and 6(h).</p>\r\n<p style=\"text-align: justify;\">(b) Admission fees for membership: There shall be a non-refundable admission fee of INR 5000/- (INR Five Thousand Only) which should be paid in single installment.</p>\r\n<p style=\"text-align: justify;\">(c) Membership Register: The Association shall open and maintain a Register of all its members which shall be open for inspection by any member of the Association at the Registered Office on any working day of the society during its working hours. The Secretary of the association shall be the custodian for its safe custody and truthfulness of the records therein.</p>\r\n<p style=\"text-align: justify;\">(d) Cessation of Membership: The membership of the Association shall cease in the event of, resignation of the member from the Association or he left the institute or he died.</p>\r\n<p style=\"text-align: justify;\">(e) Termination of Membership: Membership of a person shall stand terminated in the event of his action being prejudicial to the interests of this Association. This shall be done according to the following procedure. If the charges against him in this regard are proved beyond doubt, he shall be issued a notice by the Secretary, calling for explanation of his conduct and in absence of reply convincing to the Executive Body about his conduct and/or a solemn undertaking never to indulge in such activity coming forth within a reasonable time not exceeding 30 days after the issue of the notice, the Executive Body can terminate his membership by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(f) A member of the Association once removed according to Clause 6(e) can be readmitted to the Association after a lapse of one year from the date of termination only after the approval of the Executive Body by a majority of two-thirds of those present in the Executive Body meeting. The quorum for such meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(g) Any member may resign from the membership of the association after giving at least 30 days advance notice. In no case however the admission fees shall be refunded.</p>\r\n<p style=\"text-align: justify;\">(h) Addition of new members: The Association may include a new member by the vote of a majority of two-thirds of those present in the meeting. The quorum for such an Executive Body meeting shall be 75% of the total members of the Association.</p>\r\n<p style=\"text-align: justify;\">(i) Rights and Duties of Members:</p>\r\n<p style=\"text-align: justify;\">(1) Every member who has been on rolls of the Association for shall have right to:</p>\r\n<p style=\"text-align: justify;\"> (a) the benefits provided by the Association:</p>\r\n<p style=\"text-align: justify;\"> (b) inspect account books, register of the members and such other records.</p>\r\n<p style=\"text-align: justify;\">(2) Every member shall conduct himself in such a manner as to bring credit to the Association and the Institute.</p>\r\n<p style=\"text-align: justify;\">(3) While every member has the right to put forth genuine problems arising in his day-to-day work in the Institute campus, the same shall be scrutinized by the Executive Body on merits and then if found appropriate, taken up with the Authorities. The Association shall make all efforts to secure redressal. No member including the members of Executive Body shall represent the Association in his personal capacity on issues which the Association has already taken up for solution. For any issue desired to be taken up by the association he/she shall have to convince the executive body of the association that all resonable attempts/efforts through regular channels have been tried, exhausted and failed, except in case of emergency executive body shall be also be free to take suo-motto cognizance of the issue affecting members at large.</p>\r\n<p style=\"text-align: justify;\"><b>3. The “Forum for Teaching Staff” and “Forum for Non Teaching Staff”</b></p>\r\n<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\r\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\r\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\r\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\r\n</b></p>\r\n<p style=\"text-align: justify;\"><b>8. Management of Association:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The business affairs of the Association, financial and otherwise shall be conducted by Executive Body.</p>\r\n<p style=\"text-align: justify;\"> (b) Every member of the association shall have one vote and all matters except for which special provision is made in the Rules and Regulations of the Association that shall be decided by a simple majority.</p>\r\n<p style=\"text-align: justify;\"> (c) The elections to the posts of President, Secretary and Treasurer will be done every two years in the meeting of the association by simple majority.</p>\r\n<p style=\"text-align: justify;\"> (d) The members who are to retire before the end of their terms shall remain on the Executive Body till the new elected members replace them.</p>\r\n<p style=\"text-align: justify;\"> (e) Eligibility :</p>\r\n<p style=\"text-align: justify;\">(1) Members who take any assignment of representing the authorities of the Institute on matters connected with the Association, will automatically seize to continue in the Executive Body during the period of such assignment.</p>\r\n<p style=\"text-align: justify;\">(2) If at least four members of the Executive Body are of the opinion that a certain member on the Body is not eligible to remain a member of the association then the Executive body shall meet within fifteen days of the requisition of notice especially to decide the eligibility. The association shall decide the eligibility or otherwise by a simple majority of those present in the meeting.</p>\r\n<p style=\"text-align: justify;\"> (f) Co-opting : In case of a casual vacancy during the term of the executive membership; Executive Body may co-opt/invite additional members from among the members of the Association to help the Body in executing its duties However, the co-opted members shall not have voting right in the meeting of the Executive Body.</p>\r\n<p style=\"text-align: justify;\">(g) Vacancies in and removal from the Executive Body:</p>\r\n<p style=\"text-align: justify;\"> (1) If the number of vacancies in the Executive Body is two and more at any time before the lapse of the stipulated period of two years, then the vacancies shall be filled by election through secret ballot by the members of the Association.</p>\r\n<p style=\"text-align: justify;\"> (2) Any member of the Executive Body can be removed from the association by a majority of two-thirds of the members. The reason for the removal can be misuse of office or working against the interests of the Association or continued absence from the Executive Body meetings for three times consecutively without valid reasons. However, the member of the Executive Body to be so removed shall be given adequate opportunity to explain his conduct.</p>\r\n<p style=\"text-align: justify;\">(h) The Executive Body shall function towards fulfilling the Aims and Objectives of the Association as detailed in the Memorandum and in execution of its duties and exercising its powers, it shall follow the Rules and Regulations of the Association.</p>\r\n<p style=\"text-align: justify;\">4<b>. Powers/Duties of the Members of Executive Body:</b></p>\r\n<p style=\"text-align: justify;\"> (a) President:</p>\r\n<p style=\"text-align: justify;\">(1) The President shall preside over all the meetings and shall sign minutes of all these meetings.</p>\r\n<p style=\"text-align: justify;\">(2) The President shall have the power to call for Special meeting whenever necessary or shall call a special meeting on receipt of a written requisition signed by more than 50% of the elected members of the association within a maximum of 15 days of the receipt of such a notice.</p>\r\n<p style=\"text-align: justify;\">(3) In the absence of the President, the Executive Body shall elect one person from amongst its members as President for the period of absence.</p>\r\n<p style=\"text-align: justify;\"> (b) Secretary:</p>\r\n<p style=\"text-align: justify;\"> (1) The Secretary shall make a note of the discussion at all meetings of the the association and record minutes, conduct all correspondence on behalf of the Association. The Secretary shall put forward the minutes of the previous meetings for confirmation by the association. The Secretary shall be responsible for calling all meetings in consultation & advice of the President.</p>\r\n<p style=\"text-align: justify;\"> (2) The Secretary shall be responsible for submitting all returns and notices as required.</p>\r\n<p style=\"text-align: justify;\"> (3) In the absence of the Secretary, the association shall elect one person from amongst its elected members as Secretary for the period of absence.</p>\r\n<p style=\"text-align: justify;\"> (c) Treasurer:</p>\r\n<p style=\"text-align: justify;\"> (1) The Treasurer shall be responsible for the funds of the Association and the relevant records. He shall operate the funds under the directions of the Secretary.</p>\r\n<p style=\"text-align: justify;\"> (2) The Treasurer shall receive contributions, donations and admission fees from the members and other parties and issue receipts provided for the purpose by the Association. Any donations shall be accepted by him only after expressed consent of President and Secretary.</p>\r\n<p style=\"text-align: justify;\"> (3) The Treasurer shall make payments after getting vouchers in respect of them attested by the Secretary or President in the absence of Secretary.</p>\r\n<p style=\"text-align: justify;\">(4) The Treasurer shall prepare the annual Balance Sheet and the statement of Income and Expenditure for the consideration of association and thereafter for submission to the Registrar of Societies.</p>\r\n<p style=\"text-align: justify;\">(5) In the absence of the Treasurer, a member authorized by the Executive Body shall look after the functions of the Treasurer for the period of his absence.</p>\r\n<p style=\"text-align: justify;\"> (6) The Secretary, assisted by the Treasurer of the association shall be responsible for preparation and filing with the concerned Registrar of such records, annual or other statements as specified in the Society\'s Act and Sections/Rules.</p>\r\n<p style=\"text-align: justify;\">(7) Normally, the Treasurer shall not keep with him the in trust case of more than Rupees Five Hundred at a time unless permitted by the Secretary. He shall remit all the amounts received on any account whatsoever, to the bank to the credit of the Association.</p>\r\n<p style=\"text-align: justify;\"> (d) Annual Audit:</p>\r\n<p style=\"text-align: justify;\"> (1) The Association shall make due provision for the annual audit of its accounts by the auditors appointed by the President.</p>\r\n<p style=\"text-align: justify;\"> (2) Copies of the rules, the receipt and expenditure account and the Balance Sheet will be kept readily available in the registered office of the Association for inspection by any authorized member.</p>\r\n<p style=\"text-align: justify;\"> (e) General Funds:</p>\r\n<p style=\"text-align: justify;\"> (1) The General Funds of the Association shall consist of the admission fees, donations and contributions from members and others.</p>\r\n<p style=\"text-align: justify;\">(2) All funds shall be deposited in a Bank in the name of the Association and the account shall be operated jointly by the Treasurer and the Secretary. Also they shall be together fully responsible for the proper maintenance of funds and expenditure done in all respect.</p>\r\n<p style=\"text-align: justify;\">(3) The day to day business of the Association, the expenditure to be incurred.</p>\r\n<p style=\"text-align: justify;\"> (4) The President/Secretary shall have full power in operating/utilizing the funds of the Association while managing the Affairs/Business of the Association.</p>\r\n<p style=\"text-align: justify;\"> (f) The Association shall meet at least once in three month on a day and at a place as may be fixed by the Secretary in consultation with the President.</p>\r\n<p style=\"text-align: justify;\"> (g) Three fourth of the members of the association shall constitute the quorum. No quorum will be necessary for any adjourned meeting.</p>\r\n<p style=\"text-align: justify;\">(h) A notice of at least seven days shall be given for the meeting of the association. The President can, however, call emergency meetings.</p>\r\n<p style=\"text-align: justify;\">(i) In all matters connected with the association requiring any official/ legal negotiations/ discussions, a team of two members nominated by the association, shall represent the Association.</p>\r\n<p style=\"text-align: justify;\">(j) The association shall however sue and be sued in the name of the \"Secretary, Indian Institute of Information Technology-Allahabad Employees Welfare Society\"</p>\r\n<p style=\"text-align: justify;\"><b>5. Executive Body Meetings:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The annual meeting of the Association shall be held in the beginning of the year on a date as may be determined by the President by giving a notice of atleast fifteen days to transact the following:</p>\r\n<p style=\"text-align: justify;\"> (1) to adopt the report of the work done by the Association during the preceding year and annual audited statement of accounts ;</p>\r\n<p style=\"text-align: justify;\"> (2) to transact such other business as may be brought before it and as provided by the Rules and Regulations of the Association or as considered necessary by the President.</p>\r\n<p style=\"text-align: justify;\"> (b) (1) The President/ Secretary may call special meeting of the Association whenever necessary by giving advance written notice to the Secretary.</p>\r\n<p style=\"text-align: justify;\"> (2) The President/ Secretary shall call a Executive Body meeting of the Association on a requisition signed at least by two third of the total strength of the members of the Association within fifteen days of receipt of such requisition.</p>\r\n<p style=\"text-align: justify;\"> (3) In case the President/ Secretary fails to convene such requisitioned meeting, the requisitionists shall themselves call a meeting after a due notice of fifteen days and the proceedings of such meetings shall be forwarded to the Executive Body for its consideration with a list of members who attended the requisitioned meeting along with their signatures; the association will have to abide by the above proceedings / resolutions if the relevant Rules and Regulations of the Association are satisfied.</p>\r\n<p style=\"text-align: justify;\"> (c) Every member present at the Executive Body meeting shall have one vote and all matters except for which special provision is made in the Rules and Regulation of the Association shall be decided by a simple majority.</p>\r\n<p style=\"text-align: justify;\"> (d) Two third of the total members of the Association shall constitute the quorum except for which a special provision is made in the Rules and Regulations of the Association and for the purpose of amendment Three fourth of the total members shall constitute the quorum.</p>\r\n<p style=\"text-align: justify;\"> 6<b>. Dissolution of the Association:</b></p>\r\n<p style=\"text-align: justify;\"> (a) The Association shall not be dissolved except by a vote of a majority of three-fourths of the members present and voting at its Executive Body meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.</p>\r\n<p style=\"text-align: justify;\"> (b) The funds and assets of the Association, after meeting all liabilities shall be disposed off according to the decisions of the dissolution meeting as per the Societies Registration Act, 1860.</p>\r\n<p style=\"text-align: justify;\"> 7<b>. Amendments to Rules and Regulations of the Association:</b></p>\r\n<p style=\"text-align: justify;\"> The name and the Rules and Regulations of the Association may be amended by a resolution passed at a special Executive Body meeting convened for the purpose of which written or printed notice shall have been delivered or sent by post or email to every member of the Association twenty one days prior to the date of the special meeting and the resolution proposing the amendment is passed by the votes cast in favor of the resolution by member who being entitled to do so, votes in person, and such votes are not less than three times the number of votes, if any, cast against the resolution by members so entitled and voting.</p>','Rules & Regulations','','inherit','open','open','','19-revision-v1','','','2014-03-20 14:45:57','2014-03-20 14:45:57','',19,'http://profile.iiita.ac.in/iews/?p=62',0,'revision','',0),(63,1,'2014-03-20 14:50:13','2014-03-20 14:50:13','<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\n</b></p>\n<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"475\" height=\"246\" />','Forum','','inherit','open','open','','44-autosave-v1','','','2014-03-20 14:50:13','2014-03-20 14:50:13','',44,'http://profile.iiita.ac.in/iews/?p=63',0,'revision','',0),(64,1,'2014-03-20 14:49:13','2014-03-20 14:49:13','<p style=\"text-align: justify;\">a) The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute.</p>\r\n<p style=\"text-align: justify;\">b) Each forum should prepare its own objectives, rules and regulations for membership, rules regarding forming executive bodies etc. after due approval by the association these forums will become operational in the institute.</p>\r\n<p style=\"text-align: justify;\">c) Individual forum will deal with the welfare issues and concerns of its respective members directly with the institute. However, the forums should act in accordance with the rules and regulations laid by the association.</p>\r\n<p style=\"text-align: justify;\">d) All the matters mentioned (a) to (c) above must be decided by a vote of a majority of two-third of the members present and voting at the association meeting convened for such purposes provided that the total number of votes casted at such a meeting is not less than three-fourths of the total number of members then on the rolls of the Association.<b>\r\n</b></p>\r\n<img alt=\"\" src=\"http://profile.iiita.ac.in/iews/images-pool/chart-forum.jpg\" width=\"475\" height=\"246\" />','Forum','','inherit','open','open','','44-revision-v1','','','2014-03-20 14:49:13','2014-03-20 14:49:13','',44,'http://profile.iiita.ac.in/iews/?p=64',0,'revision','',0),(65,1,'2014-03-20 15:22:16','2014-03-20 15:22:16','The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute. Individual forum will deal with the welfare issues and concerns of its respective members. However, the forums should act in accordance with the rules and regulations laid by the association.\n\nForm can be downloaded here for membership into individual forum. For details of membership fees see the following forms.\n\nNote: \"Rules & Regulation\" of concerned forum will be decided by members of individual forum.\n\n1. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/teaching.pdf\"><b>Forum for Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\n\n2. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/non-teaching.pdf\"><b>Forum for Non-Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\n\n \n\n \n\n ','How to join','','inherit','open','open','','21-autosave-v1','','','2014-03-20 15:22:16','2014-03-20 15:22:16','',21,'http://profile.iiita.ac.in/iews/?p=65',0,'revision','',0),(66,1,'2014-03-20 15:22:18','2014-03-20 15:22:18','The Association will constitute two forums, one for the teaching staff and another for non-teaching staff of the institute. Individual forum will deal with the welfare issues and concerns of its respective members. However, the forums should act in accordance with the rules and regulations laid by the association.\r\n\r\nForm can be downloaded here for membership into individual forum. For details of membership fees see the following forms.\r\n\r\nNote: \"Rules & Regulation\" of concerned forum will be decided by members of individual forum.\r\n\r\n1. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/teaching.pdf\"><b>Forum for Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\r\n\r\n2. Form to join the “<a href=\"http://profile.iiita.ac.in/iews/doc-pool/non-teaching.pdf\"><b>Forum for Non-Teaching Fraternity, IIIT-Allahabad</b></a>” (Including details of membership fees)\r\n\r\n \r\n\r\n \r\n\r\n ','How to join','','inherit','open','open','','21-revision-v1','','','2014-03-20 15:22:18','2014-03-20 15:22:18','',21,'http://profile.iiita.ac.in/iews/?p=66',0,'revision','',0),(67,1,'2014-03-20 15:23:02','2014-03-20 15:23:02','First Event by the Society will be announced soon !\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','First Event by the Society will be announced soon','','inherit','open','open','','37-revision-v1','','','2014-03-20 15:23:02','2014-03-20 15:23:02','',37,'http://profile.iiita.ac.in/iews/?p=67',0,'revision','',0),(68,1,'2014-05-20 17:34:02','2014-05-20 17:34:02','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circ-logo.tif','circ-logo.tif','','inherit','open','open','','circ-logo-tif','','','2014-05-20 17:34:02','2014-05-20 17:34:02','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circ-logo.tif',0,'attachment','image/tiff',0),(69,1,'2014-05-20 17:34:16','2014-05-20 17:34:16','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle-2.png','circle-2.png','','inherit','open','open','','circle-2-png','','','2014-05-20 17:34:16','2014-05-20 17:34:16','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle-2.png',0,'attachment','image/png',0),(70,1,'2014-05-20 17:37:42','2014-05-20 17:37:42','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle-3.png','circle-3.png','','inherit','open','open','','circle-3-png','','','2014-05-20 17:37:42','2014-05-20 17:37:42','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle-3.png',0,'attachment','image/png',0),(71,1,'2014-05-20 17:38:31','2014-05-20 17:38:31','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle.png','circle.png','','inherit','open','open','','circle-png','','','2014-05-20 17:38:31','2014-05-20 17:38:31','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle.png',0,'attachment','image/png',0),(72,1,'2014-05-20 17:39:00','2014-05-20 17:39:00','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle1.png','circle1.png','','inherit','open','open','','circle1-png','','','2014-05-20 17:39:00','2014-05-20 17:39:00','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle1.png',0,'attachment','image/png',0),(73,1,'2014-05-20 17:39:51','2014-05-20 17:39:51','http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle2.png','circle2.png','','inherit','open','open','','circle2-png','','','2014-05-20 17:39:51','2014-05-20 17:39:51','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2014/05/circle2.png',0,'attachment','image/png',0),(84,1,'2016-09-05 15:57:35','2016-09-05 15:57:35','','circle3','','inherit','open','open','','circle3','','','2016-09-05 15:57:35','2016-09-05 15:57:35','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle3.png',0,'attachment','image/png',0),(85,1,'2016-09-05 15:57:55','2016-09-05 15:57:55','http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle31.png','circle31.png','','inherit','open','open','','circle31-png','','','2016-09-05 15:57:55','2016-09-05 15:57:55','',0,'http://profile.iiita.ac.in/iews/wp-content/uploads/2016/09/circle31.png',0,'attachment','image/png',0),(75,1,'2015-03-16 18:33:16','2015-03-16 18:33:16','As proposed by Dr. Pritish Varadwaj and agreed by President IEWS, the society took the first initiative for making IIITA campus greener.\r\n\r\nIEWS Society has successfully carried out the \"Tree Plantation\" on Institute\'s Foundation Day i.e. Aug 12th 2014.\r\n\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS\r\n\r\n \r\n\r\n ','Tree Plantation on 12th August 2014 (Institute\'s Foundation Day 2014)','','publish','closed','closed','','tree-plantation-on-institutes-foundation-day-2014','','','2015-03-17 14:43:19','2015-03-17 14:43:19','',0,'http://profile.iiita.ac.in/iews/?p=75',0,'post','',0),(76,1,'2015-03-16 18:33:16','2015-03-16 18:33:16','As proposed by Dr. Pritish Varadwaj and agreed by President IEWS, the society took the first initiative for making IIITA campus greener.\r\n\r\nIEWS Society has successfully carried out the \"Tree Plantation\" on Institute\'s Foundation Day i.e. Aug 12th 2014.\r\n\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS\r\n\r\n \r\n\r\n ','\"Tree Plantation\" on Institute\'s Foundation Day 2014','','inherit','open','open','','75-revision-v1','','','2015-03-16 18:33:16','2015-03-16 18:33:16','',75,'http://profile.iiita.ac.in/iews/?p=76',0,'revision','',0),(77,1,'2015-03-16 18:37:28','2015-03-16 18:37:28','IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014, SRN Hospital and Motilal Nehru Regional Hospital has conducted Blood Donation Camp on 17th October 2014. The same has been notified by Dr. Vijay Chaurasiya for enthusiastic participation.\r\n\r\n<span style=\"line-height: 1.5;\">Details are as follows:</span>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Event</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Blood Donation Camp</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Date</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Oct 17, 2014</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Time</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">10:00 AM to 5 PM</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Venue</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Health Center, Near Shopping Complex</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Organizers </b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014 SRN Hospital and Motilal Nehru Regional Hospital</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Faculty Coordinators</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Dr. Nidhi Mishra & Dr. Pramod Kumar</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Student’s Volunteers</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Mr. Srijan Sharma (IBM2014013), Mobile No. 8853652387Ms. Kritika Sharma (ITM2014005), Mobile No. 9628914929</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS','Blood Donation Camp on 17th October 2014.','','publish','closed','closed','','77','','','2015-03-17 14:43:13','2015-03-17 14:43:13','',0,'http://profile.iiita.ac.in/iews/?p=77',0,'post','',0),(78,1,'2015-03-16 18:37:28','2015-03-16 18:37:28','IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014, SRN Hospital and Motilal Nehru Regional Hospital has conducted Blood Donation Camp on 17th October 2014. The same has been notified by Dr. Vijay Chaurasiya for enthusiastic participation.\r\n\r\n<span style=\"line-height: 1.5;\">Details are as follows:</span>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Event</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Blood Donation Camp</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Date</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Oct 17, 2014</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Time</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">10:00 AM to 5 PM</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Venue</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Health Center, Near Shopping Complex</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Organizers </b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014 SRN Hospital and Motilal Nehru Regional Hospital</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Faculty Coordinators</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Dr. Nidhi Mishra & Dr. Pramod Kumar</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Student’s Volunteers</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Mr. Srijan Sharma (IBM2014013), Mobile No. 8853652387\r\n\r\nMs. Kritika Sharma (ITM2014005), Mobile No. 9628914929</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS','','','inherit','open','open','','77-revision-v1','','','2015-03-16 18:37:28','2015-03-16 18:37:28','',77,'http://profile.iiita.ac.in/iews/?p=78',0,'revision','',0),(79,1,'2015-03-16 18:37:28','2015-03-16 18:37:28','IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014, SRN Hospital and Motilal Nehru Regional Hospital has conducted Blood Donation Camp on 17th October 2014. The same has been notified by Dr. Vijay Chaurasiya for enthusiastic participation.\n\n<span style=\"line-height: 1.5;\">Details are as follows:</span>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Event</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">Blood Donation Camp</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Date</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">Oct 17, 2014</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Time</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">10:00 AM to 5 PM</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Venue</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">Health Center, Near Shopping Complex</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Organizers </b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014 SRN Hospital and Motilal Nehru Regional Hospital</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Faculty Coordinators</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">Dr. Nidhi Mishra & Dr. Pramod Kumar</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"163\"><b>Student’s Volunteers</b></td>\n<td valign=\"top\" width=\"20\"><b>:</b></td>\n<td valign=\"top\" width=\"456\">Mr. Srijan Sharma (IBM2014013), Mobile No. 8853652387\n\nMs. Kritika Sharma (ITM2014005), Mobile No. 9628914929</td>\n</tr>\n</tbody>\n</table>\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS','','','inherit','open','open','','77-autosave-v1','','','2015-03-16 18:37:28','2015-03-16 18:37:28','',77,'http://profile.iiita.ac.in/iews/?p=79',0,'revision','',0),(80,1,'2015-03-16 18:38:01','2015-03-16 18:38:01','IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014, SRN Hospital and Motilal Nehru Regional Hospital has conducted Blood Donation Camp on 17th October 2014. The same has been notified by Dr. Vijay Chaurasiya for enthusiastic participation.\r\n\r\n<span style=\"line-height: 1.5;\">Details are as follows:</span>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Event</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Blood Donation Camp</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Date</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Oct 17, 2014</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Time</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">10:00 AM to 5 PM</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Venue</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Health Center, Near Shopping Complex</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Organizers </b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">IITA Employee Welfare Society (<b>IEWS</b>) in collaboration with Effervescence 2014 SRN Hospital and Motilal Nehru Regional Hospital</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Faculty Coordinators</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Dr. Nidhi Mishra & Dr. Pramod Kumar</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"163\"><b>Student’s Volunteers</b></td>\r\n<td valign=\"top\" width=\"20\"><b>:</b></td>\r\n<td valign=\"top\" width=\"456\">Mr. Srijan Sharma (IBM2014013), Mobile No. 8853652387Ms. Kritika Sharma (ITM2014005), Mobile No. 9628914929</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS','Blood Donation Camp on 17th October 2014.','','inherit','open','open','','77-revision-v1','','','2015-03-16 18:38:01','2015-03-16 18:38:01','',77,'http://profile.iiita.ac.in/iews/?p=80',0,'revision','',0),(81,1,'2015-03-16 18:38:40','2015-03-16 18:38:40','As proposed by Dr. Pritish Varadwaj and agreed by President IEWS, the society took the first initiative for making IIITA campus greener.\r\n\r\nIEWS Society has successfully carried out the \"Tree Plantation\" on Institute\'s Foundation Day i.e. Aug 12th 2014.\r\n\r\nCourtesy: Dr. Neetesh Purohit, Secy. IEWS\r\n\r\n \r\n\r\n ','Tree Plantation on 12th August 2014 (Institute\'s Foundation Day 2014)','','inherit','open','open','','75-revision-v1','','','2015-03-16 18:38:40','2015-03-16 18:38:40','',75,'http://profile.iiita.ac.in/iews/?p=81',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL default '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL default '0',
`term_order` int(11) NOT NULL default '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (32,2,0),(16,2,0),(31,2,0),(30,2,0),(29,2,0),(37,1,0),(45,2,0),(75,1,0),(77,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment,
`term_id` bigint(20) unsigned NOT NULL default '0',
`taxonomy` varchar(32) NOT NULL default '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL default '0',
`count` bigint(20) NOT NULL default '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'nav_menu','',0,6);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL auto_increment,
`name` varchar(200) NOT NULL default '',
`slug` varchar(200) NOT NULL default '',
`term_group` bigint(10) NOT NULL default '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu 1','menu-1',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL auto_increment,
`user_id` bigint(20) unsigned NOT NULL default '0',
`meta_key` varchar(255) default NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','82'),(15,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(16,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(17,1,'wp_user-settings','editor=tinymce&hidetb=1&libraryContent=browse&uploader=1'),(18,1,'wp_user-settings-time','1426603361'),(19,1,'nav_menu_recently_edited','2');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`user_login` varchar(60) NOT NULL default '',
`user_pass` varchar(64) NOT NULL default '',
`user_nicename` varchar(50) NOT NULL default '',
`user_email` varchar(100) NOT NULL default '',
`user_url` varchar(100) NOT NULL default '',
`user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL default '',
`user_status` int(11) NOT NULL default '0',
`display_name` varchar(250) NOT NULL default '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$Bg9.qW/h/HltBvZZoFrGbemdN8Yc/V.','admin','iews@iiita.ac.in','','2014-03-14 11:42:05','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-03-13 22:50:26